443 Commits (7696e429c7608c2959570a7bc448a76bbfa70dd4)

Author SHA1 Message Date
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
Martin Storsjö 8d07258bb6 avidec: Make sure a packet is large enough before reading its data 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Paul B Mahol c051d668b5 avformat/avidec: use av_calloc() and check for allocation error 11 years ago
Michael Niedermayer 8586d8dda2 avformat/avidec: fix signedness of pointer type in get_stream_idx() 11 years ago
Michael Niedermayer 227a0eb5a9 avformat/avidec: match first index and first packet size=0 handling 11 years ago
Diego Biurrun 7950e519bb Disable deprecation warnings for cases where a replacement is available 11 years ago
Luca Barbato c8f0b20b4a avidec: Let the inner dv demuxer take care of discarding 11 years ago
Luca Barbato 10aa44aa67 avidec: K&R formatting cosmetics 11 years ago
Nigel Touati-Evans ef8cc06d6e avformat/avidec: Fix incorrect detection of badly interleaved avi 12 years ago
Michael Niedermayer 6c593f1b67 avidec: dont randomly skip packets for offseting the index 12 years ago
Carl Eugen Hoyos 231b331718 Do not read strd chunk in avi files as H264 extradata. 12 years ago