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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-08-19alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon
2008-08-19alacenc: last few hunks approved by michaelJai Menon
2008-08-19alacenc: Use user-specified min and max prediction order.Ramiro Polla
2008-08-19Import more OKed parts of ALAC encoder from GSoC repo.Ramiro Polla
2008-08-18Import more ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla
2008-08-17alacenc: NULL_IF_CONFIG_SMALL long_name.Ramiro Polla
2008-08-17Import ok'd parts of ALAC encoder from GSoC repo.Ramiro Polla