summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/mov.c: Correct keyframe search in edit list to return the very first key...Sasi Inguva2017-02-201-0/+12
* lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()Matt 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
* Merge commit '90bc423212396e96a02edc1118982ab7f7766a63'Clément Bœsch2017-02-011-5/+7
|\
| * mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-201-5/+10
| * mov: Fix stsc_count comparisonMatthieu Bouron2016-07-201-1/+1
| * mov: fix stream extradata_size allocationMatthieu Bouron2016-07-151-1/+1
* | mov: fix decryption with edit listerankor2017-02-011-44/+125
* | avformat/mov: Fix integer truncation in mov_read_uuid()Michael Niedermayer2017-01-301-1/+1
* | mov: Fix spherical metadata_source parsingAaron Colwell2017-01-271-2/+2
* | lavf/mov: Unscramble dref debug output.Carl Eugen Hoyos2017-01-251-1/+1
* | avformat/mov.: Make the process of uuid-xmp atom faster.Chen Meng2016-12-191-14/+18
* | mov: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-151-1/+14
* | lavf/mov: Accept multiple fourcc for AVID 1:1.Carl Eugen Hoyos2016-12-121-0/+2
* | mov: Export spherical informationVittorio Giovara2016-12-071-1/+238
* | hevc: Support extradata changesVittorio Giovara2016-12-021-4/+0
* | mov: Evaluate the movie display matrixVittorio Giovara2016-11-301-13/+35
* | Add experimental demuxing support for FLAC in ISO BMFF (MP4).Matthew Gregan2016-11-211-0/+39
* | avformat/mov: reuse existing err variableJames Almer2016-11-191-5/+3
* | avformat/mov: use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-181-12/+5
* | Merge commit '029cf99c5166b36f33381cd8ebfa5f1f1f463d1f'Hendrik Leppkes2016-11-141-3/+2
|\ \ | |/
| * mov: Save number of stsd elements after stream extradata allocationVittorio Giovara2016-06-291-3/+4
* | avformat/mov: zero initialize codec_name in mov_parse_stsd_video()James Almer2016-11-121-1/+1
* | lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search...Sasi Inguva2016-11-101-11/+30
* | avformat/mov: Read multiple stsd from DVVittorio Giovara2016-11-081-0/+2
* | mov: validate sidx timescaleAndreas Cadhalpun2016-11-071-0/+5
* | mov: validate time_scaleAndreas Cadhalpun2016-11-071-1/+8
* | mov: validate sample_rateAndreas Cadhalpun2016-11-071-0/+8
* | lavf/mov.c: Use the first sidx for tracks without sidx.Sasi Inguva2016-11-031-3/+22
* | mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun2016-11-011-1/+1
* | lavf/mov: Only search for invalid moov in free if compliance < STRICT.Carl Eugen Hoyos2016-11-011-0/+1
* | lavf/mov.c: Use the correct timescale when seeking for audio.Sasi Inguva2016-10-311-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
OpenPOWER on IntegriCloud