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