| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow using only the mfra info for seeking using the fragment index | Justin Ruggles | 2020-10-11 | 1 | -0/+1 |
* | avformat/mov: fix typo in comments | Zhao Zhili | 2020-09-20 | 1 | -1/+1 |
* | lavf/mov: Remove redundant code | Jun Zhao | 2020-09-12 | 1 | -1/+1 |
* | avformat/mov: Stash mfra size if we're reading it anyway | Derek Buitenhuis | 2020-09-03 | 1 | -5/+5 |
* | avformat/mov: Only read the mfra size once during sidx parsing | Derek Buitenhuis | 2020-09-03 | 1 | -7/+9 |
* | avformat/mov: Do not try and seek to an mfra if the reader can't seek | Derek Buitenhuis | 2020-09-03 | 1 | -1/+1 |
* | avformat/mov: Fix return type used for av_seek in mfra code | Derek Buitenhuis | 2020-09-03 | 1 | -1/+1 |
* | avformat/mov: See if mfra makes up the difference for an incomplete sidx. | Dale Curtis | 2020-08-28 | 1 | -2/+18 |
* | Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams | Vikas Agrawal | 2020-08-24 | 1 | -0/+3 |
* | avformat/mov: Check comp_brand_size | Michael Niedermayer | 2020-08-04 | 1 | -1/+1 |
* | avformat/mov: fix atom type to string conversion | Zhao Zhili | 2020-07-16 | 1 | -5/+4 |
* | avformat/mov: fix missing line break in messages | Moritz Barsnick | 2020-07-12 | 1 | -2/+2 |
* | avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_rea... | Zhao Zhili | 2020-07-07 | 1 | -6/+5 |
* | avformat/mov: fix memleaks | Zhao Zhili | 2020-07-01 | 1 | -4/+3 |
* | libavformat/mov: Fix memleaks when demuxing DV audio | Andreas Rheinhardt | 2020-07-01 | 1 | -10/+13 |
* | avformat/mov: Cosmetics | Andreas Rheinhardt | 2020-06-22 | 1 | -60/+54 |
* | avformat/mov: Avoid allocation when reading ddts atom | Andreas Rheinhardt | 2020-06-22 | 1 | -13/+4 |
* | avformat/mov: Use ffio_read_size where appropriate | Andreas Rheinhardt | 2020-06-22 | 1 | -22/+12 |
* | avformat/mov: Avoid allocation+copy when moving extradata | Andreas Rheinhardt | 2020-06-22 | 1 | -5/+2 |
* | avformat/mov: Read attached pics directly into st->attached_pic | Andreas Rheinhardt | 2020-06-22 | 1 | -8/+4 |
* | avformat/mov: Check earlier whether reel_name string is empty | Andreas Rheinhardt | 2020-06-22 | 1 | -7/+4 |
* | avformat/mov: fix demuxing of eia-608 | Paul B Mahol | 2020-06-15 | 1 | -0/+24 |
* | avformat/mov: Fix reel_name size check | Andreas Rheinhardt | 2020-06-15 | 1 | -1/+1 |
* | avformat/mov: Fix memleak upon encountering repeating tags | Andreas Rheinhardt | 2020-06-15 | 1 | -0/+3 |
* | avformat/mov: Fix memleaks upon read_header failure | Andreas Rheinhardt | 2020-06-15 | 1 | -16/+17 |
* | avformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_find_next_sample(). | Dale Curtis | 2020-06-13 | 1 | -1/+1 |
* | avformat/mov: Free temp buffer upon negative sample_size error. | Dale Curtis | 2020-05-20 | 1 | -0/+1 |
* | avformat/mov: Read the QT Metadata Keys only once | Thierry Foucu | 2020-05-15 | 1 | -1/+2 |
* | avformat/mov: Don't allow negative sample sizes. | Dale Curtis | 2020-05-15 | 1 | -0/+4 |
* | avformat/mov: fix av_freep for dovi pointer | Limin Wang | 2020-05-01 | 1 | -1/+1 |
* | lavf/mov: support dvcC/dvvC box for DOVI | vacingfang | 2020-04-23 | 1 | -0/+60 |
* | libavformat/mov: fix multiple trun per traf | John Stebbins | 2020-04-11 | 1 | -1/+11 |
* | mov: fix seek to next root atom in fragmented mp4 | John Stebbins | 2020-04-11 | 1 | -1/+2 |
* | libavformat/mov: restore use of mfra time as dts | John Stebbins | 2020-04-11 | 1 | -0/+5 |
* | mov: Support fake moov boxes disguised as hoov | Vittorio Giovara | 2020-04-07 | 1 | -4/+4 |
* | avformat/mov: Discard last STSC if its empty | Michael Niedermayer | 2020-04-04 | 1 | -0/+4 |
* | libavformat/mov.c: Free aes_decrypt to avoid leaking memory | John Rummell | 2020-04-01 | 1 | -0/+1 |
* | avformat/mov: whitespace indent | vectronic | 2020-03-10 | 1 | -26/+26 |
* | avformat/mov: add ICC profile support for colr atom | vectronic | 2020-03-10 | 1 | -2/+13 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -1/+0 |
* | avformat/mov: Check STCO location | Michael Niedermayer | 2020-01-30 | 1 | -0/+4 |
* | avformat/mov: Don't leak MOVFragmentStreamInfo on error | Andreas Rheinhardt | 2020-01-28 | 1 | -1/+3 |
* | avformat/mov: Free encryption data on error | Andreas Rheinhardt | 2020-01-28 | 1 | -2/+4 |
* | avformat/mov: update extensions | Gyan Doshi | 2020-01-28 | 1 | -1/+1 |
* | avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdup | Andreas Rheinhardt | 2020-01-10 | 1 | -4/+4 |
* | avformat: Don't free old extradata before ff_alloc/get_extradata | Andreas Rheinhardt | 2019-12-12 | 1 | -4/+0 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -2/+3 |
* | avformat/mov: Use ff_alloc_extradata for dvdsub extradata | Andreas Rheinhardt | 2019-12-12 | 1 | -7/+4 |
* | avformat/mov: fix typo in help text | Zhao Zhili | 2019-11-16 | 1 | -1/+1 |
* | lavf/mov: add log context dump in log message | Jun Zhao | 2019-11-08 | 1 | -15/+15 |