summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/aviobuf: add support for specifying minimum packet size and marking ...Marton Balint2017-06-241-0/+7
* avformat/aviobuf: fix flushing write buffers after seeking backward or forwardMarton Balint2017-06-241-12/+14
* avformat/aviobuf: Only downscale the buffer once it has been usedMichael Niedermayer2017-05-191-1/+1
* Merge commit '3f75e5116b900f1428aa13041fc7d6301bf1988a'James Almer2017-04-131-0/+7
|\
| * avio: Keep track of the amount of data writtenLuca Barbato2016-12-081-3/+10
* | Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161'James Almer2017-03-211-0/+3
|\ \ | |/
| * avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-301-0/+3
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\ \ | |/
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
* | HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-141-1/+18
* | libavformat/avio: Add avio_get_dyn_buf functionsoftworkz2017-01-071-0/+17
* | lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext APIStephan Holljes2016-10-031-2/+4
* | avformat/avio: add a crc callback function for CRC-32 IEEE-LEJames Almer2016-08-041-0/+6
* | cosmetics: fix some misspelled wordsJames Almer2016-07-171-1/+1
* | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-231-2/+50
|\ \ | |/
| * avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-181-2/+50
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-1/+1
|\ \ | |/
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-1/+1
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-221-4/+63
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-2/+18
* | hls: read protocol options through the AVIOContextHendrik Leppkes2016-03-161-0/+4
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-4/+9
* | hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis2016-02-291-4/+0
* | Merge commit 'cae448cfbf31d492cba782bc64fc4eed556ed83d'Derek Buitenhuis2016-02-291-17/+68
|\ \ | |/
| * aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-221-16/+66
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-021-4/+21
* | avformat/avio: free url/avio optionsMichael Niedermayer2016-01-291-0/+1
* | avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer2016-01-131-0/+2
* | avio: add detail to avio_printf() size warningReynaldo H. Verdejo Pinochet2015-12-271-1/+1
* | avformat/aviobuf: Simplify avio_read() and avio_seek()Bryan Huh2015-11-161-5/+4
* | avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)Bryan Huh2015-11-161-2/+5
* | lavf/avio: add avio_accept and avio_handshakeStephan Holljes2015-08-011-0/+17
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
| * avio: Add avio_put_str16beLuca Barbato2015-06-071-14/+20
* | avio: fix potential crashes when combining ffio_ensure_seekback + crcwm42015-06-171-0/+3
* | avformat/avio: move short seek threshold to the contextMichael Niedermayer2015-06-111-1/+2
* | avformat/aviobuf: Check for ffio_set_buf_size() failureMichael Niedermayer2015-06-071-1/+3
* | Merge commit 'bff0349d9da527084e1433167466d8afc9e25c7f'Michael Niedermayer2015-06-011-0/+8
|\ \ | |/
| * avio: Add avio_read wrapper to simplify error checkingVittorio Giovara2015-05-311-0/+8
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-111-0/+6
* | avformat/aviobuf: Do not resize the buffer in ffio_ensure_seekback() if there...Michael Niedermayer2015-04-271-1/+1
* | Merge commit 'b97f427fb56bdbf7de8e2d4b72d01114aa6eceda'Michael Niedermayer2015-03-121-1/+3
|\ \ | |/
| * lavf: Explicitly convert types at function pointer assignmentDiego Biurrun2015-03-111-1/+3
* | libavformat/avio: added avio_put_str16beMark Reid2015-03-031-4/+19
* | Merge commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31'Michael Niedermayer2015-02-281-8/+8
|\ \ | |/
| * avio: Rename avclass symbols relating to avioMartin Storsjö2015-02-281-8/+8
* | Merge commit '8a273a746061a112e5e35066a8fd8e146d821a62'Michael Niedermayer2015-02-251-0/+10
|\ \ | |/
| * avio: Add an internal utility function for freeing dynamic buffersMartin Storsjö2015-02-241-0/+10
* | avformat/aviobuf: Allow seeking to the end of the buffer for read only buffersMichael Niedermayer2015-01-281-1/+1