Vitor Sessak
96e8987e5b
Simplify: do not overuse pointer aritmetic
...
Originally committed as revision 14271 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
c52d2da905
Declare parameters of pred() that could be const as such
...
Originally committed as revision 14270 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
efa85e5e45
Another simplification
...
Originally committed as revision 14269 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
4a51e06bfc
Simplify
...
Originally committed as revision 14268 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
02a1eb9329
Simplify
...
Originally committed as revision 14267 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
e4265007a6
Declare function parameters as const
...
Originally committed as revision 14266 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
0e3510a31f
Revert r14218. FFMAX is a macro, so
...
sum = FFMAX(1, scalar_product(...));
might calculate the scalar product twice, which is slower.
Originally committed as revision 14230 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
b903a9285e
Simplify
...
Originally committed as revision 14218 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
3819081f75
Another av_clipf() usage
...
Originally committed as revision 14217 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
aa64ee30d1
Do not declare as double a var that only stores a float
...
Originally committed as revision 14216 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
1894db1487
Simplify: use FFMAX
...
Originally committed as revision 14215 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
4138ad961c
Add av_clipf() function to common.h and use it in ra288.c
...
Originally committed as revision 14213 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
5be30c59da
Simplify: glob->phase is always == 3
...
Originally committed as revision 14094 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f803495415
Remove phasep context var, it is just phase*5
...
Originally committed as revision 14092 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
eb73742d6e
Slighly faster operation
...
Originally committed as revision 14091 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
8edfd15175
Cosmetics: remove braces
...
Originally committed as revision 14089 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a5f0f504df
Another use of scalar_product_float()
...
Originally committed as revision 14088 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a03a6db1af
Do not reimplement memmove()
...
Originally committed as revision 14087 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
647b90ae0e
Cosmetics: remove braces
...
Originally committed as revision 14080 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
7a64649d68
Create a function for float dot product instead of duplicating all over the file
...
Originally committed as revision 14079 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
6f1e7a9e09
Write for loops in a more standard way. In my opinion, they are much more readable now.
...
Originally committed as revision 14068 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
69c23e6f33
Move vars declaration to inner loop when possible
...
Originally committed as revision 14066 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
12ea267bca
Simplify
...
Originally committed as revision 14065 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
ab52eb8e50
Remove unneeded var
...
Originally committed as revision 14063 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
f38deb4452
Remove useless wrapper around ra288_decode_frame()
...
Originally committed as revision 14041 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
6091357fc0
Remove unpack() function, read the bitstream as needed
...
Originally committed as revision 14040 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
285ea3e30a
Clean up error message
...
Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a40b2c2a4b
Rewrite unpack() using the bitstream reader
...
Originally committed as revision 14038 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
4452836391
Move function to avoid forward declaration
...
Originally committed as revision 14036 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
c1fadf5012
Remove useless initialization
...
Originally committed as revision 14035 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
eec7ade275
Reindent the whole file
...
Originally committed as revision 14034 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
fe4bf37455
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
...
Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
162d4fc99d
Add long names to AVCodec declarations.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
3cc89383f7
const
...
Originally committed as revision 11772 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
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Benjamin Larsson
e0f7e32970
Cook compatibe decoder, patch by Benjamin Larsson
...
Add cook demucing, change rm demuxer so that it reorders audio packets
before sending them to the decoder, and send minimum decodeable sized
packets; pass only real codec extradata fo the decoder
Fix 28_8 decoder for the new demuxer strategy
Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Zdenek Kabelac
7fea94ce4a
* fixing a few of gcc 'clean-code' warnings
...
Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
20 years ago
Michael Niedermayer
e96682e6f4
some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)
...
Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Michel Bardiaux
9b87956678
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
...
Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
21 years ago
Fabrice Bellard
d9c533a521
removed unused variables
...
Originally committed as revision 2158 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 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