summaryrefslogtreecommitdiff
path: root/libavcodec/alacenc.c
Commit message (Expand)AuthorAge
* Move const qualifier before type nameDiego Biurrun2016-03-23
* libavcodec: Add missing AVClass pointersMartin Storsjö2016-01-22
* lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-21
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* alacenc: add support for multi-channel encodingJustin Ruggles2012-12-05
* alacenc: support 24-bit encodingJustin Ruggles2012-11-20
* 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
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* 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
* doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
* alacenc: implement the 2-pass prediction type.Justin Ruggles2012-01-03
* alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles2012-01-03
* Cleaned up alacenc.cNathan Adil Maxson2011-12-01
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Separate window function from autocorrelation.Justin Ruggles2011-01-21
* Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles2011-01-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-24
* Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles2010-07-11
* Remove useless header inclusion.Jai Menon2010-04-12
* alacenc : Report supported input sample formats.Jai Menon2010-04-10
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* alacenc : use private compression_level value consistently.Jai Menon2009-10-17
* alacenc : Move some code around for clarity.Jai Menon2009-10-16
* cosmetics: reindent and line wrap after last commitJustin Ruggles2009-10-05
* alacenc: add a fixed LPC coefficient mode as compression level 1. oldJustin Ruggles2009-10-05
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01
* Fix max_coded_frame_size computation to account for byte alignment.Jai Menon2009-09-15
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13