shithub: opus-tools

RSS feed

b66baabe – Ricardo Constantino <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/02/17 10:15
VS2015: Add opus common.props

71428574 – Ricardo Constantino <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/02/21 17:25
Makefile.am: add VS2015 files

6922b34c – Ricardo Constantino <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/02/17 10:06
win32/gitignore: Ignore generated version.h

d0dc36b7 – Mark Harris <mark.hsj@gmail.com> authored on 2017/02/21 13:02
opusenc: Avoid seeking on Windows pipes

5aecfedf – Mark Harris <mark.hsj@gmail.com> authored on 2017/01/22 08:02
update_version: Drop --always from git describe

33a848f0 – Ricardo Constantino <wiiaboo@gmail.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/01/22 15:44
appveyor: remove version prefix from artifacts

3f779e7a – Stephen <stephengroat@users.noreply.github.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/01/21 03:28
Add more coverage in travis

68b89f9c – Ricardo Constantino <wiiaboo@gmail.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/01/22 08:06
win32: use same genversion script as opus

a4848367 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/01/21 16:31
opusenc: Avoid resampler fractional sample offset

64440768 – Mark Harris <mark.hsj@gmail.com> authored on 2017/01/21 15:44
Remove obsolete ChangeLog

7f9076b9 – Mark Harris <mark.hsj@gmail.com> authored on 2017/01/21 15:40
Update copyright year

fa46e9c1 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:58
opusenc: Clean up help

bc605841 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:57
opusenc: Fix typos

a0cb8eba – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:55
opusenc: Don't read excess data after samples

88c756ee – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:49
opusenc: Limit end trimming to one frame

0667f415 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:48
opusenc: Change fatal WAV/AIFF warnings to errors

7a986008 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:51
opusenc: Don't warn about mono center channel WAV

bc190e53 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:50
opusdec: Fix channel mask in mono float WAV output

1013d96c – Ralph Giles <giles@thaumas.net> authored on 2017/01/16 06:00
opusrtp::sniff() - Call pcap_close for any error condition.

350617f5 – Giacomo Vacca <giacomo.vacca@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/01/15 15:37
opusrtp::extract() - call pcap_close for any error condition

8753ff35 – Giacomo Vacca <giacomo.vacca@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/01/15 15:32
opusrtp::extract() - use only if HAVE_PCAP

2ad189c0 – Giacomo Vacca <giacomo.vacca@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/01/12 06:42
opusrtp: add extract (from file) option

358e843a – Ricardo Constantino <wiiaboo@gmail.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/01/14 13:39
opusdec: fix crash with 64-bit VS builds

3862c100 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:53
opusenc: Sanitize sample rate, fix rate from AIFF

bd7489f6 – Michael Graczyk <michael@mgraczyk.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2016/04/25 16:43
Fix potential uninitialized access for set-ctl-int

49c5f271 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:44
opusenc: Use correct types for WAV/AIFF fields

7609f0c1 – Mark Harris <mark.hsj@gmail.com> authored on 2015/12/18 10:18
opusrtp: Fix clang -Wcast-align warning

92fa555a – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:47
opusenc: Write valid Opus file when 80+ channels

2f00cc6c – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:35
opusenc: Fix display of percent progress

c116d780 – Ralph Giles <giles@thaumas.net> authored on 2016/09/21 08:35
Use the appveyor badge for the xiph github repo.

70d704ef – Chocobo1 <Chocobo1@users.noreply.github.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/31 06:29
Add badges

b55f7232 – Chocobo1 <Chocobo1@users.noreply.github.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/31 06:27
Modernize README

4a703f08 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:32
opusenc: Sanitize WAV/AIFF fourccs

3c2f4a8e – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:56
opusenc: Ignore null comments from FLAC input

b485a962 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:29
opusenc: Handle arbitrary AIFF/WAV chunk sizes

07f324fd – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:54
opusenc: Consistently use large file interfaces

746e2af0 – Mark Harris <mark.hsj@gmail.com> authored on 2015/09/30 21:25
opusenc: Validate AIFF/WAV channel count

aa0e15c6 – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/26 21:19
Add appveyor.yml

f83dd91d – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/26 18:23
VS2015: Use united opus lib.

3fa11289 – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/26 18:21
VS2015: Use simple project to run genversion.bat.

1dc81121 – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/26 18:19
VS2015: Use same format for intermediate and output dirs as opus.

8ecca2d9 – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/26 18:18
VS2015: Add x64 target to solution.

30f08a94 – Ricardo Constantino (:RiCON) <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/26 18:09
Move VS2015 only ignores to dedicated win32/.gitignore

16494994 – Ralph Giles <giles@mozilla.com> authored and Ralph Giles <giles@thaumas.net> committed on 2016/07/26 06:15
Add a travis-ci.org config file for integration testing.

21c81ad6 – Ralph Giles <giles@mozilla.com> authored on 2016/07/26 06:07
Remove obsolete windows builds files from dist.

0645e4fb – Ralph Giles <giles@mozilla.com> authored on 2016/07/26 05:32
Put back win32 version.

e2f3c2a9 – Orestes <oresteszoupanos@hotmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2016/05/11 13:31
Add Visual Studio Git Ignores

70e92d15 – Orestes <oresteszoupanos@hotmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2016/05/11 13:31
Add VS2015 files!

01439532 – Orestes Zoupanos <oresteszoupanos@hotmail.com> authored and Ralph Giles <giles@mozilla.com> committed on 2016/05/10 22:02
Tidy VS2010 project files.

8b6ca261 – Tristan Matthews <tmatth@videolan.org> authored on 2016/06/13 18:05
opusrtp: don't leak file stream on error

dbea7e60 – Christian Weisgerber <naddy@mips.inka.de> authored and Ralph Giles <giles@thaumas.net> committed on 2016/01/27 10:53
Fix PIE configure test

aa7e0182 – Ralph Giles <giles@thaumas.net> authored on 2015/09/09 12:54
Fix a comment typo.

f2a2e88b – David Fifield <david@bamsoftware.com> authored and Gregory Maxwell <greg@xiph.org> committed on 2014/12/02 05:48
Add --quiet to opusenc and opusdec man pages.

7738aa70 – Gregory Maxwell <greg@xiph.org> authored on 2014/12/01 08:12
Opusdec doesn't handle chaining that changes the channel count. Exit in that case.

f6963f28 – Gregory Maxwell <greg@xiph.org> authored on 2014/11/27 16:17
opusenc: reject sampling rates over 768KHz or under 100Hz.

cf2ed506 – Diego Elio Pettenò <flameeyes@flameeyes.eu> authored and Tristan Matthews <tristan.matthews@savoirfairelinux.com> committed on 2014/08/17 13:07
resample: make some tables constant

5a99cdbe – Tristan Matthews <le.businessman@gmail.com> authored on 2014/08/10 09:50
os_support: fix misleading comments

6e5d6ad5 – Karl Tomlinson <ktomlinson@mozilla.com> authored and Tristan Matthews <tristan.matthews@savoirfairelinux.com> committed on 2014/06/25 12:56
resample: complete speex_resampler_reset_mem

2f4f0468 – Ralph Giles <giles@mozilla.com> authored on 2014/06/13 07:58
Opus Audio Tools 0.1.9

eff10b6b – Tristan Matthews <tristan.matthews@savoirfairelinux.com> authored on 2014/06/10 06:53
arch: _USE_SSE is never defined

85ee5a08 – Ralph Giles <giles@mozilla.com> authored on 2014/06/11 13:10
Bump version.

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

Next