- Jun 12, 2014
-
- Jun 09, 2014
-
-
Signed-off-by:
Timothy B. Terriberry <tterribe@xiph.org>
-
- Jun 08, 2014
-
-
Ron authored
Thanks to maikmerten for spotting it.
-
- Feb 09, 2014
-
-
Signed-off-by:
Gregory Maxwell <greg@xiph.org>
-
AIFF uses signed pcm for all sizes, whereas WAV is unsigned for 8-bit and signed for other sizes. For backward compatibility, continue to use the WAV convention for raw input. Signed-off-by:
Gregory Maxwell <greg@xiph.org>
-
Signed-off-by:
Gregory Maxwell <greg@xiph.org>
-
- Jan 25, 2014
-
-
Gregory Maxwell authored
Discarding the art is a special case because its often huge relative to the opus files. Thanks for bitingsock on IRC for the report.
-
- Jan 16, 2014
-
-
Tristan Matthews authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
Ralph Giles authored
Missed this in review.
-
- Jan 13, 2014
-
-
Gregory Maxwell authored
-
- Dec 04, 2013
-
- Nov 28, 2013
-
-
Timothy B. Terriberry authored
If the METADATA_BLOCK_PICTURE field contained a non-empty mimetype or description field, then we would overwrite important pieces of the struct when encoding, making the tag useless.
-
- Oct 30, 2013
-
-
Tristan Matthews authored
Signed-off-by:
Ralph Giles <giles@mozilla.com>
-
- Oct 01, 2013
-
-
Ralph Giles authored
This provides a fallback commit id if no tags are available, for example when doing a shallow clone.
-
- Sep 19, 2013
-
-
Ralph Giles authored
-
Ralph Giles authored
-
- Sep 09, 2013
-
-
Ralph Giles authored
-
- Sep 08, 2013
-
-
Ralph Giles authored
Previously we linked to flac, but didn't set the enabling CFLAG.
-
Ralph Giles authored
wave_out.c also references PACKAGE_NAME and PACKAGE_VERSION.
-
Ralph Giles authored
GNU autotools used to enforce some coding standards, but I don't see a warning about not having this or a changelog now.
-
- Sep 07, 2013
- Sep 04, 2013
-
- Aug 26, 2013
-
-
Ralph Giles authored
-
Ralph Giles authored
-
Ralph Giles authored
Garf's new project files build things in win32/VSnnnn/ instead of the top level. Also updates the ogg paths to use defines instead of hard-coding release and platform tags.
-
Ralph Giles authored
It was still defining VERSION in the Visual Studio project files, which hadn't been updated for this change.
-
- Jul 13, 2013
-
-
Ron authored
This avoids at least one case where ./autogen.sh && ./configure && make will re-run configure because the makefile rules updated something that it depends upon. Pulling a new version from git will change the version so we should update that at the first step rather than iterating after the last one.
- Jul 11, 2013
-
-
Gregory Maxwell authored
This reverts commit 3138cb7c.
-
Gregory Maxwell authored
-
- Jun 29, 2013
-
-
Gregory Maxwell authored
This updates the configure.ac requirements for the last patch from JM, and also fixes the unused variable warnings it created.
-
Channel mapping is now determined automatically by libopus. This breaks the --uncoupled option because opusenc no longer has any control over the mapping.
-
Ron authored
Automake 1.13 complains that INCLUDES is obsoleted now.
-
- Jun 28, 2013
-
-
Ron authored
Test for the available possibilities in the code in the same order that we use when including the headers. This ensures that BSDs which test positive for both sndio and oss compat won't include the headers for one and the code for the other. The sndio support was added in commit 064bb217, but only preferred sndio when including the headers. Enable the OSS code for all the possible HAVE_*_SOUNDCARD_H options. A more comprehensive test and additional macros were added in commit a0c50052, but only to include the headers, not to also enable the relevant code.
-
Ron authored
-
- Jun 10, 2013
-
-
Ron authored
Nothing uses it either.
-
Ron authored
It is declared to be obsolete and we already use AC_COMPILE_IFELSE everywhere else, so finish the job to avoid confusion and people pasting more instances of it in later. Double quote all the parameters to AC_LANG_SOURCE and AC_LANG_PROGRAM. This is actually required, even if you can get away with not doing it sometimes, so again set a good example for future changes to follow, to hopefully avoid people getting bitten harder than they need to be.
-
Ron authored
And the exp() check too. Nothing in the code actually tests for that and it's irrelevant whether it needs libm or not, since plenty of other things definitely do need it. So add the hardcoded -lm back where it is definitely needed (at the very least for the speex resampler), and make sure it is in LIBS when we test for lrint and f{min,max}f, since those tests do fail on Linux if libm isn't linked.
-