summaryrefslogtreecommitdiff
path: root/libavcodec/alacenc.c
Commit message (Collapse)AuthorAge
...
* alacenc : cosmetics : remove misleading commentJai Menon2009-04-13
| | | | Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
| | | | | | put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use sign_extend().Benoit Fouet2009-03-03
| | | | | | On behalf of Jai. Originally committed as revision 17759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an overflow in the predictor.Jai Menon2008-12-05
| | | | | | | fixes issue 636 Patch by Jai. Originally committed as revision 16007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-22
| | | | Originally committed as revision 14904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon2008-08-19
| | | | Originally committed as revision 14847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc: last few hunks approved by michaelJai Menon2008-08-19
| | | | Originally committed as revision 14845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc: Use user-specified min and max prediction order.Ramiro Polla2008-08-19
| | | | Originally committed as revision 14844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import more OKed parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-19
| | | | Originally committed as revision 14843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import more ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-17
| | | | Originally committed as revision 14820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla2008-08-17
| | | | Originally committed as revision 14801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-17
Originally committed as revision 14798 to svn://svn.ffmpeg.org/ffmpeg/trunk