summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAge
* Merge commit '3f75e5116b900f1428aa13041fc7d6301bf1988a'James Almer2017-04-13
|\
| * avio: Keep track of the amount of data writtenLuca Barbato2016-12-08
* | Merge commit '8ea35af7620e4f73f9e8c072e1c0fac9a04ec161'James Almer2017-03-21
|\|
| * avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-30
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\|
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* | HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-14
* | libavformat/avio: Add avio_get_dyn_buf functionsoftworkz2017-01-07
* | lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext APIStephan Holljes2016-10-03
* | avformat/avio: add a crc callback function for CRC-32 IEEE-LEJames Almer2016-08-04
* | cosmetics: fix some misspelled wordsJames Almer2016-07-17
* | Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron2016-06-23
|\|
| * avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö2016-05-18
* | Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
|\|
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-24
| * lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov2016-02-22
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-22
* | hls: read protocol options through the AVIOContextHendrik Leppkes2016-03-16
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* | hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis2016-02-29
* | Merge commit 'cae448cfbf31d492cba782bc64fc4eed556ed83d'Derek Buitenhuis2016-02-29
|\|
| * aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov2016-02-22
* | avformat: add protocol_whitelistMichael Niedermayer2016-02-02
* | avformat/avio: free url/avio optionsMichael Niedermayer2016-01-29
* | avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer2016-01-13
* | avio: add detail to avio_printf() size warningReynaldo H. Verdejo Pinochet2015-12-27
* | avformat/aviobuf: Simplify avio_read() and avio_seek()Bryan Huh2015-11-16
* | avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)Bryan Huh2015-11-16
* | lavf/avio: add avio_accept and avio_handshakeStephan Holljes2015-08-01
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
| * avio: Add avio_put_str16beLuca Barbato2015-06-07
* | avio: fix potential crashes when combining ffio_ensure_seekback + crcwm42015-06-17
* | avformat/avio: move short seek threshold to the contextMichael Niedermayer2015-06-11
* | avformat/aviobuf: Check for ffio_set_buf_size() failureMichael Niedermayer2015-06-07
* | Merge commit 'bff0349d9da527084e1433167466d8afc9e25c7f'Michael Niedermayer2015-06-01
|\|
| * avio: Add avio_read wrapper to simplify error checkingVittorio Giovara2015-05-31
* | avformat: add callback for opening further filesMichael Niedermayer2015-05-11
* | avformat/aviobuf: Do not resize the buffer in ffio_ensure_seekback() if there...Michael Niedermayer2015-04-27
* | Merge commit 'b97f427fb56bdbf7de8e2d4b72d01114aa6eceda'Michael Niedermayer2015-03-12
|\|
| * lavf: Explicitly convert types at function pointer assignmentDiego Biurrun2015-03-11
* | libavformat/avio: added avio_put_str16beMark Reid2015-03-03
* | Merge commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31'Michael Niedermayer2015-02-28
|\|
| * avio: Rename avclass symbols relating to avioMartin Storsjö2015-02-28
* | Merge commit '8a273a746061a112e5e35066a8fd8e146d821a62'Michael Niedermayer2015-02-25
|\|
| * avio: Add an internal utility function for freeing dynamic buffersMartin Storsjö2015-02-24
* | avformat/aviobuf: Allow seeking to the end of the buffer for read only buffersMichael Niedermayer2015-01-28
* | Merge commit '3c18a7b18807de81566381a1bcbe9f6103c0296b'Michael Niedermayer2015-01-28
|\|
| * avio: Do not consider the end-of-buffer position validLuca Barbato2015-01-28
* | avformat/aviobuf: Check that avio_seek() target is non negativeMichael Niedermayer2014-12-14