Edward Hervey
38607bd5e8
Automatic update of common submodule
...
From b098abb to b811047
2012-06-06 18:19:20 +02:00
Wim Taymans
8ae3ffa3d3
update for tag event change
2012-06-06 13:03:18 +02:00
Edward Hervey
034a79ea7c
Automatic update of common submodule
...
From f1b5a96 to 1fab359
2012-06-01 10:30:15 +02:00
Edward Hervey
9d8496f2b1
Automatic update of common submodule
...
From 96f075b to b098abb
2012-06-01 10:22:26 +02:00
Wim Taymans
c44eff6afb
avdec: fix paletted formats
...
Pass the palette as the side data for AVPacket so that it is written in the
second plane of output AVFrame.
2012-05-31 13:55:44 +02:00
Sebastian Dröge
38ede2422d
Automatic update of common submodule
...
From 92b7266 to f1b5a96
2012-05-31 13:10:20 +02:00
Sebastian Dröge
c95040361c
Automatic update of common submodule
...
From ec1c4a8 to 92b7266
2012-05-30 12:47:45 +02:00
Sebastian Dröge
a7bdb143a1
Automatic update of common submodule
...
From 1e6c5ea to 96f075b
2012-05-30 12:40:59 +02:00
Sebastian Dröge
437c89780c
Automatic update of common submodule
...
From ff4cad1 to 1e6c5ea
2012-05-30 12:31:59 +02:00
Sebastian Dröge
c6f529f495
Automatic update of common submodule
...
From 3429ba6 to ec1c4a8
2012-05-30 11:26:18 +02:00
Sebastian Dröge
899aa190fb
Automatic update of common submodule
...
From 7604bab to ff4cad1
2012-05-30 11:26:07 +02:00
Wim Taymans
e38b00489f
libav: add support for 10 bits I420
...
See https://bugzilla.gnome.org/show_bug.cgi?id=665034
2012-05-25 17:03:53 +02:00
Sebastian Dröge
bcf8096944
Automatic update of common submodule
...
From dc70203 to 3429ba6
2012-05-24 12:33:58 +02:00
Sebastian Dröge
9bb6517794
libav: Update to 0.8.2 release
2012-05-22 12:57:40 +02:00
Sebastian Dröge
01e0995f77
libav: Update to 0.8.2 release
2012-05-22 12:56:16 +02:00
Tim-Philipp Müller
9b4201db65
.gitignore: update for module name change
2012-05-16 08:16:50 +01:00
Matej Knopp
d80aa53de4
.gitignore: add visual studio IDE files and OS X .DS_Store files
...
https://bugzilla.gnome.org/show_bug.cgi?id=667899
2012-05-16 08:16:10 +01:00
Sebastian Dröge
e3252bc7fd
configure: Require core/base 0.11.91
2012-05-16 09:13:15 +02:00
Sebastian Dröge
346c32abf0
tests: Don't run the postproc test if compiled as an LGPL plugin
2012-05-15 14:43:19 +02:00
Sebastian Dröge
5d88a67e2f
tests: Don't run the postproc test if compiled as an LGPL plugin
2012-05-15 14:41:18 +02:00
Sebastian Dröge
cdf5b20f83
Back to development
2012-05-13 17:01:02 +02:00
Sebastian Dröge
b0d7e7e684
Release 0.11.91
2012-05-13 16:54:19 +02:00
Sebastian Dröge
991293dba2
Automatic update of common submodule
...
From dc70203 to 3429ba6
2012-05-13 15:57:59 +02:00
Nicolas Dufresne
35cf2e84f2
codecmap: correctly set height in AVCodecContext
...
https://bugzilla.gnome.org/show_bug.cgi?id=674899
2012-04-27 16:53:28 +02:00
Edward Hervey
f0a411235a
ffmpegviddec: Always keep a reference to the frame
...
Ensures no data gets cleared before the decoders are really done
with it.
2012-04-26 18:56:35 +02:00
Edward Hervey
6d2b483e15
ffmpegviddec: Flush and drain when needed
...
we need to flush avcodec internal state on hard resets
we need to drain out pending buffers on EOS and soft resets
2012-04-26 18:53:51 +02:00
Edward Hervey
252c5e0a92
ffmpegviddec: Add video/x-raw-gray to src pad template
2012-04-24 15:36:30 +02:00
Edward Hervey
8e42e0b6a4
codecmap: Add more GstVideoInfo<=>PixelFormat mappings
2012-04-24 15:36:00 +02:00
Edward Hervey
272823296f
ffmpegviddec: Port to GstVideoDecoder
2012-04-24 11:37:02 +02:00
Edward Hervey
134f7d7058
gstffmpegvidenc: Port to -base video classes
2012-04-24 11:37:02 +02:00
Edward Hervey
bdf7ebf411
ffmpegenc/dec: Remove audio/video specific code
...
Makes each file more manageable, second step to porting to base classes
2012-04-24 11:36:31 +02:00
Edward Hervey
6310ed46dd
ffmpeg: Clone encoder and decoder files
...
First step in porting to base video classes
2012-04-24 11:35:56 +02:00
Edward Hervey
04a2d01877
codecmap: Add utility for using with GstVideoFormat
2012-04-24 11:35:56 +02:00
Tim-Philipp Müller
c69da6d988
ffmpegdemux: skip ffmpeg matroska,webm typefinder again
...
Causes warnings, and shouldn't be needed.
2012-04-22 11:52:18 +01:00
Wim Taymans
cd2e53aa9f
Merge remote-tracking branch 'origin/0.10'
2012-04-20 16:23:41 +02:00
Wim Taymans
630790f50d
ffdec: don't flush buffers on DISCONT
...
Don't flush the buffers that ffmpeg has on DISCONT but instead let it recover.
This gives a much better image in the case of packet loss.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=635020
2012-04-20 16:16:25 +02:00
Wim Taymans
2e3dd525c8
Merge remote-tracking branch 'origin/0.10'
2012-04-19 15:37:06 +02:00
Wim Taymans
e746746120
postproc: fix compilation when ORC is missing
...
Fix 'set but not used' compiler error when ORC is missing.
2012-04-19 15:35:48 +02:00
Wim Taymans
8fee156175
Merge remote-tracking branch 'origin/0.10'
...
Conflicts:
ext/libswscale/gstffmpegscale.c
2012-04-19 14:49:18 +02:00
Wim Taymans
b053a50508
ffscale: fix compilation when ORC is missing
...
Fix set but not used compiler error when ORC is missing.
2012-04-19 14:45:42 +02:00
Mark Nauwelaerts
5c9d454517
collectpads2: rename to collectpads
2012-04-17 15:36:12 +02:00
Sebastian Dröge
09ee556c84
Automatic update of common submodule
...
From 6db25be to dc70203
2012-04-16 09:11:01 +02:00
Sebastian Dröge
2c6dca4a25
configure: Modernize autotools setup a bit
...
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-13 14:00:48 +02:00
Sebastian Dröge
e9a1f494ef
Automatic update of common submodule
...
From 464fe15 to 6db25be
2012-04-13 13:38:52 +02:00
Sebastian Dröge
e06cce3c91
Back to development
2012-04-13 09:32:11 +02:00
Sebastian Dröge
ac04638be0
Release 0.11.90
2012-04-13 09:29:45 +02:00
Sebastian Dröge
7992d19d7d
Fix make distcheck
2012-04-12 19:56:12 +02:00
Sebastian Dröge
ddad61628a
configure: Remove another occurence of ffmpeg
2012-04-12 19:46:24 +02:00
Sebastian Dröge
e49c069995
Rename everything from gst-ffmpeg to gst-libav
...
Also change elements factory names to avenc_*, avdec_*,
avmux_* and avdemux_*. The actual filenames, type names,
function/variable names are not touched to make merging
with 0.10 easier at this point. Once 0.10 is not supported
anymore everything should be renamed.
2012-04-12 19:41:52 +02:00
Sebastian Dröge
4964bd753c
ffmpeg: Fix make dist
2012-04-12 11:06:22 +02:00