2005-07-29 |
msmith | Someone's being picky...
|
commit | commitdiff | tree |
2005-07-29 |
msmith | Invert default, make it work a little better.
|
commit | commitdiff | tree |
2005-07-29 |
msmith | Add an option to dump_video to create output compatible...
|
commit | commitdiff | tree |
2005-07-25 |
msmith | Update the vorbis version required by vorbis-tools...
|
commit | commitdiff | tree |
2005-07-22 |
msmith | According to the Ogg specification, an ogg page that...
|
commit | commitdiff | tree |
2005-07-21 |
msmith | Limited support for chained oggs in oggdec.
|
commit | commitdiff | tree |
2005-07-21 |
msmith | Make oggdec support decoding multiple files to one...
|
commit | commitdiff | tree |
2005-07-12 |
msmith | Update vorbis releases list in ogginfo
|
commit | commitdiff | tree |
2005-03-10 |
msmith | Hack in stuff for yet another stupid windows compiler.
|
commit | commitdiff | tree |
2005-03-09 |
msmith | Our documentation for ov_open_callbacks was pretty...
|
commit | commitdiff | tree |
2005-03-04 |
msmith | Error checking for calls to vorbis_encode_ctl(...,...
|
commit | commitdiff | tree |
2005-03-04 |
msmith | Oops. The units (kbps/bps) fix also applies to min...
|
commit | commitdiff | tree |
2005-03-04 |
msmith | highlevel_encode_setup.bitrate_av is in bps,
|
commit | commitdiff | tree |
2005-03-03 |
msmith | Clean up help text some more, so that it doesn't imply...
|
commit | commitdiff | tree |
2005-03-03 |
msmith | Update some point in the manpage.
|
commit | commitdiff | tree |
2005-03-03 |
msmith | Change version number of oggenc to 1.0.2.
|
commit | commitdiff | tree |
2005-02-18 |
msmith | Fix up some documentation mistakes as pointed out in...
|
commit | commitdiff | tree |
2005-02-17 |
msmith | Remove a redundant line
|
commit | commitdiff | tree |
2005-02-16 |
msmith | ov_read_float() was missing from this reference to...
|
commit | commitdiff | tree |
2005-02-14 |
msmith | Some preprocessor directives in this file didn't start...
|
commit | commitdiff | tree |
2005-01-07 |
msmith | We don't actually accept 24 bit AIFC/AIFF at the moment...
|
commit | commitdiff | tree |
2005-01-06 |
msmith | Correct a comment so that it makes sense.
|
commit | commitdiff | tree |
2004-11-23 |
msmith | Use _ogg_free(), not ogg_packet_clear(), to prevent...
|
commit | commitdiff | tree |
2004-10-31 |
msmith | Ensure ov_open() succeeds before opening the output...
|
commit | commitdiff | tree |
2004-10-13 |
msmith | Update ogginfo version number to 1.1.
|
commit | commitdiff | tree |
2004-09-03 |
msmith | Fix #565: inconsistent use of kb/s and kbps
|
commit | commitdiff | tree |
2004-07-23 |
msmith | Use an ogg_int32_t rather than a plain int32_t, since...
|
commit | commitdiff | tree |
2004-07-21 |
msmith | Patch from Barry Bouwsma:
|
commit | commitdiff | tree |
2004-07-19 |
msmith | Silly capitalisation stuff in some messages, bug #462
|
commit | commitdiff | tree |
2004-07-14 |
msmith | Propogate fix (from chris, to the website) back to...
|
commit | commitdiff | tree |
2004-07-08 |
msmith | Patch from Kyungjoon Lee to recognise 1.1rc1 files
|
commit | commitdiff | tree |
2004-06-21 |
msmith | Fix bug where oggenc would create an output filename...
|
commit | commitdiff | tree |
2004-04-30 |
msmith | Fix manpage: -Q is quiet option, not -q.
|
commit | commitdiff | tree |
2004-03-09 |
msmith | Another patch from Dale Ghent, this silences some warnings...
|
commit | commitdiff | tree |
2004-03-09 |
msmith | Revert previous; this was fixed in a better way.
|
commit | commitdiff | tree |
2004-03-09 |
msmith | Use sys/types.h in md5.c, patch from Dale Ghent
|
commit | commitdiff | tree |
2004-03-09 |
msmith | extern "C" {} C++ stuff for joeforker and AndrewBachmann.
|
commit | commitdiff | tree |
2004-03-09 |
msmith | Couple of minor contributed patches.
|
commit | commitdiff | tree |
2004-03-04 |
msmith | Doc fix: note that metadata must be in UTF-8
|
commit | commitdiff | tree |
2004-03-02 |
msmith | Oops. Hack up the macro some more so it compiles properly.
|
commit | commitdiff | tree |
2004-03-01 |
msmith | Fix macro to use ; instead of ,
|
commit | commitdiff | tree |
2004-02-23 |
msmith | Disable vcut by default.
|
commit | commitdiff | tree |
2004-02-20 |
msmith | Oops. As oddsock says, this was broken, and didn't...
|
commit | commitdiff | tree |
2004-02-20 |
msmith | Patch for preventing stats from staying around too...
|
commit | commitdiff | tree |
2004-02-19 |
msmith | Fix for typos in comment spec (bug #507)
|
commit | commitdiff | tree |
2004-02-10 |
msmith | I Hate String Handling In C.
|
commit | commitdiff | tree |
2004-02-10 |
msmith | Another fix: the length of the _string_ is not the...
|
commit | commitdiff | tree |
2004-02-10 |
msmith | Oops. Fix null-terminator.
|
commit | commitdiff | tree |
2004-02-10 |
msmith | Fire off stats event for metadata updates when we get...
|
commit | commitdiff | tree |
2004-01-29 |
msmith | Note GPL license in readme file.
|
commit | commitdiff | tree |
2004-01-29 |
msmith | Add Copyright notice to each source file, as requested...
|
commit | commitdiff | tree |
2004-01-16 |
msmith | Fix nasty bug in file serving code, would probably...
|
commit | commitdiff | tree |
2004-01-15 |
msmith | Client authentication added.
|
commit | commitdiff | tree |
2003-05-29 |
msmith | Fix some function comments, sock_write_string() and...
|
commit | commitdiff | tree |
2003-05-28 |
msmith | Fix lots of warnings in new admin stuff - primarily...
|
commit | commitdiff | tree |
2003-05-23 |
msmith | PS2 types from "David Etherton" <etherton@rockstarsandiego...
|
commit | commitdiff | tree |
2003-05-17 |
msmith | Use a seperate flag for 'initialised' so that serialno...
|
commit | commitdiff | tree |
2003-05-04 |
msmith | Oops. Commit updated version of TODO
|
commit | commitdiff | tree |
2003-05-01 |
msmith | Fix typo in message.
|
commit | commitdiff | tree |
2003-04-25 |
msmith | Change the <mount> section slightly and add a comment...
|
commit | commitdiff | tree |
2003-04-23 |
msmith | Implementation of aliases contributed by Paul Donohue...
|
commit | commitdiff | tree |
2003-04-23 |
msmith | And another
|
commit | commitdiff | tree |
2003-04-23 |
msmith | Add a short list of the critical things to do for 2...
|
commit | commitdiff | tree |
2003-04-18 |
msmith | Only consider a path a candidate for file-serving if...
|
commit | commitdiff | tree |
2003-04-12 |
msmith | Some improvements to reduce the number of spurious...
|
commit | commitdiff | tree |
2003-04-10 |
msmith | What was I on when I wrote this? oddsock pointed out...
|
commit | commitdiff | tree |
2003-04-08 |
msmith | Don't pass 0x1 as a pointer to a syscall. oops.
|
commit | commitdiff | tree |
2003-04-03 |
msmith | Commit my TODO file.
|
commit | commitdiff | tree |
2003-04-02 |
msmith | Make vorbis handler in libshout not trust ogg page...
|
commit | commitdiff | tree |
2003-04-01 |
msmith | Change the copyright notice printed by the program...
|
commit | commitdiff | tree |
2003-03-31 |
msmith | Implement killsource admin command, to kill sources...
|
commit | commitdiff | tree |
2003-03-30 |
msmith | Remove locking from refbuf: we used a single global...
|
commit | commitdiff | tree |
2003-03-29 |
msmith | Oops. Finish unbreaking build.
|
commit | commitdiff | tree |
2003-03-29 |
msmith | Unbreak build
|
commit | commitdiff | tree |
2003-03-29 |
msmith | 24 bit input support.
|
commit | commitdiff | tree |
2003-03-24 |
msmith | Oops. Initialise variable correctly.
|
commit | commitdiff | tree |
2003-03-24 |
msmith | Make ogginfo return a useful status code.
|
commit | commitdiff | tree |
2003-03-19 |
msmith | Fix tiny memory leak.
|
commit | commitdiff | tree |
2003-03-19 |
msmith | Fix ordering of some calls in source shutdown, silly...
|
commit | commitdiff | tree |
2003-03-19 |
msmith | Fix lack of null terminator in audio info/stats stuff.
|
commit | commitdiff | tree |
2003-03-16 |
msmith | Make other annoying people stop complaining about indentatio...
|
commit | commitdiff | tree |
2003-03-15 |
msmith | Brendan was getting pissed off about inconsistent indentatio...
|
commit | commitdiff | tree |
2003-03-14 |
msmith | Bugfix: source shutdown did things in the wrong order...
|
commit | commitdiff | tree |
2003-03-13 |
msmith | Randomly prod autotools into giving some vague semblance...
|
commit | commitdiff | tree |
2003-03-13 |
msmith | Fix some compiler warnings from mp3.c
|
commit | commitdiff | tree |
2003-03-10 |
msmith | Fix relay stream listing. Remove seperate relay password...
|
commit | commitdiff | tree |
2003-03-09 |
msmith | Listing of current mountpoints in admin interface.
|
commit | commitdiff | tree |
2003-03-09 |
msmith | Support listening on multiple sockets.
|
commit | commitdiff | tree |
2003-03-08 |
msmith | Check the right variable for password in icy logins
|
commit | commitdiff | tree |
2003-03-08 |
msmith | Set another parameter in the icy protocol parse that...
|
commit | commitdiff | tree |
2003-03-08 |
msmith | create /icy_0 (and incrementing numbers) for incoming...
|
commit | commitdiff | tree |
2003-03-08 |
msmith | Added support for shoutcast login protocol (ewww...)
|
commit | commitdiff | tree |
2003-03-07 |
msmith | Implement listing of all currently connected clients...
|
commit | commitdiff | tree |
2003-03-06 |
msmith | Send a user-agent header on normal relay requests as...
|
commit | commitdiff | tree |
2003-03-06 |
msmith | Check admin password against the correct username
|
commit | commitdiff | tree |
2003-03-06 |
msmith | Duplicate some strings to avoid splitting them (for...
|
commit | commitdiff | tree |
2003-03-06 |
msmith | Split admin stuff out into a seperate file, add various...
|
commit | commitdiff | tree |
2003-03-05 |
msmith | Allow rereading config files.
|
commit | commitdiff | tree |
2003-03-04 |
msmith | Make various thread structures omit the bits only used...
|
commit | commitdiff | tree |
2003-03-04 |
msmith | Comment out dump file, people don't want that on by...
|
commit | commitdiff | tree |