]> git.sesse.net Git - ffmpeg/history - libavcodec/alacenc.c
Apply changes made in r21308 to svq3.c.
[ffmpeg] / libavcodec / alacenc.c
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.