Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-16 | Increased the length of time for tuning in gstdvbsrc.c. | Austin Lund | 1 | -1/+3 | |
Some devices take a while to tune and 500ms was too short to detect successful tuning. As well as waiting for 5 seconds each 100ms the status is checked and the loop is broken out of when tuning has suceeded. | |||||
2009-07-16 | oss4: Attempt to fix a compiler warning | Jan Schmidt | 1 | -4/+3 | |
Don't store a const gchar * in a non-const gchar * local var. Also, make the translation string function static since it's only used in the one file. | |||||
2009-07-15 | vdpau: Fix a compiler warning about uninitialised variable use. | Jan Schmidt | 1 | -3/+2 | |
2009-07-15 | oss4: Enhancements to the mixer and audio output | Garrett D'Amore | 4 | -239/+270 | |
Code cleanups, general improvements, support for the new mixer flags in latest gst-plugins-base. Fixes: #584252 Patch By: Brian Cameron <brian.cameron@sun.com> Patch By: Garrett D'Amore <garrett.damore@sun.com> | |||||
2009-06-23 | VDPAU: Move I420/YV12 to the front of the caps. Add debug. | Jan Schmidt | 2 | -10/+13 | |
Make I420/YV12 caps be preferred when downloading to YUV buffers, when possible, by listing them first in the set of output caps. Add some debug in the caps selection code. | |||||
2009-06-20 | VDPAU: Add some debug statements | Jan Schmidt | 2 | -0/+18 | |
2009-06-20 | VDPAU: Fix build flags to pull in gst-plugins-base libs | Jan Schmidt | 1 | -2/+2 | |
2009-06-20 | VDPAU: Refactor the error path to a common output, and fix a leak. | Jan Schmidt | 1 | -16/+24 | |
Don't leak the input buffer on errors. Add some debug statements. | |||||
2009-06-20 | VDPAU: Fix up caps in vdpaumpegdec. Remove extra semicolon | Jan Schmidt | 1 | -4/+3 | |
Fix a typo in the caps for the VDPAU mpeg decoder (chroma_type->chroma-type) and use the GST_VDP_VIDEO_CAPS for the pad template. Remove a stray semicolon. | |||||
2009-06-20 | VDPAU: Enhance the configure tests | Jan Schmidt | 1 | -2/+3 | |
Check for the VDPAU headers in /usr/include/nvidia as they are on some platforms (Fedora/rpmfusion). Also check that the libvdpau library is available. | |||||
2009-06-20 | vdpaumpegdec: use fixed src caps | Carl-Anton Ingmarsson | 1 | -0/+1 | |
2009-06-20 | vdpaumpegdec: drop all frames before a GOP when we seek | Carl-Anton Ingmarsson | 2 | -1/+26 | |
2009-06-20 | vdpaumpegdec: small cleanup | Carl-Anton Ingmarsson | 1 | -4/+3 | |
2009-06-20 | vdpau: s/IS_VDPAU/IS_VDP | Carl-Anton Ingmarsson | 7 | -13/+13 | |
2009-06-20 | vdpaumpegdec: send newsegment event if only the rate has been updated | Carl-Anton Ingmarsson | 1 | -3/+11 | |
2009-06-20 | vdpaumpegdec: use mutex to protect mpeg_dec->seeking from concurrent access | Carl-Anton Ingmarsson | 2 | -1/+16 | |
2009-06-20 | vdpaumpegdec: use gst_pad_get_parent for threadsafety | Carl-Anton Ingmarsson | 1 | -23/+41 | |
2009-06-20 | vdpaumpegdec: further work on seeking | Carl-Anton Ingmarsson | 1 | -34/+27 | |
2009-06-20 | vdpaumpegdec: small cleanups | Carl-Anton Ingmarsson | 2 | -29/+32 | |
2009-06-20 | vdpaumpegdec: set GST_BUFFER_FLAG_DELTA_UNIT on non I_FRAME's | Carl-Anton Ingmarsson | 1 | -0/+8 | |
2009-06-20 | vdpaumpegdec: rename gstvdpmpegdecoder.[ch] to gstvdpmpegdec.[ch] | Carl-Anton Ingmarsson | 4 | -4/+4 | |
2009-06-20 | vdpaumpegdec: rename GstVdpMpegDecoder to GstVdpMpegDec | Carl-Anton Ingmarsson | 3 | -94/+90 | |
2009-06-20 | vdpaumpegdec: pass buffer size directly to gst_vdp_mpeg_decoder_decode | Carl-Anton Ingmarsson | 2 | -5/+4 | |
2009-06-20 | vdpaumpegdec: small cleanup | Carl-Anton Ingmarsson | 1 | -1/+2 | |
2009-06-20 | vdpaumpegdec: calculate byterate from the size of the incoming data | Carl-Anton Ingmarsson | 2 | -12/+38 | |
2009-06-20 | vdpaumpegdec: print frame_nr in debug print | Carl-Anton Ingmarsson | 1 | -2/+4 | |
2009-06-20 | vdpaumpegdec: interlaced fixes | Carl-Anton Ingmarsson | 1 | -1/+3 | |
2009-06-20 | vdpaumpegdec: only set base duration once | Carl-Anton Ingmarsson | 1 | -7/+7 | |
2009-06-20 | vdpaumpegdec: don't send the EVENT_NEWSEGMENT downstream if we're seeking | Carl-Anton Ingmarsson | 1 | -1/+8 | |
2009-06-20 | vdpaumpegdec: implement seeking | Carl-Anton Ingmarsson | 2 | -8/+166 | |
2009-06-20 | vdpaumpegdec: change a GST_DEBUG to GST_WARNING | Carl-Anton Ingmarsson | 1 | -1/+1 | |
2009-06-20 | vdpaumpegdec: remove unused broken_gop field | Carl-Anton Ingmarsson | 2 | -5/+0 | |
2009-06-20 | vdpaumpegdec: add new gst_vdp_mpeg_decoder_flush for flushing the decoder | Carl-Anton Ingmarsson | 1 | -15/+22 | |
2009-06-20 | vdpaumpegdec: use GSE_DEBUG_FUNCPTR | Carl-Anton Ingmarsson | 1 | -6/+11 | |
2009-06-20 | vdpaumpegdec: don't drop discont buffers | Carl-Anton Ingmarsson | 1 | -1/+0 | |
2009-06-20 | vdpaumpegdec: handle GST_QUERY_POSITION and GST_QUERY_DURATION | Carl-Anton Ingmarsson | 4 | -1/+117 | |
2009-06-20 | vdpaumpegdec: calculate correct duration from data in ↵ | Carl-Anton Ingmarsson | 4 | -3/+48 | |
MPEG_PACKET_EXT_PICTURE_CODING | |||||
2009-06-20 | vdpaumpegdec: fix so that the first frame in a raw mpegvideo stream get ↵ | Carl-Anton Ingmarsson | 2 | -6/+7 | |
timestamp 0 | |||||
2009-06-20 | vpdaumpegdec: remove useless GstVdpDecoder baseclass | Carl-Anton Ingmarsson | 5 | -353/+127 | |
2009-06-20 | vdpaumpegdec: use GstBitReader to parse bitstream | Carl-Anton Ingmarsson | 3 | -293/+405 | |
2009-06-20 | vdpau: change element rank for testing purposes | Carl-Anton Ingmarsson | 1 | -1/+1 | |
set mpegvideoparse rank to primary and vdpaumpegdec to primary - 1 to get vdpaumpegdec correctly plugged into playbin | |||||
2009-06-20 | vdpau: add debug on GstVdpDevice destroy | Carl-Anton Ingmarsson | 2 | -0/+4 | |
2009-06-20 | vdpaumpegdec: small code cleanup | Carl-Anton Ingmarsson | 1 | -14/+15 | |
2009-06-20 | vdpaumpegdec: remove unnused GstVdpBFrame struct | Carl-Anton Ingmarsson | 1 | -6/+0 | |
2009-06-20 | vdpaumpegdec: fix small typo in debug print | Carl-Anton Ingmarsson | 1 | -1/+1 | |
2009-06-20 | vdpaumpegdec: fixup timestamping of outgoing buffers | Carl-Anton Ingmarsson | 2 | -5/+8 | |
2009-06-20 | vdpaumpegdec: don't add forward_reference if the frame is an I_FRAME | Carl-Anton Ingmarsson | 1 | -1/+2 | |
2009-06-20 | vdpaumpegdec: set correct timestamps | Carl-Anton Ingmarsson | 1 | -2/+1 | |
2009-06-20 | vdpaumpegdec: remove unneeded locking since we know do StateChange correctly | Carl-Anton Ingmarsson | 2 | -14/+0 | |
2009-06-20 | s/GST_TYPE_VDPAU/GST_TYPE_VDP/g | Carl-Anton Ingmarsson | 7 | -20/+20 | |