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-11-21gifdec: convert to bytestream2Anton Khirnov
2013-11-21gifdec: check that the image dimensions are non-zeroAnton Khirnov
2013-10-31gifdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-14gifdec: return meaningful error codes.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-11-26gif: fix invalid signed shiftsMans Rullgard
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-25Don't check for DEBUG before using dprintf.Diego Elio 'Flameeyes' Pettenò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
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