summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()Matt Wolenetz2017-02-10
* lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz2017-02-10
* lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz2017-02-08
* lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz2017-02-08
* Merge commit '90bc423212396e96a02edc1118982ab7f7766a63'Clément Bœsch2017-02-01
|\
| * mov: Wrap stsc index and count compare in a separate functionVittorio Giovara2016-07-20
| * mov: Fix stsc_count comparisonMatthieu Bouron2016-07-20
| * mov: fix stream extradata_size allocationMatthieu Bouron2016-07-15
* | mov: fix decryption with edit listerankor2017-02-01
* | avformat/mov: Fix integer truncation in mov_read_uuid()Michael Niedermayer2017-01-30
* | mov: Fix spherical metadata_source parsingAaron Colwell2017-01-27
* | lavf/mov: Unscramble dref debug output.Carl Eugen Hoyos2017-01-25
* | avformat/mov.: Make the process of uuid-xmp atom faster.Chen Meng2016-12-19
* | mov: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-15
* | lavf/mov: Accept multiple fourcc for AVID 1:1.Carl Eugen Hoyos2016-12-12
* | mov: Export spherical informationVittorio Giovara2016-12-07
* | hevc: Support extradata changesVittorio Giovara2016-12-02
* | mov: Evaluate the movie display matrixVittorio Giovara2016-11-30
* | Add experimental demuxing support for FLAC in ISO BMFF (MP4).Matthew Gregan2016-11-21
* | avformat/mov: reuse existing err variableJames Almer2016-11-19
* | avformat/mov: use av_stream_add_side_data() for displaymatrix side dataJames Almer2016-11-18
* | Merge commit '029cf99c5166b36f33381cd8ebfa5f1f1f463d1f'Hendrik Leppkes2016-11-14
|\|
| * mov: Save number of stsd elements after stream extradata allocationVittorio Giovara2016-06-29
* | avformat/mov: zero initialize codec_name in mov_parse_stsd_video()James Almer2016-11-12
* | lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search...Sasi Inguva2016-11-10
* | avformat/mov: Read multiple stsd from DVVittorio Giovara2016-11-08
* | mov: validate sidx timescaleAndreas Cadhalpun2016-11-07
* | mov: validate time_scaleAndreas Cadhalpun2016-11-07
* | mov: validate sample_rateAndreas Cadhalpun2016-11-07
* | lavf/mov.c: Use the first sidx for tracks without sidx.Sasi Inguva2016-11-03
* | mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun2016-11-01
* | lavf/mov: Only search for invalid moov in free if compliance < STRICT.Carl Eugen Hoyos2016-11-01
* | lavf/mov.c: Use the correct timescale when seeking for audio.Sasi Inguva2016-10-31
* | lavf/mov: reindentRodger Combs2016-10-24
* | lavf/mov: improve `tref/chap` chapter handlingRodger Combs2016-10-24
* | lavf/mov: support gopro hero moments udta tagJean Caillé2016-10-19
* | avformat/mov: pass the demuxer's AVFormatContext to avpriv_request_sample()James Almer2016-10-18
* | mov: move stsd finalization to an appropriate placeHendrik Leppkes2016-10-17
* | lavf/mov: support gopro firmware udta tagJean Caillé2016-10-15
* | lavf/mov: Read display aspect ratio from ares atom also for dnxhd.Carl Eugen Hoyos2016-09-29
* | lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an...Sasi Inguva2016-09-29
* | lavf/mov: Add support for edit list parsing.Sasi Inguva2016-09-19
* | avformat/mov: Enable stream parsing for VP9.Matthew Gregan2016-09-08
* | avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk2016-09-08
* | avformat/mov: aax: pass proper AVClass to av_log()Thomas Hebb2016-08-28
* | avformat: fix decoded creation_time timestampsMarton Balint2016-08-28
* | mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-25
* | mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-25
* | libavformat/mov: Accept known codepoints in 'colr'Steven Robertson2016-08-21
* | avformat/mov: Check STSD atom more completelyMichael Niedermayer2016-08-20