1581 Commits (7c5f998196d101a661d802aa48dd62dd93d1fb3d)

Author SHA1 Message Date
Soft Works 6a4f851df7 libavformat/mov: Change log line from debug to trace 3 years ago
Andreas Rheinhardt 65f9a8e4b8 avformat/mov: Remove pointless EOF checks 3 years ago
Andreas Rheinhardt c2d853c1aa avformat/mov: Fix crash with too big STSZ atoms 3 years ago
Michael Niedermayer 200406d930 avformat/mov: Fix incorrect overflow detection in mov_read_sidx() 3 years ago
Michael Niedermayer 7666d588ba avformat/mov: Avoid undefined overflow in time_offset calculation 3 years ago
Michael Niedermayer c52c99a18f avformat/mov: do not ignore errors in mov_metadata_hmmt() 3 years ago
Martin Storsjö 13ec6624b3 mov: Don't export unknown/unhandled metadata types as if they were UTF8 3 years ago
Martin Storsjö a99dd5f6a4 mov: Pick up "com.apple.quicktime.artwork" as cover art 3 years ago
Andreas Rheinhardt c6e9672b50 avformat/mov: Simplify cleanup after read_header failure 3 years ago
Michael Niedermayer f54d85cee6 avformat/mov: Check for duplicate mdcv 3 years ago
Gyan Doshi 071930de72 avformat/mov: add option to use tfdt for fragment timestamps. 4 years ago
Michael Niedermayer 9548dc74d8 avformat/mov: Ignore duplicate CoLL 4 years ago
Michael Niedermayer 299a56c900 avformat/mov: Limit nb_chapter_tracks to input size 4 years ago
Jan Ekström 45e3b6a68b avformat/mov: remove special handling of av1c extradata 4 years ago
James Almer b9c5fdf602 avformat: move AVStream.{parser,need_parsing} to AVStreamInternal 4 years ago
James Almer 55475b3289 avformat/mov: don't save a copy of the packet's AVBufferRef on DV streams 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
James Almer 3749eede66 avformat: remove deprecated AVStream.codec 4 years ago
Andreas Rheinhardt ef6a9e5e31 avutil/buffer: Switch AVBuffer API to size_t 4 years ago
Andreas Rheinhardt 7b6012efaa avformat/mov, movenc: Stop exporting rotation via metadata 4 years ago
Michael Niedermayer ee53bb2399 avformat/mov: check for pts overflow in mov_read_sidx() 4 years ago
Vittorio Giovara 918273aa3e mov: Prioritize aspect ratio values found in pasp atom 4 years ago
Vittorio Giovara 9afde28093 mov: Skip computing SAR from invalid display matrix elements 4 years ago
Michael Niedermayer 0f6a3405e8 avformat/mov: check offset for overflow in mov_probe() 4 years ago
Andreas Rheinhardt 39ecb63d0f avformat: Add and use helper function to add attachment streams 4 years ago
Michael Niedermayer c1fe1114bc avformat/mov: Do not zero memory that is written too or unused 4 years ago
Michael Niedermayer 2611d20d35 avformat/mov: Ignore multiple STSC / STCO 4 years ago
Derek Buitenhuis f404a2716a avformat/mov: Properly forward error codes from av_seek 4 years ago
Michael Niedermayer d35677736a avformat/mov: Check sample size for overflow in mov_parse_stsd_audio() 4 years ago
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