]> git.sesse.net Git - ffmpeg/history - libavcodec/alacenc.c
lavc: use designated initialisers for all codecs.
[ffmpeg] / libavcodec / alacenc.c
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-10 Anton Khirnovlavc: move some flac-specific options to its private...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-21 Justin RugglesSeparate window function from autocorrelation.
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-07-11 Justin RugglesAdd AVCodecContext.lpc_type and Add AVCodecContext...
2010-04-12 Jai MenonRemove useless header inclusion.
2010-04-10 Jai Menonalacenc : Report supported input sample formats.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-17 Jai Menonalacenc : use private compression_level value consistently.
2009-10-16 Jai Menonalacenc : Move some code around for clarity.
2009-10-05 Justin Rugglescosmetics: reindent and line wrap after last commit
2009-10-05 Justin Rugglesalacenc: add a fixed LPC coefficient mode as compressio...
2009-10-01 Reimar Döffingerput_bits can only reliably write up to 31 bit bits...
2009-09-15 Jai MenonFix max_coded_frame_size computation to account for...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-13 Jai Menonalacenc : cosmetics : remove misleading comment
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-03-03 Benoit FouetUse sign_extend().
2008-12-05 Jai MenonFix an overflow in the predictor.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-22 Jai Menonalacenc : perform decorrelation only for stereo samples
2008-08-19 Jai Menonalacenc: compare against ALAC_MAX_LPC_ORDER instead...
2008-08-19 Jai Menonalacenc: last few hunks approved by michael
2008-08-19 Ramiro Pollaalacenc: Use user-specified min and max prediction...
2008-08-19 Ramiro PollaImport more OKed parts of ALAC encoder from GSoC repo.
2008-08-17 Ramiro PollaImport more ok'd parts of ALAC encoder from GSoC repo.
2008-08-17 Ramiro Pollaalacenc: NULL_IF_CONFIG_SMALL long_name.
2008-08-17 Ramiro PollaImport ok'd parts of ALAC encoder from GSoC repo.