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
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
2012-04-13matroska: Fix leaking memory allocated for laces.Dale Curtis
2012-03-02matroska: check buffer size for RM-style byte reordering.Ronald S. Bultje
2012-02-25matroska: don't overwrite string values until read/alloc was succesful.Ronald S. Bultje
2012-02-21Mark mutable static data const where appropriate.Alex Converse
2012-02-16libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö
2012-02-13matroskadec: Mark variable as av_unused.Diego Biurrun
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-26matroskadec: Pad AAC extradata.Alex Converse
2012-01-06matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-05misc Doxygen markup improvementsDiego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-30matroskadec: don't set codec timebase.Anton Khirnov
2011-11-05matroskadec: empty blocks are in fact valid.Ronald S. Bultje
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-15matroskadec: fix out of bounds writeRonald S. Bultje
2011-09-28Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer
2011-09-27matroskadec: export mimetype of attachments as metadata.Anton Khirnov