Vitor Sessak
|
17a7fc8ceb
|
Context vars are not global vars. glob is a bad name for it.
Originally committed as revision 13430 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-26 16:59:39 +00:00 |
|
Vitor Sessak
|
fc9fcbaed5
|
Rename context struct to be more consistent with the rest of ffmpeg
Originally committed as revision 13429 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-26 16:55:22 +00:00 |
|
Vitor Sessak
|
5012cf88a3
|
Merge two if's
Originally committed as revision 13401 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 19:48:03 +00:00 |
|
Vitor Sessak
|
9d3c35fcfc
|
Use (u)int16_t instead of (unsigned) short
Originally committed as revision 13400 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 19:00:13 +00:00 |
|
Vitor Sessak
|
6fc4fac06c
|
More cosmetics
Originally committed as revision 13395 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 17:04:42 +00:00 |
|
Vitor Sessak
|
b906a5e3b7
|
Cosmetics
Originally committed as revision 13394 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:58:25 +00:00 |
|
Vitor Sessak
|
f8b5f7c71d
|
Rename var
Originally committed as revision 13393 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:53:55 +00:00 |
|
Vitor Sessak
|
ac1c27b21c
|
Minor simplification of dec1()
Originally committed as revision 13392 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:52:14 +00:00 |
|
Vitor Sessak
|
4bf8f3029b
|
Minor simplification of dec2()
Originally committed as revision 13391 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:50:08 +00:00 |
|
Vitor Sessak
|
c62c628fb3
|
Remove useless variable
Originally committed as revision 13390 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:46:05 +00:00 |
|
Vitor Sessak
|
14ff7cceeb
|
Cosmetics: merge declaration and initialization
Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:44:56 +00:00 |
|
Vitor Sessak
|
cdc15adf16
|
Cosmetics: braces removal
Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:42:31 +00:00 |
|
Vitor Sessak
|
58e23a5f21
|
Move evaluation of variable a to where it is trivial
Originally committed as revision 13387 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:29:07 +00:00 |
|
Vitor Sessak
|
d6ff684b12
|
Make add_wav() receive a vector instead of three integers
Originally committed as revision 13386 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:27:33 +00:00 |
|
Vitor Sessak
|
8916d922fc
|
Remove gbuf2 from context
Originally committed as revision 13383 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 16:10:08 +00:00 |
|
Vitor Sessak
|
d7dc90e42d
|
Use (u)int16_t instead of short for tables
Originally committed as revision 13376 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 13:26:04 +00:00 |
|
Vitor Sessak
|
0a08273542
|
Make tables that fit in one byte (u)int8_t
Originally committed as revision 13375 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 13:25:10 +00:00 |
|
Vitor Sessak
|
cb24827f4d
|
Remove yet another val (gbuf1) from context
Originally committed as revision 13374 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 13:23:27 +00:00 |
|
Vitor Sessak
|
94e79f0949
|
Parameter n of dec functions is always 3. Hardcode it.
Originally committed as revision 13373 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-25 13:22:56 +00:00 |
|
Vitor Sessak
|
a6072fdc18
|
Indent
Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 20:52:50 +00:00 |
|
Vitor Sessak
|
ae76c49908
|
Remove another useless variable from context
Originally committed as revision 13361 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 20:51:56 +00:00 |
|
Vitor Sessak
|
13b6729361
|
Use an intermediate variable for overflow testing
Originally committed as revision 13283 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 16:38:48 +00:00 |
|
Vitor Sessak
|
84490b744e
|
Handle the case where we do not have enough input
Originally committed as revision 13282 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 16:20:37 +00:00 |
|
Vitor Sessak
|
be2c232f43
|
Simplify eq()
Originally committed as revision 13278 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 12:33:00 +00:00 |
|
Vitor Sessak
|
2279dd9e41
|
Simplify final()
Originally committed as revision 13277 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 09:20:09 +00:00 |
|
Vitor Sessak
|
0853393979
|
Simplify rms()
Originally committed as revision 13276 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 09:19:21 +00:00 |
|
Vitor Sessak
|
c2c237a0d5
|
More simplifications of ra144_decode_frame()
Originally committed as revision 13275 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 09:17:30 +00:00 |
|
Vitor Sessak
|
d548f09ff6
|
Make wavtable a table instead of an array
Originally committed as revision 13274 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-24 09:15:01 +00:00 |
|
Vitor Sessak
|
afe359c110
|
Make gbuf2 a table instead of an array
Originally committed as revision 13221 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 19:24:17 +00:00 |
|
Vitor Sessak
|
53da3f5f92
|
Remove unneeded var from context
Originally committed as revision 13220 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 19:23:15 +00:00 |
|
Vitor Sessak
|
3ceac114ee
|
Cosmetics: indentation
Originally committed as revision 13216 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 16:53:20 +00:00 |
|
Vitor Sessak
|
c32985829a
|
Simplify irms()
Originally committed as revision 13215 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 16:43:33 +00:00 |
|
Vitor Sessak
|
bf6497e911
|
Simplify add_wav()
Originally committed as revision 13214 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 16:43:05 +00:00 |
|
Vitor Sessak
|
c7666095fa
|
Only one out of two values of gbuf1 is actually used. Make it half the size.
Originally committed as revision 13213 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 16:41:58 +00:00 |
|
Vitor Sessak
|
65189c6cac
|
Make etable1 and etable2 tables instead of arrays.
Originally committed as revision 13212 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 16:38:44 +00:00 |
|
Vitor Sessak
|
59ffb6e2cc
|
Simplify ra144_decode_frame() by unrolling a senseless
loop.
Thanks mkhdor for suggesting this patch.
Originally committed as revision 13211 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 16:36:19 +00:00 |
|
Vitor Sessak
|
432a54ef80
|
Use ff_sqrt() function instead of using a table
Originally committed as revision 13210 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-21 16:33:49 +00:00 |
|
Vitor Sessak
|
47abbd3eb9
|
Cosmetics: move function to remove forward declarations
Originally committed as revision 13198 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-17 14:51:49 +00:00 |
|
Vitor Sessak
|
f1bf6ba3db
|
Minor simplification of rotate_block()
Originally committed as revision 13197 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-17 14:42:55 +00:00 |
|
Vitor Sessak
|
f54b42736d
|
Cosmetics: indentation
Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-17 14:40:36 +00:00 |
|
Vitor Sessak
|
0c62d04e00
|
Cosmetics: rename variable
Originally committed as revision 13195 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-17 14:39:47 +00:00 |
|
Vitor Sessak
|
37e77035f2
|
Simplify ra144_decode_frame()
Originally committed as revision 13194 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-17 14:38:12 +00:00 |
|
Vitor Sessak
|
e1a51a578e
|
Remove a useless temporary buffer
Originally committed as revision 13192 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-17 14:35:45 +00:00 |
|
Vitor Sessak
|
0ba20fa566
|
Remove useless buffers
Originally committed as revision 13168 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:49:50 +00:00 |
|
Vitor Sessak
|
be4488dcbe
|
Simplify rotate_block()
Originally committed as revision 13167 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:42:05 +00:00 |
|
Vitor Sessak
|
177fa453db
|
Do not pass the context to functions that do not use it
Originally committed as revision 13166 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:41:04 +00:00 |
|
Vitor Sessak
|
e9de4f5640
|
Declare vars as const when possible
Originally committed as revision 13165 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:39:07 +00:00 |
|
Vitor Sessak
|
4aa485a3f6
|
Do not copy tables to a context var, use them directly
Originally committed as revision 13164 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:36:12 +00:00 |
|
Vitor Sessak
|
bd0d10c2f1
|
Remove unneeded fields from the decoder context
Originally committed as revision 13163 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:34:31 +00:00 |
|
Vitor Sessak
|
ae9b8019ec
|
Read the bitstream where the data is actually needed instead of doing it in unpack_input()
Originally committed as revision 13162 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:31:55 +00:00 |
|
Vitor Sessak
|
ab5e6526a3
|
Use correct type in FFSWAP (thanks to Benoit Fouet for pointing it out)
Originally committed as revision 13161 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:30:05 +00:00 |
|
Vitor Sessak
|
cf408d8873
|
Cosmetics: remove useless parenthesis
Originally committed as revision 13160 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:29:05 +00:00 |
|
Vitor Sessak
|
dbef8b1c84
|
The first table of decodetable[] is unrelated to the other. Rename it.
Originally committed as revision 13159 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-15 18:28:24 +00:00 |
|
Vitor Sessak
|
1d46ba661c
|
Simplify do_voice().
Patch by Vitor Sessak (vitor1001 gmail com)
Originally committed as revision 13124 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-11 18:47:16 +00:00 |
|
Vitor Sessak
|
0d493edd0b
|
Replace some hardcoded swapping with FFSWAP.
Patch by Vitor Sessak (vitor1001 gmail com)
Originally committed as revision 13123 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-11 18:43:11 +00:00 |
|
Vitor Sessak
|
cd780422e1
|
Remove unused defines from ra144.
Patch by Vitor Sessak (vitor1001 gmail com)
Originally committed as revision 13122 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-11 18:39:13 +00:00 |
|
Vitor Sessak
|
f863bee841
|
Simplify a list of array allocations with a loop.
patch by Vitor Sessak, vitor1001 gmail com
Originally committed as revision 13109 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-11 03:40:14 +00:00 |
|
Vitor Sessak
|
bf21a10f1c
|
Remove useless memset, patch by Vitor Sessak, vitor1001 gmail com.
Originally committed as revision 13107 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-10 16:05:12 +00:00 |
|
Vitor Sessak
|
57ecbbbb1e
|
Rewrite unpack_input() completely, patch by Vitor Sessak, vitor1001 gmail com.
Originally committed as revision 13106 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-10 16:02:38 +00:00 |
|
Vitor Sessak
|
47eb818713
|
cosmetics: Reindent file, patch by Vitor Sessak, vitor1001 gmail com,
some further prettyprinting by myself.
Originally committed as revision 13105 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-05-10 15:59:08 +00:00 |
|
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
|
2008-04-27 22:39:51 +00:00 |
|
Michael Niedermayer
|
96c5ba1584
|
const
Originally committed as revision 11771 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2008-02-01 15:43:38 +00:00 |
|
Aurelien Jacobs
|
295f373792
|
various simplifications around recent av_clip_int16() usage
Originally committed as revision 10080 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-08-11 23:17:03 +00:00 |
|
Aurelien Jacobs
|
aee481cebe
|
use av_clip_int16() where it makes sense
Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-08-11 22:48:55 +00:00 |
|
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
|
2006-10-07 15:30:46 +00:00 |
|
Diego Biurrun
|
5509bffa88
|
Update licensing information: The FSF changed postal address.
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2006-01-12 22:43:26 +00:00 |
|
Diego Biurrun
|
bb270c0896
|
COSMETICS: tabs --> spaces, some prettyprinting
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2005-12-22 01:10:11 +00:00 |
|
Diego Biurrun
|
115329f160
|
COSMETICS: Remove all trailing whitespace.
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2005-12-17 18:14:38 +00:00 |
|
Zdenek Kabelac
|
7fea94ce4a
|
* fixing a few of gcc 'clean-code' warnings
Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2004-10-06 08:50:46 +00:00 |
|
Michael Niedermayer
|
04a59bfb8d
|
segfault fix
Originally committed as revision 2754 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2004-02-06 21:07:17 +00:00 |
|
Michael Niedermayer
|
8a1f657b28
|
cleanup ugly code (also appearently works around a bug gcc 3.4 which fails compiling it) by (mru at kth dot se (Måns Rullgård))
Originally committed as revision 2746 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2004-02-04 16:03:10 +00:00 |
|
Fabrice Bellard
|
d9c533a521
|
removed unused variables
Originally committed as revision 2158 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-08-24 22:08:22 +00:00 |
|
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
|
2003-06-29 19:11:55 +00:00 |
|
Zdenek Kabelac
|
2248dd89ae
|
* removed redundant includes (they were even wrongly used)
Originally committed as revision 1953 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2003-06-13 09:36:13 +00:00 |
|
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
|
2003-06-13 08:31:40 +00:00 |
|