Stefano Sabatini
a33a6eb2ce
Fix typo in libavcodec/opt.h.
...
Originally committed as revision 13912 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Art Clarke
51f90867ea
Allocate static tables on stack, not heap.
...
Patch by Art Clarke: aclarke vlideshow com
Originally committed as revision 13907 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
9acd41a4e2
Cosmetics
...
Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
d488e906f2
Avoid a memcpy. Code is also simpler now in my opinion.
...
The downside is making the context bigger.
Originally committed as revision 13897 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Robert Swain
f5048aaf69
Remove now unused variable
...
Originally committed as revision 13889 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Robert Swain
9146e4d61c
Add generic ff_sine_window_init function and implement in codecs appropriately
...
Originally committed as revision 13888 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
d47f16074f
vp6: ensure that huffman decoding table is sorted with descending symbol order
...
Previous code worked by pure luck with glibc qsort implementation.
patch by Peter Ross pross _at_ xvid _dot_ org
Originally committed as revision 13887 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
d43cf68898
cosmetics: alignment
...
Originally committed as revision 13886 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
4e882caf51
Add missing entry for PCM_DVD_ENCODER.
...
Originally committed as revision 13885 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
4198efe83f
Add missing mpegvideo.o to list of vc1.o dependencies.
...
patch by Peter Ross, pross xvid org
Originally committed as revision 13884 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
c183033f77
Add missing entry for ADPCM_IMA_QT_ENCODER.
...
patch by Peter Ross, pross xvid org
Originally committed as revision 13883 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
cc6c2befa9
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.
...
patch by Peter Ross, pross xvid org
Originally committed as revision 13882 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
00eebe3d6a
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16
...
Originally committed as revision 13877 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
b453924f3c
Extend documentation for AVOption.
...
Originally committed as revision 13854 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
072f66c980
Do not write junk in the end of truncated files. FATE
...
ra144 test will probably need to be updated.
Originally committed as revision 13839 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
5116b92d71
Misc cosmetics
...
Originally committed as revision 13830 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
e77825786e
Remove useless comment
...
Originally committed as revision 13829 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
509f8ea270
Last table renaming
...
Originally committed as revision 13828 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
b845df113c
Yet more table renaming
...
Originally committed as revision 13827 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
6e05a76640
10l: fix typo
...
Originally committed as revision 13826 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a632f44e81
More table renaming
...
Originally committed as revision 13825 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a2d10dd8d8
Rename table
...
Originally committed as revision 13824 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
98cc8e184a
Rename vars: s/decsp/out/
...
Originally committed as revision 13823 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
ea4b696605
Rename function
...
Originally committed as revision 13822 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
bba35fda77
Rename var
...
Originally committed as revision 13821 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
74d9441715
Do not shift F[I] twice, it is also clearer and smaller now.
...
Originally committed as revision 13818 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
50c52d2250
Factorize c->ap += (-c->ap) >> 4 out
...
Originally committed as revision 13817 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0e0d6cfd48
Get rid of G726Tables.bits.
...
Originally committed as revision 13816 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
05c9f3516c
Copy 4 pointers to avid dozends of ptr dereferences.
...
Originally committed as revision 13815 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
fc234250b4
Does not need to be int16.
...
Originally committed as revision 13814 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
cb26c9d664
Factorize I >> (c->tbls->bits - 1) out.
...
Originally committed as revision 13812 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
747d1b87e2
Improve an lclenc.c error message in case of unsupported input pixel
...
format.
Originally committed as revision 13811 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
73ff4f8344
1 abs() less
...
Originally committed as revision 13810 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4714776b6a
simplify
...
Originally committed as revision 13807 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
673a64b89b
useless ()
...
Originally committed as revision 13806 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
428c82cbac
remove unneeded tr == 0
...
Originally committed as revision 13805 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e079a1c94f
simplify
...
Originally committed as revision 13804 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c79c1a01a7
Get rid of the redundant AVG726Context.
...
Originally committed as revision 13803 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ef4c5c6dba
Remove the truncated bitstream handling from our g726 decoder.
...
The stuff belongs in a parser.
Originally committed as revision 13802 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Guillaume Poirier
28215b3700
convert DOS-style carriage return to Unix-style
...
Originally committed as revision 13799 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
a0e5830ac5
Change iquant tables to int16.
...
Originally committed as revision 13798 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
6aa37bcf19
simplify
...
Originally committed as revision 13797 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
cf409a6fec
Get rid of useless wrapper function.
...
Originally committed as revision 13796 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
170efe1f9d
Do not inline g726_iterate() the function is big so its inlining will
...
not help speedwise IMHO.
.o size changes from 70k -> 49k
Originally committed as revision 13793 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
aeaa7c3d00
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.
...
a little over 1kb smaller .o
Originally committed as revision 13792 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8112075415
Remove redundant zeroing (the context is memset(0)).
...
Originally committed as revision 13791 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e3cafac638
Use smaller data types for tables.
...
Originally committed as revision 13790 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
deec52ccf2
Float11 does not need int, .o file becomes smaller and the code might
...
be faster.
Originally committed as revision 13789 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7d7a9e7f37
simplify
...
Originally committed as revision 13788 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
aca490777f
Correct validity checks.
...
Originally committed as revision 13787 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago