Ramiro Polla
|
67a5daf07f
|
Remove duplicate bytestream functions
Originally committed as revision 9108 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-23 14:55:13 +00:00 |
|
Ramiro Polla
|
b3a257af27
|
Revert r8979 (Ugly fix for r8963)
Originally committed as revision 8983 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-10 18:44:58 +00:00 |
|
Ramiro Polla
|
dccabd4c68
|
Fix r8963
Originally committed as revision 8979 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-10 15:00:09 +00:00 |
|
Ramiro Polla
|
a4461664cd
|
Simplify ptr[0]; ptr++; to *ptr++
Originally committed as revision 8965 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 23:32:29 +00:00 |
|
Ramiro Polla
|
5a2f421a43
|
Use bytestream
Originally committed as revision 8964 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 23:21:07 +00:00 |
|
Ramiro Polla
|
a32c2ce423
|
Use AV_XX16 macros
Originally committed as revision 8963 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 23:15:19 +00:00 |
|
Ramiro Polla
|
7d5aaa049c
|
Factorize usum
Originally committed as revision 8960 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 23:08:01 +00:00 |
|
Ramiro Polla
|
de8e2c1d22
|
Use 1 array with double the size instead of 2 arrays with normal size
Eliminates need for concatenation and adds proper fix for FIXME
Originally committed as revision 8958 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 22:24:23 +00:00 |
|
Ramiro Polla
|
a5cb1f13ba
|
Add bias instead of -32 or 0, as is done in g.722.1
Originally committed as revision 8957 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 22:00:08 +00:00 |
|
Ramiro Polla
|
39938968e8
|
Indentation for previous patch
Originally committed as revision 8956 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 21:57:50 +00:00 |
|
Ramiro Polla
|
6b01997012
|
Add another tmpbias variable, as bias' value will be used later
Originally committed as revision 8955 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 21:56:22 +00:00 |
|
Ramiro Polla
|
cdb59552df
|
Fix logic for return value of init_vlc
Originally committed as revision 8954 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 21:50:01 +00:00 |
|
Ramiro Polla
|
5880d5b58d
|
Install MinGW shared libraries (dlls) to bindir
Originally committed as revision 8953 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
2007-05-09 21:38:26 +00:00 |
|