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-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
2013-08-08avio: Add const qualifiers to ffio_read_indirectBen Avison
2013-08-06Merge commit 'daf1e0d3de03bd424016e2a7520e4e94ece5c0ac'Michael Niedermayer
2013-08-05avio: Add an internal function for reading without copyingBen Avison
2013-07-26avio: Don't set the seekable flag if no seek function is providedHendrik Schreiber
2013-07-23avformat/aviobuf/ffio_init_context: set seekable automaticallyHendrik Schreiber
2013-07-04avformat/aviobuf: Add ffio_ensure_seekback()Michael Niedermayer
2013-07-04avformat: Append data in fill_buffer() when possibleMichael Niedermayer
2013-04-08avformat: add writeout_count statisticMichael Niedermayer
2013-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-04Merge commit 'a0b7e289075dccf223b7f407790d8a86fc5d77e8'Michael Niedermayer
2013-01-03aviobuf: Discard old buffered, previously read data in ffio_read_partialMartin Storsjö
2013-01-03aviobuf: Partial support for reading in read/write contextsMartin Storsjö
2012-12-21miscellaneous typo fixesDiego Biurrun