]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gst-plugins-ugly0-10.git/log
glsdk/gst-plugins-ugly0-10.git
10 years ago0.10.18.3 pre-release freedesktop-RELEASE-0.10.18.3-pre-release
Tim-Philipp Müller [Sun, 5 Feb 2012 13:41:08 +0000 (13:41 +0000)]
0.10.18.3 pre-release

10 years agoamrwbdec: _parse should not return OK if not enough data yet
Mark Nauwelaerts [Tue, 17 Jan 2012 10:55:59 +0000 (11:55 +0100)]
amrwbdec: _parse should not return OK if not enough data yet

10 years agoamrnbdec: _parse should not return OK if not enough data yet
Mark Nauwelaerts [Tue, 17 Jan 2012 10:55:14 +0000 (11:55 +0100)]
amrnbdec: _parse should not return OK if not enough data yet

10 years agodvdreadsrc: fix off by one in cell calculation for the last chapter
Vincent Penquerc'h [Fri, 13 Jan 2012 15:03:50 +0000 (15:03 +0000)]
dvdreadsrc: fix off by one in cell calculation for the last chapter

10 years agox264enc: remove useless and semantically (though not practically) wrong code
Vincent Penquerc'h [Fri, 13 Jan 2012 13:46:50 +0000 (13:46 +0000)]
x264enc: remove useless and semantically (though not practically) wrong code

The object will be freed, so it's pointless to set the pointers
to NULL anyway.

10 years agox264enc: remove leaking "optimization"
Vincent Penquerc'h [Fri, 13 Jan 2012 13:46:28 +0000 (13:46 +0000)]
x264enc: remove leaking "optimization"

10 years agoAutomatic update of common submodule
Tim-Philipp Müller [Wed, 4 Jan 2012 19:41:34 +0000 (19:41 +0000)]
Automatic update of common submodule

From 11f0cd5 to cb5da59

10 years agolame: fix LIBADD order in Makefile.am
Tim-Philipp Müller [Wed, 4 Jan 2012 17:05:32 +0000 (17:05 +0000)]
lame: fix LIBADD order in Makefile.am

10 years agolame: fix printf format in debug statements
Tim-Philipp Müller [Tue, 27 Dec 2011 22:54:34 +0000 (22:54 +0000)]
lame: fix printf format in debug statements

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

10 years agolame: ensure parsed output
Mark Nauwelaerts [Mon, 26 Dec 2011 17:24:32 +0000 (18:24 +0100)]
lame: ensure parsed output

... by doing some basic parsing of encoded lame data.

10 years agolame: cleanup unused instance struct fields
Mark Nauwelaerts [Mon, 26 Dec 2011 15:34:01 +0000 (16:34 +0100)]
lame: cleanup unused instance struct fields

10 years agolamemp3enc: ensure parsed output
Mark Nauwelaerts [Mon, 26 Dec 2011 17:23:52 +0000 (18:23 +0100)]
lamemp3enc: ensure parsed output

... by doing some basic parsing of encoded lame data.

Fixes #652150.

10 years agolamemp3enc: do not leak merged tags
Mark Nauwelaerts [Mon, 26 Dec 2011 17:15:41 +0000 (18:15 +0100)]
lamemp3enc: do not leak merged tags

10 years agodvdreadsrc: map subtitle language tag to stream indicated in PGC data
Mark Nauwelaerts [Sun, 25 Jan 2009 21:49:11 +0000 (22:49 +0100)]
dvdreadsrc: map subtitle language tag to stream indicated in PGC data

10 years agodvddemux: tweak subtitle stream setup based on dvd language codes event
Mark Nauwelaerts [Sun, 25 Jan 2009 21:49:11 +0000 (22:49 +0100)]
dvddemux: tweak subtitle stream setup based on dvd language codes event

... to allow for non-continuous subtitle stream numbers.
The missing stream numbers tend to come up as subtitle streams anyway
(albeit not with an identified language tag).

10 years agodvdreadsrc: minor safety tweak to sector seeking
Mark Nauwelaerts [Wed, 21 Dec 2011 12:56:35 +0000 (13:56 +0100)]
dvdreadsrc: minor safety tweak to sector seeking

10 years agoa52dec: Don't claim to support upstream renegotiation
Sebastian Dröge [Tue, 13 Dec 2011 13:54:18 +0000 (14:54 +0100)]
a52dec: Don't claim to support upstream renegotiation

and use fixed caps on the srcpad. To correctly support
upstream renegotiation a52dec would need to check if the
caps of the downstream allocated buffer are the requested
caps or if the size is different.

Fixes bug #665989.

10 years agoa52dec: Check that the a52_state is correctly initialized
Julien Isorce [Tue, 13 Dec 2011 13:52:26 +0000 (14:52 +0100)]
a52dec: Check that the a52_state is correctly initialized

10 years agoWork around deprecated thread API in glib master
Tim-Philipp Müller [Mon, 12 Dec 2011 11:33:31 +0000 (11:33 +0000)]
Work around deprecated thread API in glib master

Add private replacements for deprecated functions such as
g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly
to avoid the deprecation warnings. We can't change most of
these in 0.10 because they're part of our API and ABI.

Suppress deprecation warnings in selected files, mostly for
g_static_rec_mutex_*. StaticRecMutex is part of our API/ABI,
not much we can do here in 0.10.

10 years ago0.10.18.2 pre-release
Tim-Philipp Müller [Sat, 10 Dec 2011 15:23:26 +0000 (15:23 +0000)]
0.10.18.2 pre-release

10 years agopo: update translations
Tim-Philipp Müller [Sat, 10 Dec 2011 15:19:03 +0000 (15:19 +0000)]
po: update translations

10 years agordtdepay: make buffer metadata writable before setting caps on it
Tim-Philipp Müller [Fri, 9 Dec 2011 15:25:21 +0000 (15:25 +0000)]
rdtdepay: make buffer metadata writable before setting caps on it

Fixes issue when the header buffer is being pushed, which was taken
from the caps and is therefore not writable.

10 years agodvdreadsrc: Fix format string compiler warning
Руслан Ижбулатов [Tue, 29 Nov 2011 07:49:23 +0000 (08:49 +0100)]
dvdreadsrc: Fix format string compiler warning

Fixes bug #665101.

10 years agovarious: fix pad template ref leaks
Vincent Penquerc'h [Mon, 28 Nov 2011 13:10:01 +0000 (13:10 +0000)]
various: fix pad template ref leaks

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

10 years agoasfdemux: Don't leak pending payload buffers
Edward Hervey [Sat, 29 Oct 2011 09:57:40 +0000 (11:57 +0200)]
asfdemux: Don't leak pending payload buffers

Fixes #662964

10 years agosiddec: use BOILERPLATE macro and cleanup FIXMEs
Stefan Sauer [Thu, 27 Oct 2011 14:53:44 +0000 (16:53 +0200)]
siddec: use BOILERPLATE macro and cleanup FIXMEs

10 years agoamrwbdec: port to audiodecoder
Mark Nauwelaerts [Wed, 5 Oct 2011 10:05:34 +0000 (12:05 +0200)]
amrwbdec: port to audiodecoder

10 years agoamrnbdec: fixup build
Mark Nauwelaerts [Tue, 4 Oct 2011 15:00:57 +0000 (17:00 +0200)]
amrnbdec: fixup build

10 years agoamrnbdec: remove leftover extraneous _unref
Mark Nauwelaerts [Tue, 4 Oct 2011 15:00:41 +0000 (17:00 +0200)]
amrnbdec: remove leftover extraneous _unref

10 years agoamrnbdec: port to audiodecoder
Mark Nauwelaerts [Mon, 3 Oct 2011 15:19:02 +0000 (17:19 +0200)]
amrnbdec: port to audiodecoder

10 years agompeg2dec: post QoS messages when dropping a frame due to QoS
Vincent Penquerc'h [Mon, 5 Sep 2011 10:11:52 +0000 (11:11 +0100)]
mpeg2dec: post QoS messages when dropping a frame due to QoS

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

10 years agoamrnbenc: port to audioencoder
Mark Nauwelaerts [Tue, 27 Sep 2011 15:01:59 +0000 (17:01 +0200)]
amrnbenc: port to audioencoder

10 years agotwolame: Simple fix for GstAudioEncoder API change
Sebastian Dröge [Mon, 26 Sep 2011 14:29:12 +0000 (16:29 +0200)]
twolame: Simple fix for GstAudioEncoder API change

10 years agotwolame: Fix variable 'gstelement_class' set but not used compiler warning
Sebastian Dröge [Mon, 26 Sep 2011 14:28:08 +0000 (16:28 +0200)]
twolame: Fix variable 'gstelement_class' set but not used compiler warning

10 years agolame: Don't get the parent class again, GST_BOILERPLATE does this already
Sebastian Dröge [Mon, 26 Sep 2011 14:08:20 +0000 (16:08 +0200)]
lame: Don't get the parent class again, GST_BOILERPLATE does this already

10 years agolame: Fix variable 'gstelement_class' set but not used compiler warning
Sebastian Dröge [Mon, 26 Sep 2011 14:07:54 +0000 (16:07 +0200)]
lame: Fix variable 'gstelement_class' set but not used compiler warning

10 years agotwolame: improve output framing and timestamping
Mark Nauwelaerts [Mon, 26 Sep 2011 10:07:15 +0000 (12:07 +0200)]
twolame: improve output framing and timestamping

... which simply comes down to requesting one frame of input data at a time,
since the encoder nicely turns this into 1 encoded frame.

10 years agotwolame: port to audioencoder
Mark Nauwelaerts [Mon, 26 Sep 2011 09:56:23 +0000 (11:56 +0200)]
twolame: port to audioencoder

10 years agolame: use some more boilerplate
Mark Nauwelaerts [Fri, 23 Sep 2011 13:32:01 +0000 (15:32 +0200)]
lame: use some more boilerplate

10 years agolame: port to audioencoder
Mark Nauwelaerts [Fri, 23 Sep 2011 13:26:48 +0000 (15:26 +0200)]
lame: port to audioencoder

10 years agolamemp3enc: use some more boilerplate
Mark Nauwelaerts [Fri, 23 Sep 2011 12:33:55 +0000 (14:33 +0200)]
lamemp3enc: use some more boilerplate

10 years agolamemp3enc: really report bitrate rather kbitrate
Mark Nauwelaerts [Mon, 26 Sep 2011 12:44:23 +0000 (14:44 +0200)]
lamemp3enc: really report bitrate rather kbitrate

10 years agolamemp3enc: port to audioencoder
Mark Nauwelaerts [Mon, 26 Sep 2011 12:44:01 +0000 (14:44 +0200)]
lamemp3enc: port to audioencoder

10 years agodvdreadsrc: take into account first sector of the current title
Vincent Penquerc'h [Fri, 16 Sep 2011 14:35:06 +0000 (15:35 +0100)]
dvdreadsrc: take into account first sector of the current title

This fixes seeking on titles which do not start on a new file.

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

10 years agodvdreadsrc: fix sector seeking
Vincent Penquerc'h [Fri, 16 Sep 2011 14:03:54 +0000 (15:03 +0100)]
dvdreadsrc: fix sector seeking

It was overly complicated, and did not take into account the offset
needed for titles which do not start on a new file.

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

10 years agodvdreadsrc: fix sector search for packed titles
Vincent Penquerc'h [Fri, 16 Sep 2011 12:42:53 +0000 (13:42 +0100)]
dvdreadsrc: fix sector search for packed titles

Some DVD titles are packed in a single set, and we need to use
the correct table to map times to sectors.

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

10 years agomad: remove id3tag dependency used by in practice unreachable legacy code
Tim-Philipp Müller [Mon, 15 Aug 2011 15:23:04 +0000 (16:23 +0100)]
mad: remove id3tag dependency used by in practice unreachable legacy code

The mad mp3 decoder element shouldn't parse tags at all really, but we
have so far kept this code around for backwards-compatibility reasons
for people building manual pipelines for some reason. However, as it
turns out that code has never actually worked in 0.10 in practice,
since it only gets executed if mad_frame_decode() returns LOSTSYNC,
which doesn't actually seem to happen any more though because of the
preceding mad_header_decode(), which will discover and report the
sync loss if it runs into a tag and make mad_frame_decode() try to
resync right away.

Discovered this while trying to make it use gst_tag_list_from_id3v2_tag().

10 years agoasfpacket: skip empty payload packets
Mark Nauwelaerts [Thu, 8 Sep 2011 15:01:27 +0000 (17:01 +0200)]
asfpacket: skip empty payload packets

... which also avoids assertion failures and possible segfaults later on
when possibly trying to join 2 empty buffers.

10 years agormdemux: delay announcing container tags until we have pads
Tim-Philipp Müller [Thu, 8 Sep 2011 13:33:00 +0000 (14:33 +0100)]
rmdemux: delay announcing container tags until we have pads

Fixes tags when transcoding.

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

10 years agoamrnbenc: Use complete raw audio caps in the test
Sebastian Dröge [Wed, 7 Sep 2011 12:36:46 +0000 (14:36 +0200)]
amrnbenc: Use complete raw audio caps in the test

10 years agodocs: cleanup makefiles
Stefan Sauer [Wed, 7 Sep 2011 12:25:41 +0000 (14:25 +0200)]
docs: cleanup makefiles

Remove commented out parts that we don't need. Remove "the wingo addition" - no
so useful after all. Narrow down file-globs for plugin docs.

10 years agoAutomatic update of common submodule
Stefan Sauer [Tue, 6 Sep 2011 19:25:13 +0000 (21:25 +0200)]
Automatic update of common submodule

From a39eb83 to 11f0cd5

10 years agoAutomatic update of common submodule
Stefan Sauer [Tue, 6 Sep 2011 13:40:55 +0000 (15:40 +0200)]
Automatic update of common submodule

From 605cd9a to a39eb83

10 years agompeg2dec: fix spurious failure to decode some files
Vincent Penquerc'h [Mon, 22 Aug 2011 16:49:14 +0000 (17:49 +0100)]
mpeg2dec: fix spurious failure to decode some files

Parsing can return with an 'invalid' state, but this is not
actually fatal. For one, the mpeg2dec command line tool that
comes with the libmpeg2 library blithely ignores this condition
and merrily goes on. So we do this same, logging the error,
and going on with parsing. This makes something work that did
not use to work, and brings happiness to the world.

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

10 years agox264enc: Properly set the stream format in setcaps
Thiago Santos [Sat, 30 Jul 2011 21:47:44 +0000 (18:47 -0300)]
x264enc: Properly set the stream format in setcaps

Do not forget to set the selected format to the options string
when getting it from caps

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

10 years agox264enc: fix the build for older x264enc
Stefan Sauer [Tue, 19 Jul 2011 13:06:49 +0000 (15:06 +0200)]
x264enc: fix the build for older x264enc

b_fake_interlaced was introduced in x264 commit 1b48874d06 = X264_BUILD 96.

10 years agox264enc: Read stream-format from the right place
Olivier Crête [Tue, 19 Jul 2011 00:41:20 +0000 (20:41 -0400)]
x264enc: Read stream-format from the right place

Read the stream-format from "stream-format" and not from profile, also rename
the "bytestream" variable to "stream_format" so it's easier to understand.

10 years agox264enc: Select stream-format based on caps
Thiago Santos [Tue, 14 Jun 2011 02:24:27 +0000 (23:24 -0300)]
x264enc: Select stream-format based on caps

Makes x264 select its stream-format based on what's available
on caps, the user selected option will be chosen as a fallback
when both options are available.

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

10 years agox264: Allow renegotiation but prefer current caps
Olivier Crête [Mon, 4 Jul 2011 22:03:49 +0000 (18:03 -0400)]
x264: Allow renegotiation but prefer current caps

10 years agotests: Test x264enc profiles from the caps
Olivier Crête [Fri, 10 Jun 2011 00:20:27 +0000 (20:20 -0400)]
tests: Test x264enc profiles from the caps

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

10 years agox264: Use profile and level from caps
Olivier Crête [Mon, 7 Mar 2011 22:58:34 +0000 (17:58 -0500)]
x264: Use profile and level from caps

Enforces the profile and level from the downstream caps, also
sets them on the fixated caps

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

10 years agox264enc: fix subme property annotation - subme maximum is 10, not 6.
Brian Gitonga Marete [Sat, 25 Jun 2011 03:29:50 +0000 (06:29 +0300)]
x264enc: fix subme property annotation - subme maximum is 10, not 6.

Although the element accepts subme values > 6, the annotation which is
visible through gst-inspect (for example) erroneously indicates 6 as the
maximum. Fix this by indicating 10 (which is the x264 max) as the maximum.

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

10 years agoAutomatic update of common submodule
David Schleef [Thu, 23 Jun 2011 18:28:58 +0000 (11:28 -0700)]
Automatic update of common submodule

From 69b981f to 605cd9a

10 years agortpasfdepay: fix fragmented packet handling and packet padding
Mark Nauwelaerts [Mon, 6 Jun 2011 10:41:03 +0000 (12:41 +0200)]
rtpasfdepay: fix fragmented packet handling and packet padding

Also remove a bogus assert.

10 years agosynaesthesia: fix wrong debug log string (copy'n'paste)
Stefan Kost [Fri, 3 Jun 2011 08:35:55 +0000 (11:35 +0300)]
synaesthesia: fix wrong debug log string (copy'n'paste)

10 years agormdemux: target is unsigned and can't be < 0
Stefan Kost [Fri, 20 May 2011 10:32:31 +0000 (13:32 +0300)]
rmdemux: target is unsigned and can't be < 0

10 years agomad: use signed when caluculating the delta
Stefan Kost [Fri, 20 May 2011 10:31:14 +0000 (13:31 +0300)]
mad: use signed when caluculating the delta

Avoids a <0 check for an unsigned variable.

10 years agodocs: remove obsolete commented out part
Stefan Kost [Thu, 19 May 2011 20:55:41 +0000 (23:55 +0300)]
docs: remove obsolete commented out part

We don't have this in the other modules and its not needed.

10 years agodocs: update plugin introspection data
Stefan Kost [Thu, 19 May 2011 20:38:23 +0000 (23:38 +0300)]
docs: update plugin introspection data

Now more files are merged and produced in a canonical fashion, which hopefully
creates less or no delta in the future.

10 years agoAutomatic update of common submodule
Stefan Kost [Thu, 19 May 2011 19:58:28 +0000 (22:58 +0300)]
Automatic update of common submodule

From 9e5bbd5 to 69b981f

10 years agolamemp3enc: Post CODEC and BITRATE tags
Sebastian Dröge [Wed, 18 May 2011 12:49:17 +0000 (14:49 +0200)]
lamemp3enc: Post CODEC and BITRATE tags

Also filter any CODEC/AUDIO_CODEC tags from incoming
tag events.

Fixes bug #391543.

10 years agoAutomatic update of common submodule
Stefan Kost [Wed, 18 May 2011 13:10:55 +0000 (16:10 +0300)]
Automatic update of common submodule

From fd35073 to 9e5bbd5

10 years agoAutomatic update of common submodule
Stefan Kost [Wed, 18 May 2011 09:25:01 +0000 (12:25 +0300)]
Automatic update of common submodule

From 46dfcea to fd35073

10 years agortpasfdepay: simplify and refactor packet parsing
Mark Nauwelaerts [Wed, 27 Apr 2011 13:20:20 +0000 (15:20 +0200)]
rtpasfdepay: simplify and refactor packet parsing

Specifically, refactor buffer padding and consider marker bit for fragment
assembling.

10 years agortpasfdepay: avoid re-sending header
Mark Nauwelaerts [Wed, 27 Apr 2011 13:14:00 +0000 (15:14 +0200)]
rtpasfdepay: avoid re-sending header

... e.g. following a seek, which otherwise confuses downstream demuxer
expecting only a flow of data packets at this time.

10 years agortpasfdepay: remove unused field
Mark Nauwelaerts [Wed, 27 Apr 2011 13:12:22 +0000 (15:12 +0200)]
rtpasfdepay: remove unused field

10 years agomad: Post bitrate tag whenever the bitrate changes
Sebastian Dröge [Fri, 29 Apr 2011 07:19:19 +0000 (09:19 +0200)]
mad: Post bitrate tag whenever the bitrate changes

Also send the layer/mode/emphasis/bitrate tags as an event too.

10 years agowin32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as well
Tim-Philipp Müller [Sat, 14 May 2011 09:09:16 +0000 (10:09 +0100)]
win32: define GST_PACKAGE_RELEASE_DATETIME in win32 config.h as well

10 years agoBack to development
Tim-Philipp Müller [Sat, 14 May 2011 09:06:31 +0000 (10:06 +0100)]
Back to development

12 years agoRelease 0.10.18 freedesktop-RELEASE-0.10.18
Tim-Philipp Müller [Tue, 10 May 2011 09:26:50 +0000 (10:26 +0100)]
Release 0.10.18

Highlights:

  - x264enc: allow changing bitrate and quantizers dynamically at runtime
  - x264enc: proxy downstream caps restrictions upstream via get_caps()
  - lamemp3enc: proxy downstream rate/channels restrictions upstream via get_caps()
  - mad: allow build without libid3tag (which isn't really needed anyway)
  - many other fixes and improvements

12 years agox264enc: Copy the template caps, it's not allowed to increase the refcount of const...
Sebastian Dröge [Wed, 4 May 2011 10:39:17 +0000 (12:39 +0200)]
x264enc: Copy the template caps, it's not allowed to increase the refcount of const caps

12 years agox264enc: do not leak peer pad reference
Mark Nauwelaerts [Wed, 4 May 2011 10:30:39 +0000 (12:30 +0200)]
x264enc: do not leak peer pad reference

12 years agox264enc: No need to copy, reffing is enough
Sjoerd Simons [Tue, 3 May 2011 14:27:43 +0000 (15:27 +0100)]
x264enc: No need to copy, reffing is enough

12 years agox264enc: get_caps function should return a copy of the caps
Sjoerd Simons [Tue, 3 May 2011 13:57:16 +0000 (14:57 +0100)]
x264enc: get_caps function should return a copy of the caps

12 years ago0.10.17.4 pre-release
Tim-Philipp Müller [Sat, 30 Apr 2011 19:07:44 +0000 (20:07 +0100)]
0.10.17.4 pre-release

12 years ago0.10.17.3 pre-release
Tim-Philipp Müller [Wed, 27 Apr 2011 11:48:31 +0000 (12:48 +0100)]
0.10.17.3 pre-release

12 years agoAutomatic update of common submodule
Tim-Philipp Müller [Sun, 24 Apr 2011 13:04:39 +0000 (14:04 +0100)]
Automatic update of common submodule

From c3cafe1 to 46dfcea

13 years agotests: add suppression for lame unit test
Tim-Philipp Müller [Tue, 19 Apr 2011 16:26:42 +0000 (17:26 +0100)]
tests: add suppression for lame unit test

13 years agotests: add generic index-setting test
Tim-Philipp Müller [Tue, 19 Apr 2011 13:41:48 +0000 (14:41 +0100)]
tests: add generic index-setting test

13 years agompeg2dec: don't deadlock when setting an index
Tim-Philipp Müller [Tue, 19 Apr 2011 14:24:03 +0000 (15:24 +0100)]
mpeg2dec: don't deadlock when setting an index

13 years ago0.10.17.2 pre-release
Tim-Philipp Müller [Sat, 16 Apr 2011 22:26:27 +0000 (23:26 +0100)]
0.10.17.2 pre-release

13 years agorademux: fix two 'variable may be used uninitialized' warnings caused by -DG_DISABLE_...
Tim-Philipp Müller [Sat, 16 Apr 2011 22:23:56 +0000 (23:23 +0100)]
rademux: fix two 'variable may be used uninitialized' warnings caused by -DG_DISABLE_ASSERT

13 years agompegstream: fix unused-but-set-variable warnings with gcc 4.6
Tim-Philipp Müller [Thu, 14 Apr 2011 14:04:19 +0000 (15:04 +0100)]
mpegstream: fix unused-but-set-variable warnings with gcc 4.6

13 years agodvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6
Tim-Philipp Müller [Thu, 14 Apr 2011 14:03:56 +0000 (15:03 +0100)]
dvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6

13 years agoasfdemux: fix unused-but-set-variable warnings with gcc 4.6
Tim-Philipp Müller [Thu, 14 Apr 2011 14:03:33 +0000 (15:03 +0100)]
asfdemux: fix unused-but-set-variable warnings with gcc 4.6

13 years agox264enc: Implement getcaps function
Sebastian Dröge [Wed, 13 Apr 2011 18:31:53 +0000 (20:31 +0200)]
x264enc: Implement getcaps function

This allows to set width/height/etc restrictions downstream.

13 years agoandroid: make it ready for androgenizer
Thibault Saunier [Sun, 10 Apr 2011 22:24:22 +0000 (18:24 -0400)]
android: make it ready for androgenizer

To build gstreamer for android we are now using androgenizer which
generates the needed Android.mk files.

Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git

13 years agoandroid: remove the android/ folder
Thibault Saunier [Sun, 10 Apr 2011 22:34:11 +0000 (18:34 -0400)]
android: remove the android/ folder

13 years agoAutomatic update of common submodule
Stefan Kost [Mon, 4 Apr 2011 12:57:58 +0000 (15:57 +0300)]
Automatic update of common submodule

From 1ccbe09 to c3cafe1

13 years agox264enc: Allow changing the bitrate and quantitizers dynamically
Olivier Crête [Wed, 22 Sep 2010 00:14:04 +0000 (20:14 -0400)]
x264enc: Allow changing the bitrate and quantitizers dynamically

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