Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:05:44 +0000 (21:05 +0200)]
vdpau: don't set element details in GstVdpDecoder
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:04:59 +0000 (21:04 +0200)]
vdpaumpegdecoder: rename to "vdpaumpegdec"
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 17:08:53 +0000 (19:08 +0200)]
vdpaumpegdecoder: remove unnecesary want_slice field
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 20:21:03 +0000 (22:21 +0200)]
vdpau: small cosmetical fix
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 20:19:20 +0000 (22:19 +0200)]
vdpau: rename all files and objects from Vdpau to Vdp
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 19:23:38 +0000 (21:23 +0200)]
vdpau: decode slices when we get the next picture header. MPEG2 now kindof works.
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 19:11:54 +0000 (21:11 +0200)]
vdpau: small improvement to mpeg decoder
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 18:04:21 +0000 (20:04 +0200)]
vdpau: remove unused "silent" properties
Carl-Anton Ingmarsson [Mon, 13 Apr 2009 17:36:53 +0000 (19:36 +0200)]
vdpau: implement GstVdpauVideoBuffer -> I420 conversion
Carl-Anton Ingmarsson [Thu, 9 Apr 2009 14:54:27 +0000 (16:54 +0200)]
vdpau: move definition of the VdpChromaType array and the VdpauFormats to gstdevice.h
Carl-Anton Ingmarsson [Tue, 7 Apr 2009 19:51:48 +0000 (21:51 +0200)]
vdpau: small fix
set vdp_info.forward_reference to VDP_INVALID handle when unreffing the old
buffer
Carl-Anton Ingmarsson [Tue, 7 Apr 2009 18:46:49 +0000 (20:46 +0200)]
vdpau: add new GstVdpauYUVVideo element
the GstVdpauYUVVideo element takes raw YUV video and outputs
GstVdpauVideoBuffers
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:45:09 +0000 (22:45 +0200)]
vdpau: VideoYUV unref buffer in chain so that we don't leak them MpegDecoder parse sequence headers
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:05:11 +0000 (22:05 +0200)]
vdpau: remove some unneded includes
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 20:03:23 +0000 (22:03 +0200)]
vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories
Carl-Anton Ingmarsson [Sat, 4 Apr 2009 18:53:35 +0000 (20:53 +0200)]
vdpau: add new GstVdpauVideoYUV element
GstVdpauDecoder now pushes GstVdpauVideoBuffers instead of doing
VdpSurface -> YUV conversion. To get YUV data you now put in a GstVdpauVideoYUV
element which takes GstVdpauVideoBuffers and outputs YUV data.
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:59:02 +0000 (17:59 +0200)]
vdpau: small indent fix
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:58:25 +0000 (17:58 +0200)]
vdpau: remove obosolete FIXME and some debug prints from gstvdpaudevice.c
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:53:21 +0000 (17:53 +0200)]
vdpau: commit rename of gst-vdpau-device.h to gstvdpaudevice.h
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:52:20 +0000 (17:52 +0200)]
vdpau: remove gst-vdpau-device.c
Carl-Anton Ingmarsson [Fri, 3 Apr 2009 15:51:16 +0000 (17:51 +0200)]
vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice.[ch]
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:42:56 +0000 (21:42 +0200)]
vdpau: change all references of "gst_vdpaudecoder*" to "gst_vdpau_decoder"
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:40:14 +0000 (21:40 +0200)]
vdpau: make the decoder clean up after itself
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:26:45 +0000 (21:26 +0200)]
vdpau: remove extra \ from Makefile.am
Carl-Anton Ingmarsson [Wed, 1 Apr 2009 19:19:18 +0000 (21:19 +0200)]
vdpau: add gstvdpaudevice for abstracting vdpau initalization
Carl-Anton Ingmarsson [Tue, 31 Mar 2009 20:54:14 +0000 (22:54 +0200)]
vdpau: remove comment
Carl-Anton Ingmarsson [Tue, 31 Mar 2009 20:53:40 +0000 (22:53 +0200)]
vdpau: MPEG1 decoding know gives recognizable output
Carl-Anton Ingmarsson [Sun, 29 Mar 2009 13:28:06 +0000 (15:28 +0200)]
vdpau: create VdpDecoder in set_caps add more functions for parsing mpeg
Carl-Anton Ingmarsson [Fri, 27 Mar 2009 16:11:04 +0000 (17:11 +0100)]
vdpau: store vdpau function pointers in a local structure
Carl-Anton Ingmarsson [Fri, 27 Mar 2009 15:55:19 +0000 (16:55 +0100)]
vdpau: extract mpeg2 profile from codec_data
Carl-Anton Ingmarsson [Thu, 26 Mar 2009 20:04:48 +0000 (21:04 +0100)]
vdpau: extract mpeg version
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 19:41:46 +0000 (20:41 +0100)]
vdpau: add version specification to mpegdecoder caps
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 19:38:27 +0000 (20:38 +0100)]
vdpau: focus on mpeg instead of h264
Carl-Anton Ingmarsson [Wed, 25 Mar 2009 18:59:06 +0000 (19:59 +0100)]
vdpau: rough try at implementing pushinf of YV12 buffers
Carl-Anton Ingmarsson [Tue, 24 Mar 2009 21:26:56 +0000 (22:26 +0100)]
vdpau: remove obsolete comment
Carl-Anton Ingmarsson [Mon, 23 Mar 2009 20:36:55 +0000 (21:36 +0100)]
vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY add gst_vdpaudecoder_push_video_surface to vdpaudecoder.h
Carl-Anton Ingmarsson [Mon, 23 Mar 2009 19:47:00 +0000 (20:47 +0100)]
vdpau: add stubs for pushing VdpVideoSurfaces to the src pad
Carl-Anton Ingmarsson [Sat, 21 Mar 2009 21:06:12 +0000 (22:06 +0100)]
vdpau: update VdpauH264Decoder element description
Carl-Anton Ingmarsson [Fri, 20 Mar 2009 20:26:11 +0000 (21:26 +0100)]
vdpau: changle gstvdpaudecoder.c classification
Carl-Anton Ingmarsson [Fri, 20 Mar 2009 20:24:40 +0000 (21:24 +0100)]
vdpau: implement downstream caps negotiation
Carl-Anton Ingmarsson [Sun, 15 Mar 2009 20:23:35 +0000 (21:23 +0100)]
vdpau: small indentation fix
Carl-Anton Ingmarsson [Sun, 15 Mar 2009 20:21:49 +0000 (21:21 +0100)]
vdpau: add basic base class for vdpau decoders
Carl-Anton Ingmarsson [Sat, 14 Mar 2009 09:43:28 +0000 (10:43 +0100)]
add new vdpau directory
Branko Subasic [Fri, 19 Jun 2009 17:09:19 +0000 (19:09 +0200)]
rtpbin: add support for buffer-list
Add support for sending buffer-lists.
Add unit test for testing that the buffer-list passed through rtpbin.
fixes #585839
Mark Nauwelaerts [Thu, 18 Jun 2009 10:13:28 +0000 (12:13 +0200)]
aacparse: ADIF: do not send bogus timestamps, leave to downstream (decoder)
Mark Nauwelaerts [Thu, 11 Jun 2009 13:54:42 +0000 (15:54 +0200)]
qtmux: only use (64-bit) extended (mdat) atom size if needed. Fixes #585319.
Mark Nauwelaerts [Wed, 10 Jun 2009 12:46:14 +0000 (14:46 +0200)]
qtmux: set default movie timescale to microsecond units
Mark Nauwelaerts [Wed, 10 Jun 2009 11:24:20 +0000 (13:24 +0200)]
qtmux: compress/optimize stsc writing
Mark Nauwelaerts [Wed, 10 Jun 2009 10:42:44 +0000 (12:42 +0200)]
qtmux: add 3GP style tagging (and refactor appropriately)
Mark Nauwelaerts [Mon, 1 Jun 2009 21:00:44 +0000 (23:00 +0200)]
qtmux (and variants): handle pixel-aspect-ratio. Fixes #584358.
Tim-Philipp Müller [Fri, 19 Jun 2009 16:04:13 +0000 (17:04 +0100)]
Fix previous commit so that things still work with debug logs enabled
Tim-Philipp Müller [Fri, 19 Jun 2009 15:21:28 +0000 (16:21 +0100)]
Make build without warnings with debugging disabled
Sebastian Dröge [Tue, 16 Jun 2009 19:34:56 +0000 (21:34 +0200)]
frei0r: Make plugin scanning more robust
Sebastian Dröge [Tue, 16 Jun 2009 19:27:38 +0000 (21:27 +0200)]
frei0r: Make sure to only register plugins that have valid propert types
Sebastian Dröge [Tue, 16 Jun 2009 17:42:41 +0000 (19:42 +0200)]
frei0r: Remove custom get_unit_size implementation
This is already handled by the default one from GstVideoFilter
Sebastian Dröge [Mon, 15 Jun 2009 15:05:36 +0000 (17:05 +0200)]
frei0r: Fix the klass of the filter elements
Sebastian Dröge [Sun, 14 Jun 2009 17:41:27 +0000 (19:41 +0200)]
frei0r: Free type names
Sebastian Dröge [Sun, 14 Jun 2009 17:35:29 +0000 (19:35 +0200)]
frei0r: Unref the GstCollectPads instance on finalize
Sebastian Dröge [Sun, 14 Jun 2009 17:27:03 +0000 (19:27 +0200)]
frei0r: Don't allow caps changes in PLAYING/PAUSED
Most frei0r source plugins generate output based on
previous output and creating a new instance on caps
changes will let the output start at 0 again.
Sebastian Dröge [Sun, 14 Jun 2009 17:21:34 +0000 (19:21 +0200)]
freir0: Add support for frei0r mixer plugins
Sebastian Dröge [Sat, 13 Jun 2009 08:06:57 +0000 (10:06 +0200)]
frei0r: Destroy the f0r_instance_t in stop()
Sebastian Dröge [Fri, 12 Jun 2009 20:04:14 +0000 (22:04 +0200)]
frei0r: Add the frei0r plugin type to the element name
This makes it easier to distinguish generators from filters, etc
Sebastian Dröge [Fri, 12 Jun 2009 20:00:20 +0000 (22:00 +0200)]
frei0r: Add support for frei0r source/generator plugins
Sebastian Dröge [Fri, 12 Jun 2009 13:13:29 +0000 (15:13 +0200)]
frei0r: Allow the complete double range for double properties
The spec restricts it to [0,1] but some plugins are using the
complete double range.
Sebastian Dröge [Fri, 12 Jun 2009 13:07:26 +0000 (15:07 +0200)]
frei0r: Use better property nicks
Sebastian Dröge [Fri, 12 Jun 2009 12:59:28 +0000 (14:59 +0200)]
frei0r: First version of a frei0r wrapper plugin
Currently this only supports frei0r filters.
Maximilian Högner [Sun, 14 Jun 2009 18:00:51 +0000 (20:00 +0200)]
scaletempo: Explicitely cast to signed integers to fix a segfault
Fixes bug #585660.
Sebastian Dröge [Tue, 9 Jun 2009 17:14:41 +0000 (19:14 +0200)]
shapewipe: Implement basic QoS
This change is based on Tim's QoS implementation
for jpegdec.
Sebastian Dröge [Tue, 9 Jun 2009 16:45:19 +0000 (18:45 +0200)]
shapewipe: Proxy queries on the video pads to the correct peers
Sebastian Dröge [Tue, 9 Jun 2009 16:37:43 +0000 (18:37 +0200)]
shapewipe: Proxy bufferalloc on the video sinkpad
Sebastian Dröge [Tue, 9 Jun 2009 16:25:13 +0000 (18:25 +0200)]
shapewipe: Try to work inplace if possible
This saves one new, large allocation per frame for the
most cases.
Tim-Philipp Müller [Tue, 16 Jun 2009 17:46:49 +0000 (18:46 +0100)]
mxfdemux: fix stray semicolons that mess up if statement
Jan Schmidt [Thu, 11 Jun 2009 12:42:20 +0000 (13:42 +0100)]
docs: Bump common to correct upload-doc.mak, fix a comment in the doc Makefile
Jan Schmidt [Thu, 18 Jun 2009 19:33:00 +0000 (20:33 +0100)]
Back to development -> 0.10.13.1
Jan Schmidt [Thu, 18 Jun 2009 07:53:12 +0000 (08:53 +0100)]
Add 0.10.13 release entry to the doap file
Jan Schmidt [Thu, 18 Jun 2009 07:29:56 +0000 (08:29 +0100)]
Release 0.10.13
Jan Schmidt [Wed, 17 Jun 2009 20:56:56 +0000 (21:56 +0100)]
Update .po files
Stefan Kost [Tue, 16 Jun 2009 14:09:26 +0000 (17:09 +0300)]
camerabin: reset filename after capture to avoid racy when capturing again
If we don't reset the filename we cannot check if we still expect the filename
for a subsequent capture pass. The imagebin would good to paused and we set the
filename in that state. This trigers an error-message and would capture to the
old filename.
Stefan Kost [Fri, 12 Jun 2009 07:29:20 +0000 (10:29 +0300)]
camerabin: cleanups in the tests
Sprinkle more logging to make it easier to follow. Specify a low framerate and
capture resolution to avoid tests timing out. Make the sinks sync to test closer
to reality. Fix Makefile to use uninstalled interface.
Stefan Kost [Fri, 12 Jun 2009 07:26:30 +0000 (10:26 +0300)]
camerabin: set imagebin to PAUSED on capture and delayed filename setting
We need to set imagebin to PAUSED to not fail the bufferalloc. We also need to
keep the filesinks state locked until we have the filename for the run.
Stefan Kost [Fri, 12 Jun 2009 07:14:27 +0000 (10:14 +0300)]
outputselector: do the pad_alloc for the pad that is pending and have a fallback
We should do the pad_alloc for the pending pad if any, as we will switch to that
pad on next _chain() call. Also do a fallback alloc, if there is no output yet to
not fail state transitions in dynamic pipelines.
Jan Schmidt [Thu, 11 Jun 2009 15:00:36 +0000 (16:00 +0100)]
win32: Bump win32 config.h version number too
Jan Schmidt [Fri, 5 Jun 2009 21:43:50 +0000 (22:43 +0100)]
0.10.12.3 pre-release
LRN [Sat, 6 Jun 2009 17:28:27 +0000 (21:28 +0400)]
Added base libs to debug utils makefile
Fixes #585015
Edward Hervey [Sun, 7 Jun 2009 08:55:59 +0000 (10:55 +0200)]
tests/metadata: Don't try tags we can't handle. Fixes #584945
Edward Hervey [Sat, 6 Jun 2009 17:28:07 +0000 (19:28 +0200)]
hdvparse: Link against libm because we use pow().
Jan Schmidt [Sat, 6 Jun 2009 12:53:04 +0000 (13:53 +0100)]
examples: Don't build the mxf example if GTK isn't present.
Jan Schmidt [Sat, 6 Jun 2009 12:17:49 +0000 (13:17 +0100)]
apexsink: Fix compiler warnings
Fix compile warnings on solaris from bzero not being declared (use
memset instead), and strict-aliasing warnings (use a temporary
variable).
Tim-Philipp Müller [Sat, 6 Jun 2009 01:35:35 +0000 (02:35 +0100)]
id3mux: init genre field in ID3v1 tag to an invalid number
So that it is not interpreted as 'Blues' if no genre is to be written.
Tim-Philipp Müller [Sat, 6 Jun 2009 00:05:49 +0000 (01:05 +0100)]
id3mux: don't write ID3v1 tag until specifically instructed to do so
ID3v1 tags are one of the most broken and ill-designed things that
exist on this planet. Let's not write them by default.
Tim-Philipp Müller [Fri, 5 Jun 2009 23:58:46 +0000 (00:58 +0100)]
id3mux: don't write empty ID3v1 tag
Tim-Philipp Müller [Fri, 5 Jun 2009 23:39:10 +0000 (00:39 +0100)]
id3tag: rename new id3tag element to id3mux replacing the one removed from -ugly
Jan Schmidt [Fri, 5 Jun 2009 22:52:05 +0000 (23:52 +0100)]
nsf: Fix compiler warning on Solaris.
A SEC() macro already exists on Solaris, causing warnings about
redefining it.
Edward Hervey [Fri, 5 Jun 2009 20:20:46 +0000 (22:20 +0200)]
hdvparse: Fix the build on Commander Thaytan's S10SP
Jan Schmidt [Fri, 5 Jun 2009 18:53:09 +0000 (19:53 +0100)]
gitignore: Ignore shapewipe unit test binary
Jan Schmidt [Fri, 5 Jun 2009 18:32:26 +0000 (19:32 +0100)]
Moved 'x264enc' from -bad to -ugly
Stefan Kost [Fri, 5 Jun 2009 18:17:55 +0000 (21:17 +0300)]
camerabin: fix link order
Move local version up in the link order.
Edward Hervey [Fri, 5 Jun 2009 18:22:17 +0000 (20:22 +0200)]
hdvparse: Emit a GST_MESSAGE_ELEMENT with some goodness in it.
Edward Hervey [Fri, 5 Jun 2009 08:49:41 +0000 (10:49 +0200)]
mpegvideoparse: Add methods to get names of various values.
Edward Hervey [Fri, 5 Jun 2009 08:48:52 +0000 (10:48 +0200)]
mpegtsdemux: Fix HDV private stream definition/caps.