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
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2011-11-01Two extra samples are required before top of the in buffer rather than outVladimir Voroshilov
2010-07-17Fix Doxygen @param command attribute syntax.Diego Biurrun
2010-04-21Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje
2009-10-28Commit some functions that are used by both SIPR and AMR.Vitor Sessak
2009-08-15Add a function that can apply an order 2 rational transfer function in-place.Colin McQuillan
2009-06-04cosmetics: K&R style reformattingDiego Biurrun
2008-10-25Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-22Mention cut-off freq of ff_acelp_high_pass_filter() instead of someMichael Niedermayer
2008-08-22Remove ff_acelp_weighted_filter() which is just a function wrapping a 1Michael Niedermayer
2008-08-22Rename subframe_size to a name that is not specific to some specific useMichael Niedermayer
2008-08-22Try to improve parameter doxy of ff_acelp_interpolate().Michael Niedermayer
2008-08-22Clarify how generic ff_acelp_interpolate() is.Michael Niedermayer
2008-08-22Correct incorrect length parameter doxy for ff_acelp_interpolate().Michael Niedermayer
2008-08-22Right half is clearer than positive half for specifying which part ofMichael Niedermayer
2008-08-22Mention the fixed-point scale of the FIR filter coefficients.Michael Niedermayer
2008-08-22Cleanup comment for ff_acelp_interp_filter.Michael Niedermayer
2008-08-22Make doxygen comments consistent with the rest of FFmpeg.Michael Niedermayer
2008-07-12Typo and grammar fixRobert Swain
2008-06-30Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak
2008-06-29Add a rounding parameter to ff_acelp_lp_synthesis_filter()Vitor Sessak
2008-05-24Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov
2008-05-16cosmetics: Use C-style comment delimiters with #endif directives.Diego Biurrun
2008-05-13acelp_filters.h needs stdint.hMåns Rullgård
2008-05-11Update comment to version, negotiated with Diego, andVladimir Voroshilov
2008-05-11various filters for ACELP-based codecsVladimir Voroshilov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard