Carl-Anton Ingmarsson [Thu, 4 Jun 2009 17:17:14 +0000 (19:17 +0200)]
vpdaumpegdec: remove useless GstVdpDecoder baseclass
Carl-Anton Ingmarsson [Thu, 4 Jun 2009 16:11:06 +0000 (18:11 +0200)]
vdpaumpegdec: use GstBitReader to parse bitstream
Carl-Anton Ingmarsson [Wed, 6 May 2009 21:07:00 +0000 (23:07 +0200)]
vdpau: change element rank for testing purposes
set mpegvideoparse rank to primary and vdpaumpegdec to primary - 1 to get vdpaumpegdec
correctly plugged into playbin
Carl-Anton Ingmarsson [Tue, 5 May 2009 21:19:56 +0000 (23:19 +0200)]
vdpau: add debug on GstVdpDevice destroy
Carl-Anton Ingmarsson [Tue, 5 May 2009 21:13:25 +0000 (23:13 +0200)]
vdpaumpegdec: small code cleanup
Carl-Anton Ingmarsson [Tue, 5 May 2009 21:08:51 +0000 (23:08 +0200)]
vdpaumpegdec: remove unnused GstVdpBFrame struct
Carl-Anton Ingmarsson [Tue, 5 May 2009 21:07:06 +0000 (23:07 +0200)]
vdpaumpegdec: fix small typo in debug print
Carl-Anton Ingmarsson [Tue, 5 May 2009 16:54:31 +0000 (18:54 +0200)]
vdpaumpegdec: fixup timestamping of outgoing buffers
Carl-Anton Ingmarsson [Tue, 5 May 2009 16:45:07 +0000 (18:45 +0200)]
vdpaumpegdec: don't add forward_reference if the frame is an I_FRAME
Carl-Anton Ingmarsson [Tue, 5 May 2009 16:37:50 +0000 (18:37 +0200)]
vdpaumpegdec: set correct timestamps
Carl-Anton Ingmarsson [Tue, 5 May 2009 15:30:33 +0000 (17:30 +0200)]
vdpaumpegdec: remove unneeded locking since we know do StateChange correctly
Carl-Anton Ingmarsson [Tue, 5 May 2009 15:28:19 +0000 (17:28 +0200)]
s/GST_TYPE_VDPAU/GST_TYPE_VDP/g
Carl-Anton Ingmarsson [Tue, 5 May 2009 15:20:16 +0000 (17:20 +0200)]
vdpau: s/GST_TYPE_VDPAU/GST_TYPE_VDP/g
Carl-Anton Ingmarsson [Tue, 5 May 2009 15:15:33 +0000 (17:15 +0200)]
vdpaumpegdec: fixup state change
Carl-Anton Ingmarsson [Tue, 5 May 2009 14:29:24 +0000 (16:29 +0200)]
vdpau: init "vdpaudevice" debug catoegory in gst_vdp_get_device
Carl-Anton Ingmarsson [Tue, 5 May 2009 06:11:03 +0000 (08:11 +0200)]
vdpaumpegdec: hold the lock in change_state
Carl-Anton Ingmarsson [Sun, 3 May 2009 19:52:49 +0000 (21:52 +0200)]
vdpaumpegdec: the B_FRAME decoding was completely wrong, fix it
the buffers don't come in output order so fix the decoder to handle this
add new gst_vdp_video_buffer_add_reference method to GstVdpVideoBuffer to be able to keep
buffers alive. Ie. a B_FRAME need to have both the forward reference and the backward
reference alive during it's lifetime.
add mutex to protect for threadsafety issues when we reset the decoder in FLUSH_STOP
Carl-Anton Ingmarsson [Thu, 30 Apr 2009 19:58:01 +0000 (21:58 +0200)]
vdpaumpegdec: set full_pel_forward_vector to 0 when pic_type == P_FRAME
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 19:30:59 +0000 (21:30 +0200)]
vdpaumpegdec: drop frames if we haven't got an I_FRAME yet
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:57:12 +0000 (20:57 +0200)]
vdpau: set vdpauvideoyuv and vdpauyuvvideo to GST_RANK_PRIMARY
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:50:11 +0000 (20:50 +0200)]
vdpaumpegdec: destroy the VdpDecoder and reset the decoder on state change
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:45:11 +0000 (20:45 +0200)]
vdpau: fix error where we forgot to pass a trailing NULL to g_object_new
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:21:44 +0000 (20:21 +0200)]
vdpau: close display on finalize
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:18:52 +0000 (20:18 +0200)]
vdpau: small fixes
init create GstVdpDevice on GST_STATE_CHANGE_READY_TO_PAUSED instead of on
GST_STATE_CHANGE_NULL_TO READY
add back incrementing of frame_nr
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 18:15:07 +0000 (20:15 +0200)]
vdpau: use g_once_init_enter instead of g_once
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 16:34:53 +0000 (18:34 +0200)]
vdpaumpegdec: if available use incoming buffer timestamp as output timestamp
Carl-Anton Ingmarsson [Mon, 27 Apr 2009 13:12:26 +0000 (15:12 +0200)]
vdpaumpegdec: clear the adapter when we reset the decoder
Carl-Anton Ingmarsson [Sun, 26 Apr 2009 21:25:33 +0000 (23:25 +0200)]
vdpau: fixup renaming
the rename work done in commit
24cf84d06b2f4b2edec3383b198441a07829618b didn't
include typecasts. This commit fixes this.
Carl-Anton Ingmarsson [Sun, 26 Apr 2009 21:20:30 +0000 (23:20 +0200)]
vdpaumpegdec: reset decoder on GST_EVENT_FLUSH_STOP
Carl-Anton Ingmarsson [Sun, 26 Apr 2009 20:05:11 +0000 (22:05 +0200)]
vdpaumpegdec: reset decoder when we get a discont buffer
Carl-Anton Ingmarsson [Sun, 26 Apr 2009 18:40:45 +0000 (20:40 +0200)]
vdpaumpegdec: add "MPEG_PACKET_EXT_PICTURE_CODING" debug statement
Carl-Anton Ingmarsson [Wed, 22 Apr 2009 21:35:07 +0000 (23:35 +0200)]
vdpaumpegdec: handle broken_gop field
Carl-Anton Ingmarsson [Wed, 22 Apr 2009 19:04:58 +0000 (21:04 +0200)]
vdpaumpegdec: convert all manual parsing to use read_bits instead
Carl-Anton Ingmarsson [Wed, 22 Apr 2009 18:28:19 +0000 (20:28 +0200)]
vdpaumpegdec: remove unneded gst_buffer_ref and the accompanying gst_buffer_unref
Carl-Anton Ingmarsson [Wed, 22 Apr 2009 18:25:55 +0000 (20:25 +0200)]
vdpaumpegdec: fixup error where we set forward_reference instead of backward_reference
Carl-Anton Ingmarsson [Thu, 16 Apr 2009 21:43:24 +0000 (23:43 +0200)]
vdpaumpegdec: handle multiple B_FRAMEs in a row
Carl-Anton Ingmarsson [Thu, 16 Apr 2009 20:30:27 +0000 (22:30 +0200)]
vdpaumpegdec: more B_FRAME work
Carl-Anton Ingmarsson [Thu, 16 Apr 2009 20:06:50 +0000 (22:06 +0200)]
vdpaumpegdec: inital support at handling B_FRAMES
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 21:49:07 +0000 (23:49 +0200)]
vdpaumpegdec: fixup GstFlowReturn propagation a bit
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 21:38:53 +0000 (23:38 +0200)]
vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_scan bit
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 21:31:33 +0000 (23:31 +0200)]
vdpaumpegdec: fixup quantmatrix extension parsing
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 16:17:54 +0000 (18:17 +0200)]
vdpaumpegdec: correct some default values
mpeg1 now give nearly correct output :)
Carl-Anton Ingmarsson [Wed, 15 Apr 2009 15:52:27 +0000 (17:52 +0200)]
vdpaumpegdecoder: remove unused slice field
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 21:47:40 +0000 (23:47 +0200)]
vdpau: rename "video/vdpau-video" caps to "video/x-vdpau-video"
Carl-Anton Ingmarsson [Tue, 14 Apr 2009 19:07:32 +0000 (21:07 +0200)]
vdpau: remove "silent" property from GstVdpDecoder
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