| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: fix overallocation when reading pssh/saiz | Zhao Zhili | 2023-06-24 | 1 | -38/+25 |
* | avformat/mov_demuxer: Extended MOV demuxer to handle EVC video content | Dawid Kozinski | 2023-06-15 | 1 | -0/+2 |
* | avformat/mov: decrease probe score for a random tag | Zhao Zhili | 2023-06-08 | 1 | -0/+2 |
* | avformat/mov: creation time should be non negative | Michael Niedermayer | 2023-05-29 | 1 | -0/+4 |
* | mov: Do not blindly disable advanced edit lists if use_mfra_for is set | Derek Buitenhuis | 2023-04-25 | 1 | -5/+1 |
* | avformat/mov: restrict unix timestamp hack to version 0 mdhd/mvhd | Marton Balint | 2023-04-24 | 1 | -2/+5 |
* | avformat/mov: factorize reading creation time metadata | Marton Balint | 2023-04-24 | 1 | -20/+12 |
* | avformat/mov: parse ISO-14496-12 ChannelLayout | Zhao Zhili | 2023-03-15 | 1 | -1/+84 |
* | avformat/mov: fix ISO/IEC 23003-5 support | Zhao Zhili | 2023-03-15 | 1 | -0/+49 |
* | avformat/mov: base pcmC endianness on just the LSB | Jan Ekström | 2023-03-05 | 1 | -1/+1 |
* | avformat/mov: check that pcmC box is of the expected type | Jan Ekström | 2023-03-05 | 1 | -2/+11 |
* | avformat/mov: Check samplesize and offset to avoid integer overflow | Michael Niedermayer | 2023-02-22 | 1 | -0/+7 |
* | mov: Reduce the verbosity of the warning about fragmented MP4 vs advanced edi... | Martin Storsjö | 2023-01-31 | 1 | -6/+14 |
* | mov: Disable advanced_editlist for fragmented MP4 input | Derek Buitenhuis | 2023-01-09 | 1 | -0/+14 |
* | avformat/mov: Set duration to zero if the duration is UINT_MAX | Sasi Inguva | 2022-11-29 | 1 | -0/+5 |
* | avformat/mov: get the correct fragment stsd_id when decrypting the sample | Wang Yaqiang | 2022-09-21 | 1 | -3/+4 |
* | avformat/mov: don't read duration from mvhd atom | James Almer | 2022-09-08 | 1 | -4/+0 |
* | lavf/mov: avoid leaks with multiple dv-audio streams | Anton Khirnov | 2022-09-05 | 1 | -0/+5 |
* | lavf/dv: make returning the video packet optional | Anton Khirnov | 2022-09-05 | 1 | -1/+1 |
* | avutil/dict: Move avpriv_dict_set_timestamp() to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -0/+1 |
* | avformat/mov: Check count sums in build_open_gop_key_points() | Michael Niedermayer | 2022-08-28 | 1 | -2/+10 |
* | mov: Compare frag times in correct time base when seeking a stream without a ... | Derek Buitenhuis | 2022-08-19 | 1 | -18/+20 |
* | avformat/mov: fix encryption index in the case of multiple trun | Zhao Zhili | 2022-08-16 | 1 | -4/+6 |
* | avformat/mov: fix frag_index.current out of sync | Zhao Zhili | 2022-08-16 | 1 | -1/+26 |
* | avformat/mov: Rework the AVIF parser to handle multiple items | Vignesh Venkatasubramanian | 2022-08-09 | 1 | -57/+86 |
* | avformat/mov: Check for EOF in mov_read_iloc() | Michael Niedermayer | 2022-07-21 | 1 | -0/+2 |
* | avformat/mov: discard data streams with all zero sample_delta | Zhao Zhili | 2022-07-18 | 1 | -0/+15 |
* | avformat/mov: fix possible crash in cenc_scheme_decrypt | ShuangxiLi | 2022-07-12 | 1 | -27/+2 |
* | avformat/mov: disallow a zero sample size in trun atoms | Marton Balint | 2022-07-06 | 1 | -0/+2 |
* | avformat/mov: prevent potential use of uninitialized value | Martijn van Beurden | 2022-07-05 | 1 | -1/+4 |
* | avformat/mov: Only read the primary item for AVIF | Vignesh Venkatasubramanian | 2022-06-29 | 1 | -20/+21 |
* | avformat/mov: read PCM audio configuration box ('pcmC') if available | Ivan Baykalov | 2022-06-27 | 1 | -0/+22 |
* | avformat/mov: factorize setting little endian PCM streams | Marton Balint | 2022-06-27 | 1 | -24/+27 |
* | avformat/mov: Non overflowing ambisonic order check | Michael Niedermayer | 2022-06-14 | 1 | -1/+1 |
* | avformat/mov: refactor to use avutil/uuid | Pierre-Anthony Lemieux | 2022-06-12 | 1 | -12/+13 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -3/+1 |
* | avformat/mov: fix timecode with rounded down tmcd nb_frames | Marton Balint | 2022-05-09 | 1 | -3/+10 |
* | avformat/mov: fix use invalid box size/type due to eof | Zhao Zhili | 2022-05-08 | 1 | -1/+3 |
* | avformat/mov: reindent after previous commit | Zhao Zhili | 2022-05-08 | 1 | -20/+20 |
* | avformat/mov: remove an always true condition | Zhao Zhili | 2022-05-08 | 1 | -4/+0 |
* | avformat/mov: skip call ff_codec_get_id if possible | Zhao Zhili | 2022-05-04 | 1 | -3/+1 |
* | avformat/mov: log the right variable | Zhao Zhili | 2022-04-27 | 1 | -1/+1 |
* | avformat/mov: fix missing extra data updating | Zhao Zhili | 2022-04-27 | 1 | -9/+9 |
* | avformat/mov: Add avif to list of supported extensions | Vignesh Venkatasubramanian | 2022-04-25 | 1 | -1/+1 |
* | avformat/image2: add Jpeg XL as image2 format | Leo Izen | 2022-04-23 | 1 | -0/+1 |
* | avformat/mov: Add support for still image AVIF parsing | Vignesh Venkatasubramanian | 2022-04-23 | 1 | -0/+141 |
* | avformat/mov: fix timecode with high frame rate content | Marton Balint | 2022-04-22 | 1 | -2/+14 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | mov: Implement spatial audio support | Vittorio Giovara | 2022-03-15 | 1 | -0/+96 |
* | mov: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -28/+52 |