954 Commits (3ce858141309c09294177e63d9a36cd0924dc200)

Author SHA1 Message Date
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
Michael Niedermayer a5cbf1991c avformat/mov: reset extradata size when extradata gets deallocated due to realloc failure 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Martin Storsjö 7f8d41eb09 mov: Don't use a negative duration for setting other fields 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Luca Barbato 5b41eb91e0 mov: Parse tmcd extradata 11 years ago
Luca Barbato 0b5af5cf12 mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd 11 years ago
Luca Barbato 08504380dd mov: Refactor codec specific final steps in mov_finalize_stsd_codec 11 years ago
Luca Barbato dc518a3ae2 mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle 11 years ago
Luca Barbato ef196beeb5 mov: Refactor audio specific parsing in mov_parse_stsd_audio 11 years ago
Luca Barbato a3b53ff062 mov: Refactor video specific parsing in mov_parse_stsd_video 11 years ago
Luca Barbato bf98562505 mov: Refactor codec id selection in mov_codec_id 11 years ago
John Stebbins 1f70a5ad28 mov: use tkhd enabled flag to set the default track 11 years ago
Carl Eugen Hoyos 037af63b33 Fix frame width and height for some targa_y216 samples. 11 years ago
Martin Storsjö 31931520df mov: Do not allow updating the time scale after it has been set 12 years ago
Martin Storsjö 5b4eb243bc mov: Seek back if overreading an individual atom 12 years ago
Thierry Foucu 38ce775eea libavformat/mov.c: Skipped duplicated MOOV atom 12 years ago
Carl Eugen Hoyos 9a1ec1f2f2 Force correct extradata for AVID AVCI50 in mov. 12 years ago