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-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-31svq1dec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-15avcodec: Replace local extern declarations for tables with header #includesDiego Biurrun
2013-04-20svq1: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-17svq1dec: clip motion vectors to the frame size.Anton Khirnov
2013-04-17svq1dec: check that the reference frame has the same dimensions as the curren...Anton Khirnov
2013-03-11svq1: use av_frame_free to free refcounted frameJanne Grunau
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-06svq1: replace struct svq1_frame_size with an array.Anton Khirnov
2012-12-12svq1: Fix building with -DDEBUGMartin Storsjö
2012-12-12svq1: return meaningful error codes.Anton Khirnov
2012-12-12lavc: replace some forgotten instances of PixelFormat with AVPixelFormatAnton Khirnov
2012-12-12svq1: unmacroify macros used only once.Anton Khirnov
2012-12-12svq1: deMpegEncContextizeAnton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-10svq1: Drop a bunch of useless parenthesesDiego Biurrun
2012-10-10svq1: K&R formatting cosmeticsDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun
2012-08-24svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-02Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2011-12-23svq1dec: call avcodec_set_dimensions() after dimensions changed.Michael Niedermayer
2011-12-03svq1dec: avoid undefined get_bits(0) callMans Rullgard
2011-11-26svq1dec: use sign_extend()Mans Rullgard
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-06-07svq1dec: Fix debug statements that referenced non-existing context.Diego Biurrun
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03Replace #ifdef + av_log() combinations by av_dlog().Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-26lavc: remove FF_API_HURRY_UP cruftAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-06-26svq1dec: replace VLA with malloc/freeMåns Rullgård
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-10-19Add additional long names for the Sorenson Vector Quantizer 1 decoderStefano Sabatini
2009-09-24Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1decReimar Döffinger
2009-09-24Use INIT_VLC_STATIC where easily possible in svq1decReimar Döffinger
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-04-11Two INIT_VLC_USE_STATIC cases Carl missed.Michael Niedermayer