summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: Check for duplicate clliMichael Niedermayer2021-09-14
* avformat/mov: Check dts for overflow in mov_read_trun()Michael Niedermayer2021-08-29
* avformat/avio: Move internal AVIOContext fields to avio_internal.hAndreas Rheinhardt2021-08-25
* avformat/mov: add AVFMT_SHOW_IDS flagGyan Doshi2021-08-22
* libavformat/mov: Change log line from debug to traceSoft Works2021-08-07
* avformat/mov: Remove pointless EOF checksAndreas Rheinhardt2021-07-28
* avformat/mov: Fix crash with too big STSZ atomsAndreas Rheinhardt2021-07-28
* avformat/mov: Fix incorrect overflow detection in mov_read_sidx()Michael Niedermayer2021-07-28
* avformat/mov: Avoid undefined overflow in time_offset calculationMichael Niedermayer2021-07-22
* avformat/mov: do not ignore errors in mov_metadata_hmmt()Michael Niedermayer2021-07-17
* mov: Don't export unknown/unhandled metadata types as if they were UTF8Martin Storsjö2021-07-15
* mov: Pick up "com.apple.quicktime.artwork" as cover artMartin Storsjö2021-07-15
* avformat/mov: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-07
* avformat/mov: Check for duplicate mdcvMichael Niedermayer2021-06-12
* avformat/mov: add option to use tfdt for fragment timestamps.Gyan Doshi2021-06-02
* avformat/mov: Ignore duplicate CoLLMichael Niedermayer2021-05-12
* avformat/mov: Limit nb_chapter_tracks to input sizeMichael Niedermayer2021-05-12
* avformat/mov: remove special handling of av1c extradataJan Ekström2021-05-08
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat/mov: don't save a copy of the packet's AVBufferRef on DV streamsJames Almer2021-05-06
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat: remove deprecated AVStream.codecJames Almer2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat/mov, movenc: Stop exporting rotation via metadataAndreas Rheinhardt2021-04-27
* avformat/mov: check for pts overflow in mov_read_sidx()Michael Niedermayer2021-04-22
* mov: Prioritize aspect ratio values found in pasp atomVittorio Giovara2021-04-15
* mov: Skip computing SAR from invalid display matrix elementsVittorio Giovara2021-04-06
* avformat/mov: check offset for overflow in mov_probe()Michael Niedermayer2021-04-05
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-01
* avformat/mov: Do not zero memory that is written too or unusedMichael Niedermayer2021-03-31
* avformat/mov: Ignore multiple STSC / STCOMichael Niedermayer2021-03-31
* avformat/mov: Properly forward error codes from av_seekDerek Buitenhuis2021-03-26
* avformat/mov: Check sample size for overflow in mov_parse_stsd_audio()Michael Niedermayer2021-03-26
* avformat/mov: Fix extended atom size buffer length checkDerek Buitenhuis2021-03-21
* avformat/mov: Check offset addition for overflowMichael Niedermayer2021-03-19
* avformat/mov: Handle when we have an mfra box but have not read the full sidx...Derek Buitenhuis2021-03-17
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat/mov: Extend data_size check in mov_read_udta_string()Michael Niedermayer2021-03-01
* avformat/mov: fix timecode with counter mode flag setMark Reid2021-02-22
* avformat/mov: Check element count in mov_metadata_hmmt()Michael Niedermayer2021-02-16
* avformat/mov: sanity check STSD entriesMichael Niedermayer2021-02-14
* avformat/mov: Ignore tags with invalid size during probingMichael Niedermayer2021-02-10
* avformat/mov: Factor offset advancement out in probingMichael Niedermayer2021-02-10
* avformat/mov: simplify size code in probing a bitMichael Niedermayer2021-02-10
* avformat/mov: Support size = 1 and size = 0 special cases in probingMichael Niedermayer2021-02-10
* avformat/mov: Check for duplicate st3dMichael Niedermayer2021-02-10
* avformat/mov: factor size out of probe codeMichael Niedermayer2021-02-09
* avformat/mov: Use av_mul_q() to avoid integer overflowsMichael Niedermayer2021-02-04
* avformat/mov: Check a.size before computing next_root_atomMichael Niedermayer2021-01-19
* avformat/mov: adjust skip_samples according to seek timestampMatthieu Bouron2021-01-09