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 (Collapse)Author
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-07-17Fix Doxygen @param command attribute syntax.Diego Biurrun
The [in] and [out] attributes have to be appended to the @param command. Originally committed as revision 24283 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02Fix doxy of fixed_mean_energy parameter in ff_amr_set_fixed_gain().Diego Biurrun
Originally committed as revision 23987 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun
Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02Fix two more instances of wrong @ usage in Doxygen comments.Diego Biurrun
Originally committed as revision 23974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-02Fix printing of '@' symbols in Doxygen comments; the correct syntax is '@@'.Diego Biurrun
Originally committed as revision 23973 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-15Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak
Based on code written by Colin McQuillan during his SoC project. Originally committed as revision 20540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-31Implement AMR gain function that is used by both AMR and SIPR.Vitor Sessak
Based on AMR SoC code by Robert Swain and Colin McQuillan. Originally committed as revision 20421 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-29Remove duplicated dot product code. Use dsputil'sAurelien Jacobs
scalarproduct instead. Patch by Aurelien Jacobs. Originally committed as revision 16391 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-30gain code, gain pitch and pitch delay decoding for ACELP based codecsVladimir Voroshilov
Originally committed as revision 14037 to svn://svn.ffmpeg.org/ffmpeg/trunk