497 Commits (0ed24bfc790b2b71ead9d22ef79d425d5545c87a)

Author SHA1 Message Date
Michael Niedermayer d08f2c172f avformat/avidec: Detect index with too short entries 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Mats Peterson d8a1633ee4 lavf/avidec: Add blurb regarding the skipping of xxpc entries in the index 9 years ago
Mats Peterson caeed0479f lavf/avidec: Skip xxpc entries in index; fixes trac #5311 9 years ago
Derek Buitenhuis 93629735d7 avformat: Add a protocol blacklisting API 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Clément Bœsch 43ecec0f03 avformat: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Luca Barbato 5f3a081b42 avi: Spin out the logic to position to the next non-interleaved stream 9 years ago
Michael Niedermayer 0fc61c6ab6 avi: Validate the stream-id for DV as well 9 years ago
Luca Barbato d017ed878a avi: Use the correct data type 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer d64f7d4213 avformat/avidec: disable parsing for RV40 9 years ago
Michael Niedermayer 59c1fec9fb avformat/avidec: Change (last)pos to 64bit 9 years ago
Michael Niedermayer 3e2ef00394 avformat/avidec: Workaround broken initial frame 9 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 9 years ago
Michael Niedermayer 0d2a62d257 avformat/avidec: Simplify dshow_block_align based special case detection 10 years ago
Michael Niedermayer 5f501f066e avformat/avidec: Disable AVSTREAM_PARSE_TIMESTAMPS for flac 10 years ago
Michael Niedermayer 254ff6e6bf avformat/avidec: Add flac to the dshow_block_align exception list 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Michael Niedermayer bf1fd59c6a avformat/avidec: Fix demuxing avi with broken index 10 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 10 years ago
Michael Niedermayer 488383afd1 avformat/avidec: add mp2 to the list of exceptions instead of generally treating dshow_block_align==1 special 10 years ago
Andreas Cadhalpun 4d0ee4962b avi: Validate sample_size 10 years ago
Michael Niedermayer c7369f3a4b avformat/avidec: print a warning for negative sample_size 10 years ago
Andreas Cadhalpun ca234639ac avidec: avoid infinite loop due to negative ast->sample_size 10 years ago
Andreas Cadhalpun 0eec40b713 avidec: check for valid bit_rate range 10 years ago
Michael Niedermayer 8a91ee7837 avformat/avidec: Do not call av_log() per byte, use ff_tlog() 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer 81a6b075bd avformat/avidec: also print frame_num in debug output 10 years ago
Carl Eugen Hoyos 4326bc364b lavf: Do not list mov-only codecs in riff tags 10 years ago
zhaoxiu.zeng 213ddcb029 avformat/avidec: cleanup include 10 years ago
zhaoxiu.zeng bf696e265a avformat/avidec: use avpriv_find_start_code in avi_read_packet() 10 years ago
Carl Eugen Hoyos 2e0b5f5c90 lavf: Do not list mov-only codecs in riff.c. 10 years ago
Michael Niedermayer 8c013a9e55 avformat/avidec: Check avio_read() return before using the results for meta-data 10 years ago
Michael Niedermayer 8a048fe6f8 avformat/avidec: initialize header array 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Anton Khirnov f771b3ab5d avidec: do not export stream_codec_tag 10 years ago
Michael Niedermayer 0d7a14e236 avformat/avidec: optimize probe 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Michael Niedermayer 51b193214d avformat/avidec: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
Gabor Nagy 28fc31d78d avformat/avidec: Do not fail for crazy start times 10 years ago
Gabor Nagy ae8168074e avformat/avidec: Increase dshow_block_align use threshold by 1 10 years ago
Joakim Plate 90411b333d Allow reading of growing avi files (currently being written) 10 years ago
Michael Niedermayer f0ae0354d3 avformat/avidec: fix handling dv in avi 10 years ago
Michael Niedermayer 4641ae352e avformat: Add and use ff_copy_whitelists() 10 years ago
Michael Niedermayer b76234c00c avformat/avidec: Forward whitelists to the subtitle demuxer 10 years ago
Michael Niedermayer d6ed67780b libavformat/avidec: Make unchanged function arguments const 10 years ago
Benoit Fouet 9c843fb1d0 avformat/avidec: ensure that palette does not contain the BottomUp info. 10 years ago