summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* 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
* avformat/mov: Check STCO locationMichael Niedermayer2020-01-30
* avformat/mov: Don't leak MOVFragmentStreamInfo on errorAndreas Rheinhardt2020-01-28
* avformat/mov: Free encryption data on errorAndreas Rheinhardt2020-01-28
* avformat/mov: update extensionsGyan Doshi2020-01-28
* avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdupAndreas Rheinhardt2020-01-10
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-12
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* avformat/mov: Use ff_alloc_extradata for dvdsub extradataAndreas Rheinhardt2019-12-12
* avformat/mov: fix typo in help textZhao Zhili2019-11-16
* lavf/mov: add log context dump in log messageJun Zhao2019-11-08
* avformat/mov: parse sdtp atom and set the pkt disposable flag accordinglyMatthieu Bouron2019-10-12
* lavf/mov: Fix timestamp rescale on sidx atomJun Li2019-09-26
* avformat/mov: Check for EOF in mov_read_meta()Michael Niedermayer2019-09-17
* avformat/mov: Fix memleakAndreas Rheinhardt2019-09-17
* avformat/mov: improve timecode calculationPaul B Mahol2019-08-28
* avformat/mov: add demuxing support for Dolby TrueHD streamsJames Almer2019-08-24
* avformat/mov: fix return code for trun box with no sample entriesGyan Doshi2019-07-22
* avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer2019-06-25
* avformat/mov: set AVFMT_SEEK_TO_PTS flagGyan Doshi2019-05-03
* avformat/mov: Skip stsd adjustment without chunksMichael Niedermayer2019-04-24
* libavformat/mov: limit nb_frames_for_fps to INT_MAXDan Sanders2019-04-23
* avformat/mov: Fix potential integer overflow in entry check in mov_read_trun()Michael Niedermayer2019-03-25
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* mov: Fix start_time for streams with empty edits in the middleJustin Ruggles2019-02-26
* avformat/mov: Do not use reference stream in mov_read_sidx() if there is no r...Michael Niedermayer2019-02-14
* avformat/mov: fix hang while seek on a kind of fragmented mp4Charles Liu2019-02-11
* avformat/mov: don't rescale mastering display values from the SmDm atomJames Almer2019-02-11
* avformat/mov: validate chunk_count vs stsc_datachcunningham2019-02-08
* avformat/mov.c: require tfhd to begin parsing trunchcunningham2019-02-08
* lavf/mov: Do not fail hard for more invalid atoms.Carl Eugen Hoyos2019-01-14
* mov: Remove duration-of-last-frame heuristic hackDerek Buitenhuis2019-01-02
* libavformat/mov: Fix NULL-dereference read for some encrypted content.Jacob Trimble2018-12-20
* avformat/mov: Simplify get_stream_info_time()Michael Niedermayer2018-12-19
* lavf/mov: document the dvh1 codec switch based on hvcC availabilityJan Ekström2018-12-17
* lavf/mov: ensure only one tkhd per trakchcunningham2018-12-16
* Use QT format for audio sample descriptors depending on stsd version.Justin Ruggles2018-09-09
* lavf/mov: factor out setting codec_idJohn Stebbins2018-09-08
* lavf/mov: add AVCodecTag entry for GoPro metadataJohn Stebbins2018-09-08
* avformat/mov: Error on too large stsd entry counts.Dale Curtis2018-09-01