aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: get the correct fragment stsd_id when decrypting the sampleWang Yaqiang2022-09-211-3/+4
* avformat/mov: don't read duration from mvhd atomJames Almer2022-09-081-4/+0
* lavf/mov: avoid leaks with multiple dv-audio streamsAnton Khirnov2022-09-051-0/+5
* lavf/dv: make returning the video packet optionalAnton Khirnov2022-09-051-1/+1
* avutil/dict: Move avpriv_dict_set_timestamp() to a header of its ownAndreas Rheinhardt2022-09-031-0/+1
* avformat/mov: Check count sums in build_open_gop_key_points()Michael Niedermayer2022-08-281-2/+10
* mov: Compare frag times in correct time base when seeking a stream without a ...Derek Buitenhuis2022-08-191-18/+20
* avformat/mov: fix encryption index in the case of multiple trunZhao Zhili2022-08-161-4/+6
* avformat/mov: fix frag_index.current out of syncZhao Zhili2022-08-161-1/+26
* avformat/mov: Rework the AVIF parser to handle multiple itemsVignesh Venkatasubramanian2022-08-091-57/+86
* avformat/mov: Check for EOF in mov_read_iloc()Michael Niedermayer2022-07-211-0/+2
* avformat/mov: discard data streams with all zero sample_deltaZhao Zhili2022-07-181-0/+15
* avformat/mov: fix possible crash in cenc_scheme_decryptShuangxiLi2022-07-121-27/+2
* avformat/mov: disallow a zero sample size in trun atomsMarton Balint2022-07-061-0/+2
* avformat/mov: prevent potential use of uninitialized valueMartijn van Beurden2022-07-051-1/+4
* avformat/mov: Only read the primary item for AVIFVignesh Venkatasubramanian2022-06-291-20/+21
* avformat/mov: read PCM audio configuration box ('pcmC') if availableIvan Baykalov2022-06-271-0/+22
* avformat/mov: factorize setting little endian PCM streamsMarton Balint2022-06-271-24/+27
* avformat/mov: Non overflowing ambisonic order checkMichael Niedermayer2022-06-141-1/+1
* avformat/mov: refactor to use avutil/uuidPierre-Anthony Lemieux2022-06-121-12/+13
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-101-3/+1
* avformat/mov: fix timecode with rounded down tmcd nb_framesMarton Balint2022-05-091-3/+10
* avformat/mov: fix use invalid box size/type due to eofZhao Zhili2022-05-081-1/+3
* avformat/mov: reindent after previous commitZhao Zhili2022-05-081-20/+20
* avformat/mov: remove an always true conditionZhao Zhili2022-05-081-4/+0
* avformat/mov: skip call ff_codec_get_id if possibleZhao Zhili2022-05-041-3/+1
* avformat/mov: log the right variableZhao Zhili2022-04-271-1/+1
* avformat/mov: fix missing extra data updatingZhao Zhili2022-04-271-9/+9
* avformat/mov: Add avif to list of supported extensionsVignesh Venkatasubramanian2022-04-251-1/+1
* avformat/image2: add Jpeg XL as image2 formatLeo Izen2022-04-231-0/+1
* avformat/mov: Add support for still image AVIF parsingVignesh Venkatasubramanian2022-04-231-0/+141
* avformat/mov: fix timecode with high frame rate contentMarton Balint2022-04-221-2/+14
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* mov: Implement spatial audio supportVittorio Giovara2022-03-151-0/+96
* mov: convert to new channel layout APIVittorio Giovara2022-03-151-28/+52
* avformat/mov: reindent after previous commitClément Bœsch2022-03-041-6/+6
* avformat/mov: fix seeking with HEVC open GOP filesClément Bœsch2022-03-041-0/+120
* avformat/mov: add parsing for the sgpd sync boxClément Bœsch2022-03-041-0/+59
* avformat/mov: add support for sync group in sbgp boxClément Bœsch2022-03-041-0/+5
* avformat/mov: prepare sbgp parsing for other grouping typesClément Bœsch2022-03-041-11/+19
* avformat/mov: Disallow empty sidxMichael Niedermayer2022-03-021-0/+2
* avformat/mov: Corner case encryption error cleanup in mov_read_senc()Michael Niedermayer2022-02-151-0/+2
* avformat/mov: Check size before subtractionMichael Niedermayer2022-02-011-0/+2
* avformat/mov: Fix endian-dependent parsingAndreas Rheinhardt2022-01-211-1/+1
* avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt2022-01-041-2/+2
* avformat/mov: Refactor mov_read_dvcc_dvvc to use ff_isom_parse_dvcc_dvvcquietvoid2022-01-041-43/+7
* avformat/mov: add option max_stts_deltaGyan Doshi2021-12-311-25/+30
* avformat/mov: Check next offset in mov_read_dref()Michael Niedermayer2021-12-161-2/+4
* avformat/mov: Simplify data->hex conversionAndreas Rheinhardt2021-12-081-4/+4
* avformat/mov: Disallow duplicate smdmMichael Niedermayer2021-12-061-0/+3