Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-12-06alacenc: add support for multi-channel encodingJustin Ruggles
2012-11-20alacenc: support 24-bit encodingJustin Ruggles
2012-08-23alacenc: use s16p sample format as inputJustin Ruggles
2012-08-23alacenc: remove unneeded sample_fmt checkJustin Ruggles
2012-08-23alacenc: fix max_frame_size calculation for the final frameJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-11alacenc: use AVCodec.encode2()Justin Ruggles
2012-02-11alacenc: cosmetics: indentationJustin Ruggles
2012-02-11alacenc: consolidate bitstream writing into a single function.Justin Ruggles
2012-02-11alacenc: only encode frame size in header for a final smaller frameJustin Ruggles
2012-02-11alacenc: store current frame size in AlacEncodeContext.Justin Ruggles
2012-02-11alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles
2012-02-11alacenc: calculate a new max frame size for the final small frameJustin Ruggles
2012-02-11alacenc: pretty-printing and other cosmeticsJustin Ruggles
2012-02-11alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles
2012-02-11alacenc: do not set coded_frame->key_frameJustin Ruggles
2012-02-11alacenc: do not set bits_per_coded_sampleJustin Ruggles
2012-02-11alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-01-03alacenc: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles
2011-12-02Cleaned up alacenc.cNathan Adil Maxson
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-10lavc: move some flac-specific options to its private context.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-21Separate window function from autocorrelation.Justin Ruggles
2011-01-21Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext.Justin Ruggles
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
2010-07-11Add AVCodecContext.lpc_type and Add AVCodecContext.lpc_passes fields.Justin Ruggles
2010-04-12Remove useless header inclusion.Jai Menon
2010-04-10alacenc : Report supported input sample formats.Jai Menon
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-17alacenc : use private compression_level value consistently.Jai Menon
2009-10-16alacenc : Move some code around for clarity.Jai Menon
2009-10-06cosmetics: reindent and line wrap after last commitJustin Ruggles
2009-10-06alacenc: add a fixed LPC coefficient mode as compression level 1. oldJustin Ruggles
2009-10-01put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger
2009-09-15Fix max_coded_frame_size computation to account for byte alignment.Jai Menon
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-13alacenc : cosmetics : remove misleading commentJai Menon
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-03-03Use sign_extend().Benoit Fouet
2008-12-05Fix an overflow in the predictor.Jai Menon
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-08-22alacenc : perform decorrelation only for stereo samplesJai Menon