| Commit message (Expand) | Author | Age | Files | Lines |
* | alacenc : use private compression_level value consistently. | Jai Menon | 2009-10-17 | 1 | -1/+1 |
* | alacenc : Move some code around for clarity. | Jai Menon | 2009-10-16 | 1 | -10/+10 |
* | cosmetics: reindent and line wrap after last commit | Justin Ruggles | 2009-10-05 | 1 | -6/+10 |
* | alacenc: add a fixed LPC coefficient mode as compression level 1. old | Justin Ruggles | 2009-10-05 | 1 | -2/+13 |
* | put_bits can only reliably write up to 31 bit bits, above it relies on | Reimar Döffinger | 2009-10-01 | 1 | -1/+1 |
* | Fix max_coded_frame_size computation to account for byte alignment. | Jai Menon | 2009-09-15 | 1 | -2/+1 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | alacenc : cosmetics : remove misleading comment | Jai Menon | 2009-04-13 | 1 | -1/+0 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Use sign_extend(). | Benoit Fouet | 2009-03-03 | 1 | -2/+3 |
* | Fix an overflow in the predictor. | Jai Menon | 2008-12-05 | 1 | -1/+2 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -5/+5 |
* | alacenc : perform decorrelation only for stereo samples | Jai Menon | 2008-08-22 | 1 | -1/+2 |
* | alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER | Jai Menon | 2008-08-19 | 1 | -2/+2 |
* | alacenc: last few hunks approved by michael | Jai Menon | 2008-08-19 | 1 | -0/+110 |
* | alacenc: Use user-specified min and max prediction order. | Ramiro Polla | 2008-08-19 | 1 | -1/+1 |
* | Import more OKed parts of ALAC encoder from GSoC repo. | Ramiro Polla | 2008-08-19 | 1 | -0/+98 |
* | Import more ok'd parts of ALAC encoder from GSoC repo. | Ramiro Polla | 2008-08-17 | 1 | -15/+125 |
* | alacenc: NULL_IF_CONFIG_SMALL long_name. | Ramiro Polla | 2008-08-17 | 1 | -1/+1 |
* | Import ok'd parts of ALAC encoder from GSoC repo. | Ramiro Polla | 2008-08-17 | 1 | -0/+197 |