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-16nuv: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-07nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato
2013-08-13nuv: Use av_fast_reallocLuca Barbato
2013-08-13nuv: Reset the frame on resizeLuca Barbato
2013-08-13nuv: Pad the lzo outbufLuca Barbato
2013-08-13nuv: Do not ignore lzo decompression failuresLuca Barbato
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-06nuv: do not rely on get_buffer() initializing the frame.Anton Khirnov
2013-01-14nuv: return meaningful error codes.Anton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-06nuv: K&R formatting cosmeticsDiego Biurrun
2012-08-06nuv: check RTjpeg header for validityJanne Grunau
2012-08-06Revert "nuv: check per-frame header for validity."Janne Grunau
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-11-26nuv: check per-frame header for validity.Reimar Döffinger
2011-11-26nuv: use FFALIGN.Reimar Döffinger
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-24Use av_fast_malloc instead of av_realloc.Reimar Döffinger
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-09-10Simplify: reget_buffer behaves exactly like get_buffer if the buffer wasReimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-03-04Set AVFrame.reference correctly for nuv decoder.Reimar Döffinger
2009-03-02Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun
2009-02-02Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger
2008-09-05Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2008-02-01constsMichael Niedermayer
2007-09-09dsputil must be initialized before calling rtjpeg init.Reimar Döffinger
2007-09-09Properly handle nuv file with changing resolutionReimar Döffinger
2007-09-09Make sure rtjpeg quality is a valid valueReimar Döffinger
2007-09-09Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger