summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* avformat/mov: fix timecode with rounded down tmcd nb_framesMarton Balint2022-05-09
* avformat/mov: fix use invalid box size/type due to eofZhao Zhili2022-05-08
* avformat/mov: reindent after previous commitZhao Zhili2022-05-08
* avformat/mov: remove an always true conditionZhao Zhili2022-05-08
* avformat/mov: skip call ff_codec_get_id if possibleZhao Zhili2022-05-04
* avformat/mov: log the right variableZhao Zhili2022-04-27
* avformat/mov: fix missing extra data updatingZhao Zhili2022-04-27
* avformat/mov: Add avif to list of supported extensionsVignesh Venkatasubramanian2022-04-25
* avformat/image2: add Jpeg XL as image2 formatLeo Izen2022-04-23
* avformat/mov: Add support for still image AVIF parsingVignesh Venkatasubramanian2022-04-23
* avformat/mov: fix timecode with high frame rate contentMarton Balint2022-04-22
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* mov: Implement spatial audio supportVittorio Giovara2022-03-15
* mov: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/mov: reindent after previous commitClément Bœsch2022-03-04
* avformat/mov: fix seeking with HEVC open GOP filesClément Bœsch2022-03-04
* avformat/mov: add parsing for the sgpd sync boxClément Bœsch2022-03-04
* avformat/mov: add support for sync group in sbgp boxClément Bœsch2022-03-04
* avformat/mov: prepare sbgp parsing for other grouping typesClément Bœsch2022-03-04
* avformat/mov: Disallow empty sidxMichael Niedermayer2022-03-02
* avformat/mov: Corner case encryption error cleanup in mov_read_senc()Michael Niedermayer2022-02-15
* avformat/mov: Check size before subtractionMichael Niedermayer2022-02-01
* avformat/mov: Fix endian-dependent parsingAndreas Rheinhardt2022-01-21
* avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt2022-01-04
* avformat/mov: Refactor mov_read_dvcc_dvvc to use ff_isom_parse_dvcc_dvvcquietvoid2022-01-04
* avformat/mov: add option max_stts_deltaGyan Doshi2021-12-31
* avformat/mov: Check next offset in mov_read_dref()Michael Niedermayer2021-12-16
* avformat/mov: Simplify data->hex conversionAndreas Rheinhardt2021-12-08
* avformat/mov: Disallow duplicate smdmMichael Niedermayer2021-12-06
* avformat/mov: Check for EOF in mov_read_glbl()Michael Niedermayer2021-12-06
* avformat/mov: Check channels for mov_parse_stsd_audio()Michael Niedermayer2021-11-29
* avformat/mov: make STTS duration unsigned intGyan Doshi2021-11-22
* lavf/mov: Change default to prefer TFDT time and allow for fallback to SIDX o...Thilo Borgmann2021-11-05
* avformat/mov: support dvwC box for Dolby VisionLimin Wang2021-10-28
* avformat/mov: Do not hard fail if bit rate calculation overflows unless in ex...Derek Buitenhuis2021-10-21
* avformat/mov: Use av_rescale when calculating bit rateDerek Buitenhuis2021-10-21
* libavformat/mov: add support for 'cens', 'cbc1' and 'cbcs' encryption schemes...Nachiket Tarate2021-10-13
* avformat/{isom,mov,movenc}: add support for CMAF DASH rolesJan Ekström2021-10-04
* avformat/mov: Fix last mfra checkMichael Niedermayer2021-09-26
* avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264Nicolas Gaullier2021-09-23
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* 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