platform/upstream/gstreamer.git
2009-06-20 Carl-Anton... vdpaumpegdec: small cleanup
2009-06-20 Carl-Anton... vdpaumpegdec: calculate byterate from the size of the...
2009-06-20 Carl-Anton... vdpaumpegdec: print frame_nr in debug print
2009-06-20 Carl-Anton... vdpaumpegdec: interlaced fixes
2009-06-20 Carl-Anton... vdpaumpegdec: only set base duration once
2009-06-20 Carl-Anton... vdpaumpegdec: don't send the EVENT_NEWSEGMENT downstrea...
2009-06-20 Carl-Anton... vdpaumpegdec: implement seeking
2009-06-20 Carl-Anton... vdpaumpegdec: change a GST_DEBUG to GST_WARNING
2009-06-20 Carl-Anton... vdpaumpegdec: remove unused broken_gop field
2009-06-20 Carl-Anton... vdpaumpegdec: add new gst_vdp_mpeg_decoder_flush for...
2009-06-20 Carl-Anton... vdpaumpegdec: use GSE_DEBUG_FUNCPTR
2009-06-20 Carl-Anton... vdpaumpegdec: don't drop discont buffers
2009-06-20 Carl-Anton... vdpaumpegdec: handle GST_QUERY_POSITION and GST_QUERY_D...
2009-06-20 Carl-Anton... vdpaumpegdec: calculate correct duration from data...
2009-06-20 Carl-Anton... vdpaumpegdec: fix so that the first frame in a raw...
2009-06-20 Carl-Anton... vpdaumpegdec: remove useless GstVdpDecoder baseclass
2009-06-20 Carl-Anton... vdpaumpegdec: use GstBitReader to parse bitstream
2009-06-20 Carl-Anton... vdpau: change element rank for testing purposes
2009-06-20 Carl-Anton... vdpau: add debug on GstVdpDevice destroy
2009-06-20 Carl-Anton... vdpaumpegdec: small code cleanup
2009-06-20 Carl-Anton... vdpaumpegdec: remove unnused GstVdpBFrame struct
2009-06-20 Carl-Anton... vdpaumpegdec: fix small typo in debug print
2009-06-20 Carl-Anton... vdpaumpegdec: fixup timestamping of outgoing buffers
2009-06-20 Carl-Anton... vdpaumpegdec: don't add forward_reference if the frame...
2009-06-20 Carl-Anton... vdpaumpegdec: set correct timestamps
2009-06-20 Carl-Anton... vdpaumpegdec: remove unneeded locking since we know...
2009-06-20 Carl-Anton... s/GST_TYPE_VDPAU/GST_TYPE_VDP/g
2009-06-20 Carl-Anton... vdpau: s/GST_TYPE_VDPAU/GST_TYPE_VDP/g
2009-06-20 Carl-Anton... vdpaumpegdec: fixup state change
2009-06-20 Carl-Anton... vdpau: init "vdpaudevice" debug catoegory in gst_vdp_ge...
2009-06-20 Carl-Anton... vdpaumpegdec: hold the lock in change_state
2009-06-20 Carl-Anton... vdpaumpegdec: the B_FRAME decoding was completely wrong...
2009-06-20 Carl-Anton... vdpaumpegdec: set full_pel_forward_vector to 0 when...
2009-06-20 Carl-Anton... vdpaumpegdec: drop frames if we haven't got an I_FRAME yet
2009-06-20 Carl-Anton... vdpau: set vdpauvideoyuv and vdpauyuvvideo to GST_RANK_...
2009-06-20 Carl-Anton... vdpaumpegdec: destroy the VdpDecoder and reset the...
2009-06-20 Carl-Anton... vdpau: fix error where we forgot to pass a trailing...
2009-06-20 Carl-Anton... vdpau: close display on finalize
2009-06-20 Carl-Anton... vdpau: small fixes
2009-06-20 Carl-Anton... vdpau: use g_once_init_enter instead of g_once
2009-06-20 Carl-Anton... vdpaumpegdec: if available use incoming buffer timestam...
2009-06-20 Carl-Anton... vdpaumpegdec: clear the adapter when we reset the decoder
2009-06-20 Carl-Anton... vdpau: fixup renaming
2009-06-20 Carl-Anton... vdpaumpegdec: reset decoder on GST_EVENT_FLUSH_STOP
2009-06-20 Carl-Anton... vdpaumpegdec: reset decoder when we get a discont buffer
2009-06-20 Carl-Anton... vdpaumpegdec: add "MPEG_PACKET_EXT_PICTURE_CODING"...
2009-06-20 Carl-Anton... vdpaumpegdec: handle broken_gop field
2009-06-20 Carl-Anton... vdpaumpegdec: convert all manual parsing to use read_bi...
2009-06-20 Carl-Anton... vdpaumpegdec: remove unneded gst_buffer_ref and the...
2009-06-20 Carl-Anton... vdpaumpegdec: fixup error where we set forward_referenc...
2009-06-20 Carl-Anton... vdpaumpegdec: handle multiple B_FRAMEs in a row
2009-06-20 Carl-Anton... vdpaumpegdec: more B_FRAME work
2009-06-20 Carl-Anton... vdpaumpegdec: inital support at handling B_FRAMES
2009-06-20 Carl-Anton... vdpaumpegdec: fixup GstFlowReturn propagation a bit
2009-06-20 Carl-Anton... vdpaumpegdec: parse PICTURE_CODING_EXTENSION alternate_...
2009-06-20 Carl-Anton... vdpaumpegdec: fixup quantmatrix extension parsing
2009-06-20 Carl-Anton... vdpaumpegdec: correct some default values
2009-06-20 Carl-Anton... vdpaumpegdecoder: remove unused slice field
2009-06-20 Carl-Anton... vdpau: rename "video/vdpau-video" caps to "video/x...
2009-06-20 Carl-Anton... vdpau: remove "silent" property from GstVdpDecoder
2009-06-20 Carl-Anton... vdpau: don't set element details in GstVdpDecoder
2009-06-20 Carl-Anton... vdpaumpegdecoder: rename to "vdpaumpegdec"
2009-06-20 Carl-Anton... vdpaumpegdecoder: remove unnecesary want_slice field
2009-06-20 Carl-Anton... vdpau: small cosmetical fix
2009-06-20 Carl-Anton... vdpau: rename all files and objects from Vdpau to Vdp
2009-06-20 Carl-Anton... vdpau: decode slices when we get the next picture heade...
2009-06-20 Carl-Anton... vdpau: small improvement to mpeg decoder
2009-06-20 Carl-Anton... vdpau: remove unused "silent" properties
2009-06-20 Carl-Anton... vdpau: implement GstVdpauVideoBuffer -> I420 conversion
2009-06-20 Carl-Anton... vdpau: move definition of the VdpChromaType array and...
2009-06-20 Carl-Anton... vdpau: small fix
2009-06-20 Carl-Anton... vdpau: add new GstVdpauYUVVideo element
2009-06-20 Carl-Anton... vdpau: VideoYUV unref buffer in chain so that we don...
2009-06-20 Carl-Anton... vdpau: remove some unneded includes
2009-06-20 Carl-Anton... vdpau: move plugin definition to a new gstvdpau.c file...
2009-06-20 Carl-Anton... vdpau: add new GstVdpauVideoYUV element
2009-06-20 Carl-Anton... vdpau: small indent fix
2009-06-20 Carl-Anton... vdpau: remove obosolete FIXME and some debug prints...
2009-06-20 Carl-Anton... vdpau: commit rename of gst-vdpau-device.h to gstvdpaud...
2009-06-20 Carl-Anton... vdpau: remove gst-vdpau-device.c
2009-06-20 Carl-Anton... vdpau: rename gst-vdpau-device.[ch] to gstvdpaudevice...
2009-06-20 Carl-Anton... vdpau: change all references of "gst_vdpaudecoder*...
2009-06-20 Carl-Anton... vdpau: make the decoder clean up after itself
2009-06-20 Carl-Anton... vdpau: remove extra \ from Makefile.am
2009-06-20 Carl-Anton... vdpau: add gstvdpaudevice for abstracting vdpau initali...
2009-06-20 Carl-Anton... vdpau: remove comment
2009-06-20 Carl-Anton... vdpau: MPEG1 decoding know gives recognizable output
2009-06-20 Carl-Anton... vdpau: create VdpDecoder in set_caps add more functions...
2009-06-20 Carl-Anton... vdpau: store vdpau function pointers in a local structure
2009-06-20 Carl-Anton... vdpau: extract mpeg2 profile from codec_data
2009-06-20 Carl-Anton... vdpau: extract mpeg version
2009-06-20 Carl-Anton... vdpau: add version specification to mpegdecoder caps
2009-06-20 Carl-Anton... vdpau: focus on mpeg instead of h264
2009-06-20 Carl-Anton... vdpau: rough try at implementing pushinf of YV12 buffers
2009-06-20 Carl-Anton... vdpau: remove obsolete comment
2009-06-20 Carl-Anton... vdpau: init vdpau in GST_STATE_CHANGE_NULL_TO_READY...
2009-06-20 Carl-Anton... vdpau: add stubs for pushing VdpVideoSurfaces to the...
2009-06-20 Carl-Anton... vdpau: update VdpauH264Decoder element description
2009-06-20 Carl-Anton... vdpau: changle gstvdpaudecoder.c classification
2009-06-20 Carl-Anton... vdpau: implement downstream caps negotiation
next