summaryrefslogtreecommitdiffstats
path: root/libavcodec/alacenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-061-38/+66
|\
| * alacenc: add support for multi-channel encodingJustin Ruggles2012-12-051-38/+66
* | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer2012-11-201-26/+75
|\ \ | |/
| * alacenc: support 24-bit encodingJustin Ruggles2012-11-201-26/+75
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-231-19/+13
|\ \ | |/
| * alacenc: use s16p sample format as inputJustin Ruggles2012-08-221-13/+12
| * alacenc: remove unneeded sample_fmt checkJustin Ruggles2012-08-221-5/+0
| * alacenc: fix max_frame_size calculation for the final frameJustin Ruggles2012-08-221-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | alacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-121-162/+189
|\ \ | |/
| * alacenc: use AVCodec.encode2()Justin Ruggles2012-02-111-13/+17
| * alacenc: cosmetics: indentationJustin Ruggles2012-02-111-27/+27
| * alacenc: consolidate bitstream writing into a single function.Justin Ruggles2012-02-111-38/+33
| * alacenc: only encode frame size in header for a final smaller frameJustin Ruggles2012-02-111-3/+10
| * alacenc: store current frame size in AlacEncodeContext.Justin Ruggles2012-02-111-13/+16
| * alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles2012-02-111-2/+2
| * alacenc: calculate a new max frame size for the final small frameJustin Ruggles2012-02-111-4/+17
| * alacenc: pretty-printing and other cosmeticsJustin Ruggles2012-02-111-71/+64
| * alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles2012-02-111-19/+38
| * alacenc: do not set coded_frame->key_frameJustin Ruggles2012-02-111-1/+0
| * alacenc: do not set bits_per_coded_sampleJustin Ruggles2012-02-111-5/+4
| * alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles2012-02-111-5/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-071-1/+1
|\ \ | |/
| * doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-061-1/+1
* | 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
OpenPOWER on IntegriCloud