- 02 Oct, 2006 40 commits
-
-
Oded Shimon authored
give proper error message for channels!=2 Originally committed as revision 6511 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
window -> apply_window_and_mdct Originally committed as revision 6510 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
slight simplification for channel coupling Originally committed as revision 6509 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
somewhat cosmetic formatting, use FFMAX Originally committed as revision 6508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
slight optimization, don't calculate average twice Originally committed as revision 6507 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
remove ready_floor() Originally committed as revision 6506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
some cleanup Originally committed as revision 6505 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
update to global functions now shared in vorbis.h Originally committed as revision 6504 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
codebook init data cleanup Originally committed as revision 6503 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
switch to int8_t for residue codebook numbers, use memcpy in residue init Originally committed as revision 6502 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
don't assert fail for channels != 2, exit cleanly instead... Originally committed as revision 6501 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
even though it doesn't do anything, use flush_put_bits() Originally committed as revision 6500 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
scale user settable quality for more fine-grainablity now sane values for -aq is 10-30 Originally committed as revision 6499 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
prevent c++ decleration Originally committed as revision 6498 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
update to change made in vorbis.h/vorbis_data.c Originally committed as revision 6497 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
user settable audio quality, with -aq. values between 0.1 to 0.3 are sane. the higher the better. Originally committed as revision 6496 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
even better psy. My encoder officially kicks ass :) same bitrate to libvorbis, and (IMO) same quality! :) Originally committed as revision 6495 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Oded Shimon authored
much better magic for floor, the first psychoacoustic in this encoder! now creates valid, 175kbps audio, which sounds good! :) Originally committed as revision 6494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
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
-