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-09lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruftAnton Khirnov
2013-01-14lavc: Fix assignments in if() when calling ff_af_queue_addMichael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-21ra144enc: use AVCodec.encode2()Justin Ruggles
2012-03-04ra144enc: fix end-of-stream handlingJustin Ruggles
2012-02-25ra144enc: use int16_t* for input samples rather than void*Justin Ruggles
2012-02-25ra144enc: set AVCodecContext.coded_frameJustin Ruggles
2012-02-25ra144enc: remove unneeded sample_fmt checkJustin Ruggles
2012-02-02ra144enc: drop pointless "encoder" from .long_namePaul B Mahol
2011-12-31cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun
2011-12-22ra144enc: zero the reflection coeffs if the filter is unstableJustin Ruggles
2011-11-10ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-05-10lavc: move some flac-specific options to its private context.Anton 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ò
2011-01-21Separate window function from autocorrelation.Justin Ruggles
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-11Remove filename from doxy commentVitor Sessak
2010-06-11Remove useless include. Should fix compilation in MacOS X.Vitor Sessak
2010-06-11Include float.h to provide FLT_MAX define. Should fix compilation on windows.Vitor Sessak
2010-06-11RealAudio 14.4k encoder.Francesco Lavra