Vincent Penquerc'h
8bb91f923f
opusparse: add opusparse element
...
A very simple element that parses Opus streams from the ad hoc
framing used by the Opus test vectors.
2011-11-16 17:58:15 +00:00
Vincent Penquerc'h
310daa5096
opusdec: allow negotiation of rate/channels with downstream
...
Since an opus stream may be decoded to any (sensible) rate,
and either stereo or mono, we try to accomodate downstream.
2011-11-16 17:45:00 +00:00
Vincent Penquerc'h
ffc4408d53
opusdec: rewrite logic
...
Parameters such as frame size, etc, are variable. Pretty much
everything can change within a stream, so be prepared about it,
and do not cache parameters in the decoder.
2011-11-16 17:45:00 +00:00
Vincent Penquerc'h
f978a60f38
opus: port to base audio encoder/decoder
2011-11-16 17:45:00 +00:00
Vincent Penquerc'h
acf18e34be
opusdec: allow negotiation of rate/channels with downstream
...
Since an opus stream may be decoded to any (sensible) rate,
and either stereo or mono, we try to accomodate downstream.
2011-11-16 13:43:36 +00:00
Vincent Penquerc'h
afbc4fdd71
opusdec: rewrite logic
...
Parameters such as frame size, etc, are variable. Pretty much
everything can change within a stream, so be prepared about it,
and do not cache parameters in the decoder.
2011-11-16 13:43:36 +00:00
Vincent Penquerc'h
9690361d04
opusdec: remove buffer pool, buffers are not constant size
2011-11-16 13:43:36 +00:00
Vincent Penquerc'h
1c99cb3ab1
opusparse: add opusparse element
...
A very simple element that parses Opus streams from the ad hoc
framing used by the Opus test vectors.
2011-11-16 13:43:36 +00:00
Vincent Penquerc'h
a4a837dd39
opusenc: fix pointer mismatch in memcpy on drain
2011-11-15 17:50:39 +00:00
Vincent Penquerc'h
dc1e8fef48
opus: port to encoder/decoder base classes
2011-11-14 13:50:23 +00:00
Vincent Penquerc'h
73d0c7516f
opus: port to 0.11
2011-11-11 17:46:41 +00:00
Wim Taymans
fbbbe8a3aa
Merge branch 'master' into 0.11
2011-11-11 10:39:17 +01:00
Wim Taymans
360a34527c
Merge branch 'master' into 0.11
2011-11-10 18:34:48 +01:00
Vincent Penquerc'h
545b87e14c
opusenc: fix bandwidth property type mismatch
2011-11-10 17:14:10 +00:00
Wim Taymans
15e5c673b5
Merge branch 'master' into 0.11
2011-11-10 12:14:19 +01:00
Wim Taymans
ea30e91443
Merge branch 'master' into 0.11
2011-11-09 12:24:37 +01:00
Wim Taymans
4e8791dafd
Merge branch 'master' into 0.11
...
Conflicts:
gst/colorspace/colorspace.c
2011-11-09 12:19:04 +01:00
Vincent Penquerc'h
2488107279
opusenc: fix latency query
...
This makes live 'audiosrc ! opusenc ! opusdec ! audiosink' pipelines
actually work without all audio being dumped.
https://bugzilla.gnome.org/show_bug.cgi?id=660999
2011-11-07 11:21:27 +00:00
Vincent Penquerc'h
ca14e2e061
opusenc: use debug level for debug info, not error
...
https://bugzilla.gnome.org/show_bug.cgi?id=660999
2011-11-07 11:21:27 +00:00
Vincent Penquerc'h
10a1f8395f
opusenc: fix calculation of filler data size
...
https://bugzilla.gnome.org/show_bug.cgi?id=660469
2011-11-07 11:21:26 +00:00
Wim Taymans
5e8fd1b875
Merge branch 'master' into 0.11
2011-11-07 10:02:00 +01:00
Wim Taymans
03dc5e7119
Merge branch 'master' into 0.11
2011-11-04 11:01:42 +01:00
Wim Taymans
4e5da3c213
Merge branch 'master' into 0.11
2011-11-02 10:31:24 +01:00
Tim-Philipp Müller
9a478090a2
Merge remote-tracking branch 'origin/master' into 0.11
2011-10-31 14:51:32 +00:00
Wim Taymans
b22b0ce72d
Merge branch 'master' into 0.11
2011-10-27 16:13:56 +02:00
Wim Taymans
de91ed89cf
Merge branch 'master' into 0.11
2011-10-18 14:32:05 +02:00
Wim Taymans
e1e5cda8dc
Merge branch 'master' into 0.11
2011-10-16 15:28:31 +02:00
Wim Taymans
139cb43b14
Merge branch 'master' into 0.11
2011-10-08 11:17:11 +02:00
Wim Taymans
9edd94d793
Merge branch 'master' into 0.11
2011-10-06 14:05:42 +02:00
Wim Taymans
6bd65058c4
Merge branch 'master' into 0.11
2011-10-04 13:29:21 +02:00
Wim Taymans
0d0257cfd4
Merge branch 'master' into 0.11
2011-10-03 11:24:04 +02:00
Vincent Penquerc'h
ab1d420f88
opusdec: fix decoding
...
A simple ... opusenc ! opusdec ... pipeline now works.
https://bugzilla.gnome.org/show_bug.cgi?id=660364
2011-10-03 11:21:37 +02:00
Vincent Penquerc'h
f70c921ff9
opusenc: moan if we get an unexpected amount of data
...
https://bugzilla.gnome.org/show_bug.cgi?id=660364
2011-10-03 11:21:24 +02:00
Vincent Penquerc'h
f9d4dd5215
opus: properly setup caps and init state from caps
...
https://bugzilla.gnome.org/show_bug.cgi?id=660364
2011-10-03 11:21:15 +02:00
Vincent Penquerc'h
495de129ff
opusenc: use the same frame size setup as the opus test code
...
https://bugzilla.gnome.org/show_bug.cgi?id=660364
2011-10-03 11:21:02 +02:00
Vincent Penquerc'h
24577fcf6d
opusdec: opus supports a select set of sampling rates
...
https://bugzilla.gnome.org/show_bug.cgi?id=660364
2011-10-03 11:20:52 +02:00
Vincent Penquerc'h
00a6c9ac64
opus: make it build against current, and remove cruft
...
https://bugzilla.gnome.org/show_bug.cgi?id=660364
2011-10-03 11:20:46 +02:00
Wim Taymans
1e68f2d312
Merge branch 'master' into 0.11
2011-09-26 22:31:17 +02:00
Wim Taymans
33180df8ba
Merge branch 'master' into 0.11
2011-09-06 16:13:28 +02:00
Wim Taymans
dd6de226a8
Merge branch 'master' into 0.11
...
Conflicts:
ext/resindvd/rsnwrappedbuffer.c
2011-08-25 12:49:26 +02:00
Wim Taymans
df00cae0be
Merge branch 'master' into 0.11
2011-08-17 19:01:39 +02:00
Wim Taymans
cbb3c6e019
Merge branch 'master' into 0.11
2011-08-04 09:40:46 +02:00
Wim Taymans
f2a86068a9
Merge branch 'master' into 0.11
...
Conflicts:
common
configure.ac
gst/colorspace/colorspace.c
gst/colorspace/colorspace.h
gst/colorspace/gstcolorspace.c
2011-08-04 09:36:07 +02:00
David Schleef
1d33a3f18e
opus: duplicate from CELT
...
Copy the celt plugin and convert it to Opus. Mostly works.
2011-07-07 12:05:53 -07:00
Thomas Vander Stichele
ca6758350a
building up speed
...
Original commit message from CVS:
building up speed
2001-12-17 18:37:01 +00:00