| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: Corner case encryption error cleanup in mov_read_senc() | Michael Niedermayer | 2022-02-15 | 1 | -0/+2 |
* | avformat/mov: Check size before subtraction | Michael Niedermayer | 2022-02-01 | 1 | -0/+2 |
* | avformat/mov: Fix endian-dependent parsing | Andreas Rheinhardt | 2022-01-21 | 1 | -1/+1 |
* | avcodec/ac3tab: Unavpriv ac3_channel_layout_tab | Andreas Rheinhardt | 2022-01-04 | 1 | -2/+2 |
* | avformat/mov: Refactor mov_read_dvcc_dvvc to use ff_isom_parse_dvcc_dvvc | quietvoid | 2022-01-04 | 1 | -43/+7 |
* | avformat/mov: add option max_stts_delta | Gyan Doshi | 2021-12-31 | 1 | -25/+30 |
* | avformat/mov: Check next offset in mov_read_dref() | Michael Niedermayer | 2021-12-16 | 1 | -2/+4 |
* | avformat/mov: Simplify data->hex conversion | Andreas Rheinhardt | 2021-12-08 | 1 | -4/+4 |
* | avformat/mov: Disallow duplicate smdm | Michael Niedermayer | 2021-12-06 | 1 | -0/+3 |
* | avformat/mov: Check for EOF in mov_read_glbl() | Michael Niedermayer | 2021-12-06 | 1 | -0/+2 |
* | avformat/mov: Check channels for mov_parse_stsd_audio() | Michael Niedermayer | 2021-11-29 | 1 | -0/+4 |
* | avformat/mov: make STTS duration unsigned int | Gyan Doshi | 2021-11-22 | 1 | -10/+10 |
* | lavf/mov: Change default to prefer TFDT time and allow for fallback to SIDX o... | Thilo Borgmann | 2021-11-05 | 1 | -14/+28 |
* | avformat/mov: support dvwC box for Dolby Vision | Limin Wang | 2021-10-28 | 1 | -1/+2 |
* | avformat/mov: Do not hard fail if bit rate calculation overflows unless in ex... | Derek Buitenhuis | 2021-10-21 | 1 | -4/+6 |
* | avformat/mov: Use av_rescale when calculating bit rate | Derek Buitenhuis | 2021-10-21 | 1 | -5/+8 |
* | libavformat/mov: add support for 'cens', 'cbc1' and 'cbcs' encryption schemes... | Nachiket Tarate | 2021-10-13 | 1 | -6/+239 |
* | avformat/{isom,mov,movenc}: add support for CMAF DASH roles | Jan Ekström | 2021-10-04 | 1 | -0/+91 |
* | avformat/mov: Fix last mfra check | Michael Niedermayer | 2021-09-26 | 1 | -2/+2 |
* | avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264 | Nicolas Gaullier | 2021-09-23 | 1 | -0/+2 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -3/+3 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -122/+143 |
* | avformat/mov: Check for duplicate clli | Michael Niedermayer | 2021-09-14 | 1 | -0/+5 |
* | avformat/mov: Check dts for overflow in mov_read_trun() | Michael Niedermayer | 2021-08-29 | 1 | -0/+2 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -5/+4 |
* | avformat/mov: add AVFMT_SHOW_IDS flag | Gyan Doshi | 2021-08-22 | 1 | -1/+1 |
* | libavformat/mov: Change log line from debug to trace | Soft Works | 2021-08-07 | 1 | -1/+1 |
* | avformat/mov: Remove pointless EOF checks | Andreas Rheinhardt | 2021-07-28 | 1 | -6/+1 |
* | avformat/mov: Fix crash with too big STSZ atoms | Andreas Rheinhardt | 2021-07-28 | 1 | -1/+1 |
* | avformat/mov: Fix incorrect overflow detection in mov_read_sidx() | Michael Niedermayer | 2021-07-28 | 1 | -1/+1 |
* | avformat/mov: Avoid undefined overflow in time_offset calculation | Michael Niedermayer | 2021-07-22 | 1 | -1/+5 |
* | avformat/mov: do not ignore errors in mov_metadata_hmmt() | Michael Niedermayer | 2021-07-17 | 1 | -0/+2 |
* | mov: Don't export unknown/unhandled metadata types as if they were UTF8 | Martin Storsjö | 2021-07-15 | 1 | -0/+8 |
* | mov: Pick up "com.apple.quicktime.artwork" as cover art | Martin Storsjö | 2021-07-15 | 1 | -10/+12 |
* | avformat/mov: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -17/+12 |
* | avformat/mov: Check for duplicate mdcv | Michael Niedermayer | 2021-06-12 | 1 | -1/+1 |
* | avformat/mov: add option to use tfdt for fragment timestamps. | Gyan Doshi | 2021-06-02 | 1 | -1/+3 |
* | avformat/mov: Ignore duplicate CoLL | Michael Niedermayer | 2021-05-12 | 1 | -0/+5 |
* | avformat/mov: Limit nb_chapter_tracks to input size | Michael Niedermayer | 2021-05-12 | 1 | -0/+2 |
* | avformat/mov: remove special handling of av1c extradata | Jan Ekström | 2021-05-08 | 1 | -29/+1 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -9/+9 |
* | avformat/mov: don't save a copy of the packet's AVBufferRef on DV streams | James Almer | 2021-05-06 | 1 | -2/+0 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: remove deprecated AVStream.codec | James Almer | 2021-04-27 | 1 | -17/+0 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+1 |
* | avformat/mov, movenc: Stop exporting rotation via metadata | Andreas Rheinhardt | 2021-04-27 | 1 | -14/+0 |
* | avformat/mov: check for pts overflow in mov_read_sidx() | Michael Niedermayer | 2021-04-22 | 1 | -1/+3 |
* | mov: Prioritize aspect ratio values found in pasp atom | Vittorio Giovara | 2021-04-15 | 1 | -7/+2 |
* | mov: Skip computing SAR from invalid display matrix elements | Vittorio Giovara | 2021-04-06 | 1 | -1/+1 |
* | avformat/mov: check offset for overflow in mov_probe() | Michael Niedermayer | 2021-04-05 | 1 | -1/+3 |