summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* lavf/mov: Only copy extradata if it exists.Carl Eugen Hoyos2017-04-19
* avformat/mo: Add experimental demuxing support for Opus in ISO BMFF (MP4).Matthew Gregan2017-04-11
* libavformat/mov: Fix memory leak, need to free the chapter tracks arrayThierry Foucu2017-04-06
* avformat/mov: Check creation_time for overflowMichael Niedermayer2017-04-04
* lavf/mov.c: Add -advanced_editlist option for mov format.Sasi Inguva2017-03-31
* avformat/mov: Init ref_sc / ref_st to NULLMichael Niedermayer2017-03-30
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-29
* avformat, ffmpeg: deprecate old rotation APIwm42017-03-27
* avformat/mov: stop using deprecated codec flagsJames Almer2017-03-25
* Merge commit '1263b2039eb5aaf1522e9de9f07c787ab30a5f50'Clément Bœsch2017-03-24
|\
| * Adjust printf conversion specifiers to match variable signednessDiego Biurrun2016-10-28
* | Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch2017-03-24
|\|
| * Remove some pointless TRACE level debug codeDiego Biurrun2016-10-27
* | Merge commit '4b07ebf1eb13561492f7e3c30a67f34415016b3e'Clément Bœsch2017-03-24
|\|
| * mov: Update colr valuesVittorio Giovara2016-10-21
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\|
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
| * mov: Remove old b-frame/video delay heuristicDerek Buitenhuis2016-08-29
| * mov: Remove ancient heuristic hackDerek Buitenhuis2016-08-29
| * mov: Validate the ID numberLuca Barbato2016-07-29
| * mov: Rework the check for invalid indexes in stscVittorio Giovara2016-07-20
* | mov: Drop extra format specifier in error messageVittorio Giovara2017-03-17
* | spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-17
* | mov: Fix checking layout and loading padding for cubemapsVittorio Giovara2017-03-07
* | mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-07
* | lavf/mov.c: Correct keyframe search in edit list to return the very first key...Sasi Inguva2017-02-20
* | 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