1735 Commits (18f1aca3e8ac550a83a293cb0a210f9df1a8a5d1)

Author SHA1 Message Date
Michael Niedermayer 9a222f140e avformat/mov: Check for duplicate clli 3 years ago
Michael Niedermayer 4de4bc06fd avformat/mov: Check dts for overflow in mov_read_trun() 3 years ago
Andreas Rheinhardt 45bfe8b838 avformat/avio: Move internal AVIOContext fields to avio_internal.h 3 years ago
Gyan Doshi d905af0c24 avformat/mov: add AVFMT_SHOW_IDS flag 3 years ago
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 4 years ago
Michael Niedermayer c52c99a18f avformat/mov: do not ignore errors in mov_metadata_hmmt() 4 years ago
Martin Storsjö 13ec6624b3 mov: Don't export unknown/unhandled metadata types as if they were UTF8 4 years ago
Martin Storsjö a99dd5f6a4 mov: Pick up "com.apple.quicktime.artwork" as cover art 4 years ago
Andreas Rheinhardt c6e9672b50 avformat/mov: Simplify cleanup after read_header failure 4 years ago
Michael Niedermayer f54d85cee6 avformat/mov: Check for duplicate mdcv 4 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