summaryrefslogtreecommitdiff
path: root/libavformat/aviobuf.c
Commit message (Expand)AuthorAge
* 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
* | avformat/aviobuf: Fix infinite loop in ff_get_line()Michael Niedermayer2014-12-03
* | Merge commit 'd7f530b0d67fe3996dbfa990a47c865e0d1400a2'Michael Niedermayer2014-10-20
|\|
| * aviobuf: check context before using itVittorio Giovara2014-10-20
* | avformat/aviobuf: fix avio_flush() for read streamswm42014-09-30
* | avformat/aviobuf: remove uses of deprecated url_feof()Michael Niedermayer2014-08-27
* | lavf/avio: rename url_feof() to avio_feof()James Almer2014-08-08
* | Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos2014-07-30
* | lavf/avio: do not include bprint.h.Nicolas George2014-07-25
* | avio: Introduce avio_read_to_bprint(avioctx, bp, max_size)Andrey Utkin2014-07-23
* | avformat/aviobuf/ff_get_line: also accept \r as end of line characterMichael Niedermayer2014-05-17
* | Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer2014-04-18
|\|
| * mp3dec: decode more data from Info headerAlessandro Ghedini2014-04-17
* | libavformat/aviobuf: keep track of the original buffer-size and restore it af...Michael Niedermayer2014-03-26
* | avformat/aviobuf: ffio_ensure_seekback: only copy the initialized part of the...Michael Niedermayer2014-03-26
* | avformat/aviobuf: optimize sequential backward seekingMichael Niedermayer2014-03-01
* | avformat/aviobuf: factorize buffer_size outMichael Niedermayer2014-03-01
* | avformat/aviobuf: fix null dereference in avio_close_dyn_buf()Michael Niedermayer2013-12-11