- Jun 27, 2005
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=9520
-
- Jun 26, 2005
-
-
Ralph Giles authored
and start counting data packet sequence numbers with 3 instead of zero so that all the ogg packets come out of the encoder with the same packetno fields they would have in coming out of an Ogg file (as read by libogg, anyway). Previously data packets started counting from zero, and the packetno field of the returned header packets was uninitialized. We had two choices in resolving this. One was just to add 3 to the vorbis_dsp_state and/or vorbis_block sequence field when writing it to the ogg_packet packetno field. The other is to actually keep the packetno in the internal sequence fields. I chose the later based on the fact that this same field gets set directly from the ogg_packet packetno on decode, so things are consistent. svn path=/trunk/vorbis/; revision=9513
-
- Jun 21, 2005
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=9502
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=9501
-
Ralph Giles authored
with the bps/kbps fix in the management interface. svn path=/trunk/vorbis/; revision=9500
-
- Jun 18, 2005
-
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=9487
-
Thomas Vander Stichele authored
svn path=/trunk/vorbis/; revision=9473
-
- Jun 06, 2005
-
-
Thomas Vander Stichele authored
add two newlines as input to pdfxmltex for systems where tex complains with LaTeX Error: Something's wrong--perhaps a missing \item for no discernable reason svn path=/trunk/vorbis/; revision=9377
-
- Mar 09, 2005
-
-
Michael Smith authored
(which isn't neccesarily true), and didn't document the 'datasource' parameter at all. svn path=/trunk/vorbis/; revision=9053
-
- Mar 04, 2005
-
-
Michael Smith authored
interface. svn path=/trunk/vorbis/; revision=9033
-
Michael Smith authored
struct ovectl_ratemanage2_arg.bitrate_average_kbps is obviously in kbps. So convert when reading/writing the latter (public) struct. svn path=/trunk/vorbis/; revision=9032
-
- Mar 03, 2005
-
-
j authored
svn path=/trunk/vorbis/; revision=9017
-
- Feb 18, 2005
-
-
Michael Smith authored
svn path=/trunk/vorbis/; revision=8944
-
- Feb 17, 2005
-
-
Michael Smith authored
svn path=/trunk/vorbis/; revision=8939
-
- Feb 16, 2005
-
-
Michael Smith authored
pointed out on irc. Added it. svn path=/trunk/vorbis/; revision=8935
-
- Feb 14, 2005
-
-
Michael Smith authored
which some compilers (reported with apple gcc 3.3 on OS X) correctly reject. Fixed by moving them into column 1. svn path=/trunk/vorbis/; revision=8921
-
- Feb 01, 2005
- Jan 18, 2005
-
-
ozone authored
* Use autoheader and config.h.in again (basically revert changeset:8766) * Use 'type' shell builtin instead of 'which' to locate libtoolize, since it's more portable and less prone to different behaviour svn path=/trunk/vorbis/; revision=8767
-
- Jan 17, 2005
-
-
ozone authored
* Don't use autoheader since we don't use config.h.in svn path=/trunk/vorbis/; revision=8766
-
- Dec 31, 2004
-
-
philkerr authored
svn path=/trunk/vorbis/; revision=8561
-
- Dec 29, 2004
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=8547
-
- Dec 28, 2004
-
-
Ralph Giles authored
second atan frequency scale. svn path=/trunk/vorbis/; revision=8542
-
- Dec 13, 2004
-
-
philkerr authored
svn path=/trunk/vorbis/; revision=8380
-
- Oct 21, 2004
-
-
philkerr authored
svn path=/trunk/vorbis/; revision=8065
-
- Sep 22, 2004
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7820
-
- Sep 21, 2004
-
-
Ralph Giles authored
time, as is now required. This is a little less broken than the previous config in that the dist will need to have the build docs, and a normal build from a dist tarball won't try. However if you --enable-docs on the dist tarball, it will rebuild them even if they're up to date. Among other things, this makes 'make distcheck' annoying. svn path=/trunk/vorbis/; revision=7816
-
- Sep 20, 2004
-
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7815
-
Ralph Giles authored
directories. svn path=/trunk/vorbis/; revision=7814
-
Ralph Giles authored
Remove references to the 1.0 release from the todo file. :) svn path=/trunk/vorbis/; revision=7812
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7811
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7810
-
- Sep 19, 2004
-
-
Ralph Giles authored
(and unsupported) on recent MacOS X, but libtool hasn't learned this yet. svn path=/trunk/vorbis/; revision=7807
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7806
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7805
-
Ralph Giles authored
svn path=/trunk/vorbis/; revision=7804
-
- Aug 16, 2004
-
-
Conrad Parker authored
svn path=/trunk/vorbis/; revision=7575
-
Conrad Parker authored
warnings, some of which are harmless. svn path=/trunk/vorbis/; revision=7574
-