Wim Taymans
a0bc6f6e9d
ffdec: add debug line
2010-10-06 18:51:24 +02:00
Wim Taymans
48e612afda
ffdec: add fixmes
2010-10-06 18:23:57 +02:00
Wim Taymans
b41aab3690
ffdec: add some comments
2010-10-06 18:15:03 +02:00
Wim Taymans
76d9685202
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
2010-10-06 17:42:30 +02:00
Wim Taymans
edb79396f2
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.
2010-10-06 17:42:30 +02:00
Wim Taymans
4aa9b97d3f
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.
2010-10-06 16:58:52 +02:00
Wim Taymans
c330cdcc5d
ffdec: rename time variable
...
Rename the time variable to avoid confusion with the time function.
Add some debug to the QoS update function.
2010-10-06 16:58:40 +02:00
Wim Taymans
7d531c06bb
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.
2010-10-06 16:58:34 +02:00
Edward Hervey
a0e36128c2
Automatic update of common submodule
...
From aa0d1d0 to 5e3c9bf
2010-09-21 18:34:43 +02:00
Tim-Philipp Müller
94d8666468
Automatic update of common submodule
...
From c2e10bf to aa0d1d0
2010-09-07 11:43:15 +01:00
David Schleef
2a0a0acf01
Automatic update of common submodule
...
From d3d9acf to c2e10bf
2010-09-05 18:58:59 -07:00
Sebastian Dröge
d4a999ca93
configure: Require orc >= 0.4.6 for --compat
2010-09-05 12:28:18 +02:00
Sebastian Dröge
a437c2c651
Automatic update of common submodule
...
From ec60217 to d3d9acf
2010-09-05 12:20:44 +02:00
Sebastian Dröge
37357063bf
ffmpegdemux: Don't use GST_FLOW_IS_FATAL() and GST_FLOW_IS_SUCCESS()
2010-08-27 18:29:15 +02:00
Stefan Kost
d515696ae9
Automatic update of common submodule
...
From 3e8db1d to ec60217
2010-08-13 17:24:53 +03:00
Tim-Philipp Müller
aeb51020ea
Automatic update of common submodule
...
From bd2054b to 3e8db1d
2010-08-10 10:59:24 +01:00
Stefan Kost
66602768bc
Automatic update of common submodule
...
From a519571 to bd2054b
2010-08-05 13:57:39 +03:00
Sebastian Dröge
d3627ad44c
configure: Use AC_PROG_CC_STDC instead of the automake variant
2010-08-04 19:41:06 +02:00
Sebastian Dröge
7ee6a15112
configure: Fix FIXME comment
2010-08-04 19:32:51 +02:00
Tim-Philipp Müller
e0984904c3
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 .
2010-07-18 20:15:32 +01:00
Edward Hervey
1fade81e14
Back to development.
2010-07-16 12:45:18 +02:00
Edward Hervey
65cc6881a4
releasing 0.10.11, "Feeding trolls is strictly forbidden"
2010-07-15 21:28:30 +02:00
Edward Hervey
40466f939a
configure.ac: 0.10.10.5 pre-release
2010-07-07 12:41:24 +02:00
Edward Hervey
f9c8fac537
ffmpegmux: Use "Formatter/Metadata" klass when needed
...
https://bugzilla.gnome.org/show_bug.cgi?id=623671
2010-07-06 14:02:09 +02:00
Edward Hervey
25db74ec41
ffmpegmux: Add more replacements
...
https://bugzilla.gnome.org/show_bug.cgi?id=623671
2010-07-06 14:02:09 +02:00
Edward Hervey
6191dbb7dd
codecmap: Fix the caps of various mov/amr formats
...
https://bugzilla.gnome.org/show_bug.cgi?id=623671
2010-07-06 14:02:09 +02:00
Edward Hervey
38c2b3788e
gstffmpegmux: Set rank of blacklisted muxers to GST_RANK_NONE
...
https://bugzilla.gnome.org/show_bug.cgi?id=623671
2010-07-06 14:02:09 +02:00
Edward Hervey
00e177458c
ext: Fix CFLAGS order
...
We'd pick up system-wide ffmpeg headers otherwise
2010-07-05 15:48:41 +02:00
Mark Nauwelaerts
1d0b29414a
ffmpegenc: fix timestamp resyncing some more
...
Convert bytes to samples in remaining occurrence.
See #623388 .
2010-07-05 11:10:09 +02:00
Thiago Santos
b8f556a566
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
2010-07-03 11:57:09 -03:00
Edward Hervey
2f6086e495
ffmpegmux: Add rtp to the blacklisted muxers
2010-07-02 17:21:27 +02:00
Edward Hervey
edeb185374
codecmap: Specify the quicktime variant for mov and mp4 formats
2010-07-02 12:40:03 +02:00
Edward Hervey
a2ed45acc0
configure.ac: 0.10.10.4 pre-release
2010-06-30 10:32:25 +02:00
Tim-Philipp Müller
e90a2a7161
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.
2010-06-28 17:13:50 +01:00
Edward Hervey
1675f78222
0.10.10.3 pre-release
2010-06-27 12:52:39 +02:00
Edward Hervey
411138d734
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
2010-06-27 12:49:02 +02:00
Edward Hervey
65c5d814c2
0.10.10.2 pre-release
2010-06-27 10:51:48 +02:00
David Schleef
00d87bcd83
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
2010-06-27 10:38:25 +02:00
David Schleef
52e8d62513
ffmpegmux: Disable raw muxers
...
They are effectively identity elements. Many are already
disabled via blacklist.
https://bugzilla.gnome.org/show_bug.cgi?id=622773
2010-06-27 10:38:24 +02:00
Andoni Morales Alastruey
7f12d83a39
ffdeinterlace: Set "interlaced=false" in the source pad's caps
...
https://bugzilla.gnome.org/show_bug.cgi?id=622736
2010-06-25 17:26:56 +02:00
Stefan Kost
9b3c3305f3
Automatic update of common submodule
...
From 35617c2 to a519571
2010-06-24 15:09:59 +03:00
Edward Hervey
024e9539ac
gst-libs: Fixup make distclean for new ffmpeg
2010-06-16 12:10:34 +02:00
Edward Hervey
96479cdd08
configure: Disable doc/applicatoin building
2010-06-16 11:55:40 +02:00
Edward Hervey
133b88fc63
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)
2010-06-16 11:46:02 +02:00
Edward Hervey
54f5a5ded6
ffmpegrev: Switch to head of ffmpeg SVN as of Wed Jun 5th
2010-06-16 10:53:39 +02:00
Sebastian Dröge
8b83e35aeb
ffmpegrev: Fix checkout directory to prevent a new checkout every time autogen.sh runs
2010-06-15 19:50:29 +02:00
Edward Hervey
b0292025cb
Automatic update of common submodule
...
From 9339ccc to 35617c2
2010-06-15 16:50:33 +02:00
Stefan Kost
3c3c770837
Automatic update of common submodule
...
From 5adb1ca to 9339ccc
2010-06-15 16:54:55 +03:00
Stefan Kost
24ee1ae85e
Automatic update of common submodule
...
From 57c89b7 to 5adb1ca
2010-06-15 16:36:03 +03:00
Stefan Kost
366dd95815
Automatic update of common submodule
...
From c804988 to 57c89b7
2010-06-15 15:50:24 +03:00