- 02 Oct, 2006 40 commits
-
-
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
-
Oded Shimon authored
fix normalization, output is (roughly?) same volume as input Originally committed as revision 6453 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
some bug fixes for window() Originally committed as revision 6452 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
change residue codebook dimentions Originally committed as revision 6451 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
fix for residue end Originally committed as revision 6450 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
residue packet encode ACTUALLY ENCODES NOW!! still some bugs to fix :) Originally committed as revision 6449 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
fix frame_size, we need input of half the mdct Originally committed as revision 6448 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add window function Originally committed as revision 6447 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
buffer related struct variables Originally committed as revision 6446 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
cosmetic Originally committed as revision 6445 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
starting point for packet encode, writing floor Originally committed as revision 6444 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
another off by one header writing seems compliant now! Originally committed as revision 6443 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
off by one in codebook header Originally committed as revision 6442 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add framing bit Originally committed as revision 6441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
use my own bitpacker Originally committed as revision 6440 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
remove some old defines, use ALT_BITSTREAM_WRITER Originally committed as revision 6439 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
better frame_size, depending on blocksize Originally committed as revision 6438 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
crash fix Originally committed as revision 6437 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add proper uninit/free to all vorbis encoder context Originally committed as revision 6436 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
last and least, modes generation Originally committed as revision 6435 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
mapping generation Originally committed as revision 6434 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add residue generation Originally committed as revision 6433 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
placeholders for reisudes, mappings and modes Originally committed as revision 6432 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
cosmetic Originally committed as revision 6431 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
floor generation Originally committed as revision 6430 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add ability to run encoder for testing purposes... Originally committed as revision 6429 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
bug fixes in codebook header syntax Originally committed as revision 6428 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
minimum size for a huffman table is 2 entries, 1bit Originally committed as revision 6427 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
bug fix in main header function, 0 -> i Originally committed as revision 6426 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
use several codebooks and passes to prevent header from being several MB... Originally committed as revision 6425 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
better comment Originally committed as revision 6424 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
entry_t -> cb_entry_t add float * dimentions, it will be needed for deciding the correct codebook entry document blocksize first steps to creating the context to be used Originally committed as revision 6423 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
modes header syntax that's the last of the headers! woo Originally committed as revision 6422 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
mappings header syntax Originally committed as revision 6421 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add residue header syntax Originally committed as revision 6420 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
floor header syntax Originally committed as revision 6419 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
skeleton for residue/floor/mappings header Originally committed as revision 6418 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
add correct and working put_float ... Originally committed as revision 6417 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
more "surrounding" stuff, main header. some cleanup. actually compiles now! doesn't do anything though Originally committed as revision 6416 to svn://svn.ffmpeg.org/ffmpeg/trunk
-