shithub: opus-tools

RSS feed

d104fb7e – Mark Harris <mark.hsj@gmail.com> authored and Timothy B. Terriberry <tterribe@xiph.org> committed on 2014/06/09 09:45
Fix a typo in a warning message.

1165ebbe – Ron <ron@debian.org> authored on 2014/06/08 20:37
Typo fix encoder->decoder

a2a376b6 – Mark Harris <mark.hsj@gmail.com> authored and Gregory Maxwell <greg@xiph.org> committed on 2014/02/08 12:52
Correct minor issues with audio input error messages.

dd0c7a7a – Mark Harris <mark.hsj@gmail.com> authored and Gregory Maxwell <greg@xiph.org> committed on 2014/02/08 11:41
Fix 8-bit AIFF input.

74968644 – Mark Harris <mark.hsj@gmail.com> authored and Gregory Maxwell <greg@xiph.org> committed on 2014/02/08 10:14
Set correct lsb depth for WAV and AIFF input.

e8aee6d1 – Gregory Maxwell <greg@xiph.org> authored on 2014/01/24 11:17
Make discard-comments discard album art, also add a discard-pictures.

ef79f7a3 – Tristan Matthews <le.businessman@gmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2014/01/16 07:23
opusrtp: fix memory leaks

7cebd223 – Ralph Giles <giles@mozilla.com> authored on 2013/11/06 10:11
Destination and port switches require arguments.

68682364 – Gregory Maxwell <greg@xiph.org> authored on 2014/01/13 06:55
Add support in opusdec to write out 32-bit floating-point.

89c244d6 – Gregory Maxwell <greg@xiph.org> authored on 2013/12/04 10:43
Bump version.

0bb560ed – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/11/28 03:02
Fix copying pictures from FLAC with a mimetype.

ae6e94bb – Tristan Matthews <le.businessman@gmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2013/10/30 10:07
opusrtp: add options to set destination address and port

7c3f522d – Ralph Giles <giles@mozilla.com> authored on 2013/10/01 10:47
Pass --always to 'git describe'.

4d0df2b8 – Ralph Giles <giles@mozilla.com> authored on 2013/09/19 10:24
Document using --genre and --artist multiple times.

4774410d – Ralph Giles <giles@mozilla.com> authored on 2013/09/19 10:24
Fix a manpage typo.

6122be83 – Ralph Giles <giles@thaumas.net> authored on 2013/09/08 15:21
Add new metadata switches to the manpage.

ed30fb2d – Ralph Giles <giles@thaumas.net> authored on 2013/09/08 09:21
Actually enable flac support in the unix build.

8d588e54 – Ralph Giles <giles@thaumas.net> authored on 2013/09/08 09:15
Add wave_out to VERSIONED_OBJS.

10aeba1a – Ralph Giles <giles@mozilla.com> authored on 2013/09/08 06:14
Remove unused file NEWS.

aa6865e3 – Ron <ron@debian.org> authored on 2013/09/07 14:53
Be consistent with the order we include dependencies

5739b402 – Ron <ron@debian.org> authored on 2013/09/07 14:48
Don't overlink everything with flac

7c04034c – Ron <ron@debian.org> authored on 2013/09/07 14:46
Don't include OPUS_CFLAGS and OPUS_LIBS twice

7afc1421 – Gregory Maxwell <greg@xiph.org> authored on 2013/09/04 11:54
Bump version.

e874b4e5 – Ralph Giles <giles@mozilla.com> authored on 2013/08/26 08:10
Silence mvsc posix warnings.

e16dc296 – Ralph Giles <giles@mozilla.com> authored on 2013/08/26 07:46
Add picture.c to the Visual Studio project files.

e7e94a2a – Ralph Giles <giles@mozilla.com> authored on 2013/08/26 07:31
Update opus library paths for the new project files.

50ed0236 – Ralph Giles <giles@mozilla.com> authored on 2013/08/26 07:13
Ask genversion.bat to generate PACKAGE_VERSION.

1ba67020 – Ron <ron@debian.org> authored on 2013/07/13 13:41
Doc improvements for --bitrate.

c08a77d3 – Ron <ron@debian.org> authored on 2013/07/13 13:30
Always try to update the version when autogen.sh is run

f05c7278 – Gregory Maxwell <greg@xiph.org> authored on 2013/07/11 12:46
Revert "Doc improvements for --bitrate, and a --quality alias for it."

3138cb7c – Gregory Maxwell <greg@xiph.org> authored on 2013/07/11 12:36
Doc improvements for --bitrate, and a --quality alias for it.

f82199b1 – Gregory Maxwell <greg@xiph.org> authored on 2013/06/29 10:22
Opus-tools now requires libopus 1.0.3 or later.

9b957b19 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored and Gregory Maxwell <greg@xiph.org> committed on 2013/05/05 13:10
Converts opusenc to the new multistream surround encoder API

9bfd0e48 – Ron <ron@debian.org> authored on 2013/06/29 11:38
Replace INCLUDES with AM_CPPFLAGS

531c646d – Ron <ron@debian.org> authored on 2013/06/28 21:37
Tweak the sound driver detection tests

c255b119 – Ron <ron@debian.org> authored on 2013/06/28 21:13
Check for libm in a way that shouldn't explode on BeOS

19923d61 – Ron <ron@debian.org> authored on 2013/06/10 19:19
Drop the test for lrint too

62cf9645 – Ron <ron@debian.org> authored on 2013/06/10 19:03
Replace the last AC_TRY_COMPILE

71adeb9f – Ron <ron@debian.org> authored on 2013/06/10 18:55
Get rid of LIBM altogether

4689efe4 – Ron <ron@debian.org> authored on 2013/06/10 11:47
Indentation

012dac25 – Ron <ron@debian.org> authored on 2013/06/10 11:32
More autoconf housekeeping

731bc8c3 – Ron <ron@debian.org> authored on 2013/06/08 20:50
Drop the stdint size tests that we never use anywhere

d4e389c4 – Ron <ron@debian.org> authored on 2013/06/08 20:45
Fully automate version updating

0d834f5f – Ron <ron@debian.org> authored on 2013/06/08 20:27
Fix the phoney spelling of PHONY

91851506 – Ron <ron@debian.org> authored on 2013/06/08 20:21
Tidy up some of the special CPPFLAGS

e93ec4cb – Ron <ron@debian.org> authored on 2013/06/08 20:06
Drop the inline PACKAGE/VERSION fallback

a156a884 – Ron <ron@debian.org> authored on 2013/06/08 20:02
Drop the HAVE_GETOPT_H guard

4ab9212b – Ron <ron@debian.org> authored on 2013/06/08 19:56
Replace the homegrown autogen.sh with a call to autoreconf

79cb8db0 – Ron <ron@debian.org> authored on 2013/06/08 19:55
More gitignorance

a2ce1454 – Gregory Maxwell <greg@xiph.org> authored on 2013/05/06 05:54
Add picture.c to Makefile.unix.

8422191e – Timothy B. Terriberry <tterribe@xiph.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2013/04/27 10:12
Refactor METADATA_BLOCK_PICTURE support.

4a589726 – Timothy B. Terriberry <tterribe@xiph.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2013/04/27 08:33
Add METADATA_BLOCK_PICTURE validation to opusinfo.

d0fa4337 – Timothy B. Terriberry <tterribe@xiph.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2013/04/27 06:10
Add support for METADATA_BLOCK_PICTURE.

b6e554c4 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/04/04 10:28
Fix R128_TRACK_GAIN tags for flac input.

af25999b – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/02/19 23:44
Add copyright headers to FLAC import.

943a6e3d – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/02/19 23:42
Make more FLAC reader functions static.

7be06818 – Gregory Maxwell <greg@xiph.org> authored on 2013/02/18 05:26
Bump copyright notices.

5d9b9403 – Gregory Maxwell <greg@xiph.org> authored on 2013/02/07 09:34
opusdec: handle chaining without EOS on the prior chain.

27fd96db – Ralph Giles <giles@mozilla.com> authored on 2013/02/07 08:18
Don't clobber FLAC_CFLAGS and FLAC_LIBS from the command line.

3b57d674 – Timothy B. Terriberry <tterribe@xiph.org> authored on 2013/02/07 03:33
Require libFLAC >= 1.1.3 in the no-pkg-config case

1e445a10 – Gregory Maxwell <greg@xiph.org> authored on 2013/02/05 10:06
Expose the --discard-comments flag in the opusenc help.

2e207ac9 – Gregory Maxwell <greg@xiph.org> authored on 2013/02/05 10:04
Make sure the flac input replay gain tag parsing uses the C locale.

77136343 – Gregory Maxwell <greg@xiph.org> authored on 2013/02/05 06:44
Add metadata padding in opusenc.

0c56dd16 – Gregory Maxwell <greg@xiph.org> authored on 2013/01/22 10:03
Don't include new title/album/date/genre args in the command-line tag.

188a446e – Ralph Giles <giles@mozilla.com> authored on 2013/01/15 09:32
Add more standard tag switches to opusenc.

4bc33cf6 – Gregory Maxwell <greg@xiph.org> authored on 2013/01/15 11:53
Save (some) commandline arguments into a comment in opusenc.

32181b09 – Ralph Giles <giles@mozilla.com> authored on 2013/01/15 08:48
Add the '=' separator inside comment_add().

009800eb – Gregory Maxwell <greg@xiph.org> authored on 2013/01/15 06:26
Make it more clear that the rate range range is instantaneous bitrates.

a3a69c8b – Ralph Giles <giles@mozilla.com> authored on 2013/01/02 10:55
Use AC_CONFIG_HEADERS.

5b00f05c – Gregory Maxwell <greg@xiph.org> authored on 2012/12/21 09:09
Remove extraneous CONFIG_H after #endif in win32/config.h.

e1c51f65 – Ralph Giles <giles@mozilla.com> authored on 2012/12/17 10:17
Document the intent of the #ifdefs around query_cpu_support.

6b417dcb – Ralph Giles <giles@mozilla.com> authored on 2012/12/17 08:46
Fix an indent.

3a2b0349 – Gian-Carlo Pascutto <gcp@sjeng.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/12/12 03:03
Add FLAC support files to MSVC projects.

bffdc947 – Gregory Maxwell <greg@xiph.org> authored on 2012/12/11 12:53
Bump version.

9d631475 – Gregory Maxwell <greg@xiph.org> authored on 2012/12/10 05:17
Add serial number argument to opusenc, updates help for FLAC.

95117260 – Gregory Maxwell <greg@xiph.org> authored on 2012/12/08 20:47
Makefile.unix updates for flac support.

892fd929 – Timothy B. Terriberry <tterribe@xiph.org> authored and Gregory Maxwell <greg@xiph.org> committed on 2012/12/08 12:10
Add FLAC input support.

b2b46a03 – Ralph Giles <giles@mozilla.com> authored on 2012/12/07 10:18
Distribute the getopt implementation for the msvc build.

9e0cebcd – Ralph Giles <giles@mozilla.com> authored on 2012/12/07 09:58
Add win32/version.h to the distribution so it does some good.

ea157628 – Ralph Giles <giles@mozilla.com> authored on 2012/12/07 07:33
Remove MSVC incremental linking directives.

3532f5f3 – Ralph Giles <giles@mozilla.com> authored on 2012/12/07 07:08
Add a static win32/version.h for tarball builds.

d64048b4 – Ralph Giles <giles@thaumas.net> authored on 2012/12/07 04:19
Add -lm to the opusrtp build line.

5d832fb7 – Gregory Maxwell <greg@xiph.org> authored on 2012/12/07 01:49
Bump version.

f2eceef2 – Gregory Maxwell <greg@xiph.org> authored on 2012/12/03 06:16
Hide uncoupled in opusenc. It's being confused as something to increase quality.

fc569f8b – Gregory Maxwell <greg@xiph.org> authored on 2012/11/27 10:03
Fix opusenc crash on win32 for large files; Length detection on 32bit.

d71e574b – Ralph Giles <giles@mozilla.com> authored on 2012/11/14 07:51
Enable maintainer mode by default on automake 1.11

97a5c5fa – Ralph Giles <giles@mozilla.com> authored on 2012/11/05 09:12
Conditionalize the opusrtp socket code.

d2ca877f – Ralph Giles <giles@mozilla.com> authored on 2012/11/05 07:47
Update Makefile.unix to work with mingw.

ed79787d – Ralph Giles <giles@mozilla.com> authored on 2012/11/04 17:52
Simplify native-endian reader.

f83bec96 – Ralph Giles <giles@thaumas.net> authored and Ralph Giles <giles@mozilla.com> committed on 2012/11/04 17:03
Add a native-endian int32 reader. Fixes an ARM warning.

db7bbf53 – Gregory Maxwell <greg@xiph.org> authored on 2012/11/03 09:28
Lower default bitrates for sampling rates <44.1k. Fix status output.

6f88f592 – Ralph Giles <giles@mozilla.com> authored on 2012/10/30 11:49
Fix opusrtp option handling.

299575ef – Gregory Maxwell <greg@xiph.org> authored on 2012/10/21 15:42
Also reject streams where a second packet begins but is not completed on the header pages.

c33d5bbf – Gregory Maxwell <greg@xiph.org> authored on 2012/10/21 14:51
Reject inputs where there is more than one packet on the initial two pages.

c4f768c0 – Ralph Giles <giles@mozilla.com> authored on 2012/10/18 11:49
Update the hard-coded opus payload type.

cb558c51 – Ralph Giles <giles@mozilla.com> authored on 2012/10/16 09:58
Warning fix: rename 'state' variable to 'headers'.

78b4e76a – Ralph Giles <giles@mozilla.com> authored on 2012/10/04 05:31
Print the packet duration as well as size when sending.

091271a5 – Ralph Giles <giles@mozilla.com> authored on 2012/10/03 20:10
Accept filenames to send over rtp on the command line.

f7455e66 – Ralph Giles <giles@mozilla.com> authored on 2012/10/03 17:54
Calculate timestamps from packet durations.

380b5aeb – Ralph Giles <giles@mozilla.com> authored on 2012/10/03 11:36
Don't truncate the rtp packets.

Next