summaryrefslogtreecommitdiff
path: root/libavcodec/alacenc.c
Commit message (Expand)AuthorAge
* avcodec/alacenc: Remove unused variableMichael Niedermayer2014-09-20
* alacenc: remove unneeded maskingChristophe Gisquet2014-09-20
* alacenc: fix incorrect buffer useChristophe Gisquet2014-09-20
* alacenc: fix extra bits extractionChristophe Gisquet2014-08-18
* alacenc: increase predictor bufferChristophe Gisquet2014-08-18
* Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | alacenc: Fix missing sign_extend()Michael Niedermayer2013-06-12
* | alacenc: don't allocate unused avctx->coded_framePaul B Mahol2013-06-07
* | normalize calls to ff_alloc_packet2James Zern2013-03-06
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-06
|\|
| * alacenc: add support for multi-channel encodingJustin Ruggles2012-12-05
* | Merge commit '7c278d2ae410a64bdd89f1777026b4b963c30a1a'Michael Niedermayer2012-11-20
|\|
| * alacenc: support 24-bit encodingJustin Ruggles2012-11-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-23
|\|
| * alacenc: use s16p sample format as inputJustin Ruggles2012-08-22
| * alacenc: remove unneeded sample_fmt checkJustin Ruggles2012-08-22
| * alacenc: fix max_frame_size calculation for the final frameJustin Ruggles2012-08-22
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | alacenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-12
|\|
| * alacenc: use AVCodec.encode2()Justin Ruggles2012-02-11
| * alacenc: cosmetics: indentationJustin Ruggles2012-02-11
| * alacenc: consolidate bitstream writing into a single function.Justin Ruggles2012-02-11
| * alacenc: only encode frame size in header for a final smaller frameJustin Ruggles2012-02-11
| * alacenc: store current frame size in AlacEncodeContext.Justin Ruggles2012-02-11
| * alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles2012-02-11
| * alacenc: calculate a new max frame size for the final small frameJustin Ruggles2012-02-11
| * alacenc: pretty-printing and other cosmeticsJustin Ruggles2012-02-11
| * alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles2012-02-11
| * alacenc: do not set coded_frame->key_frameJustin Ruggles2012-02-11
| * alacenc: do not set bits_per_coded_sampleJustin Ruggles2012-02-11
| * alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles2012-02-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-07
|\|
| * doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-04
|\|
| * alacenc: implement the 2-pass prediction type.Justin Ruggles2012-01-03
| * alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles2012-01-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Cleaned up alacenc.cNathan Adil Maxson2011-12-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* | Encoding alac with more than two channels is not supported.Carl Eugen Hoyos2011-05-21
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19