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-16cljr: use the AVFrame API properly.Anton Khirnov
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-01-06cljr: return a meaningful error code.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-02-12cljr: implement encode2.Anton Khirnov
2012-02-12cljr: set the properties of the coded_frame, not input frame.Anton Khirnov
2011-12-19cljr: fix buf_size sanity checkPaul B. Mahol
2011-12-19cljr: Check if width and height are positive integersShitiz Garg
2011-12-10cljr: remove unused codePaul B Mahol
2011-12-08cljr: K&R cosmeticsDiego Biurrun
2011-12-08cljr: return a more sensible value when encountering invalid headersDiego Biurrun
2011-12-08cljr: drop unnecessary emms_c() calls without MMX codeDiego Biurrun
2011-12-08cljr: remove useless castsMans Rullgard
2011-12-08cljr: group encode/decode parts under single ifdefsMans Rullgard
2011-12-08cljr: remove stray semicolonMans Rullgard
2011-12-08cljr: add missing return statement in decode_end()Paul B Mahol
2011-12-08cljr: add encoderPaul B Mahol
2011-12-08cljr: release picture at end of decodingPaul B. Mahol
2011-12-07 cljr: simplify CLJRContextPaul B. Mahol
2011-10-20lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov
2011-09-10cljr: init_get_bits size in bits instead of bytesAlex Converse
2011-08-04cosmetics: remove some stray comments from AVCodec declarationsDiego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
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ò
2011-01-08Check if buffer is large enough for given resolution.Daniel Kang
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-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-09Remove unused variables.Diego Biurrun
2009-02-09typo: CODEC_ID_cljr --> CODEC_ID_CLJRDiego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-03Disable encoders by undefining CONFIG_FOO_ENCODER once instead of litteringDiego Biurrun
2008-09-03Surround some encoding-specific functions with the appropriateDiego Biurrun
2008-09-03Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-02-01constMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun