Vittorio Giovara
41ed7ab45f
cosmetics: Fix spelling mistakes
...
Signed-off-by: Diego Biurrun <diego@biurrun.de>
9 years ago
Paul B Mahol
6dfa70f272
Correct few "ffmpeg" typos
...
Signed-off-by: Paul B Mahol <onemda@gmail.com>
10 years ago
Diego Biurrun
c242bbd8b6
Remove unnecessary dsputil.h #includes
12 years ago
Martin Storsjö
1d9c2dc89a
Don't include common.h from avutil.h
...
Signed-off-by: Martin Storsjö <martin@martin.st>
12 years ago
Kieran Kunhya
5ff01259a8
Convert vector_fmul range of functions to YASM and add AVX versions
...
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
13 years ago
Justin Ruggles
0131e70af5
ra288: utilize DSPContext.vector_fmul()
13 years ago
Mans Rullgard
2912e87a6c
Replace FFmpeg with Libav in licence headers
...
Signed-off-by: Mans Rullgard <mans@mansr.com>
14 years ago
Diego Biurrun
95137bbbb4
Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com.
...
Originally committed as revision 15552 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
36b3e36e00
misc spelling/wording/grammar fixes
...
Originally committed as revision 15296 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
fd8897e803
Convert table to integer.
...
Originally committed as revision 15292 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
987903826b
Globally rename the header inclusion guard names.
...
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
16 years ago
Vitor Sessak
a6755f8d53
Rename and comment bandwidth broadening tables
...
(s/table1a/syn_bw_tab/, s/table2a/gain_bw_tab/).
Originally committed as revision 14363 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a0cce1587b
Give windowing tables a more descriptive name
...
(s/table1/syn_window/, s/table2/gain_window/).
Originally committed as revision 14360 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f27f0fc374
Cosmetics: reindent tables
...
Originally committed as revision 14093 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
780433976d
Use a matrix instead of a vector
...
Originally committed as revision 14062 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a429946ba9
Reindent table
...
Originally committed as revision 14061 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
...
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
bb270c0896
COSMETICS: tabs --> spaces, some prettyprinting
...
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Alex Beregszaszi
9085af0751
moved the tables into header files (and applied the 'static' patch). Nick: 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
22 years ago
Nick Kurshev
cebe4432e9
optimization: merge phases 0 and 1
...
Originally committed as revision 1970 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
c3b4e0eb15
to be more precise
...
Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
860208a400
finally works now
...
Originally committed as revision 1966 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
0b15bfe7cc
some useful warning
...
Originally committed as revision 1961 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
2248dd89ae
* removed redundant includes (they were even wrongly used)
...
Originally committed as revision 1953 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Nick Kurshev
b8414bbd16
RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from a mplayerhq (originally from public domain player for Amiga
...
at http://www.honeypot.net/audio )
Originally committed as revision 1952 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago