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-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
2013-05-27matroskadec: silently skip CodecState element.Anton Khirnov
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-03matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato
2013-04-03matroska: fix a corner case in ebml-lace parsingLuca Barbato
2013-04-03matroska: Update the available size after lace parsingDale Curtis
2013-03-12matroskadec: request a read buffer for the wav headerLuca Barbato
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-01-11matroska: Fix use after freeDale Curtis
2012-11-02matroskadec: do not use avpacket internalsAnton Khirnov
2012-10-25avutil: Make LZO decoder code configure-time selectableDiego Biurrun
2012-10-15rmdec: Move SIPR code shared with Matroska demuxer to a separate fileDiego Biurrun
2012-09-21matroskadec: fix a sanity check.Anton Khirnov
2012-09-21matroskadec: only return corrupt packets that actually contain dataAnton Khirnov
2012-09-19matroskadec: properly support BlockDurationLuca Barbato
2012-09-19matroskadec: split frame parsingLuca Barbato
2012-09-19matroskadec: split laces parsingLuca Barbato
2012-09-19matroska: implement support for ProResLuca Barbato