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-08-18acelp_filters: switch to avassertMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-11Optimization of AMR NB and WB decoders for MIPSNedeljko Babic
2012-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-21Split input/output data arguments to ff_acelp_apply_order_2_transfer_function().Ronald S. Bultje
2010-01-1110l: Fix forgotten variable rename from r14893 (fixes issue 1675).Carl Eugen Hoyos
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-26(cosmetics) Describe for which tests clipping is required.Vladimir Voroshilov
2008-08-26(cosmetics) Remove wrong comments.Vladimir Voroshilov
2008-08-26Replace cliping in ff_acelp_interpolate() by a check&av_log, this should be theMichael Niedermayer
2008-08-22Remove mathops.h dependancy.Michael Niedermayer
2008-08-22vertical alignMichael 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-22rename pitch_delay_frac in ff_acelp_interpolate()Michael Niedermayer
2008-08-22Document code, do not document difference to a irrelevant reference implement...Michael Niedermayer
2008-08-22Remove some irrelevant comments.Michael Niedermayer
2008-07-06Typo in a comment: s/two avoid/to avoid/Vitor Sessak
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-11Update comment to version, negotiated with Diego, andVladimir Voroshilov
2008-05-11various filters for ACELP-based codecsVladimir Voroshilov