summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer2018-07-081-1/+3
* avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer2018-07-081-3/+11
* avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer2018-07-081-0/+3
* avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer2018-07-081-1/+1
* avformat/mov: Fix extradata memleakMichael Niedermayer2018-07-081-0/+6
* avformat/mov: Move +1 in check to avoid hypothetical overflow in add_ctts_ent...Michael Niedermayer2018-07-081-1/+1
* avformat/mov: Check STSC and remove invalid entriesMichael Niedermayer2018-07-081-0/+20
* avformat/mov: Fix integer overflows related to sample_durationMichael Niedermayer2018-07-081-5/+15
* avformat/mov: Propagate errors in mov_switch_root.Jacob Trimble2018-01-081-2/+5
* avformat/mov: Check size of STSC allocationFredrik Hubinette2018-01-081-0/+2
* avformat/mov: Fix DoS in read_tfra()Michael Niedermayer2017-09-171-0/+7
* avformat/mov: Fix signed integer overflows with total_sizeVitaly Buka2017-09-171-1/+1
* avformat/mov: Check creation_time for overflowMichael Niedermayer2017-05-141-0/+6
* libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu2017-05-141-0/+1
* lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()n3.2.4Matt Wolenetz2017-02-101-2/+7
* lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz2017-02-101-2/+2
* lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-081-1/+1
* lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-081-0/+2
* mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun2016-11-171-1/+1
* lavf/mov: reindentRodger Combs2016-10-241-78/+78
* lavf/mov: improve `tref/chap` chapter handlingRodger Combs2016-10-241-7/+47
* lavf/mov: support gopro hero moments udta tagJean Caillé2016-10-191-0/+19
* avformat/mov: pass the demuxer's AVFormatContext to avpriv_request_sample()James Almer2016-10-181-3/+4
* mov: move stsd finalization to an appropriate placeHendrik Leppkes2016-10-171-2/+2
* lavf/mov: support gopro firmware udta tagJean Caillé2016-10-151-0/+1
* lavf/mov: Read display aspect ratio from ares atom also for dnxhd.Carl Eugen Hoyos2016-09-291-1/+2
* lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an...Sasi Inguva2016-09-291-11/+69
* lavf/mov: Add support for edit list parsing.Sasi Inguva2016-09-191-10/+351
* avformat/mov: Enable stream parsing for VP9.Matthew Gregan2016-09-081-0/+1
* avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk2016-09-081-1/+1
* avformat/mov: aax: pass proper AVClass to av_log()Thomas Hebb2016-08-281-1/+1
* avformat: fix decoded creation_time timestampsMarton Balint2016-08-281-8/+1
* mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-251-3/+0
* mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-251-7/+1
* libavformat/mov: Accept known codepoints in 'colr'Steven Robertson2016-08-211-31/+9
* avformat/mov: Check STSD atom more completelyMichael Niedermayer2016-08-201-9/+24
* avformat/mov: Check extradata before accessMichael Niedermayer2016-08-161-2/+3
* avformat/mov: Enable mp3 parsing if a packet needs itMichael Niedermayer2016-08-061-0/+5
* avformat/mov: Do not allocate empty extradataMichael Niedermayer2016-07-211-5/+7
* lavf/mov: fix stream extradata_size allocationMatthieu Bouron2016-07-141-1/+1
* Merge commit '846a3e78a535f05ee61bb23a160f3378f041f751'Matthieu Bouron2016-07-131-0/+2
|\
| * mov: Support prores with multiple stsdVittorio Giovara2016-06-171-0/+2
* | Merge commit '76729970049fe95659346503f7401a5d869f9959'Matthieu Bouron2016-07-131-6/+117
|\ \ | |/
| * mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-171-6/+119
| * mov: Also export loci altitudeMichael Niedermayer2016-05-191-2/+7
| * mov: Append place name instead of overwriting for lociMichael Niedermayer2016-05-191-3/+3
| * mov: Fix parsing short lociMichael Niedermayer2016-05-191-2/+2
* | avformat/mov: Skip non-key frames if AVDISCARD_NONKEY is set.Vadim Kalinsky2016-06-301-0/+6
* | avformat/mov: Check sample sizeMichael Niedermayer2016-06-291-1/+10
* | avformat/mov: parse rtmd track timecodePaul B Mahol2016-06-271-1/+29