]> git.sesse.net Git - ffmpeg/history - libavcodec/alacenc.c
mimic: Convert to the new bitstream reader
[ffmpeg] / libavcodec / alacenc.c
2016-03-23 Diego BiurrunMove const qualifier before type name
2016-01-22 Martin Storsjölibavcodec: Add missing AVClass pointers
2016-01-21 Vittorio Giovaralavc: Move {min,max}_prediction_order to codec private...
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2013-11-16 Anton KhirnovReplace all instances of avcodec_alloc_frame() with...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2012-12-05 Justin Rugglesalacenc: add support for multi-channel encoding
2012-11-20 Justin Rugglesalacenc: support 24-bit encoding
2012-08-22 Justin Rugglesalacenc: use s16p sample format as input
2012-08-22 Justin Rugglesalacenc: remove unneeded sample_fmt check
2012-08-22 Justin Rugglesalacenc: fix max_frame_size calculation for the final...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-11 Justin Rugglesalacenc: use AVCodec.encode2()
2012-02-11 Justin Rugglesalacenc: cosmetics: indentation
2012-02-11 Justin Rugglesalacenc: consolidate bitstream writing into a single...
2012-02-11 Justin Rugglesalacenc: only encode frame size in header for a final...
2012-02-11 Justin Rugglesalacenc: store current frame size in AlacEncodeContext.
2012-02-11 Justin Rugglesalacenc: return AVERROR codes in alac_encode_frame()
2012-02-11 Justin Rugglesalacenc: calculate a new max frame size for the final...
2012-02-11 Justin Rugglesalacenc: pretty-printing and other cosmetics
2012-02-11 Justin Rugglesalacenc: fix error handling and potential memleaks...
2012-02-11 Justin Rugglesalacenc: do not set coded_frame->key_frame
2012-02-11 Justin Rugglesalacenc: do not set bits_per_coded_sample
2012-02-11 Justin Rugglesalacenc: remove unneeded frame_size check in alac_encod...
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2012-01-03 Justin Rugglesalacenc: implement the 2-pass prediction type.
2012-01-03 Justin Rugglesalacenc: do not generate invalid multi-channel ALAC...
2011-12-02 Nathan Adil MaxsonCleaned up alacenc.c
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-05-10 Anton Khirnovlavc: move some flac-specific options to its private...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-21 Justin RugglesSeparate window function from autocorrelation.
2011-01-21 Justin RugglesMove lpc_compute_autocorr() from DSPContext to a new...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-07-24 Reimar DöffingerUse "const" qualifier for pointers that point to input...
2010-07-11 Justin RugglesAdd AVCodecContext.lpc_type and Add AVCodecContext...
2010-04-12 Jai MenonRemove useless header inclusion.
2010-04-10 Jai Menonalacenc : Report supported input sample formats.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-17 Jai Menonalacenc : use private compression_level value consistently.
2009-10-16 Jai Menonalacenc : Move some code around for clarity.
2009-10-05 Justin Rugglescosmetics: reindent and line wrap after last commit
2009-10-05 Justin Rugglesalacenc: add a fixed LPC coefficient mode as compressio...
2009-10-01 Reimar Döffingerput_bits can only reliably write up to 31 bit bits...
2009-09-15 Jai MenonFix max_coded_frame_size computation to account for...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-13 Jai Menonalacenc : cosmetics : remove misleading comment
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-03-03 Benoit FouetUse sign_extend().
2008-12-05 Jai MenonFix an overflow in the predictor.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-22 Jai Menonalacenc : perform decorrelation only for stereo samples
2008-08-19 Jai Menonalacenc: compare against ALAC_MAX_LPC_ORDER instead...
2008-08-19 Jai Menonalacenc: last few hunks approved by michael
2008-08-19 Ramiro Pollaalacenc: Use user-specified min and max prediction...
2008-08-19 Ramiro PollaImport more OKed parts of ALAC encoder from GSoC repo.
2008-08-17 Ramiro PollaImport more ok'd parts of ALAC encoder from GSoC repo.
2008-08-17 Ramiro Pollaalacenc: NULL_IF_CONFIG_SMALL long_name.
2008-08-17 Ramiro PollaImport ok'd parts of ALAC encoder from GSoC repo.