488 Commits (369a6a6ed450487a31b00423bc136fae41c54556)

Author SHA1 Message Date
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 10 years ago
Michael Niedermayer 59c1fec9fb avformat/avidec: Change (last)pos to 64bit 10 years ago
Michael Niedermayer 3e2ef00394 avformat/avidec: Workaround broken initial frame 10 years ago
Vittorio Giovara 01bcc2d5c2 lavc: Drop deprecated destruct_packet related functions 10 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 11 years ago
Benoit Fouet 9c843fb1d0 avformat/avidec: ensure that palette does not contain the BottomUp info. 11 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 11 years ago
Michael Niedermayer 571ab8344a avformat/avidec: allow rounding errors between scale/rate and timebase 11 years ago
Michael Niedermayer 91736025b2 avformat/avidec: set average frame rate from header 11 years ago
Michael Niedermayer 466988ab75 Fix dont and doesnt typos 11 years ago
Michael Niedermayer e9ad121ba5 Fix skiping typos 11 years ago
Don Moir 62056d09b1 avformat/avidec: skip len=0 entries from the index 11 years ago
Michael Niedermayer 57fb570908 avformat/avidec: Speed up keyframe detection code 11 years ago