summaryrefslogtreecommitdiff
path: root/libavcodec/alacenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-041-3/+15
|\
| * alacenc: implement the 2-pass prediction type.Justin Ruggles2012-01-031-1/+10
| * alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles2012-01-031-0/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-47/+54
|\ \ | |/
| * Cleaned up alacenc.cNathan Adil Maxson2011-12-011-47/+54
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
* | Encoding alac with more than two channels is not supported.Carl Eugen Hoyos2011-05-211-0/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-2/+2
|\ \ | |/
| * lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-101-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * Separate window function from autocorrelation.Justin Ruggles2011-01-211-2/+6
| * Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-211-7/+7
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Separate window function from autocorrelation.Justin Ruggles2011-01-231-2/+6
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-231-7/+7
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-3/+3
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-111-1/+2
* Remove useless header inclusion.Jai Menon2010-04-121-1/+0
* alacenc : Report supported input sample formats.Jai Menon2010-04-101-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* alacenc : use private compression_level value consistently.Jai Menon2009-10-171-1/+1
* alacenc : Move some code around for clarity.Jai Menon2009-10-161-10/+10
* cosmetics: reindent and line wrap after last commitJustin Ruggles2009-10-051-6/+10
* alacenc: add a fixed LPC coefficient mode as compression level 1. oldJustin Ruggles2009-10-051-2/+13
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-011-1/+1
* Fix max_coded_frame_size computation to account for byte alignment.Jai Menon2009-09-151-2/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* alacenc : cosmetics : remove misleading commentJai Menon2009-04-131-1/+0
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Use sign_extend().Benoit Fouet2009-03-031-2/+3
* Fix an overflow in the predictor.Jai Menon2008-12-051-1/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-5/+5
* alacenc : perform decorrelation only for stereo samplesJai Menon2008-08-221-1/+2
* alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon2008-08-191-2/+2
* alacenc: last few hunks approved by michaelJai Menon2008-08-191-0/+110
* alacenc: Use user-specified min and max prediction order.Ramiro Polla2008-08-191-1/+1
* Import more OKed parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-191-0/+98
* Import more ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-171-15/+125
* alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla2008-08-171-1/+1
* Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-171-0/+197