Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2008-12-14The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson
2008-10-15Export svq1_packet_checksum() that is needed for svq3 watermarks,Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-01some constMichael Niedermayer
2008-01-16Add const qualifiers to unmodified function parameters, fixes the warning:Diego Biurrun
2008-01-16Remove bogus cast.Diego Biurrun
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-07-06split SVQ1 decoder and encoder in their own filesAurelien Jacobs