Sebastian Dröge [Thu, 16 Dec 2010 09:05:03 +0000 (10:05 +0100)]
ffdeinterlace: Change classification to Filter/Effect/Video/Deinterlace
Stefan Kost [Wed, 15 Dec 2010 12:56:50 +0000 (14:56 +0200)]
Automatic update of common submodule
From 20742ae to 169462a
Stefan Kost [Mon, 13 Dec 2010 14:24:24 +0000 (16:24 +0200)]
Automatic update of common submodule
From 011bcc8 to 20742ae
Wim Taymans [Sun, 12 Dec 2010 11:38:55 +0000 (12:38 +0100)]
dec: scale the estimated duration by number of frames
When estimating the frame duration, the diff between two incomming timestamps
should be scaled by the amount of frames in the interval. Improves duration
estimation and DTS interpolation.
Wim Taymans [Sun, 12 Dec 2010 09:54:09 +0000 (10:54 +0100)]
dec: use input timestamp diff for duration estimation
Use the diff between input timestamps to estimate the duration when no duration
is set on input buffers. Only do this when there are no reordered input
timestamps. Improves interpolation in DTS mode when no input duration is set.
Jan Schmidt [Wed, 27 Oct 2010 12:17:43 +0000 (13:17 +0100)]
Automatic update of common submodule
From 7bbd708 to 011bcc8
Mark Nauwelaerts [Mon, 25 Oct 2010 10:14:42 +0000 (12:14 +0200)]
ffmpegenc: ensure proper clean state prior to (re-)negotiation
Fixes #632691.
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.
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
Stefan Kost [Tue, 19 Oct 2010 14:26:08 +0000 (17:26 +0300)]
various: add missing G_PARAM_STATIC_STRINGS flags
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.
David Schleef [Thu, 14 Oct 2010 19:32:28 +0000 (12:32 -0700)]
Automatic update of common submodule
From 5a668bf to 7bbd708
Edward Hervey [Tue, 12 Oct 2010 14:17:51 +0000 (16:17 +0200)]
ffmpegdec: Fix debug statements
David Schleef [Fri, 8 Oct 2010 19:45:01 +0000 (12:45 -0700)]
Automatic update of common submodule
From c4a8adc to 5a668bf
Sebastian Dröge [Fri, 8 Oct 2010 10:56:28 +0000 (12:56 +0200)]
Automatic update of common submodule
From 5e3c9bf to c4a8adc
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
Wim Taymans [Wed, 6 Oct 2010 16:51:24 +0000 (18:51 +0200)]
ffdec: add debug line
Wim Taymans [Wed, 6 Oct 2010 16:23:57 +0000 (18:23 +0200)]
ffdec: add fixmes
Wim Taymans [Wed, 6 Oct 2010 16:15:03 +0000 (18:15 +0200)]
ffdec: add some comments
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
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.
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.
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.
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.
Edward Hervey [Tue, 21 Sep 2010 16:34:43 +0000 (18:34 +0200)]
Automatic update of common submodule
From aa0d1d0 to 5e3c9bf
Tim-Philipp Müller [Tue, 7 Sep 2010 10:43:15 +0000 (11:43 +0100)]
Automatic update of common submodule
From c2e10bf to aa0d1d0
David Schleef [Mon, 6 Sep 2010 01:58:59 +0000 (18:58 -0700)]
Automatic update of common submodule
From d3d9acf to c2e10bf
Sebastian Dröge [Sun, 5 Sep 2010 10:27:58 +0000 (12:27 +0200)]
configure: Require orc >= 0.4.6 for --compat
Sebastian Dröge [Sun, 5 Sep 2010 10:20:44 +0000 (12:20 +0200)]
Automatic update of common submodule
From ec60217 to d3d9acf
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()
Stefan Kost [Fri, 13 Aug 2010 14:24:53 +0000 (17:24 +0300)]
Automatic update of common submodule
From 3e8db1d to ec60217
Tim-Philipp Müller [Tue, 10 Aug 2010 09:59:24 +0000 (10:59 +0100)]
Automatic update of common submodule
From bd2054b to 3e8db1d
Stefan Kost [Thu, 5 Aug 2010 10:57:39 +0000 (13:57 +0300)]
Automatic update of common submodule
From a519571 to bd2054b
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
Sebastian Dröge [Wed, 4 Aug 2010 17:32:51 +0000 (19:32 +0200)]
configure: Fix FIXME comment
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.
Edward Hervey [Fri, 16 Jul 2010 10:45:18 +0000 (12:45 +0200)]
Back to development.
Edward Hervey [Thu, 15 Jul 2010 19:28:30 +0000 (21:28 +0200)]
releasing 0.10.11, "Feeding trolls is strictly forbidden"
Edward Hervey [Wed, 7 Jul 2010 10:41:24 +0000 (12:41 +0200)]
configure.ac: 0.10.10.5 pre-release
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
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
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
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
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
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.
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
Edward Hervey [Fri, 2 Jul 2010 15:21:27 +0000 (17:21 +0200)]
ffmpegmux: Add rtp to the blacklisted muxers
Edward Hervey [Fri, 2 Jul 2010 10:40:03 +0000 (12:40 +0200)]
codecmap: Specify the quicktime variant for mov and mp4 formats
Edward Hervey [Wed, 30 Jun 2010 08:32:25 +0000 (10:32 +0200)]
configure.ac: 0.10.10.4 pre-release
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.
Edward Hervey [Sun, 27 Jun 2010 10:52:39 +0000 (12:52 +0200)]
0.10.10.3 pre-release
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
Edward Hervey [Sun, 27 Jun 2010 08:51:48 +0000 (10:51 +0200)]
0.10.10.2 pre-release
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
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
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
Stefan Kost [Thu, 24 Jun 2010 12:09:59 +0000 (15:09 +0300)]
Automatic update of common submodule
From 35617c2 to a519571
Edward Hervey [Wed, 16 Jun 2010 10:10:34 +0000 (12:10 +0200)]
gst-libs: Fixup make distclean for new ffmpeg
Edward Hervey [Wed, 16 Jun 2010 09:55:40 +0000 (11:55 +0200)]
configure: Disable doc/applicatoin building
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)
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
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
Edward Hervey [Tue, 15 Jun 2010 14:50:33 +0000 (16:50 +0200)]
Automatic update of common submodule
From 9339ccc to 35617c2
Stefan Kost [Tue, 15 Jun 2010 13:54:55 +0000 (16:54 +0300)]
Automatic update of common submodule
From 5adb1ca to 9339ccc
Stefan Kost [Tue, 15 Jun 2010 13:36:03 +0000 (16:36 +0300)]
Automatic update of common submodule
From 57c89b7 to 5adb1ca
Stefan Kost [Tue, 15 Jun 2010 12:50:24 +0000 (15:50 +0300)]
Automatic update of common submodule
From c804988 to 57c89b7
Thijs Vermeir [Tue, 15 Jun 2010 07:40:18 +0000 (09:40 +0200)]
Fix build if ORC is not installed
Sebastian Dröge [Mon, 14 Jun 2010 13:31:34 +0000 (15:31 +0200)]
ffmpeg: Call orc_init() before trying to get target flags
Sebastian Dröge [Mon, 14 Jun 2010 12:38:44 +0000 (14:38 +0200)]
Use orc instead of liboil for CPU feature detection
Sebastian Dröge [Mon, 14 Jun 2010 11:28:41 +0000 (13:28 +0200)]
configure: Use GLIB_EXTRA_CFLAGS
Sebastian Dröge [Mon, 14 Jun 2010 11:05:39 +0000 (13:05 +0200)]
Automatic update of common submodule
From 7a0fdf5 to c804988
Sebastian Dröge [Mon, 14 Jun 2010 09:35:21 +0000 (11:35 +0200)]
Automatic update of common submodule
From 6da3bab to 7a0fdf5
Sebastian Dröge [Sat, 12 Jun 2010 06:29:43 +0000 (08:29 +0200)]
Automatic update of common submodule
From 733fca9 to 6da3bab
Albert Lee [Fri, 11 Jun 2010 06:23:34 +0000 (08:23 +0200)]
gstffmpegcodecmap: Fix ATRAC1/3 caps
David Schleef [Wed, 9 Jun 2010 19:40:29 +0000 (12:40 -0700)]
Automatic update of common submodule
From fad145b to 733fca9
David Schleef [Wed, 9 Jun 2010 19:34:23 +0000 (12:34 -0700)]
Automatic update of common submodule
From 47683c1 to fad145b
Zaheer Abbas Merali [Fri, 4 Jun 2010 17:30:59 +0000 (18:30 +0100)]
ffmpegdec: fix typo in comment
David Schleef [Wed, 2 Jun 2010 06:49:41 +0000 (23:49 -0700)]
Automatic update of common submodule
From 17f89e5 to 47683c1
David Schleef [Wed, 2 Jun 2010 05:55:28 +0000 (22:55 -0700)]
Automatic update of common submodule
From fd7ca04 to 17f89e5
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
Edward Hervey [Mon, 31 May 2010 16:53:51 +0000 (18:53 +0200)]
configure.ac: Don't build filters
We don't use them
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
Edward Hervey [Mon, 31 May 2010 16:53:12 +0000 (18:53 +0200)]
codecmap: First round of type mapping wrapping : image formats
Edward Hervey [Mon, 31 May 2010 16:44:02 +0000 (18:44 +0200)]
ffmpegdec/enc: Blacklist more raw formats
Tim-Philipp Müller [Wed, 26 May 2010 10:56:11 +0000 (11:56 +0100)]
Automatic update of common submodule
From 357b0db to fd7ca04
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.
Tim-Philipp Müller [Tue, 25 May 2010 12:56:49 +0000 (13:56 +0100)]
configure: avoid bash-ism
Tim-Philipp Müller [Tue, 25 May 2010 12:26:45 +0000 (13:26 +0100)]
build: add cruft rules for common/shave*
Tim-Philipp Müller [Tue, 25 May 2010 11:55:14 +0000 (12:55 +0100)]
ffmpegdec: sipro decoder should have higher rank than realaudiodec
Edward Hervey [Mon, 17 May 2010 17:42:41 +0000 (19:42 +0200)]
ffmpegdec: Don't leak the GstDataPassThrough items
Tim-Philipp Müller [Fri, 14 May 2010 17:25:58 +0000 (18:25 +0100)]
Automatic update of common submodule
From 4d67bd6 to 357b0db
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.
Olivier Crête [Fri, 6 Mar 2009 02:35:46 +0000 (21:35 -0500)]
codecmap: Respect the various h263 options
See #577784.
Olivier Crête [Fri, 6 Mar 2009 00:12:18 +0000 (19:12 -0500)]
gstffmpegcfg: Expose loop-filter flag
See #577784.
Edward Hervey [Sat, 8 May 2010 11:24:47 +0000 (13:24 +0200)]
ffmpegcodecmap: Add mapping for SIPR
Tim-Philipp Müller [Tue, 20 Apr 2010 16:24:50 +0000 (17:24 +0100)]
doap: update repository info from cvs->git and maintainers
Tim-Philipp Müller [Fri, 23 Apr 2010 13:42:03 +0000 (14:42 +0100)]
Automatic update of common submodule
From fc85867 to 4d67bd6
Sebastian Dröge [Fri, 9 Apr 2010 09:23:37 +0000 (11:23 +0200)]
Automatic update of common submodule
From c1d07dd to fc85867
Edward Hervey [Wed, 24 Mar 2010 17:55:48 +0000 (18:55 +0100)]
Automatic update of common submodule
From 55cd514 to c1d07dd
Sebastian Dröge [Wed, 24 Mar 2010 15:37:37 +0000 (16:37 +0100)]
postproc: Mark postproc filters table as const