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-03-23spherical: Change types of bounding and pad to uint32_tVittorio Giovara
2017-03-07mkv: Export bounds and padding from spherical metadataVittorio Giovara
2017-03-07mkv: Add support for Spherical Video elementsJames Almer
2017-01-05matroskadec: make sure not to leave EbmlBin in an inconsistent stateAnton Khirnov
2016-12-24matroskadec: fix SRT subtitle durationJohn Stebbins
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-07-03matroskadec: export CodecDelayAnton Khirnov
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-03-31matroska: Support interlaced content correctlyLuca Barbato
2016-03-15matroska: Support V_QUICKTIME as written in the specificationLuca Barbato
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-02-19mkv: Force the full parsing of mp3Luca Barbato
2015-12-07matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell
2015-11-28matroska: Warn when metadata references a non-existent elementLuca Barbato
2015-10-26avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato
2015-09-29lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm4
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-11riff: Use the correct logging contextLuca Barbato
2015-05-12mkv: Print unsupported mov tags when foundVittorio Giovara
2015-04-18matroskadec: fix crash when parsing invalid mkvThomas Guillem
2015-04-08matroskadec: export cover art correctlywm4
2015-03-12matroskadec: Check memory allocationsVittorio Giovara
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-12-15matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang
2014-10-25matroskadec: check return valuesVittorio Giovara
2014-10-25matroskadec: fix leak on errorVittorio Giovara
2014-08-28matroskadec: parse stereo mode on decodingVittorio Giovara
2014-08-28matroska: list supported extensionsVittorio Giovara
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-08-15cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume
2014-07-29matroska: Register mime typesLuca Barbato
2014-07-02matroskadec: Fix a double negation typoMichael Niedermayer
2014-06-22Replace av_malloc() and memset(0) by av_mallocz()Diego Biurrun
2014-05-28matroskadec: parse the channel layout mask for FLACAnton Khirnov
2014-05-28matroskadec: export just the STREAMINFO block as FLAC extradataAnton Khirnov
2014-05-28matroskadec: split parsing tracks into a separate functionAnton Khirnov
2014-04-30matroskadec: read the CodecDelay elementAnton Khirnov
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2014-03-07matroskadec: cosmetics: Fix "attachement" vs. "attachment" typoDiego Biurrun
2014-03-07matroskadec: K&R formatting cosmeticsKeiji Costantini
2013-11-21matroskadec: use correct compression parameters for current track CodecPrivateAurelien Jacobs
2013-11-21matroskadec: pad EBML_BIN data.Anton Khirnov
2013-10-31matroskadec: Support HEVC demuxingYusuke Nakamura
2013-09-24matroskadec: check av_strdup() when setting defaultsAnton Khirnov
2013-09-17matroskadec: Verify realaudio codec parametersMartin Storsjö
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-09-03matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö
2013-06-10matroskadec: introduce resync function.Sean McGovern
2013-05-28matroskadec: export full wavpack blocks.Anton Khirnov