1344 Commits (ed1c884b9e0d7f63199d5d47350b1fa65374d126)

Author SHA1 Message Date
Alex Sukhanov 8b96f31817 libavformat/mov: Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_METADATA is enabled 11 years ago
Anton Khirnov 18f2514c40 mov: export stsd Compressorname in metadata 11 years ago
Michael Niedermayer 4d4bc89409 avformat/mov: merge mov_read_custom_metadata() and mov_read_custom() 11 years ago
Anton Khirnov 9a07fac678 mov: read hydrogenaudio replaygain information 11 years ago
Schenk, Michael b0a8521383 avformat/mov: reset drefs_count in close 11 years ago
Michael Niedermayer af2e5061bb avformat/mov: Fix width/height typo 11 years ago
Marc-Antoine Arnaud f1c4a54f6e lavf: add supported extension to avi and mov demuxers 11 years ago
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Michael Niedermayer 12789d9636 mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhd 11 years ago
Michael Niedermayer fce28c3c6d mov: fill in subtitle dimensions after parsing tkhd 11 years ago
Michael Niedermayer e21235f9b9 avformat/mov: call mov_rewrite_dvd_sub_extradata() after parsing dimensions from tkhd 11 years ago
Michael Niedermayer 8ba432bc56 avformat/mov: fill in subtitle dimensions after parsing tkhd 11 years ago
Peter Ross dadf668df2 avformat/mov: decode compilation metadata 11 years ago
Michael Niedermayer 1f36ebf63a avformat: revert %c changes from d92024f18f 11 years ago
Carl Eugen Hoyos 54bbe3e2a6 Revert "Allow stream-copying grayscale mov files." 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Baptiste Coudurier 9e71cc81f3 movdec: handle 0x7fff langcode as macintosh per the specs 11 years ago
Michael Niedermayer 622d24e4eb avformat/mov: simplify code setting needs_parsing 11 years ago
Carl Eugen Hoyos 5d6fac114b Support old qclp-in-mov files that do not store bytes_per_frame in the header. 11 years ago
Michael Niedermayer 0c803eba2f avformat/mov: make invalid sampledelta error more verbose 11 years ago
Michael Niedermayer 05e9e3342f avformat/mov: fix avg_frame_rate calculation 11 years ago
Michael Niedermayer a0911b0597 avformat/mov: fix keyframe flags for sample from chromium Issue 340865 11 years ago
Michael Niedermayer 28bc1d94b7 avformat/mov: redesign the fps calculation 11 years ago
Michael Niedermayer 8e5e84c2a2 avformat/mov: Ignore the last frame for duration and fps calculation if it looks suspect 11 years ago
Justin Ruggles d01e684186 mov: do not set avg_frame_rate in the demuxer 11 years ago
Martin Storsjö 2620df1310 mov: Free an earlier allocated array if allocating a new one 11 years ago
Martin Storsjö d51f09962d mov: Free intermediate arrays in the normal cleanup function 11 years ago
Michael Niedermayer b2ae92110f avcodec/flashsv: check avio_read() return in mov_read_udta_string() 11 years ago
Michael Niedermayer 8efde6d80c avformat/mov: clear padding area in mov_read_extradata() 11 years ago
Michael Niedermayer 4156df59f5 avformat/mov: check avio_read() return in mov_read_dref() 11 years ago
Michael Niedermayer 3e5a7dffe8 avformat/mov: use ff_get_extradata() 11 years ago
Michael Niedermayer 2a5fb0b13e avformat/mov: check avio_read return in mov_read_dvc1() 11 years ago
Carl Eugen Hoyos 691dec6201 Allow stream-copying grayscale mov files. 11 years ago
Carl Eugen Hoyos d63e994361 avformat/mov: Do not compute a grayscale palette for cinepak in mov. 11 years ago
Michael Niedermayer 7a5d3a41fe avformat/mov: Check avio_read() return code in mov_read_extradata() and shrink the extradata if needed / return an error 11 years ago
Michael Niedermayer ba189b1db4 avformat/mov: use rfps_add_frame() only for video 11 years ago
Michael Niedermayer e2bf00ce46 avformat/mov: calculate rfps from the first 100 frames of the index 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Michael Niedermayer a7f27453f6 avformat/mov: Check that we have a stream before accessing it in mov_read_ares() 11 years ago
Reimar Döffinger ecf442a58b lavf: improve support for AVC-Intra files. 11 years ago
Hendrik Leppkes 019247bdc3 avformat/mov: only force parsing for video tracks if stss is empty 11 years ago
Yusuke Nakamura ea29f965dc mov: Support HEVC demuxing 11 years ago
Michael Niedermayer f58cb772d9 avformat/mov: fix "correctly" typo 11 years ago
Yusuke Nakamura 53f903b7c5 lavf/mov: Support HEVC demuxing. 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö b698542ad8 mov: Don't allocate arrays with av_malloc that will be realloced 11 years ago
Michael Niedermayer e41ea866fc avformat/mov: force parsing of headers if stts is absent 11 years ago
Michael Niedermayer ebb8dd437b mov: fix trun / pseudo_stream_id handling 11 years ago
Martin Storsjö c231987662 mov: Make sure the read sample count is nonnegative 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago