shithub: opus-tools

RSS feed

25cbb5c2 – Mark Harris <mark.hsj@gmail.com> authored on 2018/07/04 05:34
opusrtp: Allow port with --sniff/--extract

498d24c2 – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/28 19:41
opusrtp: IPv6 support

af77f8d8 – Mark Harris <mark.hsj@gmail.com> authored on 2018/05/03 19:51
opusdec: Use literal format strings

32d4b475 – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/29 19:16
gitlab-ci: Add libpcap-dev for opusrtp

2019efb0 – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/29 19:08
opusdec: Fix some compiler warnings

7c700fc0 – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/29 18:38
opusrtp: Fix error if pcap is unavailable

6d045e72 – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/28 09:32
opusrtp: Guess payload type if none specified

4aceec44 – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/28 08:28
opusrtp: Avoid global variables for options

4b0f423d – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/21 17:06
opusrtp: Consolidate sniff and extract code

f178e9ed – Mark Harris <mark.hsj@gmail.com> authored on 2018/03/03 11:05
opusrtp: Use opus_packet_get_nb_samples()

69533e50 – Mark Harris <mark.hsj@gmail.com> authored on 2018/03/02 22:01
opusrtp: Fix transmit timing

8ecc4177 – Mark Harris <mark.hsj@gmail.com> authored on 2018/03/01 18:28
opusrtp: Fix indentation

1e4fa4bc – Martin Meszaros <meszaros@hft-leipzig.de> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/11/17 10:11
opusrtp: Allow an output filename for extraction

69f47e2d – Martin Meszaros <meszaros@hft-leipzig.de> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/11/08 07:02
opusrtp: Make --extract argument mandatory

376d4d95 – Martin Meszaros <meszaros@hft-leipzig.de> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/10/27 14:31
opusrtp: Add new command line options

f6655e0e – Martin Meszaros <meszaros@hft-leipzig.de> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/10/27 17:52
opusrtp: Add support for RTP extension headers

0a543c4c – Martin Meszaros <meszaros@hft-leipzig.de> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/10/27 14:17
opusrtp: Allow usage of winpcap on Windows

d8d9aecb – Martin Meszaros <meszaros@hft-leipzig.de> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/11/10 17:01
gitignore: Ignore *.exe files

444d54ef – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/21 10:52
opusenc: --set-ctl-int parameter validation

1dc0c801 – Mark Harris <mark.hsj@gmail.com> authored on 2018/04/15 17:48
opusenc: Add --music, --speech, --no-phase-inv

c6f10472 – Mark Harris <mark.hsj@gmail.com> authored on 2018/03/17 07:37
configure: Check for opusfile before opusurl

33d69160 – Mark Harris <mark.hsj@gmail.com> authored on 2018/03/17 07:29
configure: Require Opus 1.1 to match libopusenc

a52096d5 – Mark Harris <mark.hsj@gmail.com> authored on 2018/03/10 08:01
opusenc: Avoid leak on multiple save-range options

57230e2f – Mark Harris <mark.hsj@gmail.com> authored on 2018/03/02 21:55
opusenc: Use OPE_GET_NB_STREAMS/COUPLED_STREAMS

92485922 – Mark Harris <mark.hsj@gmail.com> authored on 2018/03/03 13:59
configure: Don't enable stack-protector on Windows

17c0cc9c – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/23 16:53
Switch to -fstack-protector-strong from -all

c5bc60d5 – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/21 21:05
Add GitLab CI

85aa5dbb – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/23 15:57
Attempt to make whitespace a bit more consistent

a209fa26 – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/22 22:15
opusenc: Fix some MSVC compiler warnings

a067c89c – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/21 19:38
Use consistent formatting of units

928caaf6 – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/21 19:04
opusenc: Fix formatting of time stats

da270b39 – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/21 17:28
Update copyright year

c03429ab – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/21 17:05
opusenc: Improve error reporting

1d5431d2 – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/07 16:16
opusdec: Update resampler from speexdsp

62534c9b – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/07 16:12
Remove unused Speex header file os_support.h

a46bb5c9 – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/07 16:10
Eliminate dependency on Speex os_support.h

294847ad – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/05 19:02
opusenc: Add FLAC pictures using libopusenc

2039a876 – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/04 11:03
opusenc: Set header gain when requested

69628fb5 – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/03 15:04
Don't use reserved identifiers as macro names

d0a27d5e – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/03 13:05
opusenc: Fix stats and percent progress

ebb4718a – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/01 17:23
Use correct format specifier for 64-bit types

a0b181ca – Mark Harris <mark.hsj@gmail.com> authored on 2018/02/01 16:28
C preprocessor formatting cleanup

ba6f8da5 – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/05 15:46
VS2010: Remove old project files

9d57c332 – Ricardo Constantino <wiiaboo@gmail.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2018/01/05 11:15
VS2015: remove source files from libs that don't need them

7667c7c6 – Ricardo Constantino <wiiaboo@gmail.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2018/01/03 19:00
VS2015: add flac support

b76939a3 – Ricardo Constantino <wiiaboo@gmail.com> authored and Mark Harris <mark.hsj@gmail.com> committed on 2018/01/01 19:53
VS2015: prepare for new opusfile and libopusenc dependencies

c2f685c8 – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/04 19:11
appveyor: Fix libopusenc artifact file name

f1404141 – Ralph Giles <giles@thaumas.net> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/06/23 14:17
appveyor: Install opusfile and libopusenc artifacts.

160c8443 – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/02 20:30
VS*: Remove deleted files from VS projects

54e35c47 – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/02 20:21
Update Makefile.unix

adadcf99 – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/02 19:51
opusdec: Update help and man page

6b9b69a2 – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/02 19:33
opusdec: Use HAVE_*SOUNDCARD_H consistently

a1b9b211 – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/02 19:27
opusinfo: Fix compiler warning

76394d18 – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/01 18:12
save_range: Correctly handle multistream padding

ad46470e – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/01 18:24
Update http URLs to https where appropriate

e0998a3a – Mark Harris <mark.hsj@gmail.com> authored on 2018/01/01 17:59
configure: Fix non-pkg-config opus include path

70008dd7 – Mark Harris <mark.hsj@gmail.com> authored on 2017/12/30 12:45
opusenc: Don't save --picture in ENCODER_OPTIONS

2fdb85b5 – Mark Harris <mark.hsj@gmail.com> authored on 2017/12/28 13:37
opusinfo: Relax JPEG check to allow EXIF metadata

a638dfa3 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/05/10 18:30
opusenc: Convert to use libopusenc

e9bbfacf – Timothy B. Terriberry <tterribe@xiph.org> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/11/17 20:58
opusdec: Convert to use libopusfile

0731a61e – Ralph Giles <giles@thaumas.net> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/06/23 13:38
travis: Build libopusenc from source for the linux tests

0d6d8dd8 – Ralph Giles <giles@thaumas.net> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/06/19 10:03
travis: Add opusfile and libopusenc dependency

f0f52ea9 – Jean-Marc Valin <jmvalin@jmvalin.ca> authored and Mark Harris <mark.hsj@gmail.com> committed on 2017/12/13 07:03
Use libtool to allow uninstalled dependencies

0886c0f8 – Mark Harris <mark.hsj@gmail.com> authored on 2017/12/30 13:50
opusenc: Avoid uninitialized data on invalid FLAC

2ae64325 – Mark Harris <mark.hsj@gmail.com> authored on 2017/12/28 13:42
opusenc: Use fseeko64/ftello64 on MinGW/MinGW-W64

bd65450d – Ricardo Constantino <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/02/21 17:08
appveyor: get opus artifacts from appveyor

91e39d93 – Ricardo Constantino <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/02/21 17:10
appveyor: run a basic test on the compiled binaries

e796b7e5 – Ricardo Constantino <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/02/21 17:09
appveyor: pack manuals from jenkins

a382b1a6 – Ricardo Constantino <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/02/09 21:11
appveyor: save artifact to constant name

0719e7bd – Ricardo Constantino <wiiaboo@gmail.com> authored and Ralph Giles <giles@thaumas.net> committed on 2017/02/20 19:22
VS2015: remove unneeded and duplicated options

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.

Next