Commit graph

1254 commits

Author SHA1 Message Date
David Schleef
d2a6dacfd5 Automatic update of common submodule
From 47683c1 to fad145b
2010-06-09 12:34:23 -07:00
Zaheer Abbas Merali
22a343207c ffmpegdec: fix typo in comment 2010-06-04 18:30:59 +01:00
David Schleef
3abb808110 Automatic update of common submodule
From 17f89e5 to 47683c1
2010-06-01 23:49:41 -07:00
David Schleef
60982c29ec Automatic update of common submodule
From fd7ca04 to 17f89e5
2010-06-01 22:55:28 -07:00
Edward Hervey
b67df81be5 configure.ac: Execute ffmpeg's configure command from that directory
Avoids stupid sed warnings
2010-05-31 19:18:20 +02:00
Edward Hervey
7f49941366 configure.ac: Don't build filters
We don't use them
2010-05-31 18:53:51 +02:00
Edward Hervey
0e4efec66c ffmpegrev: Switch to head of 0.6 branch
In preparation for ffmpeg 0.6 release
2010-05-31 18:53:34 +02:00
Edward Hervey
c28097b6c4 codecmap: First round of type mapping wrapping : image formats 2010-05-31 18:53:12 +02:00
Edward Hervey
2fccd4640f ffmpegdec/enc: Blacklist more raw formats 2010-05-31 18:44:02 +02:00
Tim-Philipp Müller
c50ec5e605 Automatic update of common submodule
From 357b0db to fd7ca04
2010-05-26 11:56:11 +01:00
Tim-Philipp Müller
28c8bfbbda build: make autotools put .m4 files into m4/ instead of common/m4/
We don't want generated/copied files in common.
2010-05-25 14:01:34 +01:00
Tim-Philipp Müller
a53eff72d6 configure: avoid bash-ism 2010-05-25 13:56:49 +01:00
Tim-Philipp Müller
197cec447e build: add cruft rules for common/shave* 2010-05-25 13:26:45 +01:00
Tim-Philipp Müller
dc2efe2d24 ffmpegdec: sipro decoder should have higher rank than realaudiodec 2010-05-25 12:55:14 +01:00
Edward Hervey
f9c2467241 ffmpegdec: Don't leak the GstDataPassThrough items 2010-05-17 19:43:24 +02:00
Tim-Philipp Müller
b7f737fd8a Automatic update of common submodule
From 4d67bd6 to 357b0db
2010-05-14 18:25:58 +01:00
Olivier Crête
83820511a8 gstffmpegenc: Make getcaps proxy the downstream height/width/framerate requirements
See #577784.
2010-05-10 15:41:57 +02:00
Olivier Crête
2b891aff61 codecmap: Respect the various h263 options
See #577784.
2010-05-10 15:41:45 +02:00
Olivier Crête
21e855d167 gstffmpegcfg: Expose loop-filter flag
See #577784.
2010-05-10 15:41:07 +02:00
Edward Hervey
0fb014fdbe ffmpegcodecmap: Add mapping for SIPR 2010-05-08 13:47:56 +02:00
Tim-Philipp Müller
f345b8911c doap: update repository info from cvs->git and maintainers 2010-04-26 00:30:13 +01:00
Tim-Philipp Müller
e678f57177 Automatic update of common submodule
From fc85867 to 4d67bd6
2010-04-23 14:42:03 +01:00
Sebastian Dröge
5ae1c70e46 Automatic update of common submodule
From c1d07dd to fc85867
2010-04-09 11:23:37 +02:00
Edward Hervey
c10d0c11d5 Automatic update of common submodule
From 55cd514 to c1d07dd
2010-03-24 18:55:48 +01:00
Sebastian Dröge
c023b6a47a postproc: Mark postproc filters table as const 2010-03-24 16:37:37 +01:00
Sebastian Dröge
36e0b54e61 tests: Fix compiler warning 2010-03-24 13:15:18 +01:00
Sebastian Dröge
af3de9ac9f ffmpeg: Fix some remaining compiler warnings 2010-03-24 12:36:27 +01:00
Sebastian Dröge
a450bd027f build: Add all kinds of compiler warning flags and fix the resulting warnings 2010-03-24 12:07:28 +01:00
Sebastian Dröge
47f9aba42d configure: $GST_CVS -> $GST_GIT 2010-03-24 11:53:46 +01:00
Sebastian Dröge
2e079b742a ffmpeg: Use gst_element_set_details_simple() 2010-03-24 11:51:53 +01:00
Edward Hervey
3230d4da09 gstffmpegcodecmap: Give a proper mapping for NSV format 2010-03-23 18:53:24 +01:00
Raimo Järvi
9637ff5ab1 ffdec: Update caps if the aspect ratio changes
Fixes bug #613231.
2010-03-18 14:08:51 +01:00
Edward Hervey
798e0f9629 Automatic update of common submodule
From e272f71 to 55cd514
2010-03-12 14:00:10 +01:00
Thiago Santos
b234d0b308 ffdec: Make metadata writable before setting caps
In case we haven't created the output buffer, we should make
metadata writable before setting caps on it.
Fixes check unit tests.
2010-03-11 10:13:46 -03:00
Thiago Santos
c300a0a9f2 ffdec_aac: Do not parse raw format
If the stream is 'raw' format, do not use parsers.
Re-enables the aac decoder by putting it back to default
ffdec rank.

Fixes #566250
2010-03-11 09:55:49 -03:00
Benjamin Otte
d0ac5265fa Automatic update of common submodule
From df8a7c8 to e272f71
2010-03-11 11:21:30 +01:00
Benjamin Otte
0943520b57 Update for recent changes to common submodule
This just replaces every "$ERROR_CFLAGS" usage with a usage of
"$WARNING_CFLAGS $ERROR_CFLAGS" to get the same functionality as
previously.

Actually using that separation will happen later.
2010-03-10 22:10:08 +01:00
Benjamin Otte
9ed6fbf03c Automatic update of common submodule
From 9720a7d to df8a7c8
2010-03-10 21:52:41 +01:00
Benjamin Otte
38da8d0799 Automatic update of common submodule
From 0b6e072 to 9720a7d
2010-03-10 20:44:28 +01:00
Benjamin Otte
fdaab26b22 Automatic update of common submodule
From 7cc5eb4 to 0b6e072
2010-03-10 16:10:27 +01:00
Edward Hervey
a55e9afbee configure.ac: And back to development we go...
... even if some people didn't pay attention :P
2010-03-10 10:07:10 +01:00
Tim-Philipp Müller
eb49675828 Automatic update of common submodule
From 7aa65b5 to 7cc5eb4
2010-03-10 01:11:09 +00:00
Sebastian Dröge
82c8eaa0e0 Automatic update of common submodule
From 44ecce7 to 7aa65b5
2010-03-09 21:41:00 +00:00
Sebastian Dröge
441783b937 configure: Use automake 1.11 silent rules instead of shave if available
This makes sure that we use something that is still maintained and
also brings back libtool 1.5 support.
2010-03-09 21:12:21 +00:00
Edward Hervey
bfb25f0d62 releasing 0.10.10, "It's the bomb" 2010-03-06 14:06:06 +01:00
Edward Hervey
ae60a3fa09 0.10.9.4 pre-release 2010-03-04 09:55:33 +01:00
Edward Hervey
7162290afe ffmpegdemux: Use av_free_packet.
Fixes #611782
2010-03-04 08:59:19 +01:00
Edward Hervey
d4e63b2727 gstffmpegdec: Disable direct-rendering for svq1/vp56 decoders.
They use a non-standard stride which we can't support.

Fixes #610613
2010-03-03 19:03:19 +01:00
Edward Hervey
38b71e40e6 gstffmpegcodecmap: Remove 'format' specified for wmv3 decoder.
Allows WMVA (Advanced Profile) videos to be properly auto-linked.
Doesn't introduce a regression for VC1 files.

Fixes #611722
2010-03-03 18:35:40 +01:00
Edward Hervey
bb2acca229 gstffmpegdec: Handle durations in reordered frames
The buffer durations were not being reordered along with the timestamp
and offset of the buffers, resulting in buffers using the duration of the
latest incoming frame instead of their original frame.

Fixes #611398
2010-03-01 12:52:19 +01:00