summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
...
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-01
* avformat/mov: Do not zero memory that is written too or unusedMichael Niedermayer2021-03-31
* avformat/mov: Ignore multiple STSC / STCOMichael Niedermayer2021-03-31
* avformat/mov: Properly forward error codes from av_seekDerek Buitenhuis2021-03-26
* avformat/mov: Check sample size for overflow in mov_parse_stsd_audio()Michael Niedermayer2021-03-26
* avformat/mov: Fix extended atom size buffer length checkDerek Buitenhuis2021-03-21
* avformat/mov: Check offset addition for overflowMichael Niedermayer2021-03-19
* avformat/mov: Handle when we have an mfra box but have not read the full sidx...Derek Buitenhuis2021-03-17
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avformat/mov: Extend data_size check in mov_read_udta_string()Michael Niedermayer2021-03-01
* avformat/mov: fix timecode with counter mode flag setMark Reid2021-02-22
* avformat/mov: Check element count in mov_metadata_hmmt()Michael Niedermayer2021-02-16
* avformat/mov: sanity check STSD entriesMichael Niedermayer2021-02-14
* avformat/mov: Ignore tags with invalid size during probingMichael Niedermayer2021-02-10
* avformat/mov: Factor offset advancement out in probingMichael Niedermayer2021-02-10
* avformat/mov: simplify size code in probing a bitMichael Niedermayer2021-02-10
* avformat/mov: Support size = 1 and size = 0 special cases in probingMichael Niedermayer2021-02-10
* avformat/mov: Check for duplicate st3dMichael Niedermayer2021-02-10
* avformat/mov: factor size out of probe codeMichael Niedermayer2021-02-09
* avformat/mov: Use av_mul_q() to avoid integer overflowsMichael Niedermayer2021-02-04
* avformat/mov: Check a.size before computing next_root_atomMichael Niedermayer2021-01-19
* avformat/mov: adjust skip_samples according to seek timestampMatthieu Bouron2021-01-09
* 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