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
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
2012-09-19matroska: implement support for ALACMoritz Bunkus
2012-09-19matroskadec: validate lace_size when parsedLuca Barbato
2012-09-19matroskadec: return meaningful errors in matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: fix incorrect unsigned->signed conversionDale Curtis
2012-09-19matroskadec: refactor matroska_decode_bufferLuca Barbato
2012-09-19matroskadec: check realloc in lzo encodingLuca Barbato
2012-09-19matroska: honor error_recognition on unknown doctypesLuca Barbato
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-22matroskadec: return more correct error code on read error.Anton Khirnov
2012-07-09matroskadec: honor error_recognition when encountering unknown elements.Anton Khirnov
2012-04-30mkv: mark corrupted packets and return themLuca Barbato
2012-04-30mkv: forward EMBL block data errorLuca Barbato
2012-04-23matroska: Clear prev_pkt between seeks.Dale Curtis
2012-04-23matroska: Add incremental parsing of clusters.Dale Curtis
2012-04-18matroska: do not set invalid default duration if frame rate is zeroMans Rullgard
2012-04-18mkv: use av_reduce instead of av_d2q for framerate estimationLuca Barbato
2012-04-18mkv: report average framerate as minimal as wellLuca Barbato