aboutsummaryrefslogtreecommitdiff
path: root/libavformat/mov.c
AgeCommit message (Expand)Author
2017-02-20lavf/mov.c: Correct keyframe search in edit list to return the very first key...Sasi Inguva
2017-02-10lavf/mov.c: Avoid heap allocation wraps in mov_read_{senc,saiz}()Matt Wolenetz
2017-02-10lavf/mov.c: Avoid OOB in mov_read_udta_string()Matt Wolenetz
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_uuidMatt Wolenetz
2017-02-08lavf/mov.c: Avoid heap allocation wrap in mov_read_hdlrMatt Wolenetz
2017-02-01Merge commit '90bc423212396e96a02edc1118982ab7f7766a63'Clément Bœsch
2017-02-01mov: fix decryption with edit listerankor
2017-01-30avformat/mov: Fix integer truncation in mov_read_uuid()Michael Niedermayer
2017-01-27mov: Fix spherical metadata_source parsingAaron Colwell
2017-01-25lavf/mov: Unscramble dref debug output.Carl Eugen Hoyos
2016-12-19avformat/mov.: Make the process of uuid-xmp atom faster.Chen Meng
2016-12-15mov: prevent overflow during bit rate calculationAndreas Cadhalpun
2016-12-12lavf/mov: Accept multiple fourcc for AVID 1:1.Carl Eugen Hoyos
2016-12-07mov: Export spherical informationVittorio Giovara
2016-12-02hevc: Support extradata changesVittorio Giovara
2016-11-30mov: Evaluate the movie display matrixVittorio Giovara
2016-11-21Add experimental demuxing support for FLAC in ISO BMFF (MP4).Matthew Gregan
2016-11-19avformat/mov: reuse existing err variableJames Almer
2016-11-18avformat/mov: use av_stream_add_side_data() for displaymatrix side dataJames Almer
2016-11-14Merge commit '029cf99c5166b36f33381cd8ebfa5f1f1f463d1f'Hendrik Leppkes
2016-11-12avformat/mov: zero initialize codec_name in mov_parse_stsd_video()James Almer
2016-11-10lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search...Sasi Inguva
2016-11-08avformat/mov: Read multiple stsd from DVVittorio Giovara
2016-11-07mov: validate sidx timescaleAndreas Cadhalpun
2016-11-07mov: validate time_scaleAndreas Cadhalpun
2016-11-07mov: validate sample_rateAndreas Cadhalpun
2016-11-03lavf/mov.c: Use the first sidx for tracks without sidx.Sasi Inguva
2016-11-01mov: immediately return from mov_fix_index without old index entriesAndreas Cadhalpun
2016-11-01lavf/mov: Only search for invalid moov in free if compliance < STRICT.Carl Eugen Hoyos
2016-10-31lavf/mov.c: Use the correct timescale when seeking for audio.Sasi Inguva
2016-10-24lavf/mov: reindentRodger Combs
2016-10-24lavf/mov: improve `tref/chap` chapter handlingRodger Combs
2016-10-19lavf/mov: support gopro hero moments udta tagJean Caillé
2016-10-18avformat/mov: pass the demuxer's AVFormatContext to avpriv_request_sample()James Almer
2016-10-17mov: move stsd finalization to an appropriate placeHendrik Leppkes
2016-10-15lavf/mov: support gopro firmware udta tagJean Caillé
2016-09-29lavf/mov: Read display aspect ratio from ares atom also for dnxhd.Carl Eugen Hoyos
2016-09-29lavf/mov.c: Make audio timestamps strictly monotonically increasing inside an...Sasi Inguva
2016-09-19lavf/mov: Add support for edit list parsing.Sasi Inguva
2016-09-08avformat/mov: Enable stream parsing for VP9.Matthew Gregan
2016-09-08avformat/mov: Fix potential integer overflow in mov_read_keysSergey Volk
2016-08-28avformat/mov: aax: pass proper AVClass to av_log()Thomas Hebb
2016-08-28avformat: fix decoded creation_time timestampsMarton Balint
2016-08-25mov: Remove old b-frame/video delay heuristicDerek Buitenhuis
2016-08-25mov: Remove ancient heuristic hackDerek Buitenhuis
2016-08-21libavformat/mov: Accept known codepoints in 'colr'Steven Robertson
2016-08-20avformat/mov: Check STSD atom more completelyMichael Niedermayer
2016-08-16avformat/mov: Check extradata before accessMichael Niedermayer
2016-08-06avformat/mov: Enable mp3 parsing if a packet needs itMichael Niedermayer
2016-07-21avformat/mov: Do not allocate empty extradataMichael Niedermayer