- 02 Oct, 2006 40 commits
-
-
Oded Shimon authored
slight similification Originally committed as revision 6493 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
prevent valgrind warning Originally committed as revision 6492 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
make put_vector ignore unused codebook entries Originally committed as revision 6491 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
bad array decleration Originally committed as revision 6490 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
dangling piece from last commit Originally committed as revision 6489 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add real_len to residue codebooks, which are smaller than supposed to be Originally committed as revision 6488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
fix channels to be correct for rc->type==2 before classes[] decleration Originally committed as revision 6487 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
make residue_encode decide good classification per partition Originally committed as revision 6486 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
import libvorbis codebooks for residue Originally committed as revision 6485 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
cosmetic reindent Originally committed as revision 6484 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
improove floor codebooks Originally committed as revision 6483 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
fix for book==-1 in floor Originally committed as revision 6482 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
switch to 2048 block size Originally committed as revision 6481 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
remove debugging printf Originally committed as revision 6480 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
support multiple codebooks for floor Originally committed as revision 6479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
almost cosmetic, remove redundant variable Originally committed as revision 6478 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
cosmetic Originally committed as revision 6477 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
residue type 2 Originally committed as revision 6476 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
channel coupling Originally committed as revision 6475 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
prevent buffer overflow Originally committed as revision 6474 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
slightly more compressing, 50% compression now :) Originally committed as revision 6473 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
horrible off-by-one causing lots of troubles... Originally committed as revision 6472 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
some different values for higher accuracy Originally committed as revision 6471 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
cosmetic Originally committed as revision 6470 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
some fixes to floor Originally committed as revision 6469 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
last step to improoving floor code-wise - now the floor data needs to be improved.. Originally committed as revision 6468 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
api change for floor_encode Originally committed as revision 6467 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
step 2, floor_fit, decides on the values to be encoded Originally committed as revision 6466 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
first step to improoving floor Originally committed as revision 6465 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
cosmetic, reorganize Originally committed as revision 6464 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add ability to use codebook dimentions in residue Originally committed as revision 6463 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
oggvorbis_encoder => vorbis_encoder Originally committed as revision 6462 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
bug fixes for residue with no books in all passes Originally committed as revision 6461 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
change floor value to lower residue Originally committed as revision 6460 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
correct rangebits for floor Originally committed as revision 6459 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
deobfuscate a bit Originally committed as revision 6458 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
ilog => av_log2 Originally committed as revision 6457 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
fix off-by-one in both encoder and decoder. libvorbis and tremor work now, ffvorbis still doesn't Originally committed as revision 6456 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
small fix for residue header Originally committed as revision 6455 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
make ffvorbis happy about init stuff, still can't play correctly Originally committed as revision 6454 to svn://svn.ffmpeg.org/ffmpeg/trunk
-