platform/upstream/gstreamer.git
13 years agoconfigure: open 0.11 branch
Wim Taymans [Mon, 6 Dec 2010 11:32:41 +0000 (12:32 +0100)]
configure: open 0.11 branch

13 years agoAutomatic update of common submodule
Jan Schmidt [Wed, 27 Oct 2010 12:17:43 +0000 (13:17 +0100)]
Automatic update of common submodule

From 7bbd708 to 011bcc8

13 years agoffmpegenc: ensure proper clean state prior to (re-)negotiation
Mark Nauwelaerts [Mon, 25 Oct 2010 10:14:42 +0000 (12:14 +0200)]
ffmpegenc: ensure proper clean state prior to (re-)negotiation

Fixes #632691.

13 years agoffdec: don't destroy the parser state
Wim Taymans [Fri, 22 Oct 2010 11:03:12 +0000 (13:03 +0200)]
ffdec: don't destroy the parser state

When we flush the parser cache, we only need to clear the bytes of the cache,
not the complete state of the cache. In the case of H264 this doesn't require
the parser to receive a new SPS/PPS after a DISCONT buffer.

13 years agoffdec: be more careful with DTS timestamp interpolation
Wim Taymans [Fri, 22 Oct 2010 10:59:02 +0000 (12:59 +0200)]
ffdec: be more careful with DTS timestamp interpolation

Don't use -1 and 0 duration buffers to calculate next output timestamp as they
are very likely wrong.

Fixes #632877

13 years agovarious: add missing G_PARAM_STATIC_STRINGS flags
Stefan Kost [Tue, 19 Oct 2010 14:26:08 +0000 (17:26 +0300)]
various: add missing G_PARAM_STATIC_STRINGS flags

13 years agoffmpeg: Add mapping for YUVA420P <-> A420
Sebastian Dröge [Wed, 13 Oct 2010 18:48:19 +0000 (20:48 +0200)]
ffmpeg: Add mapping for YUVA420P <-> A420

This is used by VP6a, which is used by Flash.

See bug #613901.

13 years agoAutomatic update of common submodule
David Schleef [Thu, 14 Oct 2010 19:32:28 +0000 (12:32 -0700)]
Automatic update of common submodule

From 5a668bf to 7bbd708

13 years agoffmpegdec: Fix debug statements
Edward Hervey [Tue, 12 Oct 2010 14:17:51 +0000 (16:17 +0200)]
ffmpegdec: Fix debug statements

13 years agoAutomatic update of common submodule
David Schleef [Fri, 8 Oct 2010 19:45:01 +0000 (12:45 -0700)]
Automatic update of common submodule

From c4a8adc to 5a668bf

13 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 8 Oct 2010 10:56:28 +0000 (12:56 +0200)]
Automatic update of common submodule

From 5e3c9bf to c4a8adc

13 years agoffdec: use a better algorithm to detect DTS timestamps
Wim Taymans [Thu, 7 Oct 2010 15:46:22 +0000 (17:46 +0200)]
ffdec: use a better algorithm to detect DTS timestamps

Add function to reset the timestamp tracking.
Check for reordered timestamps on the input buffers and assume PTS input
timestamps when we see reordered timestamps.
Recover from an occasionally wrong input timestamp by also tracking the output
timestamps. When we detect a reordered output timestamp, assume DTS input
timestamps again.

Fixes #611500

13 years agoffdec: add debug line
Wim Taymans [Wed, 6 Oct 2010 16:51:24 +0000 (18:51 +0200)]
ffdec: add debug line

13 years agoffdec: add fixmes
Wim Taymans [Wed, 6 Oct 2010 16:23:57 +0000 (18:23 +0200)]
ffdec: add fixmes

13 years agoffdec: add some comments
Wim Taymans [Wed, 6 Oct 2010 16:15:03 +0000 (18:15 +0200)]
ffdec: add some comments

13 years agoffdec: Add timestamp tracking
Wim Taymans [Wed, 6 Oct 2010 14:00:05 +0000 (16:00 +0200)]
ffdec: Add timestamp tracking

Use ffmpeg reordered_opaque to track an id that combines all timing info we have
for a frame. The ids are kept in a 255 item cache.

Fixes #631075

13 years agoffdec: remove broken TSHandler
Wim Taymans [Wed, 6 Oct 2010 10:30:57 +0000 (12:30 +0200)]
ffdec: remove broken TSHandler

Remove the TShandler code, it is broken when QoS is enabled and ffmpeg provides
much easier methods for tracking timestamps.
Simplify pcache joining.

13 years agoffcodecmap: avoid setting large framerates
Wim Taymans [Wed, 6 Oct 2010 14:43:27 +0000 (16:43 +0200)]
ffcodecmap: avoid setting large framerates

When the framerate is bigger than 1000/1, set it to 0/1 instead. This avoids
letting the videosink do QoS on these very small frame durations.

13 years agoffdec: rename time variable
Wim Taymans [Wed, 6 Oct 2010 10:26:09 +0000 (12:26 +0200)]
ffdec: rename time variable

Rename the time variable to avoid confusion with the time function.
Add some debug to the QoS update function.

13 years agoffenc: pass the input size to the encoder
Wim Taymans [Tue, 5 Oct 2010 17:22:28 +0000 (19:22 +0200)]
ffenc: pass the input size to the encoder

Pass the input buffer size to the encoder instead of the expected output size.
This is needed to make fixed input/output encoder work.

13 years agoAutomatic update of common submodule
Edward Hervey [Tue, 21 Sep 2010 16:34:43 +0000 (18:34 +0200)]
Automatic update of common submodule

From aa0d1d0 to 5e3c9bf

13 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 7 Sep 2010 10:43:15 +0000 (11:43 +0100)]
Automatic update of common submodule

From c2e10bf to aa0d1d0

13 years agoAutomatic update of common submodule
David Schleef [Mon, 6 Sep 2010 01:58:59 +0000 (18:58 -0700)]
Automatic update of common submodule

From d3d9acf to c2e10bf

13 years agoconfigure: Require orc >= 0.4.6 for --compat
Sebastian Dröge [Sun, 5 Sep 2010 10:27:58 +0000 (12:27 +0200)]
configure: Require orc >= 0.4.6 for --compat

13 years agoAutomatic update of common submodule
Sebastian Dröge [Sun, 5 Sep 2010 10:20:44 +0000 (12:20 +0200)]
Automatic update of common submodule

From ec60217 to d3d9acf

13 years agoffmpegdemux: Don't use GST_FLOW_IS_FATAL() and GST_FLOW_IS_SUCCESS()
Sebastian Dröge [Fri, 27 Aug 2010 16:29:15 +0000 (18:29 +0200)]
ffmpegdemux: Don't use GST_FLOW_IS_FATAL() and GST_FLOW_IS_SUCCESS()

13 years agoAutomatic update of common submodule
Stefan Kost [Fri, 13 Aug 2010 14:24:53 +0000 (17:24 +0300)]
Automatic update of common submodule

From 3e8db1d to ec60217

13 years agoAutomatic update of common submodule
Tim-Philipp Müller [Tue, 10 Aug 2010 09:59:24 +0000 (10:59 +0100)]
Automatic update of common submodule

From bd2054b to 3e8db1d

13 years agoAutomatic update of common submodule
Stefan Kost [Thu, 5 Aug 2010 10:57:39 +0000 (13:57 +0300)]
Automatic update of common submodule

From a519571 to bd2054b

13 years agoconfigure: Use AC_PROG_CC_STDC instead of the automake variant
Sebastian Dröge [Wed, 4 Aug 2010 17:41:06 +0000 (19:41 +0200)]
configure: Use AC_PROG_CC_STDC instead of the automake variant

13 years agoconfigure: Fix FIXME comment
Sebastian Dröge [Wed, 4 Aug 2010 17:32:51 +0000 (19:32 +0200)]
configure: Fix FIXME comment

14 years agoffdeinterlace: some minor clean-ups
Tim-Philipp Müller [Sun, 18 Jul 2010 19:15:32 +0000 (20:15 +0100)]
ffdeinterlace: some minor clean-ups

Don't use studlyCaps; gboolean != GstFlowReturn; use gst_caps_set_simple()
instead of creating a GValue just to set a boolean field on a caps structure.

See #622736.

14 years agoBack to development.
Edward Hervey [Fri, 16 Jul 2010 10:45:18 +0000 (12:45 +0200)]
Back to development.

14 years agoreleasing 0.10.11, "Feeding trolls is strictly forbidden"
Edward Hervey [Thu, 15 Jul 2010 19:28:30 +0000 (21:28 +0200)]
releasing 0.10.11, "Feeding trolls is strictly forbidden"

14 years agoconfigure.ac: 0.10.10.5 pre-release
Edward Hervey [Wed, 7 Jul 2010 10:41:24 +0000 (12:41 +0200)]
configure.ac: 0.10.10.5 pre-release

14 years agoffmpegmux: Use "Formatter/Metadata" klass when needed
Edward Hervey [Tue, 6 Jul 2010 11:58:30 +0000 (13:58 +0200)]
ffmpegmux: Use "Formatter/Metadata" klass when needed

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

14 years agoffmpegmux: Add more replacements
Edward Hervey [Tue, 6 Jul 2010 11:58:05 +0000 (13:58 +0200)]
ffmpegmux: Add more replacements

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

14 years agocodecmap: Fix the caps of various mov/amr formats
Edward Hervey [Tue, 6 Jul 2010 10:03:25 +0000 (12:03 +0200)]
codecmap: Fix the caps of various mov/amr formats

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

14 years agogstffmpegmux: Set rank of blacklisted muxers to GST_RANK_NONE
Edward Hervey [Tue, 6 Jul 2010 09:58:40 +0000 (11:58 +0200)]
gstffmpegmux: Set rank of blacklisted muxers to GST_RANK_NONE

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

14 years agoext: Fix CFLAGS order
Edward Hervey [Mon, 5 Jul 2010 13:48:06 +0000 (15:48 +0200)]
ext: Fix CFLAGS order

We'd pick up system-wide ffmpeg headers otherwise

14 years agoffmpegenc: fix timestamp resyncing some more
Mark Nauwelaerts [Mon, 5 Jul 2010 08:32:42 +0000 (10:32 +0200)]
ffmpegenc: fix timestamp resyncing some more

Convert bytes to samples in remaining occurrence.

See #623388.

14 years agoffmpegenc: Fix timestamp resyncing
Thiago Santos [Fri, 2 Jul 2010 21:38:06 +0000 (18:38 -0300)]
ffmpegenc: Fix timestamp resyncing

Properly convert bytes into time using sample size, sample rate
and channels number, instead of sample rate only.

This can cause huge timestamp discontinuities (even though the
durations remain correct) and might cause problems to muxers.

Fixes #623388

14 years agoffmpegmux: Add rtp to the blacklisted muxers
Edward Hervey [Fri, 2 Jul 2010 15:21:27 +0000 (17:21 +0200)]
ffmpegmux: Add rtp to the blacklisted muxers

14 years agocodecmap: Specify the quicktime variant for mov and mp4 formats
Edward Hervey [Fri, 2 Jul 2010 10:40:03 +0000 (12:40 +0200)]
codecmap: Specify the quicktime variant for mov and mp4 formats

14 years agoconfigure.ac: 0.10.10.4 pre-release
Edward Hervey [Wed, 30 Jun 2010 08:32:25 +0000 (10:32 +0200)]
configure.ac: 0.10.10.4 pre-release

14 years agoBump automake requirement to 1.10, autoconf to 2.60 and libtool to 1.5
Tim-Philipp Müller [Mon, 28 Jun 2010 16:13:50 +0000 (17:13 +0100)]
Bump automake requirement to 1.10, autoconf to 2.60 and libtool to 1.5

For maintainability reasons. These are the versions we require in
other modules.

14 years ago0.10.10.3 pre-release
Edward Hervey [Sun, 27 Jun 2010 10:52:39 +0000 (12:52 +0200)]
0.10.10.3 pre-release

14 years agogst-libs: Simplify make dist by a metric truckload
Edward Hervey [Sun, 27 Jun 2010 10:49:02 +0000 (12:49 +0200)]
gst-libs: Simplify make dist by a metric truckload

Just use svn export instead of trying to be smart about which files
we need.

This makes the resulting gst-ffmpeg tarball a bit bigger, but at least
we know we have everything needed to build gst-ffmpeg

14 years ago0.10.10.2 pre-release
Edward Hervey [Sun, 27 Jun 2010 08:51:48 +0000 (10:51 +0200)]
0.10.10.2 pre-release

14 years agoffmpegmux: Add alternate element in description
David Schleef [Fri, 25 Jun 2010 22:59:24 +0000 (15:59 -0700)]
ffmpegmux: Add alternate element in description

For muxers where there is a better GStreamer alternative, add
"(not recommended, use alternate_element_name instead)" to
the description.

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

14 years agoffmpegmux: Disable raw muxers
David Schleef [Fri, 25 Jun 2010 22:57:45 +0000 (15:57 -0700)]
ffmpegmux: Disable raw muxers

They are effectively identity elements.  Many are already
disabled via blacklist.

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

14 years agoffdeinterlace: Set "interlaced=false" in the source pad's caps
Andoni Morales Alastruey [Fri, 25 Jun 2010 14:26:00 +0000 (16:26 +0200)]
ffdeinterlace: Set "interlaced=false" in the source pad's caps

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

14 years agoAutomatic update of common submodule
Stefan Kost [Thu, 24 Jun 2010 12:09:59 +0000 (15:09 +0300)]
Automatic update of common submodule

From 35617c2 to a519571

14 years agogst-libs: Fixup make distclean for new ffmpeg
Edward Hervey [Wed, 16 Jun 2010 10:10:34 +0000 (12:10 +0200)]
gst-libs: Fixup make distclean for new ffmpeg

14 years agoconfigure: Disable doc/applicatoin building
Edward Hervey [Wed, 16 Jun 2010 09:55:40 +0000 (11:55 +0200)]
configure: Disable doc/applicatoin building

14 years agoconfigure: Use --enable-pic instead of --enabled-shared
Edward Hervey [Wed, 16 Jun 2010 09:46:02 +0000 (11:46 +0200)]
configure: Use --enable-pic instead of --enabled-shared

Not sure when that option was added, but it does what we want (i.e. produce
PIC code in .a/.la that we can then link into a shared library)

14 years agoffmpegrev: Switch to head of ffmpeg SVN as of Wed Jun 5th
Edward Hervey [Wed, 16 Jun 2010 08:53:39 +0000 (10:53 +0200)]
ffmpegrev: Switch to head of ffmpeg SVN as of Wed Jun 5th

14 years agoffmpegrev: Fix checkout directory to prevent a new checkout every time autogen.sh...
Sebastian Dröge [Tue, 15 Jun 2010 17:50:29 +0000 (19:50 +0200)]
ffmpegrev: Fix checkout directory to prevent a new checkout every time autogen.sh runs

14 years agoAutomatic update of common submodule
Edward Hervey [Tue, 15 Jun 2010 14:50:33 +0000 (16:50 +0200)]
Automatic update of common submodule

From 9339ccc to 35617c2

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:54:55 +0000 (16:54 +0300)]
Automatic update of common submodule

From 5adb1ca to 9339ccc

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 13:36:03 +0000 (16:36 +0300)]
Automatic update of common submodule

From 57c89b7 to 5adb1ca

14 years agoAutomatic update of common submodule
Stefan Kost [Tue, 15 Jun 2010 12:50:24 +0000 (15:50 +0300)]
Automatic update of common submodule

From c804988 to 57c89b7

14 years agoFix build if ORC is not installed
Thijs Vermeir [Tue, 15 Jun 2010 07:40:18 +0000 (09:40 +0200)]
Fix build if ORC is not installed

14 years agoffmpeg: Call orc_init() before trying to get target flags
Sebastian Dröge [Mon, 14 Jun 2010 13:31:34 +0000 (15:31 +0200)]
ffmpeg: Call orc_init() before trying to get target flags

14 years agoUse orc instead of liboil for CPU feature detection
Sebastian Dröge [Mon, 14 Jun 2010 12:38:44 +0000 (14:38 +0200)]
Use orc instead of liboil for CPU feature detection

14 years agoconfigure: Use GLIB_EXTRA_CFLAGS
Sebastian Dröge [Mon, 14 Jun 2010 11:28:41 +0000 (13:28 +0200)]
configure: Use GLIB_EXTRA_CFLAGS

14 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 14 Jun 2010 11:05:39 +0000 (13:05 +0200)]
Automatic update of common submodule

From 7a0fdf5 to c804988

14 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 14 Jun 2010 09:35:21 +0000 (11:35 +0200)]
Automatic update of common submodule

From 6da3bab to 7a0fdf5

14 years agoAutomatic update of common submodule
Sebastian Dröge [Sat, 12 Jun 2010 06:29:43 +0000 (08:29 +0200)]
Automatic update of common submodule

From 733fca9 to 6da3bab

14 years agogstffmpegcodecmap: Fix ATRAC1/3 caps
Albert Lee [Fri, 11 Jun 2010 06:23:34 +0000 (08:23 +0200)]
gstffmpegcodecmap: Fix ATRAC1/3 caps

14 years agoAutomatic update of common submodule
David Schleef [Wed, 9 Jun 2010 19:40:29 +0000 (12:40 -0700)]
Automatic update of common submodule

From fad145b to 733fca9

14 years agoAutomatic update of common submodule
David Schleef [Wed, 9 Jun 2010 19:34:23 +0000 (12:34 -0700)]
Automatic update of common submodule

From 47683c1 to fad145b

14 years agoffmpegdec: fix typo in comment
Zaheer Abbas Merali [Fri, 4 Jun 2010 17:30:59 +0000 (18:30 +0100)]
ffmpegdec: fix typo in comment

14 years agoAutomatic update of common submodule
David Schleef [Wed, 2 Jun 2010 06:49:41 +0000 (23:49 -0700)]
Automatic update of common submodule

From 17f89e5 to 47683c1

14 years agoAutomatic update of common submodule
David Schleef [Wed, 2 Jun 2010 05:55:28 +0000 (22:55 -0700)]
Automatic update of common submodule

From fd7ca04 to 17f89e5

14 years agoconfigure.ac: Execute ffmpeg's configure command from that directory
Edward Hervey [Mon, 31 May 2010 17:18:20 +0000 (19:18 +0200)]
configure.ac: Execute ffmpeg's configure command from that directory

Avoids stupid sed warnings

14 years agoconfigure.ac: Don't build filters
Edward Hervey [Mon, 31 May 2010 16:53:51 +0000 (18:53 +0200)]
configure.ac: Don't build filters

We don't use them

14 years agoffmpegrev: Switch to head of 0.6 branch
Edward Hervey [Mon, 31 May 2010 16:53:34 +0000 (18:53 +0200)]
ffmpegrev: Switch to head of 0.6 branch

In preparation for ffmpeg 0.6 release

14 years agocodecmap: First round of type mapping wrapping : image formats
Edward Hervey [Mon, 31 May 2010 16:53:12 +0000 (18:53 +0200)]
codecmap: First round of type mapping wrapping : image formats

14 years agoffmpegdec/enc: Blacklist more raw formats
Edward Hervey [Mon, 31 May 2010 16:44:02 +0000 (18:44 +0200)]
ffmpegdec/enc: Blacklist more raw formats

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Wed, 26 May 2010 10:56:11 +0000 (11:56 +0100)]
Automatic update of common submodule

From 357b0db to fd7ca04

14 years agobuild: make autotools put .m4 files into m4/ instead of common/m4/
Tim-Philipp Müller [Tue, 25 May 2010 13:01:34 +0000 (14:01 +0100)]
build: make autotools put .m4 files into m4/ instead of common/m4/

We don't want generated/copied files in common.

14 years agoconfigure: avoid bash-ism
Tim-Philipp Müller [Tue, 25 May 2010 12:56:49 +0000 (13:56 +0100)]
configure: avoid bash-ism

14 years agobuild: add cruft rules for common/shave*
Tim-Philipp Müller [Tue, 25 May 2010 12:26:45 +0000 (13:26 +0100)]
build: add cruft rules for common/shave*

14 years agoffmpegdec: sipro decoder should have higher rank than realaudiodec
Tim-Philipp Müller [Tue, 25 May 2010 11:55:14 +0000 (12:55 +0100)]
ffmpegdec: sipro decoder should have higher rank than realaudiodec

14 years agoffmpegdec: Don't leak the GstDataPassThrough items
Edward Hervey [Mon, 17 May 2010 17:42:41 +0000 (19:42 +0200)]
ffmpegdec: Don't leak the GstDataPassThrough items

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 14 May 2010 17:25:58 +0000 (18:25 +0100)]
Automatic update of common submodule

From 4d67bd6 to 357b0db

14 years agogstffmpegenc: Make getcaps proxy the downstream height/width/framerate requirements
Olivier Crête [Fri, 6 Mar 2009 18:47:05 +0000 (13:47 -0500)]
gstffmpegenc: Make getcaps proxy the downstream height/width/framerate requirements

See #577784.

14 years agocodecmap: Respect the various h263 options
Olivier Crête [Fri, 6 Mar 2009 02:35:46 +0000 (21:35 -0500)]
codecmap: Respect the various h263 options

See #577784.

14 years agogstffmpegcfg: Expose loop-filter flag
Olivier Crête [Fri, 6 Mar 2009 00:12:18 +0000 (19:12 -0500)]
gstffmpegcfg: Expose loop-filter flag

See #577784.

14 years agoffmpegcodecmap: Add mapping for SIPR
Edward Hervey [Sat, 8 May 2010 11:24:47 +0000 (13:24 +0200)]
ffmpegcodecmap: Add mapping for SIPR

14 years agodoap: update repository info from cvs->git and maintainers
Tim-Philipp Müller [Tue, 20 Apr 2010 16:24:50 +0000 (17:24 +0100)]
doap: update repository info from cvs->git and maintainers

14 years agoAutomatic update of common submodule
Tim-Philipp Müller [Fri, 23 Apr 2010 13:42:03 +0000 (14:42 +0100)]
Automatic update of common submodule

From fc85867 to 4d67bd6

14 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 9 Apr 2010 09:23:37 +0000 (11:23 +0200)]
Automatic update of common submodule

From c1d07dd to fc85867

14 years agoAutomatic update of common submodule
Edward Hervey [Wed, 24 Mar 2010 17:55:48 +0000 (18:55 +0100)]
Automatic update of common submodule

From 55cd514 to c1d07dd

14 years agopostproc: Mark postproc filters table as const
Sebastian Dröge [Wed, 24 Mar 2010 15:37:37 +0000 (16:37 +0100)]
postproc: Mark postproc filters table as const

14 years agotests: Fix compiler warning
Sebastian Dröge [Wed, 24 Mar 2010 12:15:18 +0000 (13:15 +0100)]
tests: Fix compiler warning

14 years agoffmpeg: Fix some remaining compiler warnings
Sebastian Dröge [Wed, 24 Mar 2010 11:36:27 +0000 (12:36 +0100)]
ffmpeg: Fix some remaining compiler warnings

14 years agobuild: Add all kinds of compiler warning flags and fix the resulting warnings
Sebastian Dröge [Wed, 24 Mar 2010 11:07:28 +0000 (12:07 +0100)]
build: Add all kinds of compiler warning flags and fix the resulting warnings

14 years agoconfigure: $GST_CVS -> $GST_GIT
Sebastian Dröge [Wed, 24 Mar 2010 10:53:46 +0000 (11:53 +0100)]
configure: $GST_CVS -> $GST_GIT