2002-07-11 |
Monty | second half of mono fix
|
commit | commitdiff | tree |
2002-07-11 |
Monty | Gumboot found two mono setup errors (in 16 and 22kHz...
|
commit | commitdiff | tree |
2002-07-11 |
Monty | That's it. Full 1.0 libVorbis code handoff to release...
|
commit | commitdiff | tree |
2002-07-11 |
Monty | Saner, default mode for encoder_example
|
commit | commitdiff | tree |
2002-07-11 |
Monty | All sample rates/modes with fresh training now in CVS.
|
commit | commitdiff | tree |
2002-07-10 |
Monty | Get the new mode files in. They don't go live until...
|
commit | commitdiff | tree |
2002-07-03 |
Monty | fix two possible infinite loop bugs at end of stream...
|
commit | commitdiff | tree |
2002-07-02 |
Monty | Added 'LICENSE' tag.
|
commit | commitdiff | tree |
2002-07-02 |
Monty | Update to the stereo document to bring things in line...
|
commit | commitdiff | tree |
2002-07-02 |
Monty | New pages on using libvorbisfile with threading and...
|
commit | commitdiff | tree |
2002-07-02 |
Monty | Numerous corrections and updates to libVorbisfile docs
|
commit | commitdiff | tree |
2002-07-02 |
Monty | 32kHz modes, coupled and uncoupled, managed and unmanaged Monty
|
commit | commitdiff | tree |
2002-07-01 |
Monty | Substantially increase the number of bits given to...
|
commit | commitdiff | tree |
2002-07-01 |
Monty | new ectl calls for lowpass and impulse block tweaking
|
commit | commitdiff | tree |
2002-07-01 |
Monty | patch a nasty bounds bug introduced a week or two ago...
|
commit | commitdiff | tree |
2002-06-30 |
Monty | Missed the encode ctl headers
|
commit | commitdiff | tree |
2002-06-30 |
Monty | add vorbis_encode_ctl entries to manipulate the bitrate...
|
commit | commitdiff | tree |
2002-06-29 |
Monty | Commit experimental 48 kbps stere 44kHz mode.
|
commit | commitdiff | tree |
2002-06-29 |
Monty | A fix to the setup mode scanner/matcher
|
commit | commitdiff | tree |
2002-06-29 |
Monty | tweak the management setup to go lower; needed for...
|
commit | commitdiff | tree |
2002-06-28 |
Monty | Time0 diesn't really exist. You imagined the whole...
|
commit | commitdiff | tree |
2002-06-28 |
Monty | The 'Grand Simplification' officially becomes the mainline...
|
commit | commitdiff | tree |
2002-05-01 |
Monty | fix a few obvious bugs, pretty it up a bit more
|
commit | commitdiff | tree |
2002-04-30 |
Monty | animation speed optimization
|
commit | commitdiff | tree |
2002-04-30 |
Monty | A somewhat more convienient by-frame graphing tool...
|
commit | commitdiff | tree |
2002-04-08 |
Monty | Now that the band definitions are correct, the sensitivity... Monty
|
commit | commitdiff | tree |
2002-04-06 |
Monty | Correct a few more idiot bugs in short block triggering
|
commit | commitdiff | tree |
2002-04-01 |
Monty | minor preecho tweak
|
commit | commitdiff | tree |
2002-03-30 |
Monty | Add one additional low frequency band to preecho detection
|
commit | commitdiff | tree |
2002-03-29 |
Monty | Two segfault fixes to new envelope.c [correcting stupid...
|
commit | commitdiff | tree |
2002-03-29 |
Monty | comment out the damn block indicator printout
|
commit | commitdiff | tree |
2002-03-29 |
Monty | Lots more preecho tuning after detailed feedback from... Monty
|
commit | commitdiff | tree |
2002-03-24 |
Monty | forgot to update the initializer number
|
commit | commitdiff | tree |
2002-03-24 |
Monty | Continued preecho tuning/fixes. Gone to average dB...
|
commit | commitdiff | tree |
2002-03-23 |
Monty | new preecho was switching back to long blocks too soon
|
commit | commitdiff | tree |
2002-03-21 |
Monty | Uiver's improved IEEE754 32 bit float-specific todB...
|
commit | commitdiff | tree |
2002-03-19 |
Monty | Fix _fecth_and_process_packet for non-seekable streams
|
commit | commitdiff | tree |
2002-03-18 |
Monty | iir.c is dead code. removed.
|
commit | commitdiff | tree |
2002-03-17 |
Monty | New preecho detection/short block trigger code, replacing...
|
commit | commitdiff | tree |
2002-03-07 |
Monty | Numerous vorbisfile fixes:
|
commit | commitdiff | tree |
2002-03-06 |
Monty | Rounding fix to the lookup version of toDB()
|
commit | commitdiff | tree |
2002-03-04 |
Monty | Vorbisfile wasn't obeying documentation;
|
commit | commitdiff | tree |
2002-02-28 |
Monty | fix one more beginning of stream braino; chained files...
|
commit | commitdiff | tree |
2002-02-28 |
Monty | Single link files seeking fixes:
|
commit | commitdiff | tree |
2002-02-26 |
Monty | fix a one-off in a guard check during setup.
|
commit | commitdiff | tree |
2002-01-22 |
Monty | add window function memory reduction
|
commit | commitdiff | tree |
2002-01-22 |
Monty | Fixed a memory management error in the new codebook... Monty
|
commit | commitdiff | tree |
2002-01-22 |
Monty | Some memory allocations missing the _ogg_ prefix
|
commit | commitdiff | tree |
2002-01-22 |
Monty | Finished treeless decode optimizations for now.
|
commit | commitdiff | tree |
2002-01-21 |
Monty | Additional optimization to new bisection search codebook...
|
commit | commitdiff | tree |
2002-01-19 |
Monty | Fix to segfault unpacking a sparse book
|
commit | commitdiff | tree |
2002-01-19 |
Monty | Memory use reduction:
|
commit | commitdiff | tree |
2002-01-01 |
Monty | Bump encoder date for release 1.0 rc 3
|
commit | commitdiff | tree |
2001-12-23 |
Monty | Remove the SIGFPE code for linux
|
commit | commitdiff | tree |
2001-12-23 |
Monty | kill a fprintf
|
commit | commitdiff | tree |
2001-12-23 |
Monty | beginning-of-stream tuning oops in bitrate management
|
commit | commitdiff | tree |
2001-12-23 |
Monty | bitrate management bugfixes and tuning
|
commit | commitdiff | tree |
2001-12-22 |
Monty | Tuned out Dibrom's tone/noise masking bug. The problem... Monty
|
commit | commitdiff | tree |
2001-12-21 |
Monty | Config samplerate error not being propogated up by...
|
commit | commitdiff | tree |
2001-12-19 |
Monty | sixxie: thanks
|
commit | commitdiff | tree |
2001-12-19 |
Monty | Set a hard min floater val if using ABR
|
commit | commitdiff | tree |
2001-12-19 |
Monty | eliminate printfs
|
commit | commitdiff | tree |
2001-12-19 |
Monty | bitrate management is active
|
commit | commitdiff | tree |
2001-12-19 |
Monty | "oops"
|
commit | commitdiff | tree |
2001-12-19 |
Monty | Merge infrastructure work; full books
|
commit | commitdiff | tree |
2001-12-19 |
Monty | Grr.
|
commit | commitdiff | tree |
2001-12-18 |
Monty | Segher, Monty
|
commit | commitdiff | tree |
2001-12-17 |
Monty | Huffbuild was writing the wrong copyright notice
|
commit | commitdiff | tree |
2001-12-17 |
Monty | Fix the fucking copyright notices. Gar. Duplicated...
|
commit | commitdiff | tree |
2001-12-16 |
Monty | Mono and > stereo modes (uncoupled polyphonic) committed
|
commit | commitdiff | tree |
2001-12-14 |
Monty | don't commit tests
|
commit | commitdiff | tree |
2001-12-14 |
Monty | oops, bitrates are in *k*bps
|
commit | commitdiff | tree |
2001-12-14 |
Monty | New stereo VBR modes are live
|
commit | commitdiff | tree |
2001-12-13 |
Monty | More complete training
|
commit | commitdiff | tree |
2001-12-12 |
Monty | Initial branch merge toward rc3 monty_branch_20011009 is officially...
|
commit | commitdiff | tree |
2001-09-13 |
Monty | Fixed:
|
commit | commitdiff | tree |
2001-09-11 |
Monty | tuned out the knocking
|
commit | commitdiff | tree |
2001-09-11 |
Monty | Thoughts-in-progress: new noise metrics, cleaned up...
|
commit | commitdiff | tree |
2001-09-01 |
Monty | tuning on a branch. New noise metrics, noise bugfixes...
|
commit | commitdiff | tree |
2001-08-16 |
Monty | Noise curve code cleanup that also should fix a divide...
|
commit | commitdiff | tree |
2001-08-16 |
Monty | fix a pointer type error passed to qsort
|
commit | commitdiff | tree |
2001-08-16 |
Monty | fix edge case bug in accumulate_fit
|
commit | commitdiff | tree |
2001-08-13 |
Monty | Oops, roll this back to the right version
|
commit | commitdiff | tree |
2001-08-13 |
Monty | rev the vendor string date
|
commit | commitdiff | tree |
2001-08-13 |
Monty | don't lose the mode generation files
|
commit | commitdiff | tree |
2001-08-13 |
Monty | final round of commits
|
commit | commitdiff | tree |
2001-08-13 |
Monty | mono modes
|
commit | commitdiff | tree |
2001-08-13 |
Monty | books for mono
|
commit | commitdiff | tree |
2001-08-13 |
Monty | fixed a major decode bug in residue 1
|
commit | commitdiff | tree |
2001-08-13 |
Monty | Don't lose our coupled modes
|
commit | commitdiff | tree |
2001-08-13 |
Monty | add mode D and E
|
commit | commitdiff | tree |
2001-08-13 |
Monty | Add modes Dc and Ec
|
commit | commitdiff | tree |
2001-08-13 |
Monty | more modes, more books
|
commit | commitdiff | tree |
2001-08-13 |
Monty | Yay more modes.
|
commit | commitdiff | tree |
2001-08-13 |
Monty | mode Ac and Bc added
|
commit | commitdiff | tree |
2001-08-13 |
Monty | More books
|
commit | commitdiff | tree |
2001-08-13 |
Monty | mode selection for currently present modes
|
commit | commitdiff | tree |
2001-08-13 |
Monty | missed adding mask adjustments for mode X
|
commit | commitdiff | tree |
2001-08-13 |
Monty | Matching books
|
commit | commitdiff | tree |
2001-08-13 |
Monty | the coupled < 128 stereo modes at 44.1kHz
|
commit | commitdiff | tree |
next |