Wim Taymans [Wed, 3 Aug 2011 16:58:09 +0000 (18:58 +0200)]
Merge branch 'master' into 0.11
Conflicts:
common
gst/asfdemux/gstrtpasfdepay.c
Sebastian Dröge [Wed, 3 Aug 2011 07:05:47 +0000 (09:05 +0200)]
configure: Add synaesthesia to the list of non-ported plugins
Tim-Philipp Müller [Wed, 3 Aug 2011 00:08:43 +0000 (01:08 +0100)]
Remove mp3parse plugin/element
It's been replaced by mpegaudioparse in -good. Don't want anyone
to spend time porting a deprecated element. Rename plugin to xingmux
for now until we move that somewhere else.
Edward Hervey [Tue, 2 Aug 2011 10:49:09 +0000 (12:49 +0200)]
configure.ac: Define list of non-ported plugins
Edward Hervey [Tue, 2 Aug 2011 10:48:52 +0000 (12:48 +0200)]
mad: Fix for changes in GstQuery API
Edward Hervey [Tue, 2 Aug 2011 10:40:22 +0000 (12:40 +0200)]
asfdemux: Fix for changes in GstQuery API
Edward Hervey [Tue, 2 Aug 2011 10:40:01 +0000 (12:40 +0200)]
asfdemux: Fix print statement
Edward Hervey [Tue, 2 Aug 2011 10:35:40 +0000 (12:35 +0200)]
Update common submodule
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
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.
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.
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
Olivier Crête [Mon, 4 Jul 2011 22:03:49 +0000 (18:03 -0400)]
x264: Allow renegotiation but prefer current 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
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
Tim-Philipp Müller [Tue, 5 Jul 2011 09:14:50 +0000 (10:14 +0100)]
Add -DGST_USE_UNSTABLE_API to the compiler flags to avoid warnings
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
David Schleef [Thu, 23 Jun 2011 18:28:58 +0000 (11:28 -0700)]
Automatic update of common submodule
From 69b981f to 605cd9a
Thiago Santos [Sun, 19 Jun 2011 15:45:00 +0000 (12:45 -0300)]
rtspwms: Porting to 0.11
Thiago Santos [Sat, 18 Jun 2011 23:24:42 +0000 (20:24 -0300)]
rtpasfdepay: Port to 0.11
Thiago Santos [Thu, 16 Jun 2011 02:40:02 +0000 (23:40 -0300)]
asfdemux: Porting to 0.11
Wim Taymans [Wed, 8 Jun 2011 16:18:17 +0000 (18:18 +0200)]
siddec: port siddec to 0.11
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.
Stefan Kost [Fri, 3 Jun 2011 08:35:55 +0000 (11:35 +0300)]
synaesthesia: fix wrong debug log string (copy'n'paste)
Wim Taymans [Thu, 2 Jun 2011 16:46:11 +0000 (18:46 +0200)]
Merge branch 'master' into 0.11
Conflicts:
configure.ac
Wim Taymans [Thu, 2 Jun 2011 16:43:28 +0000 (18:43 +0200)]
mad: port to new API
Port to new segment API.
Eat Caps events.
No need to set caps on buffers.
Stefan Kost [Fri, 20 May 2011 10:32:31 +0000 (13:32 +0300)]
rmdemux: target is unsigned and can't be < 0
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.
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.
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.
Stefan Kost [Thu, 19 May 2011 19:58:28 +0000 (22:58 +0300)]
Automatic update of common submodule
From 9e5bbd5 to 69b981f
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.
Stefan Kost [Wed, 18 May 2011 13:10:55 +0000 (16:10 +0300)]
Automatic update of common submodule
From fd35073 to 9e5bbd5
Stefan Kost [Wed, 18 May 2011 09:25:01 +0000 (12:25 +0300)]
Automatic update of common submodule
From 46dfcea to fd35073
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.
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.
Mark Nauwelaerts [Wed, 27 Apr 2011 13:12:22 +0000 (15:12 +0200)]
rtpasfdepay: remove unused field
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.
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
Tim-Philipp Müller [Sat, 14 May 2011 09:06:31 +0000 (10:06 +0100)]
Back to development
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
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
Mark Nauwelaerts [Wed, 4 May 2011 10:30:39 +0000 (12:30 +0200)]
x264enc: do not leak peer pad reference
Sjoerd Simons [Tue, 3 May 2011 14:27:43 +0000 (15:27 +0100)]
x264enc: No need to copy, reffing is enough
Sjoerd Simons [Tue, 3 May 2011 13:57:16 +0000 (14:57 +0100)]
x264enc: get_caps function should return a copy of the caps
Tim-Philipp Müller [Sat, 30 Apr 2011 19:07:44 +0000 (20:07 +0100)]
0.10.17.4 pre-release
Wim Taymans [Fri, 29 Apr 2011 13:43:47 +0000 (15:43 +0200)]
mad: remove buffer_alloc
Tim-Philipp Müller [Wed, 27 Apr 2011 11:48:31 +0000 (12:48 +0100)]
0.10.17.3 pre-release
Tim-Philipp Müller [Sun, 24 Apr 2011 13:04:39 +0000 (14:04 +0100)]
Automatic update of common submodule
From c3cafe1 to 46dfcea
Wim Taymans [Tue, 19 Apr 2011 17:24:23 +0000 (19:24 +0200)]
mad: port to 0.11
Wim Taymans [Tue, 19 Apr 2011 17:23:56 +0000 (19:23 +0200)]
Merge branch 'master' into 0.11
Conflicts:
android/amrnb.mk
android/amrwbdec.mk
android/asf.mk
android/mpegaudioparse.mk
configure.ac
Tim-Philipp Müller [Tue, 19 Apr 2011 16:26:42 +0000 (17:26 +0100)]
tests: add suppression for lame unit test
Tim-Philipp Müller [Tue, 19 Apr 2011 13:41:48 +0000 (14:41 +0100)]
tests: add generic index-setting test
Tim-Philipp Müller [Tue, 19 Apr 2011 14:24:03 +0000 (15:24 +0100)]
mpeg2dec: don't deadlock when setting an index
Tim-Philipp Müller [Sat, 16 Apr 2011 22:26:27 +0000 (23:26 +0100)]
0.10.17.2 pre-release
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
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
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
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
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.
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
Thibault Saunier [Sun, 10 Apr 2011 22:34:11 +0000 (18:34 -0400)]
android: remove the android/ folder
Stefan Kost [Mon, 4 Apr 2011 12:57:58 +0000 (15:57 +0300)]
Automatic update of common submodule
From 1ccbe09 to c3cafe1
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
Olivier Crête [Tue, 21 Sep 2010 23:33:10 +0000 (19:33 -0400)]
x264enc: Set max bitrate in quality mode
https://bugzilla.gnome.org/show_bug.cgi?id=621663
Olivier Crête [Tue, 21 Sep 2010 23:20:29 +0000 (19:20 -0400)]
x264enc: Make it clear that constant quantizer is for debugging only
https://bugzilla.gnome.org/show_bug.cgi?id=621663
Sebastian Dröge [Fri, 25 Mar 2011 21:34:31 +0000 (22:34 +0100)]
Automatic update of common submodule
From 193b717 to 1ccbe09
Stefan Kost [Fri, 25 Mar 2011 12:57:00 +0000 (14:57 +0200)]
Automatic update of common submodule
From b77e2bf to 193b717
Sebastian Dröge [Fri, 25 Mar 2011 08:33:04 +0000 (09:33 +0100)]
Automatic update of common submodule
From d8814b6 to b77e2bf
Sebastian Dröge [Fri, 25 Mar 2011 08:09:29 +0000 (09:09 +0100)]
Automatic update of common submodule
From 6aaa286 to d8814b6
Stefan Kost [Thu, 24 Mar 2011 16:50:17 +0000 (18:50 +0200)]
Automatic update of common submodule
From 6aec6b9 to 6aaa286
Luis de Bethencourt [Tue, 22 Mar 2011 11:59:33 +0000 (12:59 +0100)]
configure.ac: redundant use of AC_MSG_RESULT()
cleaned the redundant use of AC_MSG_RESULT() in configure.ac
Luis de Bethencourt [Fri, 18 Mar 2011 18:34:57 +0000 (19:34 +0100)]
autogen: wingo signed comment
Sebastian Dröge [Tue, 15 Mar 2011 10:02:42 +0000 (11:02 +0100)]
dvdsubdec: Rearrange buffer allocation and pushing code a bit
This makes the code easier to read, doesn't store every buffer
in the instance until the next buffer is to be drawn and
fixes an unitialized variable compiler warning.
Brendan Le Foll [Tue, 15 Mar 2011 09:59:23 +0000 (10:59 +0100)]
dvdsubdec: Output only a single buffer per subpicture and set the correct duration
Fixes bug #619136.
Brendan Le Foll [Mon, 14 Mar 2011 17:39:35 +0000 (18:39 +0100)]
dvdsubdec: Implement clipping if the video size is smaller than the subpicture size
Fixes bug #644704.
Tim-Philipp Müller [Fri, 11 Mar 2011 17:45:37 +0000 (17:45 +0000)]
mad: build the mad plugin even if libid3tag is not available
ID3 tags are usually handled by id3demux, and should be handled
by id3demux. Tag handling in mad based on libid3tag is very basic
and mostly unnecessary really, so just build this plugin without
ID3 tag support if libid3tag is not available.
Wim Taymans [Fri, 4 Mar 2011 12:48:02 +0000 (13:48 +0100)]
Merge branch 'master' into 0.11
Stefan Kost [Wed, 2 Mar 2011 11:12:11 +0000 (13:12 +0200)]
dvddemux: small code cleanup
Don't duplicate the 'if' check. Makes the 2nd condition easier to read also
and avoid empty 'if' when logging is disabled.
Mark Nauwelaerts [Mon, 28 Feb 2011 18:27:21 +0000 (19:27 +0100)]
configure.ac: export plugin description more platform independent
Fixes #642504.
Mark Nauwelaerts [Mon, 28 Feb 2011 17:33:34 +0000 (18:33 +0100)]
Automatic update of common submodule
From 1de7f6a to 6aec6b9
Wim Taymans [Sat, 26 Feb 2011 14:02:58 +0000 (15:02 +0100)]
Merge branch 'master' into 0.11
Conflicts:
configure.ac
Mark Nauwelaerts [Mon, 21 Feb 2011 12:13:11 +0000 (13:13 +0100)]
mpeg2dec: do not fail fatally when unlinked
... as _NOT_LINKED was neither tested as fatal before nor complained about.
Stefan Kost [Mon, 21 Feb 2011 09:05:31 +0000 (11:05 +0200)]
index: remove conditional index support
Index support cannot be disabled since commit
4bfb1fe70c6f0d5e29c17a8eeffb02f7fd083f11
in core, which removed the configure flags to disable index.
Stefan Kost [Thu, 17 Feb 2011 16:06:51 +0000 (18:06 +0200)]
formatting: trim trailing whitespace
Stefan Kost [Thu, 17 Feb 2011 16:05:58 +0000 (18:05 +0200)]
index: use delta frame flags instead of 0 or none
Sjoerd Simons [Mon, 14 Feb 2011 17:52:09 +0000 (17:52 +0000)]
x264enc: Don't register flags with a value of 0
Flags with a value of 0 aren't meaningful and will cause
g_value_transform to go into an endless loop when trying to
convert the flags to a string
Stefan Kost [Mon, 14 Feb 2011 10:54:10 +0000 (12:54 +0200)]
Automatic update of common submodule
From f94d739 to 1de7f6a
Mark Nauwelaerts [Mon, 7 Feb 2011 18:58:45 +0000 (19:58 +0100)]
amrwbdec: avoid stalling on invalid frame
Skip 1 byte indicating invalid frame type index rather than stalling
on it indefinitely until EOS.
Fixes #639715.
Tim-Philipp Müller [Thu, 3 Feb 2011 18:25:00 +0000 (18:25 +0000)]
tests: add unit test for lamemp3enc negotiation issue
https://bugzilla.gnome.org/show_bug.cgi?id=641151
Tim-Philipp Müller [Thu, 3 Feb 2011 18:18:35 +0000 (18:18 +0000)]
lamemp3enc: implement sinkpad get_caps() function to proxy rate and channels restrictions from downstream
The element downstream of mp3enc might only accept certain sample rates or channels,
make sure we relay any restrictions that do exist to upstream when it does a
get_caps() on the sink pad. That way upstream elements like audioresample or
audioconvert can pick a sample rate / channel configuration that will be accepted,
instead of just negotiating to the highest, which might then be rejected.
https://bugzilla.gnome.org/show_bug.cgi?id=641151
Edward Hervey [Sun, 30 Jan 2011 15:17:19 +0000 (16:17 +0100)]
asfpacket: Avoid using broken duration extension
Quite a few (broken?) files have a packet duration of 1ms, which is
most definitely wrong for either audio or video packets.
We therefore avoid using that value and instead use other metrics to
determine the buffer duration (like using the extended stream properties
average frame duration if present and valid).
Tim-Philipp Müller [Thu, 27 Jan 2011 15:33:40 +0000 (15:33 +0000)]
win32: fix DEFAULT_AUDIOSINK, should be direct*sound*sink
https://bugzilla.gnome.org/show_bug.cgi?id=640705
Yang Xichuan [Wed, 12 Jan 2011 08:48:57 +0000 (16:48 +0800)]
xingmux: Use FALSE instead of 0 as return value for a function returning gboolean
Fixes bug #639291.
Vincent Penquerc'h [Thu, 6 Jan 2011 18:29:06 +0000 (18:29 +0000)]
mpegstream: increase allowable gap between streams
The new delay is three times as much as the old one, and just happens
to let me properly decode my "Princess Mononoke" DVD, on which dvdreadsrc
was chocking before at 5:11.
While there, merge the constants used in two places into a define.
https://bugzilla.gnome.org/show_bug.cgi?id=539708
Miguel Angel Cabrera Moya [Sat, 22 Jan 2011 16:31:40 +0000 (17:31 +0100)]
x264enc: make tag event writable before modifying tag list in place
To modify an event tag is necessary to be sure that x264enc
has its own copy.
Also fix indentation.
https://bugzilla.gnome.org/show_bug.cgi?id=640272
Tim-Philipp Müller [Mon, 24 Jan 2011 10:14:56 +0000 (10:14 +0000)]
Back to development
Tim-Philipp Müller [Fri, 21 Jan 2011 13:18:51 +0000 (13:18 +0000)]
Release 0.10.17
Tim-Philipp Müller [Tue, 18 Jan 2011 11:11:28 +0000 (11:11 +0000)]
0.10.16.4 pre-release
Edward Hervey [Fri, 14 Jan 2011 16:37:09 +0000 (17:37 +0100)]
mpeg2dec: Use the proper component value for height