]> git.sesse.net Git - ffmpeg/history - libavcodec/acelp_filters.c
hevc: change the stride of the MC buffer to be in bytes instead of elements
[ffmpeg] / libavcodec / acelp_filters.c
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-21 Ronald S. BultjeSplit input/output data arguments to ff_acelp_apply_ord...
2010-01-11 Carl Eugen Hoyos10l: Fix forgotten variable rename from r14893 (fixes...
2009-10-27 Vitor SessakCommit some functions that are used by both SIPR and...
2009-08-15 Colin McQuillanAdd a function that can apply an order 2 rational trans...
2009-06-04 Diego Biurruncosmetics: K&R style reformatting
2008-10-24 Kenan GilletSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-08-26 Vladimir Voroshilov(cosmetics) Describe for which tests clipping is required.
2008-08-26 Vladimir Voroshilov(cosmetics) Remove wrong comments.
2008-08-25 Michael NiedermayerReplace cliping in ff_acelp_interpolate() by a check...
2008-08-21 Michael NiedermayerRemove mathops.h dependancy.
2008-08-21 Michael Niedermayervertical align
2008-08-21 Michael NiedermayerRemove ff_acelp_weighted_filter() which is just a funct...
2008-08-21 Michael NiedermayerRename subframe_size to a name that is not specific...
2008-08-21 Michael Niedermayerrename pitch_delay_frac in ff_acelp_interpolate()
2008-08-21 Michael NiedermayerDocument code, do not document difference to a irreleva...
2008-08-21 Michael NiedermayerRemove some irrelevant comments.
2008-07-06 Vitor SessakTypo in a comment: s/two avoid/to avoid/
2008-06-29 Vitor SessakMake ff_acelp_lp_synthesis_filter() receives a pointer...
2008-06-29 Vitor SessakAdd a rounding parameter to ff_acelp_lp_synthesis_filter()
2008-05-24 Vladimir VoroshilovMove pitch vector interpolation code to acelp_filters
2008-05-11 Vladimir VoroshilovUpdate comment to version, negotiated with Diego, and
2008-05-11 Vladimir Voroshilovvarious filters for ACELP-based codecs