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-01-03avformat/avidec: clean-up identifier namesTobias Rapp
2016-12-23avformat/avidec: skip odml master index chunks in avi_syncTobias Rapp
2016-11-30avidec: fix leaking extradataAndreas Cadhalpun
2016-10-18lavf/avidec: Be more verbose when ignoring very large tag size.Carl Eugen Hoyos
2016-10-18lavf/avidec: Do not fail for very large idx1 tags.Carl Eugen Hoyos
2016-09-28avformat/avidec: Check nb_streams in read_gab2_sub()Michael Niedermayer
2016-09-28avformat/avidec: Remove ancient assertMichael Niedermayer
2016-09-25avformat/avidec: remove warning about deprecated declarationsJames Almer
2016-09-25avformat/avidec: Fix memleak with dv in aviMichael Niedermayer
2016-09-02avformat/avidec: Fix infinite loop in avi_read_nikon()Michael Niedermayer
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-19avformat/avidec: Detect index with too short entriesMichael Niedermayer
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-14avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-18lavf/avidec: Add blurb regarding the skipping of xxpc entries in the indexMats Peterson
2016-03-10lavf/avidec: Skip xxpc entries in index; fixes trac #5311Mats Peterson
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-12-08Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56'Hendrik Leppkes
2015-12-07Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110'Hendrik Leppkes
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-03avi: Spin out the logic to position to the next non-interleaved streamLuca Barbato
2015-12-03avi: Use the correct data typeLuca Barbato
2015-12-03avi: Validate the stream-id for DV as wellMichael Niedermayer
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-10-27Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-17avformat/avidec: disable parsing for RV40Michael Niedermayer
2015-09-15avformat/avidec: Change (last)pos to 64bitMichael Niedermayer
2015-09-15avformat/avidec: Workaround broken initial frameMichael Niedermayer
2015-09-05Merge commit '01bcc2d5c23fa757d163530abb396fd02f1be7c8'Hendrik Leppkes
2015-08-28lavc: Drop deprecated destruct_packet related functionsVittorio Giovara
2015-08-12avformat/avidec: Simplify dshow_block_align based special case detectionMichael Niedermayer
2015-08-12avformat/avidec: Disable AVSTREAM_PARSE_TIMESTAMPS for flacMichael Niedermayer
2015-08-12avformat/avidec: Add flac to the dshow_block_align exception listMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-20avformat/avidec: Fix demuxing avi with broken indexMichael Niedermayer
2015-07-12Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-05-17avformat/avidec: add mp2 to the list of exceptions instead of generally treat...Michael Niedermayer
2015-05-10Merge commit '4d0ee4962be7e07cdc038a78008ef2e4e47e5f81'Michael Niedermayer
2015-05-09avi: Validate sample_sizeAndreas Cadhalpun
2015-05-05avformat/avidec: print a warning for negative sample_sizeMichael Niedermayer
2015-05-05avidec: avoid infinite loop due to negative ast->sample_sizeAndreas Cadhalpun
2015-05-04avidec: check for valid bit_rate rangeAndreas Cadhalpun
2015-04-20avformat/avidec: Do not call av_log() per byte, use ff_tlog()Michael Niedermayer
2015-04-20Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara