RSS feed
d1a0b0d1
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/09/27 04:34
Opusdec don't add wav header on non-.wav output. Offer --force-wav.
11fe5419
– Sherief N. Farouk <sherief.farouk@twisted-works.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2009/11/03 12:30
Fixed potential over-allocation / (fatal) under-allocation on platforms where sizeof(int) != 4.
839da0ed
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/09/19 12:43
Add some notes on the meaning of the complexity knob.
7734f55b
– Andreas Schlick <schlick@lavabit.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/09/13 15:44
Fix compilation on non-Windows x86-32 w/ -msse.
242694a4
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/14 08:35
Add a comment describing what read_padder is doing.
6fb7cead
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/11 19:20
That didn't work either. Just remove the libtool section.
5349c10a
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/11 19:00
Actually disable libtool.
c0f0c784
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/05 10:23
Fix a typo in the previous commit.
143eb906
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/05 10:15
Update manual version strings after the 0.1.5 release.
f4f3148a
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/04 10:41
Reject playback of multichannel files through sys/soundcard.h.
1f0c93b2
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/04 06:36
Add basic content to the empty README.
8eb11fd6
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/09/04 09:31
Bump version.
32dc4c45
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/04 06:15
Add opusrtp.1 to the distribution.
b21257fd
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/04 06:06
Remove opusrtp as part of the 'clean' target.
cf45f874
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/04 06:04
Define a PROGS variable in Makefile.unix.
2b9f2b82
– Ralph Giles <giles@mozilla.com>
authored
on 2012/09/04 06:04
Add an optional target for opusrtp to Makefile.unix.
1d3b2730
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 20:03
Define fallback PACKAGE and VERSION.
8d9f9e8c
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 19:56
Add basic option parsing to opusrtp and a manpage.
bcafdc2b
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 19:55
Add a BSD license header to opusrtp.c.
a4de0252
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 19:54
Cast away a const warning.
f440ba78
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 19:00
List -h before -V in the option summaries.
55eac3d6
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 18:55
Use -V for --version in all utilities.
46ef81ba
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 19:03
Remove --speech and --music from the oggenc manpage.
53d3b4c2
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 07:11
Don't install opusrtp for now.
edfd263e
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 06:40
Don't call libtoolize from autogen.sh.
8a0cb07c
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 06:22
Move opus.m4 to an m4 subdir and add ogg.m4 and pkg.m4.
7a846c73
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/31 06:05
Add opus.m4 from the opus repo so XIPH_PATH_OPUS is available.
ce720c55
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/08/30 13:28
Use opus.m4 for autotools opus config to enable --with-opus=.
77577926
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/27 12:48
Merge branch 'rtp' from users/giles/opus-tools.git.
ffc271b3
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/27 12:48
Fix a config.h typo.
c83c06b4
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/27 12:40
ifdef-protect the pcap code.
79b256df
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/27 11:44
Move some of the header parsing logic into functions.
bbcc1334
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/24 12:17
Check the return value of fwrite.
d8a4fc5b
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/23 11:54
Don't set eos on data packets.
e1c687a1
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/22 13:21
Print each header on one line.
8a75eb97
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/22 13:21
Fix prototype warnings.
14f38dbc
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/22 11:55
Add build support for opusrtp.c.
ceb46c22
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/08/19 12:13
Remove --speech and --music arguments from opusenc.
6d4364f1
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/16 13:34
Report only the RTP header fields.
801cf888
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/16 13:31
Abstract some of the header parsing on the captured packets.
e24c0223
– Ralph Giles <giles@mozilla.com>
authored
on 2012/08/10 13:16
Hacky tool to sniff rtp traffic and write it to a file.
c9d0ef50
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/08/09 06:53
Avoid shadowing global symbol 'signal' on OSX.
01cb2fe2
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/08/09 03:36
Add MSVC makefiles to the dist tarball.
c6fd4077
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/08/05 08:50
Add more comments to opusdec.
bd9c807c
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/08/04 08:20
Bump version
4ecb845a
– Christian Weisgerber <naddy@mips.inka.de>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/08/04 13:18
opus-tools typo
cc7a4d37
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/08/01 11:35
Advance version to 0.1.4.
7dcae7d6
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/08/01 09:21
More correct handling of the resampler buffer and flushing delay.
5adadc56
– Jean-Marc Valin <jmvalin@jmvalin.ca>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/08/01 09:19
Properly save in_len for multiple channels in the resampler.
bcdf4d95
– Chris Moeller <kode54@gmail.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/23 16:09
More MSVC project fixes
0f9797c1
– Chris Moeller <kode54@gmail.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/25 16:27
Minor cosmetic fix
2ce80f0c
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/25 13:32
Change the runtime CPU type detection into a cpu mismatch warning.
679382ed
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/25 08:28
Add a notice when complexity<10 is requested with resampling.
adbe1b19
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/25 06:56
Avoid forcing SSE on x86, provide a configure option for now.
f426ab52
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/24 19:56
Switch 48->44.1k to the direct resampler. 2x speedup for opusdec.
00caf732
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/24 11:29
Avoid \n at the end of the encoder tag, as reported by lvqcl on HA.
d1354feb
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/23 07:48
Autoconf -msse for mingw/32bit builds, kill some warnings.
53fa2095
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/23 06:05
Default rate on playback to 48000, case insensitive .wav compare.
6551e0a5
– Chris Moeller <kode54@gmail.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/22 10:55
Another MSVC project cleanup
ee74e156
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/22 13:19
Cleanups, finish merging win32 unicode display.
c7c73fe5
– lordmulder <mulder2@gmx.de>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/22 12:23
More Win32 unicode support and display fixes.
2081ac9d
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/21 23:48
Cleanups; make win32 unicode support only get used on win32.
58347273
– lordmulder <mulder2@gmx.de>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/21 20:09
Add Win32 Unicode support and real-time progress updates (flush).
4cc06a7f
– Chris Moeller <kode54@gmail.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/21 15:26
Added SSE optimized resampling functions which result in a 15 to 30 percent increase in encoding speed
665f3e69
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/21 07:50
Add some more explanatory comments to opusdec.c.
768a9c77
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/20 20:09
Some inconsequential string changes.
3ed20c6c
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/20 11:40
Add a manual gain knob to opusdec.
5dcdb755
– Gian-Carlo Pascutto <gcp@sjeng.org>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/20 05:44
Update .gitignore. Fix 64-bit library paths.
7e848ef7
– Chris Moeller <kode54@gmail.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/19 18:09
Fixes MSVC projects and adds git version generator tool
23b858f2
– Chris Moeller <kode54@gmail.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/19 16:29
Fixes WaveOut playback for 64 bit builds
5865436b
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/17 12:19
When simulating packet loss in opusdec, use the real durations.
67921ee5
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/17 10:10
ca2f5b1c fixed the file vs wav output flag in one case but not the other.
9d31f67b
– Gian-Carlo Pascutto <gcp@sjeng.org>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/16 17:35
Change MSVC project structure to match Opus. Fix SMP build.
5524cc87
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/14 07:05
Preface error messages with error, make set_lsb failures non-fatal.
07d15f66
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/13 11:08
Clamp LSB depth to avoid failures on weird files.
08a66f71
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/13 11:02
Add support for OPUS_SET_LSB_DEPTH.
bc72ca70
– Gian-Carlo Pascutto <gcp@sjeng.org>
authored
on 2012/07/13 07:18
Add MSVC project files for opusdec and opusinfo.
dbed43a1
– Gian-Carlo Pascutto <gcp@sjeng.org>
authored
on 2012/07/13 06:43
Add missing MSVC project files for opusenc.
064bb217
– Christian Weisgerber <naddy@mips.inka.de>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/12 12:12
This uses the native sndio interface instead of the OSS compatibility
0e166510
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/12 11:17
Removing whitespace, fix inclusion of time.h.
45a5ffad
– Gian-Carlo Pascutto <gcp@sjeng.org>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/12 16:29
Add MSVC project file, fixup Win32 portability.
1aa2338f
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/12 08:51
Use _alloca if we don't have alloca for WIN32.
5ef6b751
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/12 08:43
Remove requirements for lrintf/fminf/fmaxf, avoid alloca.h usage on win32.
90c1db18
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/12 08:26
Clean up some but not all C99isms.
4430ea0b
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/10 20:08
Add support for the OPUS_SET_GAIN CTL if available.
1229864e
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/10 10:57
Autoconf arguments to manually disable stackprotector/pie.
c8dd78db
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/10 07:19
Advance version to 0.1.3.
ea6d0af9
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/10 07:09
Remove non-working --stereo and --mono arguments to opusdec.
14f650f6
– Timothy B. Terriberry <tterribe@xiph.org>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/07 18:48
Initial version of proper multichannel WAV output.
e112f60e
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/06 22:31
Make stack-protector check use AC_LINK_IFELSE.
1f309732
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/07/04 20:08
Add lpc.c to static makefile.
8b1dd100
– Chris Moeller <kode54@gmail.com>
authored
and Gregory Maxwell <greg@xiph.org>
committed
on 2012/07/04 15:06
Implemented LPC in audio input padder.
25c9d378
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/06/15 21:13
Warning cleanups; On osx opusinfo was complaining that "sync" shadows a global.
4f3aa6d8
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/06/14 08:19
s/based on/using/ in opusdec version msg for consistency.
67ccdb37
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/06/13 10:41
Add a note on multichannel output that the channel ordering is wrong.
1484f399
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/06/13 09:48
Avoid another inconsequential memory leak in opusenc.
0a6c4700
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/06/13 09:40
Avoid an inconsequential memory leak in opusenc reported by scan-build.
b70c4a18
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/06/12 13:07
Bump to v0.1.2.
5ec55d12
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/06/12 13:01
Use dist_man_MANS for the manpages instead of EXTRA_DIST.
9ae4b5d0
– Gregory Maxwell <greg@xiph.org>
authored
on 2012/06/12 12:46
Advance version to 0.1.1, fix packaging of manfiles.
Next