38
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve playback rate handling in the splayer example. Instead of playing back at fixed delay per
Ralph Giles
as giles
More... about 20 years ago
Warn explicitly if the oss-dependent player_example will not be built.
Ralph Giles
as giles
More... about 20 years ago
Display frames with zero delay (like sometimes the first one). Before we
Ralph Giles
as giles
More... about 20 years ago
Display one frame a second no matter how behind we get.
Ralph Giles
as giles
More... about 20 years ago
Some code simplification. Make get_time() return something meaningful
Ralph Giles
as giles
More... about 20 years ago
Use the queue_page() helper in the main loop instead of duplicating the
Ralph Giles
as giles
More... about 20 years ago
Improve buffering in the splayer example. Based on a patch from Jan.
Ralph Giles
as giles
More... about 20 years ago
extern "C" {} C++ stuff for joeforker and AndrewBachmann. More... about 20 years ago
Save the limit value table for the in-loop block filter in the setup
Ralph Giles
as giles
More... about 20 years ago
Update cvsignore files.
Ralph Giles
as giles
More... about 20 years ago
Update debian copyright period.
Ralph Giles
as giles
More... about 20 years ago
We require at least libogg 1.1.
Ralph Giles
as giles
More... about 20 years ago
Update debian packaging files to use cdbs. Patch from j.
Ralph Giles
as giles
More... about 20 years ago
No space in version string.
Ralph Giles
as giles
More... about 20 years ago
Prepend $(srcdir) to the source files in the document makefile rules to
Ralph Giles
as giles
More... about 20 years ago
Don't define _REENTRANT globally; it's currently only needed for SDL,
Ralph Giles
as giles
More... about 20 years ago
Moderize autotools macro syntax.
Ralph Giles
as giles
More... about 20 years ago
Rename configure.in to configure.ac. (autotools modernization)
Ralph Giles
as giles
More... about 20 years ago
Save the range value in the q matrix mapping table as 'range-1' instead
Ralph Giles
as giles
More... about 20 years ago
Use 1 bit instead of zero to record that inter Y is explicitly coded.
Ralph Giles
as giles
More... about 20 years ago
Consolidate q table range readout code. This miraculously makes the
Ralph Giles
as giles
More... about 20 years ago
Correct a warning.
Ralph Giles
as giles
More... about 20 years ago
Don't statically link the example programs. Useful as this is, static
Ralph Giles
as giles
More... about 20 years ago
further revisions
Ralph Giles
as giles
More... about 20 years ago
Revert to static arrays for the three q matricies we actually us. This makes no difference, but
Ralph Giles
as giles
More... about 20 years ago
_ogg_malloc (from ogg.h) is a define for malloc, so we must include stdlib.h to use it.
Ralph Giles
as giles
More... about 20 years ago
remove a debug printout
Ralph Giles
as giles
More... about 20 years ago
Implement a range table for the quantization matricies in the setup header. We still use (and only
Ralph Giles
as giles
More... about 20 years ago
Update to the latest version of Mike Melanson's VP3 format document.
Ralph Giles
as giles
More... about 20 years ago
Fix a comment typo.
Ralph Giles
as giles
More... about 20 years ago