1552 Commits (e9b66175793e5c2af19beefe8e143f6e4901b5df)

Author SHA1 Message Date
Derek Buitenhuis 85f397c828 avformat/mov: Fix extended atom size buffer length check 4 years ago
Michael Niedermayer 92fde2585e avformat/mov: Check offset addition for overflow 4 years ago
Derek Buitenhuis 8f1580c31a avformat/mov: Handle when we have an mfra box but have not read the full sidx for a fragment 4 years ago
James Almer e07126f54a avformat: use the buffer_size_t typedef where required 4 years ago
Michael Niedermayer 74c4c53953 avformat/mov: Extend data_size check in mov_read_udta_string() 4 years ago
Mark Reid a82a052769 avformat/mov: fix timecode with counter mode flag set 4 years ago
Michael Niedermayer 1d277b92fa avformat/mov: Check element count in mov_metadata_hmmt() 4 years ago
Michael Niedermayer cb90e1c4d0 avformat/mov: sanity check STSD entries 4 years ago
Michael Niedermayer 0b78016b2d avformat/mov: Ignore tags with invalid size during probing 4 years ago
Michael Niedermayer 1ad6801a61 avformat/mov: Factor offset advancement out in probing 4 years ago
Michael Niedermayer 941e747d66 avformat/mov: simplify size code in probing a bit 4 years ago
Michael Niedermayer fec4a2d232 avformat/mov: Support size = 1 and size = 0 special cases in probing 4 years ago
Michael Niedermayer 658f0606cb avformat/mov: Check for duplicate st3d 4 years ago
Michael Niedermayer 2c60eb6c5a avformat/mov: factor size out of probe code 4 years ago
Michael Niedermayer 4f70e1ec0c avformat/mov: Use av_mul_q() to avoid integer overflows 4 years ago
Michael Niedermayer 8c9a5a0fe9 avformat/mov: Check a.size before computing next_root_atom 4 years ago
Matthieu Bouron 2e17435480 avformat/mov: adjust skip_samples according to seek timestamp 4 years ago
Michael Niedermayer 0afbaabdca avformat/mov: Check if hoov is at the end 4 years ago
Zhao Zhili 345d04e870 avformat/mov: remove an always true condition 4 years ago
Thierry Foucu 4d97acfe33 libavformat/mov.c: export vendor id as metadata 4 years ago
Michael Niedermayer c34004d82f avformat/mov: Use av_sat_add64() in mov_read_sidx() 4 years ago
Michael Niedermayer 7d75ecf8d2 avformat/mov: Avoid overflow in end computation in mov_read_custom() 4 years ago
Michael Niedermayer 3b8a263c4f avformat/mov: Fix memleak in dref reading 4 years ago
Vesselin Bontchev 03fb314acf Add support for playing Audible AAXC (.aaxc) files [PATCH v4] 4 years ago
Anton Khirnov cea7c19cda lavf: move AVStream.*index_entries* to AVStreamInternal 4 years ago
Anton Khirnov 456b170bd7 lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal 4 years ago
Anton Khirnov c1b916580a lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStreamInternal 4 years ago
Justin Ruggles 2be3eb7f77 Allow using only the mfra info for seeking using the fragment index 4 years ago
Zhao Zhili b17e5c3416 avformat/mov: fix typo in comments 4 years ago
Jun Zhao 856363710f lavf/mov: Remove redundant code 4 years ago
Derek Buitenhuis 2c0d6ac9ae avformat/mov: Stash mfra size if we're reading it anyway 4 years ago
Derek Buitenhuis 97fa669a6f avformat/mov: Only read the mfra size once during sidx parsing 4 years ago
Derek Buitenhuis 19064a36e3 avformat/mov: Do not try and seek to an mfra if the reader can't seek 4 years ago
Derek Buitenhuis 0c13f8a28c avformat/mov: Fix return type used for av_seek in mfra code 4 years ago
Dale Curtis 2ff3c466ec avformat/mov: See if mfra makes up the difference for an incomplete sidx. 4 years ago
Vikas Agrawal 026fea827d Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams 4 years ago
Michael Niedermayer ffa6072fc7 avformat/mov: Check comp_brand_size 4 years ago
Zhao Zhili af7b1031e1 avformat/mov: fix atom type to string conversion 4 years ago
Moritz Barsnick 2dabee7c0f avformat/mov: fix missing line break in messages 4 years ago
Zhao Zhili 806a4d5187 avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_read_default 4 years ago
Zhao Zhili f3dc38a186 avformat/mov: fix memleaks 4 years ago
Andreas Rheinhardt 61f5c6ab06 libavformat/mov: Fix memleaks when demuxing DV audio 4 years ago
Andreas Rheinhardt 7256c363a0 avformat/mov: Cosmetics 4 years ago
Andreas Rheinhardt 9ce1eb5eb0 avformat/mov: Avoid allocation when reading ddts atom 4 years ago
Andreas Rheinhardt 316a3e91be avformat/mov: Use ffio_read_size where appropriate 4 years ago
Andreas Rheinhardt 526f5f59df avformat/mov: Avoid allocation+copy when moving extradata 4 years ago
Andreas Rheinhardt 88dc77e243 avformat/mov: Read attached pics directly into st->attached_pic 4 years ago
Andreas Rheinhardt ddd6274944 avformat/mov: Check earlier whether reel_name string is empty 4 years ago
Paul B Mahol f91906973c avformat/mov: fix demuxing of eia-608 4 years ago
Andreas Rheinhardt ff3fad6b0e avformat/mov: Fix reel_name size check 4 years ago