platform/upstream/gstreamer.git
12 years agoRELEASE 0.11.1
Wim Taymans [Fri, 17 Feb 2012 10:05:37 +0000 (11:05 +0100)]
RELEASE 0.11.1

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Fri, 17 Feb 2012 08:01:56 +0000 (09:01 +0100)]
Merge branch 'master' into 0.11

12 years agowrappercamerabinsrc: Put source to null when resetting caps
Thiago Santos [Thu, 16 Feb 2012 19:30:02 +0000 (16:30 -0300)]
wrappercamerabinsrc: Put source to null when resetting caps

It seems that v4l2src isn't happy when switching formats on ready
state, it works when putting it to NULL. Keep this workaround in
wrappercamerabinsrc while v4l2src isn't fixed.

Fixes #849832

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Thu, 16 Feb 2012 13:33:20 +0000 (14:33 +0100)]
Merge branch 'master' into 0.11

Conflicts:
gst/mpegtsdemux/mpegtsbase.c
gst/mpegtsdemux/mpegtspacketizer.c
gst/mpegtsdemux/tsdemux.c
gst/mve/gstmvedemux.c

12 years agowrappercamerabinsrc: Put source in NULL when it fails changing state
Thiago Santos [Thu, 16 Feb 2012 04:12:58 +0000 (01:12 -0300)]
wrappercamerabinsrc: Put source in NULL when it fails changing state

When source is being reset to change caps, check the return of
the state syncing function to avoid leaving the source in an
unconsistent state.

12 years agomve: don't return a boolean for a GstFlowReturn
Tim-Philipp Müller [Thu, 16 Feb 2012 00:30:05 +0000 (00:30 +0000)]
mve: don't return a boolean for a GstFlowReturn

fixes playback.

12 years agotsdemux: Avoid throwing FLOW_ERROR on last PCR processing error
Thibault Saunier [Wed, 15 Feb 2012 13:32:17 +0000 (10:32 -0300)]
tsdemux: Avoid throwing FLOW_ERROR on last PCR processing error

In the case of scanning last pcr, errors are not critical, so we keep
the stream flowing.

12 years agotsdemux: Add AAC latm support
Thibault Saunier [Tue, 14 Feb 2012 14:44:48 +0000 (11:44 -0300)]
tsdemux: Add AAC latm support

12 years agotsdemux: Minor refactoring/code cleaning
Thibault Saunier [Wed, 15 Feb 2012 14:06:57 +0000 (11:06 -0300)]
tsdemux: Minor refactoring/code cleaning

... add some debugging symbols in the mean time.

12 years agoh264parse: remove _chain hack
Mark Nauwelaerts [Wed, 15 Feb 2012 15:38:32 +0000 (16:38 +0100)]
h264parse: remove _chain hack

As we can now rely upon being passed upstream delineated data in
::handle_frame(), the latter can also parse avc formatted data
without having to intercept baseparse's chain function.

While this evidently requires 2 separate parsing paths, each can
be streamlined accordingly.

12 years agovideoparsers: adjust to standardized baseparse frame state tracking
Mark Nauwelaerts [Wed, 15 Feb 2012 10:59:37 +0000 (11:59 +0100)]
videoparsers: adjust to standardized baseparse frame state tracking

12 years agoMerge branch 'master' into 0.11
Mark Nauwelaerts [Wed, 15 Feb 2012 16:14:34 +0000 (17:14 +0100)]
Merge branch 'master' into 0.11

12 years agocodecparsers: h264: fix SEI parsing
Jonas Larsson [Wed, 15 Feb 2012 14:07:35 +0000 (15:07 +0100)]
codecparsers: h264: fix SEI parsing

... in the presence of emulation_prevention_three_byte.

Fixes #668381.

12 years agoh264parse: use proper NALU offset for config data insertion
Mark Nauwelaerts [Wed, 15 Feb 2012 13:29:23 +0000 (14:29 +0100)]
h264parse: use proper NALU offset for config data insertion

... which has to be the position of the start code, which is almost always
but need not be 4 bytes.

12 years agoh263parse: fix compilation
Wim Taymans [Wed, 15 Feb 2012 12:39:29 +0000 (13:39 +0100)]
h263parse: fix compilation

12 years agovideoparsers: don't leak event
Wim Taymans [Wed, 15 Feb 2012 12:02:06 +0000 (13:02 +0100)]
videoparsers: don't leak event

Unref the event when we don't chain up to the parent

12 years agovideoparsers: chain up to parent event handler
Wim Taymans [Wed, 15 Feb 2012 11:56:55 +0000 (12:56 +0100)]
videoparsers: chain up to parent event handler

Chain up to the parent event handler to get the default behaviour instead of
returning FALSE.

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Tue, 14 Feb 2012 10:19:04 +0000 (11:19 +0100)]
Merge branch 'master' into 0.11

12 years agodirectdrawsink: Fix warnings on 64 bit mingw-w64
Raimo Järvi [Sat, 27 Aug 2011 17:58:48 +0000 (20:58 +0300)]
directdrawsink: Fix warnings on 64 bit mingw-w64

gstdirectdrawsink.c:1561:24: error: assignment from incompatible pointer type
gstdirectdrawsink.c:2028:3: error: format '%d' expects type 'int', but argument 8 has type 'size_t'

https://bugzilla.gnome.org/show_bug.cgi?id=657522

12 years agovideoparsers: adjust to modified baseparse API
Mark Nauwelaerts [Mon, 13 Feb 2012 17:44:01 +0000 (18:44 +0100)]
videoparsers: adjust to modified baseparse API

12 years agopcapparse: adjust to modified baseparse API
Mark Nauwelaerts [Mon, 13 Feb 2012 10:16:20 +0000 (11:16 +0100)]
pcapparse: adjust to modified baseparse API

12 years agoh264parse: fixup merge
Mark Nauwelaerts [Mon, 13 Feb 2012 11:26:11 +0000 (12:26 +0100)]
h264parse: fixup merge

12 years agotests: h264parse: _unmap buffer upon exit
Mark Nauwelaerts [Mon, 13 Feb 2012 13:22:42 +0000 (14:22 +0100)]
tests: h264parse: _unmap buffer upon exit

12 years agompegtsmux: Trivial bug fix. Don't copy data from an uninited buffer.
Jan Schmidt [Mon, 13 Feb 2012 12:04:12 +0000 (23:04 +1100)]
mpegtsmux: Trivial bug fix. Don't copy data from an uninited buffer.

12 years agomultifdsink: refactored in -base
Thomas Vander Stichele [Sun, 12 Feb 2012 21:59:52 +0000 (22:59 +0100)]
multifdsink: refactored in -base

12 years agoh264parse: report after merge
Wim Taymans [Fri, 10 Feb 2012 15:52:46 +0000 (16:52 +0100)]
h264parse: report after merge

12 years agoMerge branch 'master' into 0.11
Wim Taymans [Fri, 10 Feb 2012 15:46:50 +0000 (16:46 +0100)]
Merge branch 'master' into 0.11

Conflicts:
ext/chromaprint/gstchromaprint.c
ext/mpeg2enc/Makefile.am
ext/voaacenc/gstvoaacenc.c
gst/dvbsuboverlay/gstdvbsuboverlay.c
gst/mpegtsdemux/mpegtsbase.c
gst/sdp/gstsdpdemux.c
gst/videoparsers/gsth264parse.c
sys/d3dvideosink/d3dvideosink.c
tests/examples/camerabin/gst-camera-perf.c
tests/examples/camerabin/gst-camerabin-test.c
tests/examples/camerabin2/gst-camerabin2-test.c
tests/examples/mxf/mxfdemux-structure.c
tests/examples/scaletempo/demo-main.c

12 years agoh264parse: unobfuscate frame parsing code
Mark Nauwelaerts [Fri, 10 Feb 2012 13:46:00 +0000 (14:46 +0100)]
h264parse: unobfuscate frame parsing code

12 years agoshmsink: fix indefinite wait after adding a new fd to the poll set
Vincent Penquerc'h [Wed, 8 Feb 2012 21:21:47 +0000 (21:21 +0000)]
shmsink: fix indefinite wait after adding a new fd to the poll set

If the second call to _wait blocks, we will not signal the condition
variable, so ensure that second call is not blocking.
See rationale and information in the linked bug:

https://bugzilla.gnome.org/show_bug.cgi?id=669697

12 years agomodplug: port to 0.11
Wim Taymans [Thu, 9 Feb 2012 17:08:22 +0000 (18:08 +0100)]
modplug: port to 0.11

12 years agoh264parse: fix refcount error
Wim Taymans [Thu, 9 Feb 2012 13:42:23 +0000 (14:42 +0100)]
h264parse: fix refcount error

12 years agortmp: don't use gst_element_class_install_std_props()
Tim-Philipp Müller [Thu, 9 Feb 2012 00:09:36 +0000 (00:09 +0000)]
rtmp: don't use gst_element_class_install_std_props()

It's about to be removed.

12 years agoRemove legacyh264parse element
Tim-Philipp Müller [Wed, 8 Feb 2012 20:09:39 +0000 (20:09 +0000)]
Remove legacyh264parse element

One h264 parser ought to be enough for anybody.

https://bugzilla.gnome.org/show_bug.cgi?id=648002

12 years agoGST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING
Wim Taymans [Wed, 8 Feb 2012 15:37:13 +0000 (16:37 +0100)]
GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHING

12 years agotests: fix more unit tests
Wim Taymans [Tue, 7 Feb 2012 16:00:26 +0000 (17:00 +0100)]
tests: fix more unit tests

12 years agod3dvideosink: create a d3d device for each sink and use the default swap chain in...
Carsten Kroll [Mon, 22 Aug 2011 14:31:38 +0000 (16:31 +0200)]
d3dvideosink: create a d3d device for each sink and use the default swap chain in connection with flushing the GPU and not recreating the swap chain this avoids tearing also use GST_xx_DEBUG macros where appropriate

12 years agod3dvideosink: flush GPU before Present added alternate wait for vsync method based...
Carsten Kroll [Mon, 22 Aug 2011 12:46:48 +0000 (14:46 +0200)]
d3dvideosink: flush GPU before Present added alternate wait for vsync method based on GetRasterStatus

12 years agod3dvideosink: check for hardware capabilities, when negotiating
Carsten Kroll [Mon, 22 Aug 2011 12:30:43 +0000 (14:30 +0200)]
d3dvideosink: check for hardware capabilities, when negotiating

12 years agod3dvideosink: redraw last buffer when new window handle has been set.
Carsten Kroll [Mon, 22 Aug 2011 12:19:06 +0000 (14:19 +0200)]
d3dvideosink: redraw last buffer when new window handle has been set.

12 years agod3dvideosink: added NV12 + enabled RGB support
Carsten Kroll [Mon, 22 Aug 2011 12:13:30 +0000 (14:13 +0200)]
d3dvideosink: added NV12 + enabled RGB support

12 years agod3dvideosink: Fix device initialization check
Andoni Morales Alastruey [Sat, 27 Aug 2011 11:07:00 +0000 (13:07 +0200)]
d3dvideosink: Fix device initialization check

12 years agotests: fix more tests
Wim Taymans [Tue, 7 Feb 2012 11:14:05 +0000 (12:14 +0100)]
tests: fix more tests

12 years agotests: fix some tests
Wim Taymans [Tue, 7 Feb 2012 11:02:34 +0000 (12:02 +0100)]
tests: fix some tests

12 years agoaudiovis: port to 0.11 some more
Wim Taymans [Tue, 7 Feb 2012 11:02:05 +0000 (12:02 +0100)]
audiovis: port to 0.11 some more

12 years agocamerabin: prevent captures from being lost when switching resolutions
Thiago Santos [Thu, 2 Feb 2012 16:33:02 +0000 (13:33 -0300)]
camerabin: prevent captures from being lost when switching resolutions

When switching capture caps, camerabin1 resets its state to ready
to force a new caps to be negotiated. This causes ongoing captures
to be aborted.

This commit adds a condition to wait for captures to finish before
going to ready state.

12 years agocamerabin: Improve debug message about processing counter
Thiago Santos [Thu, 2 Feb 2012 15:22:06 +0000 (12:22 -0300)]
camerabin: Improve debug message about processing counter

Mention on the logs how many capture operations might have been
lost

12 years agorotate: angle is in radians already, do not scale it
Vincent Penquerc'h [Sat, 4 Feb 2012 22:06:57 +0000 (22:06 +0000)]
rotate: angle is in radians already, do not scale it

Other plugins use radians, and the angle documentation says radians.

https://bugzilla.gnome.org/show_bug.cgi?id=669365

12 years agorotate: fix description string to match what the element does
Vincent Penquerc'h [Sat, 4 Feb 2012 22:06:12 +0000 (22:06 +0000)]
rotate: fix description string to match what the element does

https://bugzilla.gnome.org/show_bug.cgi?id=669365

12 years agompegtsdemux: do not emit no-more-pads
Vincent Penquerc'h [Fri, 3 Feb 2012 11:08:48 +0000 (11:08 +0000)]
mpegtsdemux: do not emit no-more-pads

Doing so may fix some things, but breaks others (new streams being
added in the future).

https://bugzilla.gnome.org/show_bug.cgi?id=665814

12 years agoh264parse: decrease passthrough negotiation preference
Mark Nauwelaerts [Fri, 3 Feb 2012 10:26:53 +0000 (11:26 +0100)]
h264parse: decrease passthrough negotiation preference

Also ensure parsing fixed caps when negotiating rather than failing to
handle non-fixed list cases.

See #668471.

12 years agobuild: fix CFLAGS order and LIBS order
Tim-Philipp Müller [Fri, 3 Feb 2012 00:50:33 +0000 (00:50 +0000)]
build: fix CFLAGS order and LIBS order

_BAD_CFLAGS should always come first, then GST_PLUGINS_BASE_CFLAGS,
then GST_BASE_CFLAGS then GST_CFLAGS. Same for libs: first plugins
base libs, then GST_BASE_LIB then GST_LIBS.

12 years agodebugutils: port to 0.11
Mark Nauwelaerts [Thu, 2 Feb 2012 22:21:50 +0000 (23:21 +0100)]
debugutils: port to 0.11

12 years agompegpsmux: include specific AAC stream-format in template caps
Vincent Penquerc'h [Thu, 2 Feb 2012 11:41:15 +0000 (11:41 +0000)]
mpegpsmux: include specific AAC stream-format in template caps

This elements seems to support raw and adts AAC.

https://bugzilla.gnome.org/show_bug.cgi?id=665394

12 years agotsdemux: add explicit supported AAC stream-format in template caps
Vincent Penquerc'h [Thu, 2 Feb 2012 11:37:55 +0000 (11:37 +0000)]
tsdemux: add explicit supported AAC stream-format in template caps

https://bugzilla.gnome.org/show_bug.cgi?id=665394

12 years agofaad: include specific support AAC stream formats in template caps
Vincent Penquerc'h [Thu, 2 Feb 2012 11:31:32 +0000 (11:31 +0000)]
faad: include specific support AAC stream formats in template caps

https://bugzilla.gnome.org/show_bug.cgi?id=665394

12 years agompegtsmux: specify in template caps we only take raw/adts AAC format
Vincent Penquerc'h [Thu, 2 Feb 2012 11:27:33 +0000 (11:27 +0000)]
mpegtsmux: specify in template caps we only take raw/adts AAC format

This appears to be what this element supports.

https://bugzilla.gnome.org/show_bug.cgi?id=665394

12 years agompegdemux: include specific AAC stream-format types in template caps
Vincent Penquerc'h [Thu, 2 Feb 2012 11:20:38 +0000 (11:20 +0000)]
mpegdemux: include specific AAC stream-format types in template caps

https://bugzilla.gnome.org/show_bug.cgi?id=665394

12 years agokate: better error/debug reporting
Vincent Penquerc'h [Thu, 2 Feb 2012 10:59:53 +0000 (10:59 +0000)]
kate: better error/debug reporting

Include text messages instead of error codes.

12 years agochromaprint: fix parent structure in boilerplate macro
Tim-Philipp Müller [Wed, 1 Feb 2012 19:38:59 +0000 (19:38 +0000)]
chromaprint: fix parent structure in boilerplate macro

12 years agobuild: ignore GValueArray deprecation warnings for the time being
Tim-Philipp Müller [Wed, 1 Feb 2012 17:53:50 +0000 (17:53 +0000)]
build: ignore GValueArray deprecation warnings for the time being

until this gets sorted out with the GLib folks and we have a
viable alternative.

https://bugzilla.gnome.org/show_bug.cgi?id=667228

12 years agochromaprint: port to 0.11
Tim-Philipp Müller [Wed, 1 Feb 2012 17:46:50 +0000 (17:46 +0000)]
chromaprint: port to 0.11

12 years agoadpcmdec: fix up for GstAudioDecoder API change
Tim-Philipp Müller [Wed, 1 Feb 2012 17:06:11 +0000 (17:06 +0000)]
adpcmdec: fix up for GstAudioDecoder API change

12 years agoamrwbenc: Use new audio encoder/decoder base class API for srcpad caps
Sebastian Dröge [Wed, 1 Feb 2012 15:27:22 +0000 (16:27 +0100)]
amrwbenc: Use new audio encoder/decoder base class API for srcpad caps

12 years agovoaacenc: Use new audio encoder/decoder base class API for srcpad caps
Sebastian Dröge [Wed, 1 Feb 2012 15:26:59 +0000 (16:26 +0100)]
voaacenc: Use new audio encoder/decoder base class API for srcpad caps

12 years agofaac: Use new audio encoder/decoder base class API for srcpad caps
Sebastian Dröge [Wed, 1 Feb 2012 15:26:24 +0000 (16:26 +0100)]
faac: Use new audio encoder/decoder base class API for srcpad caps

12 years agofaad: Use new audio encoder/decoder base class API for srcpad caps
Sebastian Dröge [Wed, 1 Feb 2012 15:26:01 +0000 (16:26 +0100)]
faad: Use new audio encoder/decoder base class API for srcpad caps

12 years agodts: Use new audio encoder/decoder base class API for srcpad caps
Sebastian Dröge [Wed, 1 Feb 2012 15:25:19 +0000 (16:25 +0100)]
dts: Use new audio encoder/decoder base class API for srcpad caps

12 years agogsm: Use new audio encoder/decoder base class API for srcpad caps
Sebastian Dröge [Wed, 1 Feb 2012 15:23:31 +0000 (16:23 +0100)]
gsm: Use new audio encoder/decoder base class API for srcpad caps

12 years agoh264parse: disable optimized packetized processing for reverse playback
Mark Nauwelaerts [Wed, 1 Feb 2012 11:47:56 +0000 (12:47 +0100)]
h264parse: disable optimized packetized processing for reverse playback

... as baseparse then provides whole chunks of data (as it should) at once
to be parsed, and so the assumptions used to optimize are no longer valid.

Fixes #667560.

12 years agoh264parse: also mind SEI position for config data insertion
Mark Nauwelaerts [Wed, 1 Feb 2012 11:23:23 +0000 (12:23 +0100)]
h264parse: also mind SEI position for config data insertion

Fixes #668627.

12 years agoh264parse: unbreak optimized packetized NALU collection processing
Mark Nauwelaerts [Wed, 1 Feb 2012 11:03:04 +0000 (12:03 +0100)]
h264parse: unbreak optimized packetized NALU collection processing

... in that it was so optimized it did not consider grouping NALU into AU
altogether.

Fixes #668627.

12 years agotiger: use the new premultiplied support in gstvideo
Vincent Penquerc'h [Wed, 14 Dec 2011 19:27:53 +0000 (19:27 +0000)]
tiger: use the new premultiplied support in gstvideo

12 years agoresindvd: fix wedge in preroll when playbin2 deinterlacing is enabled
Vincent Penquerc'h [Mon, 30 Jan 2012 18:46:07 +0000 (18:46 +0000)]
resindvd: fix wedge in preroll when playbin2 deinterlacing is enabled

When deinterlacing is enabled, an extra colorspace element is added.
Colorspace is a basetransform, and is then the only basetransform
element on the video path. A while ago, basetransform started delaying
events till caps were set on its source pad. These things conspired
to end up sending the DVD highlight events onto a blocked pad on
subtitleoverlay.

Ensuring these highlight events are only sent once we're in playing
mode fixes the issue.

https://bugzilla.gnome.org/show_bug.cgi?id=668762

12 years agoschro: Fix compilation with 1.0.10
Robert Swain [Wed, 1 Feb 2012 01:13:48 +0000 (02:13 +0100)]
schro: Fix compilation with 1.0.10

12 years agovideoparsers: set interlaced field in caps for mpeg2
Rob Clark [Tue, 27 Dec 2011 03:57:48 +0000 (21:57 -0600)]
videoparsers: set interlaced field in caps for mpeg2

https://bugzilla.gnome.org/show_bug.cgi?id=667218

12 years agocontroller: adapt to control-source type changes
Stefan Sauer [Tue, 31 Jan 2012 11:29:13 +0000 (12:29 +0100)]
controller: adapt to control-source type changes

12 years agompegtsmux: update after collectpads2 changes
Alessandro Decina [Tue, 31 Jan 2012 07:44:04 +0000 (08:44 +0100)]
mpegtsmux: update after collectpads2 changes

12 years agocontroller: rename control-bindings
Stefan Sauer [Mon, 30 Jan 2012 21:41:05 +0000 (22:41 +0100)]
controller: rename control-bindings

gst_control_binding_xxx -> gst_xxx_control_binding for consistency.

12 years agoupdate for HEADER flag
Wim Taymans [Mon, 30 Jan 2012 16:17:16 +0000 (17:17 +0100)]
update for HEADER flag

12 years agocodecparsers: h264: fix parsing of VUI parameters.
Gwenole Beauchesne [Wed, 25 Jan 2012 12:57:57 +0000 (13:57 +0100)]
codecparsers: h264: fix parsing of VUI parameters.

max_dec_frame_buffering was mis-parsed because log2_max_mv_length_vertical
was parsed twice.

https://bugzilla.gnome.org/show_bug.cgi?id=668660

12 years agortpmux: Unref non-forwarded events
Olivier Crête [Sun, 29 Jan 2012 18:01:05 +0000 (18:01 +0000)]
rtpmux: Unref non-forwarded events

Also, don't unref forwarded ones

12 years agovoamrwbenc: init debug category
Mark Nauwelaerts [Sat, 28 Jan 2012 19:01:35 +0000 (20:01 +0100)]
voamrwbenc: init debug category

12 years agovoaacenc: init debug category
Mark Nauwelaerts [Sat, 28 Jan 2012 19:01:19 +0000 (20:01 +0100)]
voaacenc: init debug category

12 years agortpmux: resync iterator on resync
Olivier Crête [Sat, 28 Jan 2012 16:57:03 +0000 (16:57 +0000)]
rtpmux: resync iterator on resync

12 years agokateenc: remove 'flush every packet' hack
Vincent Penquerc'h [Sat, 28 Jan 2012 12:32:46 +0000 (12:32 +0000)]
kateenc: remove 'flush every packet' hack

This is a bad hack which does not work with Matroska, and is now
obsolete as similar code is not included in oggmux/oggstream.

12 years agortpmux: Re-push sticky events on input pad change
Olivier Crête [Fri, 27 Jan 2012 11:08:52 +0000 (12:08 +0100)]
rtpmux: Re-push sticky events on input pad change

12 years agodtmf: Use new-style caps
Olivier Crête [Fri, 27 Jan 2012 11:07:43 +0000 (12:07 +0100)]
dtmf: Use new-style caps

12 years agoconfigure.ac: Add mpegdemux to the list of ported plugins
Sebastian Dröge [Fri, 27 Jan 2012 16:00:19 +0000 (17:00 +0100)]
configure.ac: Add mpegdemux to the list of ported plugins

12 years agompegdemux: Don't leak the SCHEDULING query
Sebastian Dröge [Fri, 27 Jan 2012 15:56:53 +0000 (16:56 +0100)]
mpegdemux: Don't leak the SCHEDULING query

12 years agoPort mpegdemux to 0.11
Matej Knopp [Thu, 26 Jan 2012 12:13:06 +0000 (07:13 -0500)]
Port mpegdemux to 0.11

12 years agoplenty: fixup glib deprecations
Vincent Penquerc'h [Fri, 27 Jan 2012 14:49:58 +0000 (14:49 +0000)]
plenty: fixup glib deprecations

12 years agocamerabin: Add viewfinder colorspace conversion to default flags
Thiago Santos [Fri, 27 Jan 2012 10:36:19 +0000 (07:36 -0300)]
camerabin: Add viewfinder colorspace conversion to default flags

This make the default settings more likely to work. If needed, one
can optimize by disabling conversions with the flags.

12 years agocamerabin2: Removing solved TODO and fixing a typo
Thiago Santos [Mon, 23 Jan 2012 11:04:20 +0000 (08:04 -0300)]
camerabin2: Removing solved TODO and fixing a typo

12 years agoadpcmdec: port to 0.11
Mark Nauwelaerts [Thu, 26 Jan 2012 22:28:28 +0000 (23:28 +0100)]
adpcmdec: port to 0.11

12 years agoadpcmenc: port to 0.11
Mark Nauwelaerts [Thu, 26 Jan 2012 22:28:20 +0000 (23:28 +0100)]
adpcmenc: port to 0.11

12 years agogsm: port to 0.11
Mark Nauwelaerts [Thu, 26 Jan 2012 22:28:07 +0000 (23:28 +0100)]
gsm: port to 0.11

12 years agoconfigure.ac: Add the DVB plugin to the non-ported plugins
Sebastian Dröge [Thu, 26 Jan 2012 14:03:27 +0000 (15:03 +0100)]
configure.ac: Add the DVB plugin to the non-ported plugins

It needs the MPEG TS parser and currently crashes during instantiation
because it can't create the MPEG TS parser.

12 years agompeg2enc: port to 0.11
Mark Nauwelaerts [Wed, 25 Jan 2012 17:25:01 +0000 (18:25 +0100)]
mpeg2enc: port to 0.11

12 years agoport some more to new memory API
Mark Nauwelaerts [Wed, 25 Jan 2012 17:49:58 +0000 (18:49 +0100)]
port some more to new memory API

Fixes #668677.

12 years agoautoconvert: port to 0.11
Olivier Crête [Wed, 25 Jan 2012 15:37:22 +0000 (16:37 +0100)]
autoconvert: port to 0.11