| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mov: adjust skip_samples according to seek timestamp | Matthieu Bouron | 2021-01-09 | 1 | -3/+20 |
* | avformat/mov: Check if hoov is at the end | Michael Niedermayer | 2020-12-19 | 1 | -0/+2 |
* | avformat/mov: remove an always true condition | Zhao Zhili | 2020-12-10 | 1 | -1/+1 |
* | libavformat/mov.c: export vendor id as metadata | Thierry Foucu | 2020-12-05 | 1 | -2/+6 |
* | avformat/mov: Use av_sat_add64() in mov_read_sidx() | Michael Niedermayer | 2020-12-05 | 1 | -1/+1 |
* | avformat/mov: Avoid overflow in end computation in mov_read_custom() | Michael Niedermayer | 2020-12-05 | 1 | -1/+1 |
* | avformat/mov: Fix memleak in dref reading | Michael Niedermayer | 2020-11-27 | 1 | -0/+5 |
* | Add support for playing Audible AAXC (.aaxc) files [PATCH v4] | Vesselin Bontchev | 2020-11-05 | 1 | -0/+33 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -95/+95 |
* | lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -6/+6 |
* | lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea... | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | 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 |