- Nov 07, 2017
-
- Nov 01, 2017
-
-
added missing exported functions ogg_stream_pageout_fill and ogg_stream_flush_fill to compile and use libogg under Visual Studio Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
On 64-bit Windows, sizeof(unsigned char *) is 8, sizeof(long) is 4 and alignof(ogg_int64_t) is 8. This results in a 4-byte hole in ogg_packet after "long e_o_s", which means ogg_packet structs cannot be reliably compared by memcmp. Compare ogg_packet structs member-by-member instead. This fixes `make check` for me on mingw-w64/GCC. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Jun 17, 2017
-
-
Ralph Giles authored
Move off the end-of-life precise base image.
-
Ralph Giles authored
Copied from the vorbis implementation by Marcel Metz.
-
Ralph Giles authored
The previous commit changed the generated source file location without updating the installed-file list or include directories, breaking installation and downstream integration tests. Adding the include directory doesn't seem to be necessary on macOS, but even the initial build step fails on Linux without it.
-
- Jun 16, 2017
-
-
Timothy B. Terriberry authored
A false continued packet occurs if the previous page ended at the end of a packet, with no sequence number gap and no continued data on that page, while the current page has the continued packet flag set. Previously, if you drained all of the buffered packet data by repeatedly calling ogg_stream_packetout() after submitting the previous page but before submitting the current page, libogg would discard the continued data at the beggining of the current page. However, if you left the previous page's data in the buffer, then libogg would happily return the continued data at the start of the current page as a separate packet when you eventually did call ogg_stream_packetout(). This patch makes libogg consistently discard this data.
-
- Jun 12, 2017
-
-
Generate config_types in the build directory instead of the source directory. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Sep 28, 2016
-
-
Ralph Giles authored
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Jul 27, 2016
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- May 18, 2016
-
-
Ralph Giles authored
Visual Studio 2015 has been out for some time and has a free version. It doesn't make since to try to maintain all these old variants.
-
Orestes authored
-
Orestes authored
-
- Apr 01, 2016
-
-
Marcel Metz authored
Users should be able to install the MacOSX Framework by pointing CMAKE_INSTALL_PREFIX to the corresponding directory. For example to install into `/Library/Frameworks` configure with cmake -DCMAKE_INSTALL_PREFIX=/Library/Frameworks <build dir>
-
Marcel Metz authored
This prevents the duplicate installation of header inside the framework and in the regular include directory on MacOSX.
-
- Nov 09, 2015
-
-
Ralph Giles authored
-
- Sep 26, 2015
-
-
Ralph Giles authored
autoreconf looks for ACLOCAL_*FLAGS in Makefile.am and will pass that on when it invokes aclocal. Furthermore, setting a local like this doesn't make it available to subcommands, so the line has no effect.
-
- Jul 20, 2015
-
-
Minor change to CMakeLists.txt to make sure config_types.h and ogg.pc get generated in the source tree as expected. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- Jun 18, 2015
-
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Ralph Giles authored
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- May 27, 2015
-
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
stopiccot authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
- May 20, 2015
-
-
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>
-
- May 19, 2015
-
-
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>
-