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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26libschroedinger: cosmetics: rename variable avccontext to avctxJustin Ruggles
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-16Add missing includes for code relying on external librariesMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-09libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store ptsJordi Ortiz
2012-05-07libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun
2012-05-07Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun
2012-05-07libschroedinger: Move a function to avoid a forward declaration.Diego Biurrun
2012-04-28libschroedingerdec: check mallocJordi Ortiz
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2011-10-31libdirac/libschroedinger: Drop unnecessary symbol prefixes.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-08libschroedingerdec: Remove write-only variable.Diego Biurrun
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
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ò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-07Fix the compilation of some libavcodec/lib* files which were notStefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-08-15Fix bug caused by difference in stride and picture width.Anuradha Suraparaju
2009-08-15cosmetics: indentation, prettyprinting, K&R coding styleDiego Biurrun
2009-08-15Remove useless braces around if/for/while expressions.Diego Biurrun
2009-08-15Simplify 'if' condition statements.Diego Biurrun
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-22Fix incorrectly constructed Dirac parse units that caused A/V sync loss.Anuradha Suraparaju
2008-07-10Parse frames to feed the decoder with individual parse units.Anuradha Suraparaju
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-17missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun
2008-05-09remove useless commentAurelien Jacobs
2008-05-08Do not return -1 from void functions.Carl Eugen Hoyos
2008-05-03Add Dirac support through libschroedinger.Anuradha Suraparaju