aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* avformat/mov: Check STCO locationMichael Niedermayer2020-01-301-0/+4
* avformat/mov: Don't leak MOVFragmentStreamInfo on errorAndreas Rheinhardt2020-01-281-1/+3
* avformat/mov: Free encryption data on errorAndreas Rheinhardt2020-01-281-2/+4
* avformat/mov: update extensionsGyan Doshi2020-01-281-1/+1
* avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdupAndreas Rheinhardt2020-01-101-4/+4
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-121-4/+0
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-2/+3
* avformat/mov: Use ff_alloc_extradata for dvdsub extradataAndreas Rheinhardt2019-12-121-7/+4
* avformat/mov: fix typo in help textZhao Zhili2019-11-161-1/+1
* lavf/mov: add log context dump in log messageJun Zhao2019-11-081-15/+15
* avformat/mov: parse sdtp atom and set the pkt disposable flag accordinglyMatthieu Bouron2019-10-121-0/+41
* lavf/mov: Fix timestamp rescale on sidx atomJun Li2019-09-261-1/+1
* avformat/mov: Check for EOF in mov_read_meta()Michael Niedermayer2019-09-171-1/+4
* avformat/mov: Fix memleakAndreas Rheinhardt2019-09-171-1/+3
* avformat/mov: improve timecode calculationPaul B Mahol2019-08-281-2/+2
* avformat/mov: add demuxing support for Dolby TrueHD streamsJames Almer2019-08-241-0/+34
* avformat/mov: fix return code for trun box with no sample entriesGyan Doshi2019-07-221-2/+2
* avformat/mov: Set fragment.found_tfhd only after TFHD has been parsedMichael Niedermayer2019-06-251-2/+1
* avformat/mov: set AVFMT_SEEK_TO_PTS flagGyan Doshi2019-05-031-1/+1
* avformat/mov: Skip stsd adjustment without chunksMichael Niedermayer2019-04-241-0/+2
* libavformat/mov: limit nb_frames_for_fps to INT_MAXDan Sanders2019-04-231-2/+2
* avformat/mov: Fix potential integer overflow in entry check in mov_read_trun()Michael Niedermayer2019-03-251-1/+1
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* mov: Fix start_time for streams with empty edits in the middleJustin Ruggles2019-02-261-1/+3
* avformat/mov: Do not use reference stream in mov_read_sidx() if there is no r...Michael Niedermayer2019-02-141-1/+1
* avformat/mov: fix hang while seek on a kind of fragmented mp4Charles Liu2019-02-111-9/+12
* avformat/mov: don't rescale mastering display values from the SmDm atomJames Almer2019-02-111-14/+10
* avformat/mov: validate chunk_count vs stsc_datachcunningham2019-02-081-2/+12
* avformat/mov.c: require tfhd to begin parsing trunchcunningham2019-02-081-0/+10
* lavf/mov: Do not fail hard for more invalid atoms.Carl Eugen Hoyos2019-01-141-9/+9
* mov: Remove duration-of-last-frame heuristic hackDerek Buitenhuis2019-01-021-6/+0
* libavformat/mov: Fix NULL-dereference read for some encrypted content.Jacob Trimble2018-12-201-3/+3
* avformat/mov: Simplify get_stream_info_time()Michael Niedermayer2018-12-191-10/+6
* lavf/mov: document the dvh1 codec switch based on hvcC availabilityJan Ekström2018-12-171-0/+5
* lavf/mov: ensure only one tkhd per trakchcunningham2018-12-161-1/+11
* Use QT format for audio sample descriptors depending on stsd version.Justin Ruggles2018-09-091-3/+3