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
2009-05-30The GIF decoder uses get_buffer, so set DR1.Baptiste Coudurier
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-06fix interlaced decoding, original patch from reimarBaptiste Coudurier
2008-02-01constsMichael Niedermayer
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-04-21simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail comMark Cox
2007-04-20typoDiego Biurrun
2007-03-25remove TODO, its done nowBaptiste Coudurier
2007-03-25pass correct buffer size to lzw decode initBaptiste Coudurier
2007-03-25return error if loop has ended before decoding imageBaptiste Coudurier
2007-03-25actually return bytes readBaptiste Coudurier
2007-03-25add some length checksBaptiste Coudurier
2007-03-25simplifyBaptiste Coudurier
2007-03-12Give context to dprintfMichel Bardiaux
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2006-11-05remove useless line variableBaptiste Coudurier
2006-11-05fix decoding positionBaptiste Coudurier
2006-10-26LZW decoder as separate module plus TIFF LZW supportKostya Shishkov
2006-10-22indentionBaptiste Coudurier
2006-10-22removed useless variablesBaptiste Coudurier
2006-10-22use avctx->get_bufferBaptiste Coudurier
2006-10-22remove unused variablesBaptiste Coudurier
2006-10-22printf -> dprintfBaptiste Coudurier
2006-10-22indentionBaptiste Coudurier
2006-10-22change gif demuxer to gif decoderBaptiste Coudurier