Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-17avformat/aviobuf: Fix signed integer overflow in avio_seek()Vitaly Buka
2016-10-04lavf/aviobuf.c: Adapt avio_accept and avio_handshake to new AVIOContext APIStephan Holljes
2016-08-04avformat/avio: add a crc callback function for CRC-32 IEEE-LEJames Almer
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-06-23Merge commit 'db7968bff4851c2be79b15b2cb2ae747424d2fca'Matthieu Bouron
2016-05-18avio: Allow custom IO users to get labels for the output bytestreamMartin Storsjö
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-16hls: read protocol options through the AVIOContextHendrik Leppkes
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29hls: Add and use a memebr of AVIOInternal rather than abuse opaqueDerek Buitenhuis
2016-02-29Merge commit 'cae448cfbf31d492cba782bc64fc4eed556ed83d'Derek Buitenhuis
2016-02-22lavf: add a protocol whitelist/blacklist for file opened internallyAnton Khirnov
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-22aviobuf: add a private data struct for avio_open()ed contextsAnton Khirnov
2016-02-02avformat: add protocol_whitelistMichael Niedermayer
2016-01-29avformat/avio: free url/avio optionsMichael Niedermayer
2016-01-13avformat/aviobuf: Fix end check in put_str16()Michael Niedermayer
2015-12-27avio: add detail to avio_printf() size warningReynaldo H. Verdejo Pinochet
2015-11-16avformat/aviobuf: Simplify avio_read() and avio_seek()Bryan Huh
2015-11-16avformat/aviobuf: Improve readability of aviobuf (Add comments and docs)Bryan Huh
2015-08-01lavf/avio: add avio_accept and avio_handshakeStephan Holljes
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-06-17avio: fix potential crashes when combining ffio_ensure_seekback + crcwm4
2015-06-11avformat/avio: move short seek threshold to the contextMichael Niedermayer
2015-06-07avformat/aviobuf: Check for ffio_set_buf_size() failureMichael Niedermayer
2015-06-07avio: Add avio_put_str16beLuca Barbato
2015-06-01Merge commit 'bff0349d9da527084e1433167466d8afc9e25c7f'Michael Niedermayer
2015-05-31avio: Add avio_read wrapper to simplify error checkingVittorio Giovara
2015-05-11avformat: add callback for opening further filesMichael Niedermayer
2015-04-27avformat/aviobuf: Do not resize the buffer in ffio_ensure_seekback() if there...Michael Niedermayer
2015-03-12Merge commit 'b97f427fb56bdbf7de8e2d4b72d01114aa6eceda'Michael Niedermayer
2015-03-12lavf: Explicitly convert types at function pointer assignmentDiego Biurrun
2015-03-03libavformat/avio: added avio_put_str16beMark Reid
2015-03-01Merge commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31'Michael Niedermayer
2015-02-28avio: Rename avclass symbols relating to avioMartin Storsjö
2015-02-25Merge commit '8a273a746061a112e5e35066a8fd8e146d821a62'Michael Niedermayer
2015-02-25avio: Add an internal utility function for freeing dynamic buffersMartin Storsjö
2015-01-28avformat/aviobuf: Allow seeking to the end of the buffer for read only buffersMichael Niedermayer
2015-01-28Merge commit '3c18a7b18807de81566381a1bcbe9f6103c0296b'Michael Niedermayer
2015-01-28avio: Do not consider the end-of-buffer position validLuca Barbato
2014-12-14avformat/aviobuf: Check that avio_seek() target is non negativeMichael Niedermayer
2014-12-03avformat/aviobuf: Fix infinite loop in ff_get_line()Michael Niedermayer
2014-10-20Merge commit 'd7f530b0d67fe3996dbfa990a47c865e0d1400a2'Michael Niedermayer
2014-10-20aviobuf: check context before using itVittorio Giovara
2014-09-30avformat/aviobuf: fix avio_flush() for read streamswm4
2014-08-28avformat/aviobuf: remove uses of deprecated url_feof()Michael Niedermayer
2014-08-08lavf/avio: rename url_feof() to avio_feof()James Almer
2014-07-30Add int64_t probesize2 instead of int probesize to AVFormatContext.Carl Eugen Hoyos