- 18 Jun, 2015 1 commit
-
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 27 May, 2015 2 commits
-
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
- 20 May, 2015 11 commits
-
-
Ralph Giles authored
-
stopiccot authored
Also update build instructions for autogen.sh change. Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Ralph Giles authored
-
Ralph Giles authored
-
Ralph Giles authored
Call configure and distcheck which should verify all the things we have automation for.
-
Ralph Giles authored
Fixes 'make dist'.
-
Ralph Giles authored
Newer versions prefer AM_CPPFLAGS to INCLUDES.
-
Ralph Giles authored
Copy the autogen.sh script from the newer daala project. This just calls autoreconf instead of doing its own tool and version detection. Note that this now means one must explicitly invoke ./configure like in the opus and daala projects. ./autogen.sh will no longer do so.
-
Ralph Giles authored
-
Ralph Giles authored
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 19 May, 2015 2 commits
-
-
stopiccot authored
Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
stopiccot authored
Signed-off-by:
Erik de Castro Lopo <erikd@mega-nerd.com>
-
- 08 May, 2015 1 commit
-
-
Ralph Giles authored
Keep a copy of the release tarball sha-256 checksums in the repository for reference. Having a copy with the code in distributed version control adds a verification path. This should match http://downloads.xiph.org/releases/ogg/SHA256SUMS
-
- 05 May, 2015 2 commits
-
-
Orestes Zoupanos authored
-
Orestes Zoupanos authored
Adding project files for MS Visual Studio Community 2013.
-
- 15 Apr, 2015 1 commit
-
-
Marvin Scholz authored
-
- 27 May, 2014 4 commits
-
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=19150
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=19149
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=19148
-
Ralph Giles authored
dest_bytes is a long here, so we should use %ld instead of %d. svn path=/trunk/ogg/; revision=19147
-
- 24 Apr, 2014 1 commit
-
-
Monty authored
overflow checking in oggpack_writecopy_helper got the reallocation size test condition backwards and so would error out when it needed to expand the destination's internal buffer. At the same time, do preexpansion of both aligned and unaligned copies to avoid possible heap thrashing in the unaligned case. Add black and glass box unit tests for oggpack_writecopy and oggpackB_writecopy. svn path=/trunk/ogg/; revision=19119
-
- 26 Feb, 2014 1 commit
-
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=19098
-
- 14 May, 2013 4 commits
-
-
Timothy B. Terriberry authored
Done with `make -C doc/libogg update-doc-version`. Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18944
-
Timothy B. Terriberry authored
Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18943
-
Timothy B. Terriberry authored
This seems like a fairly sane thing to do anyway if the stdint types are available to use - but primarily we're doing it here to hide the problem evident in http://bugs.debian.org/675887 where the public header is unnecessarily different between architectures. Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18942
-
Timothy B. Terriberry authored
This isn't automatic. It does need to be invoked explicitly, after the package version is changed in configure.in, immediately before release, but that beats updating all of those files by hand for each release. Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18941
-
- 06 May, 2013 4 commits
-
-
Timothy B. Terriberry authored
Fixes some broken links that were pointing to the wrong place, and some formatting errors. svn path=/trunk/ogg/; revision=18935
-
Timothy B. Terriberry authored
Thanks to RedDwarf, lilrc, and mgorny for pointing it out and suggesting patches. Patch contributed by Ron Lee. Closes ticket:1758 svn path=/trunk/ogg/; revision=18934
-
Timothy B. Terriberry authored
Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18933
-
Timothy B. Terriberry authored
Adds some files that weren't being installed at all. Installs the libogg docs with the same relative path that they have in the source, which is where the top level index link expects them to be. Patch contributed by Ron Lee. svn path=/trunk/ogg/; revision=18932
-
- 08 Jan, 2013 2 commits
-
-
Timothy B. Terriberry authored
Their size could overflow a long (especially on, e.g., Win64, where they could still fit in memory). svn path=/trunk/ogg/; revision=18758
-
Timothy B. Terriberry authored
Patch by Ron Lee. svn path=/trunk/ogg/; revision=18757
-
- 07 Dec, 2012 1 commit
-
-
Ralph Giles authored
This matches what we've been doing with the opus msvc builds, but presumedly breaks the corresponding vorbis-tools projects. Those should be updated as well. svn path=/trunk/ogg/; revision=18734
-
- 31 Aug, 2012 2 commits
-
-
Ralph Giles authored
Previously we linked libogg.la, which only works if the caller is using libtool. This also forces a static link when building against uninstalled libogg, which is is usually what I want, but does require rebuilding after an update. svn path=/trunk/ogg/; revision=18565
-
Ralph Giles authored
svn path=/trunk/ogg/; revision=18564
-
- 21 Jun, 2012 1 commit
-
-
Ralph Giles authored
This keeps the header description from being rendered blue. svn path=/trunk/ogg/; revision=18422
-