aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: adjust skip_samples according to seek timestampMatthieu Bouron2021-01-091-3/+20
* avformat/mov: Check if hoov is at the endMichael Niedermayer2020-12-191-0/+2
* avformat/mov: remove an always true conditionZhao Zhili2020-12-101-1/+1
* libavformat/mov.c: export vendor id as metadataThierry Foucu2020-12-051-2/+6
* avformat/mov: Use av_sat_add64() in mov_read_sidx()Michael Niedermayer2020-12-051-1/+1
* avformat/mov: Avoid overflow in end computation in mov_read_custom()Michael Niedermayer2020-12-051-1/+1
* avformat/mov: Fix memleak in dref readingMichael Niedermayer2020-11-271-0/+5
* Add support for playing Audible AAXC (.aaxc) files [PATCH v4]Vesselin Bontchev2020-11-051-0/+33
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-95/+95
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-281-6/+6
* lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea...Anton Khirnov2020-10-281-2/+2
* Allow using only the mfra info for seeking using the fragment indexJustin Ruggles2020-10-111-0/+1
* avformat/mov: fix typo in commentsZhao Zhili2020-09-201-1/+1
* lavf/mov: Remove redundant codeJun Zhao2020-09-121-1/+1
* avformat/mov: Stash mfra size if we're reading it anywayDerek Buitenhuis2020-09-031-5/+5
* avformat/mov: Only read the mfra size once during sidx parsingDerek Buitenhuis2020-09-031-7/+9
* avformat/mov: Do not try and seek to an mfra if the reader can't seekDerek Buitenhuis2020-09-031-1/+1
* avformat/mov: Fix return type used for av_seek in mfra codeDerek Buitenhuis2020-09-031-1/+1
* avformat/mov: See if mfra makes up the difference for an incomplete sidx.Dale Curtis2020-08-281-2/+18
* Set AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streamsVikas Agrawal2020-08-241-0/+3
* avformat/mov: Check comp_brand_sizeMichael Niedermayer2020-08-041-1/+1
* avformat/mov: fix atom type to string conversionZhao Zhili2020-07-161-5/+4
* avformat/mov: fix missing line break in messagesMoritz Barsnick2020-07-121-2/+2
* avformat/mov: Fix unaligned read of uint32_t and endian-dependance in mov_rea...Zhao Zhili2020-07-071-6/+5
* avformat/mov: fix memleaksZhao Zhili2020-07-011-4/+3
* libavformat/mov: Fix memleaks when demuxing DV audioAndreas Rheinhardt2020-07-011-10/+13
* avformat/mov: CosmeticsAndreas Rheinhardt2020-06-221-60/+54
* avformat/mov: Avoid allocation when reading ddts atomAndreas Rheinhardt2020-06-221-13/+4
* avformat/mov: Use ffio_read_size where appropriateAndreas Rheinhardt2020-06-221-22/+12
* avformat/mov: Avoid allocation+copy when moving extradataAndreas Rheinhardt2020-06-221-5/+2
* avformat/mov: Read attached pics directly into st->attached_picAndreas Rheinhardt2020-06-221-8/+4
* avformat/mov: Check earlier whether reel_name string is emptyAndreas Rheinhardt2020-06-221-7/+4
* avformat/mov: fix demuxing of eia-608Paul B Mahol2020-06-151-0/+24
* avformat/mov: Fix reel_name size checkAndreas Rheinhardt2020-06-151-1/+1
* avformat/mov: Fix memleak upon encountering repeating tagsAndreas Rheinhardt2020-06-151-0/+3
* avformat/mov: Fix memleaks upon read_header failureAndreas Rheinhardt2020-06-151-16/+17
* avformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_find_next_sample().Dale Curtis2020-06-131-1/+1
* avformat/mov: Free temp buffer upon negative sample_size error.Dale Curtis2020-05-201-0/+1
* avformat/mov: Read the QT Metadata Keys only onceThierry Foucu2020-05-151-1/+2
* avformat/mov: Don't allow negative sample sizes.Dale Curtis2020-05-151-0/+4
* avformat/mov: fix av_freep for dovi pointerLimin Wang2020-05-011-1/+1
* lavf/mov: support dvcC/dvvC box for DOVIvacingfang2020-04-231-0/+60
* libavformat/mov: fix multiple trun per trafJohn Stebbins2020-04-111-1/+11
* mov: fix seek to next root atom in fragmented mp4John Stebbins2020-04-111-1/+2
* libavformat/mov: restore use of mfra time as dtsJohn Stebbins2020-04-111-0/+5
* mov: Support fake moov boxes disguised as hoovVittorio Giovara2020-04-071-4/+4
* avformat/mov: Discard last STSC if its emptyMichael Niedermayer2020-04-041-0/+4
* libavformat/mov.c: Free aes_decrypt to avoid leaking memoryJohn Rummell2020-04-011-0/+1
* avformat/mov: whitespace indentvectronic2020-03-101-26/+26
* avformat/mov: add ICC profile support for colr atomvectronic2020-03-101-2/+13