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
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
2014-07-25lavf/avio: do not include bprint.h.Nicolas George
2014-07-23avio: Introduce avio_read_to_bprint(avioctx, bp, max_size)Andrey Utkin
2014-05-18avformat/aviobuf/ff_get_line: also accept \r as end of line characterMichael Niedermayer
2014-04-18Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer
2014-04-17mp3dec: decode more data from Info headerAlessandro Ghedini
2014-03-27libavformat/aviobuf: keep track of the original buffer-size and restore it af...Michael Niedermayer
2014-03-27avformat/aviobuf: ffio_ensure_seekback: only copy the initialized part of the...Michael Niedermayer
2014-03-02avformat/aviobuf: optimize sequential backward seekingMichael Niedermayer
2014-03-02avformat/aviobuf: factorize buffer_size outMichael Niedermayer
2013-12-11avformat/aviobuf: fix null dereference in avio_close_dyn_buf()Michael Niedermayer
2013-11-13avformat/aviobuf: return error from avio_put_str16le() for invalid inputMichael Niedermayer
2013-11-13avio_put_str16le: Print error message in case of invalid UTF8 inputMichael Niedermayer
2013-11-01Merge commit 'd07b51bf0733fe58bbfa13c448775dc325463cb4'Michael Niedermayer
2013-11-01aviobuf: Handle a NULL buffer in avio_close_dyn_bufMartin Storsjö
2013-09-27Merge commit 'd872fb0f7ff2ff0ba87f5ccf6a1a55ca2be472c9'Michael Niedermayer
2013-09-27lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö
2013-09-20Merge commit '3627ce2f1dab1d33b7f99d78907a3e4d86b7d847'Michael Niedermayer
2013-09-19aviobuf: Add functions for null buffersMartin Storsjö
2013-09-19Merge commit '5626f994f273af80fb100d4743b963304de9e05c'Michael Niedermayer
2013-09-18avformat: Use av_reallocp() where suitableAlexandra Khirnova
2013-08-08Merge commit '5afe1d27912be9b643ffb4ddc21f6d920260dbb0'Michael Niedermayer