summaryrefslogtreecommitdiff
path: root/libavcodec/ra288.h
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
|
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21
| | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
* ra288: utilize DSPContext.vector_fmul()Justin Ruggles2011-11-08
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail ↵Diego Biurrun2008-10-04
| | | | | | com. Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling/wording/grammar fixesDiego Biurrun2008-09-11
| | | | Originally committed as revision 15296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert table to integer.Vitor Sessak2008-09-10
| | | | Originally committed as revision 15292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
| | | | | | | | | 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
* Rename and comment bandwidth broadening tablesVitor Sessak2008-07-24
| | | | | | (s/table1a/syn_bw_tab/, s/table2a/gain_bw_tab/). Originally committed as revision 14363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give windowing tables a more descriptive nameVitor Sessak2008-07-24
| | | | | | (s/table1/syn_window/, s/table2/gain_window/). Originally committed as revision 14360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent tablesVitor Sessak2008-07-06
| | | | Originally committed as revision 14093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a matrix instead of a vectorVitor Sessak2008-07-03
| | | | Originally committed as revision 14062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent tableVitor Sessak2008-07-03
| | | | Originally committed as revision 14061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved the tables into header files (and applied the 'static' patch). Nick: ↵Alex Beregszaszi2003-06-29
why do you like mergeing tables and code into one file, so making it unusable big? Originally committed as revision 1999 to svn://svn.ffmpeg.org/ffmpeg/trunk