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-04-20mimic: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-29mimic: remove a pointless cast.Anton Khirnov
2013-01-26mimic: return meaningful error codes.Anton Khirnov
2013-01-26mimic: cosmetics, reformatAnton Khirnov
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-05mimic: initialize padding of swap_buf through av_fast_padded_mallocJanne Grunau
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-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-06cosmetics: Convert mimic.c to utf-8Martin Storsjö
2012-03-17mimic: don't use self as reference, and report completion at end of decode().Ronald S. Bultje
2012-03-12mimic: do not continue if swap_buf_size is 0Paul B Mahol
2012-03-12mimic: convert to bytestream2 APIPaul B Mahol
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2011-11-19avcodec: move some AVCodecContext fields to an internal struct.Justin Ruggles
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-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-29mimic: implement multithreading.Alexander Strange
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Remove occurrences of my old email addressRamiro Polla
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-12Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger
2009-04-12Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic decodersReimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-17cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun
2008-12-11clear_block mmxLoren Merritt
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
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-04-26get_vlc2() only gets up to three levels in the tables. The last codes weren't...Ramiro Polla
2008-04-23Fix regression introduced by r12929.Ramiro Polla
2008-04-23The code now is pretty self explanatory about the header structure.Ramiro Polla
2008-04-23Use bytestream functions for reading frame header.Ramiro Polla
2008-04-19Do not pass dct_block to vlc_decode_block().Ramiro Polla
2008-04-19Cosmetics and style.Ramiro Polla
2008-04-19Rename vlc1 to vlc.Ramiro Polla
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-18Mimic decoder.Ramiro Polla