1603 Commits (e84d8ba44141b55f2b28e0ad3b597d2e7d422336)

Author SHA1 Message Date
quietvoid 9906f9ae3b avformat/mov: Refactor mov_read_dvcc_dvvc to use ff_isom_parse_dvcc_dvvc 3 years ago
Gyan Doshi 9cfc7a2440 avformat/mov: add option max_stts_delta 3 years ago
Michael Niedermayer 562021e2fd avformat/mov: Check next offset in mov_read_dref() 3 years ago
Andreas Rheinhardt 17a93fd377 avformat/mov: Simplify data->hex conversion 3 years ago
Michael Niedermayer b5ba74053c avformat/mov: Disallow duplicate smdm 3 years ago
Michael Niedermayer 59b4e7cbd8 avformat/mov: Check for EOF in mov_read_glbl() 3 years ago
Michael Niedermayer 3a64a4c582 avformat/mov: Check channels for mov_parse_stsd_audio() 3 years ago
Gyan Doshi 203b0e3561 avformat/mov: make STTS duration unsigned int 3 years ago
Thilo Borgmann c42d513ede lavf/mov: Change default to prefer TFDT time and allow for fallback to SIDX or TFDT 3 years ago
Limin Wang 3c3ef41593 avformat/mov: support dvwC box for Dolby Vision 3 years ago
Derek Buitenhuis 7216458c96 avformat/mov: Do not hard fail if bit rate calculation overflows unless in explode mode 3 years ago
Derek Buitenhuis a987b5c9ee avformat/mov: Use av_rescale when calculating bit rate 3 years ago
Nachiket Tarate ef0f5d1be6 libavformat/mov: add support for 'cens', 'cbc1' and 'cbcs' encryption schemes specified in Common Encryption (CENC) standard 3 years ago
Jan Ekström 7a446b1179 avformat/{isom,mov,movenc}: add support for CMAF DASH roles 3 years ago
Michael Niedermayer 451ceb5131 avformat/mov: Fix last mfra check 3 years ago
Nicolas Gaullier 8a3f8afa4e avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
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 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