520 Commits (47d6b02f6c3d58141ace48bb5e8971cae56f8874)

Author SHA1 Message Date
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
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 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
Thilo Borgmann 2f08dad028 lavf/avidec: Read metadata EXIF tags from AVIF tag. Based on patch by Gregory Wolfe (Kodak Alaris) <gregory.wolfe@kodakalaris.com>. 11 years ago
Michael Niedermayer cc8b45c0ce avformat/avidec: remove unused variables 11 years ago
Michael Niedermayer 9d599e3f6e avi: Improve non-interleaved detection 11 years ago
Marc-Antoine Arnaud f1c4a54f6e lavf: add supported extension to avi and mov demuxers 11 years ago
Michael Niedermayer 5d75730c58 avformat/avidec: Check required demuxing buffer sizes in guess_ni_flag() 11 years ago
Michael Niedermayer 01000064c9 avidec: calculate missing bitrates from index 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Michael Niedermayer 52a2138656 avformat/avidec: Use a buffer with sufficient padding in read_gab2_sub() 11 years ago
Carl Eugen Hoyos b7702fafb3 Avoid a possible overflow when reading Nikon avi files. 11 years ago
Carl Eugen Hoyos f9c2d4d17e Allow decoding of slightly broken Nikon avi files. 11 years ago
Carl Eugen Hoyos 94cf4f8bac Use the h264 parser when decoding VSSH in avi. 11 years ago
Michael Niedermayer e93bc3efbf avformat/avidec: use ff_get_extradata() 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer 7865759409 avformat/avidec: Dont assert the existence of an index for video streams. 11 years ago
Michael Niedermayer 9cbe834dfd avformat/avidec: Skip duplicate strf chunks 11 years ago
Michael Niedermayer 7c98c834e0 avformat/avidec: also print position in print_tag() 11 years ago
Anton Khirnov ce9bba5340 avidec: fix a memleak in the dv init code. 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Luca Barbato ceec6e792e avi: directly resync on DV in AVI read failure 11 years ago
Luca Barbato 756547ce7f avi: DV in AVI must be considered single stream 11 years ago
Luca Barbato 1cac9accbd avi: properly fail if the dv demuxer is missing 11 years ago