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
2015-07-17Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-07-01mov: Log format rather than fourcc in stsd in trace modeVittorio Giovara
2015-07-01mov: Adjust variable types to fix format warningsVittorio Giovara
2015-06-20mp3: enable packed main_data decoding in MP4nu774
2015-06-08mov: Check memory allocationVittorio Giovara
2015-05-31mov: always check avio_read return valueAndreas Cadhalpun
2015-05-31mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun
2015-05-31mov: Correctly allocate ctts_dataLuca Barbato
2015-05-31mov: Fix two memleaksAndreas Cadhalpun
2015-04-20mov: Double-check that alias path is not an absolute pathVittorio Giovara
2015-04-20mov: Read alternate absolute path in dref alisVittorio Giovara
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-04-09mov: Rely on box type rather than file type for colr atomVittorio Giovara
2015-03-23mov: Write the display matrix in orderVittorio Giovara
2015-03-18mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis
2015-03-17mov: Fix little endian audio detectionVittorio Giovara
2015-03-02Revert "mov: Change DTS-based seek into CTS-based seek."Martin Storsjö
2015-02-15mov: Change DTS-based seek into CTS-based seek.Yusuke Nakamura
2015-02-14mov: Fix compilation with DEBUG enabledDiego Biurrun
2015-02-03mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes
2015-01-27mov: export audio service type as side dataAnton Khirnov
2015-01-23mov: Do not compute negative SAR valuesVittorio Giovara
2015-01-14mov: Check angle rather than full matrix when updating SARVittorio Giovara
2014-12-19mov: avoid a memleak when multiple stss boxes are presentAnton Khirnov
2014-12-16mov: Fix handling of zero-length metadata valuesMartin Storsjö
2014-12-08mov: further expand the list of parsed metadata tagsDave Rice
2014-12-08mov: expand the list of parsed metadata tagsVittorio Giovara
2014-12-08mov: parse XMP metadata on demandVittorio Giovara
2014-12-08mov: parse @PRM and @PRQ metadata tagsVittorio Giovara
2014-12-08mov: cosmetics: reorder the list of tagsVittorio Giovara
2014-12-05mov: skip version and flags attributes in mov_read_chan()Matthieu Bouron
2014-12-02mov: allocate the tag value dynamicallyThilo Borgmann
2014-12-02mov: Add an option for exporting all metadataVittorio Giovara
2014-12-02mov: do not truncate the language-prefixed tagVittorio Giovara
2014-11-18mov: check ff_get_wav_header() return valueVittorio Giovara
2014-10-26Use gmtime_r instead of gmtime and localtime_r instead of localtimeMartin Storsjö
2014-10-26lavf: Check the return value of strftimeMartin Storsjö
2014-10-25mov: fix assigment checkVittorio Giovara
2014-10-15mov: Correctly check the color transfer characteristics rangeVittorio Giovara
2014-10-14mov: Handle tfdt atomsMartin Storsjö
2014-10-08mov: support the Color Parameter Atoms 'colr'Vittorio Giovara
2014-08-19mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun
2014-08-13mov: update AVFormatContext.event_flags with METADATA_UPDATED whenever metada...Andrew Stone
2014-07-09mov: free the dv demux context with avformat_free_context()Anton Khirnov
2014-07-08mov: Remove a variable that is set but never usedMartin Storsjö
2014-07-01mov: Support default-base-is-moof.Yusuke Nakamura
2014-06-06mov: Export geotag metadata fieldsMartin Storsjö
2014-05-19mov: store display matrix in a stream side dataVittorio Giovara
2014-05-01mov: export stsd Compressorname in metadataAnton Khirnov