Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-01mov: move stsd finalization to an appropriate placeSean McGovern
2017-08-01mov: Do not set stsd_count if mov_read_stsd() failsSean McGovern
2017-07-30mov: log and return early on non-positive stsd entry countsSean McGovern
2017-04-03mov: Move code shared with CAF to a separate fileDiego Biurrun
2017-03-23spherical: Change types of bounding and pad to uint32_tVittorio Giovara
2017-03-07mov: Export bounds and padding from spherical metadataVittorio Giovara
2017-03-07mov: Validate cubemap layoutVittorio Giovara
2017-03-07mov: Validate spherical metadata versionVittorio Giovara
2017-03-07mov: Ignore old spherical metadata when newer version is presentVittorio Giovara
2017-03-07mov: Fix spherical metadata_source parsingAaron Colwell
2017-02-15mov: Do not try to parse multiple stsd for the same trackLuca Barbato
2017-02-11mov: Rework stsc index validationVittorio Giovara
2017-02-07Use bitstream_init8() where appropriateDiego Biurrun
2017-01-31mov: Avoid memcmp of uninitialised dataMark Thompson
2017-01-13mov: Convert to the new bitstream readerAlexandra Hájková
2016-12-23Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun
2016-12-19mov: fix a possible invalid read in mov_read_mac_string()Anton Khirnov
2016-12-07mov: Export spherical informationVittorio Giovara
2016-11-23mov: Use av_stream_add_side_data() for displaymatrix side dataJames Almer
2016-11-16mov: Fix identity matrix boolean logicVittorio Giovara
2016-11-08mov: Read multiple stsd from DVVittorio Giovara
2016-11-08hevc: Support extradata changes from multiple stsdVittorio Giovara
2016-11-01mov: Evaluate the movie display matrixVittorio Giovara
2016-10-28Use ISO C printf conversion specifiers where appropriateDiego Biurrun
2016-10-28Adjust printf conversion specifiers to match variable signednessDiego Biurrun
2016-10-27Remove some pointless TRACE level debug codeDiego Biurrun
2016-10-22mov: Update colr valuesVittorio Giovara
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-08-29mov: Remove old b-frame/video delay heuristicDerek Buitenhuis
2016-08-29mov: Remove ancient heuristic hackDerek Buitenhuis
2016-07-29mov: Validate the ID numberLuca Barbato
2016-07-20mov: Rework the check for invalid indexes in stscVittorio Giovara
2016-07-20mov: Wrap stsc index and count compare in a separate functionVittorio Giovara
2016-07-20mov: Fix stsc_count comparisonMatthieu Bouron
2016-07-15mov: fix stream extradata_size allocationMatthieu Bouron
2016-06-29mov: Save number of stsd elements after stream extradata allocationVittorio Giovara
2016-06-17mov: Support prores with multiple stsdVittorio Giovara
2016-06-17mov: Implement support for multiple sample description tablesVittorio Giovara
2016-05-19mov: Also export loci altitudeMichael Niedermayer
2016-05-19mov: Append place name instead of overwriting for lociMichael Niedermayer
2016-05-19mov: Fix parsing short lociMichael Niedermayer
2016-05-19mov: Print reason of loci parsing failureMichael Niedermayer
2016-05-19mov: Add a comment referring to the standard that defines the loci boxMartin Storsjö
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-05-03Drop pointless assert.h #includesDiego Biurrun
2016-03-11mov: Check the entries value when parsing dref boxesLuca Barbato
2016-03-05mov: Trim dref absolute pathVittorio Giovara
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-19mov: Force the full parsing of mp3Luca Barbato
2016-02-16mov: Fix the format specifier type for sizeVittorio Giovara