David Schleef [Thu, 14 Oct 2010 19:32:16 +0000 (12:32 -0700)]
Automatic update of common submodule
From 5a668bf to 7bbd708
David Schleef [Fri, 8 Oct 2010 19:44:52 +0000 (12:44 -0700)]
Automatic update of common submodule
From c4a8adc to 5a668bf
Sebastian Dröge [Fri, 8 Oct 2010 10:56:05 +0000 (12:56 +0200)]
Automatic update of common submodule
From 5e3c9bf to c4a8adc
Mark Nauwelaerts [Wed, 29 Sep 2010 19:24:23 +0000 (21:24 +0200)]
mad: support reverse playback
Tim-Philipp Müller [Sun, 26 Sep 2010 18:24:08 +0000 (19:24 +0100)]
dvdreadsrc: improve error messages on read errors
Provide proper i18n-ed error messages when a read error happens,
and point out that the error could be happening because the
DVD is scrambled.
https://bugzilla.gnome.org/show_bug.cgi?id=613633
Tim-Philipp Müller [Thu, 23 Sep 2010 23:03:50 +0000 (00:03 +0100)]
configure: set plugin release datetime
Edward Hervey [Tue, 21 Sep 2010 16:34:31 +0000 (18:34 +0200)]
Automatic update of common submodule
From aa0d1d0 to 5e3c9bf
Tim-Philipp Müller [Wed, 15 Sep 2010 19:14:47 +0000 (20:14 +0100)]
mpegparse: re-fix flow return handling
Fix wrong GST_FLOW_IS_SUCCESS substitution in commit
e99cb46c:
- } while (GST_FLOW_IS_SUCCESS (result));
+ } while (result != GST_FLOW_OK);
Stefan Kost [Thu, 9 Sep 2010 19:33:36 +0000 (22:33 +0300)]
tests: allow running state tests for all elements
Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check
to try elements that would normaly be skipped.
Tim-Philipp Müller [Thu, 9 Sep 2010 08:53:07 +0000 (09:53 +0100)]
New pkgconfig subdirectory needs to be added to SUBDIRS as well so it's entered and disted
Tim-Philipp Müller [Tue, 7 Sep 2010 23:09:35 +0000 (00:09 +0100)]
Add gstreamer-plugins-ugly-uninstalled-0.10.pc file so other modules can find our plugins
This .pc file will not be installed, it's only for uninstalled setups,
same thing as we do for -good. This is so other modules' unit tests can
find our plugins properly in an uninstalled setup.
Tim-Philipp Müller [Tue, 7 Sep 2010 10:42:52 +0000 (11:42 +0100)]
Automatic update of common submodule
From c2e10bf to aa0d1d0
Tim-Philipp Müller [Mon, 6 Sep 2010 22:53:10 +0000 (23:53 +0100)]
configure: re-enable use of -DGST_DISABLE_DEPRECATED in git versions
Tim-Philipp Müller [Mon, 6 Sep 2010 22:51:23 +0000 (23:51 +0100)]
siddec: don't use GST_FLOW_IS_FATAL
GST_FLOW_IS_FATAL has been deprecated in core git.
David Schleef [Mon, 6 Sep 2010 01:58:50 +0000 (18:58 -0700)]
Automatic update of common submodule
From d3d9acf to c2e10bf
Sebastian Dröge [Sun, 5 Sep 2010 10:27:02 +0000 (12:27 +0200)]
configure: Require orc >= 0.4.6 for --compat
Sebastian Dröge [Sun, 5 Sep 2010 10:20:22 +0000 (12:20 +0200)]
Automatic update of common submodule
From ec60217 to d3d9acf
Sebastian Dröge [Fri, 27 Aug 2010 16:26:49 +0000 (18:26 +0200)]
mpeg2dec: Don't use GST_FLOW_IS_FATAL()
And don't post error messages if allocating a buffer resulted
in WRONG_STATE or UNEXPECTED.
Sebastian Dröge [Fri, 27 Aug 2010 16:25:31 +0000 (18:25 +0200)]
xingmux: Don't ignore WRONG_STATE and NOT_LINKED when pushing data downstream
Sebastian Dröge [Fri, 27 Aug 2010 16:24:11 +0000 (18:24 +0200)]
mpegstream: Don't use GST_FLOW_IS_SUCCESS()
Sebastian Dröge [Fri, 27 Aug 2010 16:22:45 +0000 (18:22 +0200)]
rmdemux: Don't use GST_FLOW_IS_FATAL() and GST_FLOW_IS_SUCCESS()
Sebastian Dröge [Fri, 27 Aug 2010 16:19:00 +0000 (18:19 +0200)]
asfdemux: Don't use GST_FLOW_IS_FATAL()
And don't post error messages for UNEXPECTED and post an error
message if pulling data failed because of NOT_LINKED.
Tim-Philipp Müller [Sat, 4 Sep 2010 12:17:53 +0000 (13:17 +0100)]
Back to development
Temporarily disable -DGST_DISABLE_DEPRECATED for git builds until
the code is updated for the GST_FLOW_IS_* macro deprecations.
Tim-Philipp Müller [Thu, 2 Sep 2010 22:59:20 +0000 (23:59 +0100)]
Release 0.10.16
Tim-Philipp Müller [Thu, 2 Sep 2010 22:58:22 +0000 (23:58 +0100)]
docs: update docs for release
Tim-Philipp Müller [Thu, 2 Sep 2010 22:48:05 +0000 (23:48 +0100)]
po: update translations
Sebastian Dröge [Mon, 30 Aug 2010 14:02:24 +0000 (16:02 +0200)]
0.10.15.6 pre-release
Edward Hervey [Fri, 27 Aug 2010 15:50:59 +0000 (17:50 +0200)]
asfdemux: Don't error out on non-critical flow returns
Only error out when downstream returns:
* NOT_SUPPORTED
* ERROR
* NOT_NEGOTIATED
* NOT_LINKED
If we got _UNEXPECTED, we push an EOS downstream (since maybe only one
of the streams had gone EOS) and then stop the task silently.
In the case of WRONG_STATE we just need to stop silently
https://bugzilla.gnome.org/show_bug.cgi?id=600412
Sebastian Dröge [Wed, 25 Aug 2010 17:02:02 +0000 (19:02 +0200)]
0.10.15.5 pre-release
Alessandro Decina [Wed, 25 Aug 2010 13:39:33 +0000 (15:39 +0200)]
mp3parse: propagate flow errors upstream.
Remove a wrong GST_FLOW_IS_FATAL call. When pushing fails, mp3parse should
always return the error upstream.
Sebastian Dröge [Sat, 21 Aug 2010 19:42:25 +0000 (21:42 +0200)]
0.10.15.4 pre-release
Stefan Kost [Fri, 13 Aug 2010 14:24:41 +0000 (17:24 +0300)]
Automatic update of common submodule
From 3e8db1d to ec60217
Tim-Philipp Müller [Wed, 11 Aug 2010 15:46:48 +0000 (16:46 +0100)]
0.10.15.3 pre-release
Robert Swain [Wed, 11 Aug 2010 07:21:43 +0000 (09:21 +0200)]
x264enc: Fix b-pyramid libx264 API boolean arg for non-boolean issue
In X264_BUILD >= 78, b-pyramid became a non-boolean so passing a boolean
argument to the option string value causes an error. For < 78 we pass the
boolean value, for >= 78 we use the x264_b_pyramid_names[] array which will
result in passing 'none' for false and 'strict' for true. Other modes can be
set through the option-string property for now.
https://bugzilla.gnome.org/show_bug.cgi?id=626577
Tim-Philipp Müller [Tue, 10 Aug 2010 23:02:47 +0000 (00:02 +0100)]
0.10.15.2 pre-release
Stefan Kost [Tue, 10 Aug 2010 11:37:39 +0000 (14:37 +0300)]
synaesthesia: code cleanups.
Remove unused boilerplate for signals. Use _OBJECT variants of logging macros
more.
Stefan Kost [Tue, 10 Aug 2010 11:24:01 +0000 (14:24 +0300)]
synaesthesia: use GST_BOILERPLATE macros
Tim-Philipp Müller [Tue, 10 Aug 2010 09:59:04 +0000 (10:59 +0100)]
Automatic update of common submodule
From bd2054b to 3e8db1d
Tim-Philipp Müller [Sun, 8 Aug 2010 23:31:15 +0000 (00:31 +0100)]
x264: fix printf format warning in debug message
Tim-Philipp Müller [Fri, 6 Aug 2010 23:09:47 +0000 (00:09 +0100)]
docs: fix bug passing arguments to gtkdoc-fixref in upload target
Missing backslash at end of line meant we weren't passing all arguments
to gtkdoc-fixref and we'd get a shell error when doing 'make upload'.
Stefan Kost [Thu, 5 Aug 2010 10:57:26 +0000 (13:57 +0300)]
Automatic update of common submodule
From a519571 to bd2054b
Sebastian Dröge [Wed, 4 Aug 2010 17:28:09 +0000 (19:28 +0200)]
configure: Check if the compiler supports ISO C89 or C99 and which parameters are required
This first checks what is required for ISO C99 support and sets the relevant
compiler parameters and if no C99 compiler is found, it checks for a
C89 compiler. This enables us to check for and use C89/C99 functions
that gcc hides from us without the correct compiler parameters.
Robert Swain [Thu, 29 Jul 2010 07:41:49 +0000 (09:41 +0200)]
x264enc: Fix flushing of delayed frames
x264_encoder_encode() should be called with a NULL picture until at least
x264_encoder_delayed_frames() returns 0. This fixes what appeared to be a
regression in make check due to the recent change in defaults which enabled
b-frames and b-pyramid, both of which I believe increase the number of delayed
frames when encoding.
Robert Swain [Wed, 21 Jul 2010 15:24:33 +0000 (17:24 +0200)]
x264enc: Improve x264enc defaults
- medium x264 speed/quality preset
- threads defaults to 0 which automatically uses 1.5x number of cpu cores
Addresses part of bug #607798
Robert Swain [Wed, 21 Jul 2010 15:22:48 +0000 (17:22 +0200)]
x264enc: Fix property description typos
Robert Swain [Thu, 22 Jul 2010 09:53:04 +0000 (11:53 +0200)]
x264enc: Add some more debug info
Robert Swain [Wed, 21 Jul 2010 15:09:20 +0000 (17:09 +0200)]
x264enc: Add speed-preset and [psy-]tuning properties
Use of a rate control method (pass, bitrate, quantizer, etc properties), a
preset and possibly a profile and/or tuning are now the recommended way to
configure x264 through x264enc.
If a preset/tuning are specified then these will define the default values and
the property defaults will be ignored. After this the option-string property is
applied, followed by the user-set properties, fast first pass restrictions and
finally the profile restrictions.
Addresses part of bug #607798
Robert Swain [Wed, 21 Jul 2010 14:56:06 +0000 (16:56 +0200)]
x264enc: Refactor code in preparation for presets/tunings
- Make defaults append the appropriate default value to a string. This is
needed to differentiate between something user-set and the actual prop
default.
- Add an internal option string to which _set_property () cases append for the
majority of properties.
- Use gst_x264_enc_parse_options () to clean up application of settings. This
will make order of application with respect to the presets and tunings quite
simple.
Addresses part of bug #607798
Robert Swain [Wed, 21 Jul 2010 14:32:11 +0000 (16:32 +0200)]
x264enc: Update available me types
Use the x264_motion_est_names[] array to populate the enum of ME types. This is
now self-maintaining.
Robert Swain [Wed, 21 Jul 2010 13:59:12 +0000 (15:59 +0200)]
x264enc: Use new libx264 API to affect fast first pass
Uses new x264 API to apply reduced complexity values to the parameters to
increase encoding speed in the first pass of a multi-pass encode. This does
not impact on final quality.
Addresses part of bug #607798
Robert Swain [Wed, 21 Jul 2010 13:52:28 +0000 (15:52 +0200)]
x264enc: Add profile property
In X264_BUILD >= 86 there is a new API for applying restrictions to an H.264
Profile. This makes it easier to achieve Baseline Profile for example.
Addresses part of bug #607798
Robert Swain [Wed, 21 Jul 2010 13:40:27 +0000 (15:40 +0200)]
x264enc: Add option-string property
Adds support for an x264 format option-string to specify advanced parameters
Addresses part of bug #607798
Tim-Philipp Müller [Thu, 22 Jul 2010 12:24:37 +0000 (13:24 +0100)]
mad: use right automake variable, should be ID3TAG_{LIBS,CFLAGS} not ID3_{LIBS,CFLAGS}
Spotted by syntr0py.
Mark Nauwelaerts [Tue, 20 Jul 2010 17:44:00 +0000 (19:44 +0200)]
x264enc: only set timebase on versions where it exists
David Hoyt [Tue, 20 Jul 2010 14:40:22 +0000 (16:40 +0200)]
x264enc: set appropriate time base
Fixes #624786.
Tim-Philipp Müller [Wed, 30 Jun 2010 17:45:49 +0000 (18:45 +0100)]
tests: add plugin loading whitelist to test environment
Only want to load core/-base/-ugly plugins here.
Tim-Philipp Müller [Mon, 28 Jun 2010 15:12:12 +0000 (16:12 +0100)]
Bump automake requirement to 1.10 and autoconf to 2.60
For maintainability reasons and $(builddir).
See #622944.
Thiago Santos [Mon, 28 Jun 2010 12:34:30 +0000 (09:34 -0300)]
asfdemux: Fix seeking after last commits
Don't handle wrong-state returns as errors to allow seeking to work
again.
Thiago Santos [Thu, 24 Jun 2010 22:46:39 +0000 (19:46 -0300)]
asfdemux: Push all pending data on EOS
When on push mode and receiving an EOS event, asfdemux
should push all pending data because we might be dealing
with a broken file that has a preroll value higher
than its actual length.
Thiago Santos [Thu, 24 Jun 2010 22:29:17 +0000 (19:29 -0300)]
asfdemux: Fix sending eos event for chained asfs
Properly push EOS event when finishing a chained asf file
in pull mode
Fixes #599718
Tim-Philipp Müller [Thu, 24 Jun 2010 19:55:33 +0000 (20:55 +0100)]
docs: add rmdemux to docs properly
The plugin has been renamed, remove old introspection file.
Tim-Philipp Müller [Thu, 24 Jun 2010 17:04:15 +0000 (18:04 +0100)]
docs: update for recent x264enc changes
Tim-Philipp Müller [Thu, 24 Jun 2010 17:03:21 +0000 (18:03 +0100)]
rmdemux: fix compiler warning when debugging system in core is disabled
Stefan Kost [Thu, 24 Jun 2010 12:09:44 +0000 (15:09 +0300)]
Automatic update of common submodule
From 73ff93a to a519571
Edward Hervey [Wed, 23 Jun 2010 09:05:11 +0000 (11:05 +0200)]
asfdemux: Allow at least 500ms of preroll.
Some files have insanely low preroll values which break the
all_streams_prerolled() logic.
Fixes #622407
Mark Nauwelaerts [Tue, 22 Jun 2010 09:41:42 +0000 (11:41 +0200)]
x264enc: add new h264 caps attribute alignment
See #606662.
Mark Nauwelaerts [Fri, 18 Jun 2010 12:35:00 +0000 (14:35 +0200)]
x264enc: conditionally expose enhanced upstream capabilities
API: GstX264Enc:sliced-threads
API: GstX264Enc:sync-lookahead
API: GstX264Enc:intra-refresh
API: GstX264Enc:mb-tree
API: GstX264Enc:rc-lookahead
See #607798.
Tim-Philipp Müller [Thu, 17 Jun 2010 15:48:59 +0000 (16:48 +0100)]
docs: update introspected plugin docs for gstdoc-scangobj and other changes
Update common for latest gstdoc-scangobj and inspect xml files for
escaping and pad template order changes.
Edward Hervey [Tue, 15 Jun 2010 14:50:21 +0000 (16:50 +0200)]
Automatic update of common submodule
From 9339ccc to 35617c2
Stefan Kost [Tue, 15 Jun 2010 13:54:42 +0000 (16:54 +0300)]
Automatic update of common submodule
From 5adb1ca to 9339ccc
Stefan Kost [Tue, 15 Jun 2010 13:35:49 +0000 (16:35 +0300)]
Automatic update of common submodule
From 57c89b7 to 5adb1ca
Stefan Kost [Tue, 15 Jun 2010 12:50:09 +0000 (15:50 +0300)]
Automatic update of common submodule
From c804988 to 57c89b7
Sebastian Dröge [Mon, 14 Jun 2010 14:59:25 +0000 (16:59 +0200)]
configure: Update required GLib version to 2.20
Sebastian Dröge [Mon, 14 Jun 2010 13:33:14 +0000 (15:33 +0200)]
a52dec: Call orc_init() before trying to get target flags
Sebastian Dröge [Mon, 14 Jun 2010 12:34:56 +0000 (14:34 +0200)]
a52dec: Remove debug printf...
Sebastian Dröge [Mon, 14 Jun 2010 12:34:25 +0000 (14:34 +0200)]
a52dec: Use orc for CPU feature detection and don't check for liboil
Sebastian Dröge [Mon, 14 Jun 2010 11:27:47 +0000 (13:27 +0200)]
configure: Use GLIB_EXTRA_CFLAGS
Sebastian Dröge [Mon, 14 Jun 2010 11:05:25 +0000 (13:05 +0200)]
Automatic update of common submodule
From 7a0fdf5 to c804988
Sebastian Dröge [Mon, 14 Jun 2010 09:35:03 +0000 (11:35 +0200)]
Automatic update of common submodule
From 6da3bab to 7a0fdf5
Sebastian Dröge [Sat, 12 Jun 2010 06:29:28 +0000 (08:29 +0200)]
Automatic update of common submodule
From 733fca9 to 6da3bab
David Schleef [Wed, 9 Jun 2010 19:40:26 +0000 (12:40 -0700)]
Automatic update of common submodule
From fad145b to 733fca9
David Schleef [Wed, 9 Jun 2010 19:34:18 +0000 (12:34 -0700)]
Automatic update of common submodule
From 47683c1 to fad145b
Wim Taymans [Sat, 5 Jun 2010 12:11:30 +0000 (14:11 +0200)]
rmdemux: pass bitrate on caps
Set the bitrate on the caps, some decoders like sipro need this to function
properly.
Fixes #620007
David Schleef [Wed, 2 Jun 2010 06:49:37 +0000 (23:49 -0700)]
Automatic update of common submodule
From 17f89e5 to 47683c1
David Schleef [Wed, 2 Jun 2010 05:55:22 +0000 (22:55 -0700)]
Automatic update of common submodule
From fd7ca04 to 17f89e5
Olivier Crête [Mon, 31 May 2010 20:57:42 +0000 (16:57 -0400)]
x264enc: Only set i_weighted_pred on versions where it exists
Tristan Matthews [Thu, 20 May 2010 15:28:47 +0000 (11:28 -0400)]
lamemp3enc: implement latency query
The encoder's latency is deduced from the framesize. Fixes #618896.
Tim-Philipp Müller [Tue, 1 Jun 2010 08:30:33 +0000 (09:30 +0100)]
Back to development
Tim-Philipp Müller [Sun, 30 May 2010 13:21:02 +0000 (14:21 +0100)]
Release 0.10.15
Tim-Philipp Müller [Sun, 30 May 2010 13:20:02 +0000 (14:20 +0100)]
Update .po files
Tim-Philipp Müller [Sun, 30 May 2010 11:10:29 +0000 (12:10 +0100)]
configure: make implicit GLib and liboil requirements explicit
core/base 0.10.26 require GLib >= 2.18 and liboil >= 0.3.14
Olivier Crête [Thu, 27 May 2010 03:16:46 +0000 (23:16 -0400)]
x264enc: disable I weighted pred
If it is enabled, then it will be main profile instead of baseline.
This ensures maximum compatibility of the output stream until the
encoder configuration interface gets an overhaul with explicit
output profile selection.
Fixes #619776.
Tim-Philipp Müller [Wed, 26 May 2010 11:16:16 +0000 (12:16 +0100)]
0.10.14.3 pre-release
Tim-Philipp Müller [Wed, 26 May 2010 10:52:53 +0000 (11:52 +0100)]
po: update translations
Tim-Philipp Müller [Wed, 26 May 2010 10:55:58 +0000 (11:55 +0100)]
Automatic update of common submodule
From 357b0db to fd7ca04
Tim-Philipp Müller [Fri, 14 May 2010 19:06:46 +0000 (20:06 +0100)]
0.10.14.2 pre-release
Tim-Philipp Müller [Fri, 14 May 2010 17:25:38 +0000 (18:25 +0100)]
Automatic update of common submodule
From 4d67bd6 to 357b0db
Wim Taymans [Fri, 14 May 2010 14:02:47 +0000 (16:02 +0200)]
rmdemux: add better sipr nibble swap routine
Wim Taymans [Thu, 13 May 2010 15:57:57 +0000 (17:57 +0200)]
rmdemux: descramble SIPR before pushing out
Collect and descramble the SIPR packets before pushing.
Descramble ATRAC audio.
Fixes #618098
Wim Taymans [Thu, 13 May 2010 15:57:02 +0000 (17:57 +0200)]
rm: add function to descramble sipr