summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_enc.c
Commit message (Collapse)AuthorAge
...
* Original Commit: r82 | ods15 | 2006-09-29 21:03:43 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines fix channels to be correct for rc->type==2 before classes[] decleration Originally committed as revision 6487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r81 | ods15 | 2006-09-29 21:02:09 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines make residue_encode decide good classification per partition Originally committed as revision 6486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r80 | ods15 | 2006-09-29 15:44:22 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines import libvorbis codebooks for residue Originally committed as revision 6485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r79 | ods15 | 2006-09-29 15:15:26 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines cosmetic reindent Originally committed as revision 6484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r78 | ods15 | 2006-09-29 15:14:28 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines improove floor codebooks Originally committed as revision 6483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r77 | ods15 | 2006-09-29 15:12:56 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines fix for book==-1 in floor Originally committed as revision 6482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r76 | ods15 | 2006-09-29 13:16:37 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines switch to 2048 block size Originally committed as revision 6481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r75 | ods15 | 2006-09-29 13:03:51 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines remove debugging printf Originally committed as revision 6480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r74 | ods15 | 2006-09-29 13:03:31 +0300 (Fri, 29 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines support multiple codebooks for floor Originally committed as revision 6479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r73 | ods15 | 2006-09-28 21:01:59 +0300 (Thu, 28 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines almost cosmetic, remove redundant variable Originally committed as revision 6478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r72 | ods15 | 2006-09-28 21:00:47 +0300 (Thu, 28 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines cosmetic Originally committed as revision 6477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r71 | ods15 | 2006-09-28 21:00:24 +0300 (Thu, 28 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines residue type 2 Originally committed as revision 6476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r70 | ods15 | 2006-09-28 19:07:36 +0300 (Thu, 28 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines channel coupling Originally committed as revision 6475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r69 | ods15 | 2006-09-27 20:27:50 +0300 (Wed, 27 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines prevent buffer overflow Originally committed as revision 6474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r68 | ods15 | 2006-09-25 21:15:09 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines slightly more compressing, 50% compression now :) Originally committed as revision 6473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r67 | ods15 | 2006-09-25 20:33:06 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines horrible off-by-one causing lots of troubles... Originally committed as revision 6472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r66 | ods15 | 2006-09-25 18:42:13 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines some different values for higher accuracy Originally committed as revision 6471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r65 | ods15 | 2006-09-25 18:40:19 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines cosmetic Originally committed as revision 6470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r64 | ods15 | 2006-09-25 18:39:30 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines some fixes to floor Originally committed as revision 6469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r63 | ods15 | 2006-09-25 13:51:44 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | | 3 lines 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
* Original Commit: r62 | ods15 | 2006-09-25 13:12:07 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines api change for floor_encode Originally committed as revision 6467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r61 | ods15 | 2006-09-25 13:10:56 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines step 2, floor_fit, decides on the values to be encoded Originally committed as revision 6466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r60 | ods15 | 2006-09-25 12:46:30 +0300 (Mon, 25 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines first step to improoving floor Originally committed as revision 6465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r59 | ods15 | 2006-09-24 17:40:40 +0300 (Sun, 24 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines cosmetic, reorganize Originally committed as revision 6464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r58 | ods15 | 2006-09-24 17:35:28 +0300 (Sun, 24 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines add ability to use codebook dimentions in residue Originally committed as revision 6463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r56 | ods15 | 2006-09-24 13:55:01 +0300 (Sun, 24 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines oggvorbis_encoder => vorbis_encoder Originally committed as revision 6462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r55 | ods15 | 2006-09-24 13:54:43 +0300 (Sun, 24 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines bug fixes for residue with no books in all passes Originally committed as revision 6461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r54 | ods15 | 2006-09-24 13:54:12 +0300 (Sun, 24 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines change floor value to lower residue Originally committed as revision 6460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r52 | ods15 | 2006-09-23 17:38:43 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines correct rangebits for floor Originally committed as revision 6459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r51 | ods15 | 2006-09-23 16:32:30 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines deobfuscate a bit Originally committed as revision 6458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r50 | ods15 | 2006-09-23 16:24:51 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines ilog => av_log2 Originally committed as revision 6457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r49 | ods15 | 2006-09-23 12:52:21 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | | 3 lines 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
* Original Commit: r48 | ods15 | 2006-09-23 12:45:25 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines small fix for residue header Originally committed as revision 6455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r47 | ods15 | 2006-09-23 12:34:48 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines make ffvorbis happy about init stuff, still can't play correctly Originally committed as revision 6454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r46 | ods15 | 2006-09-23 11:36:32 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines fix normalization, output is (roughly?) same volume as input Originally committed as revision 6453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r44 | ods15 | 2006-09-23 10:54:43 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines some bug fixes for window() Originally committed as revision 6452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r43 | ods15 | 2006-09-23 10:53:46 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines change residue codebook dimentions Originally committed as revision 6451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r42 | ods15 | 2006-09-23 10:53:16 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines fix for residue end Originally committed as revision 6450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r41 | ods15 | 2006-09-23 10:52:34 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | | | 4 lines residue packet encode ACTUALLY ENCODES NOW!! still some bugs to fix :) Originally committed as revision 6449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r40 | ods15 | 2006-09-23 09:36:30 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines fix frame_size, we need input of half the mdct Originally committed as revision 6448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r39 | ods15 | 2006-09-23 09:36:11 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines add window function Originally committed as revision 6447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r38 | ods15 | 2006-09-23 09:02:34 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines buffer related struct variables Originally committed as revision 6446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r37 | ods15 | 2006-09-23 08:43:43 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines cosmetic Originally committed as revision 6445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r36 | ods15 | 2006-09-23 08:43:09 +0300 (Sat, 23 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines starting point for packet encode, writing floor Originally committed as revision 6444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r35 | ods15 | 2006-09-22 18:53:22 +0300 (Fri, 22 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | | | 4 lines another off by one header writing seems compliant now! Originally committed as revision 6443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r34 | ods15 | 2006-09-22 18:46:57 +0300 (Fri, 22 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines off by one in codebook header Originally committed as revision 6442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r32 | ods15 | 2006-09-22 18:37:50 +0300 (Fri, 22 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines add framing bit Originally committed as revision 6441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r31 | ods15 | 2006-09-22 18:33:17 +0300 (Fri, 22 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines use my own bitpacker Originally committed as revision 6440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r30 | ods15 | 2006-09-22 18:24:04 +0300 (Fri, 22 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines remove some old defines, use ALT_BITSTREAM_WRITER Originally committed as revision 6439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Original Commit: r27 | ods15 | 2006-09-22 14:19:51 +0300 (Fri, 22 Sep 2006) ↵Oded Shimon2006-10-02
| | | | | | | | | 2 lines better frame_size, depending on blocksize Originally committed as revision 6438 to svn://svn.ffmpeg.org/ffmpeg/trunk