summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-09-08hdpvr: add source for the Hauppauge HD PVR devicehdpvrWim Taymans5-1/+613
Add a source for the Hauppauge Hd PVR device. It can be controlled using the v4l2 API but data is simply read from /dev/video0.
2009-09-08outputselector: make GST_FORMAT_TIME the default segment formatHavard Graff1-1/+1
2009-09-08assrender: Fix compilation with libass = 0.9.6Marc-André Lureau1-2/+2
Fixes bug #594382.
2009-09-07mpeg4videoparse: fix aspect-ratio parsing in VOMark Nauwelaerts1-3/+3
2009-09-07mpeg4videoparse: also consider user_data pieces when parsing VO(S)Mark Nauwelaerts1-0/+30
2009-09-07dshowsrcwrapper: add support both Unicode and MBCSJulien Isorce4-2/+162
2009-09-07dshowsrcwrapper: upgrade frozen build to vs9Julien Isorce3-97/+76
2009-09-07dshowsrcwrapper: indent dshowsrcwrapper.cppJulien Isorce1-6/+7
2009-09-07Revert "dshowsrcwrapper: remove unused extern C"Julien Isorce1-0/+4
This reverts commit d3c88d637d7e7d60f1437ccd3dfc23b37e2a320e. Reverting this since the entry point isn't found because of C++ build.
2009-09-07dshowsrcwrapper: indentJulien Isorce8-299/+370
2009-09-07dshowsrcwrapper: convert line ended characters to LFJulien Isorce3-74/+74
2009-09-07dshowsrcwrapper: remove unused extern CJulien Isorce1-4/+0
2009-09-07dshowsrcwrapper: go back to previous modeJulien Isorce4-0/+0
2009-09-05Automatic update of common submoduleSebastian Dröge1-0/+0
From 00a859e to 19fa4f3
2009-09-04wildmidi/timidity: Add audio/riff-midi to the src pad template capsSebastian Dröge2-2/+2
2009-09-04siren: fix setting caps on the output padWim Taymans2-2/+18
Also set the caps on the output pad when the input buffers don't have caps.
2009-09-04wildmidi: cleanups and fix seekingWim Taymans2-164/+180
Remove time_per_frame, it's too inaccurate. Fix convert for -1 values. Use scaling to convert samples to time. Fix segment handling. Fix seeking. Fix buffer clipping (not yet enabled) Protect the WildMidi library with the object lock to avoid races when changing properties. Fix offsets on output buffers, for raw audio the offset contains the sample position not byte position. Add better DISCONT handling. Fixes #519001
2009-09-04dshowvideosrc: move VIDEO_STREAM_CONFIG_CAPS to GstCapturePinMediaTypeJulien Isorce3-23/+41
2009-09-04Merge branch 'master' of ↵christian schaller25-557/+703
ssh://uraeus@git.freedesktop.org/git/gstreamer/gst-plugins-bad
2009-09-04Update spec filechristian schaller1-0/+1
2009-09-04neonhttpsrc: handle all redirection http status codesJosep Torra1-11/+13
2009-09-04mpegpsdemux: in seeking use a factor for SCR interpolationJosep Torra1-0/+6
Fixes seeking on clips where PTS are unalignded with SCR.
2009-09-04sirendec: rewrite sirendecWim Taymans2-57/+179
Add setcaps and event functions. Add state change functions to clean variables. Use adapter. Add timestamps and duration on outgoing buffers. Add DISCONT handling.
2009-09-04sirenenc: cleanupsWim Taymans1-7/+8
2009-09-04mpegtsdemux: set specific caps for lpcm in private streamJosep Torra1-2/+2
In the clips that I've found those streams, the lpcm header is different than the DVD case. Then the decoder need to know this in order to be able parse it.
2009-09-04mpegtsdemux: added autodetect of packet size and removed m2ts mode propertyJosep Torra2-39/+35
2009-09-04Merge branch 'master' of ↵Julien Isorce3-6/+36
ssh://cap@git.freedesktop.org/git/gstreamer/gst-plugins-bad
2009-09-04dshowvideosrc: move default video caps into GstCapturePinMediaTypeJulien Isorce4-67/+32
2009-09-04mpegtsdemux: some more handling of VC1 and EAC3Josep Torra3-6/+36
If the PMT have the register descriptor HDMV assume EAC3 For VC1 make the code more aligned to RP227.
2009-09-04Try to fit subtitles within the video frame when they're too largeVincent Penquerc'h1-43/+100
2009-09-03pcapparse: Set the GStreamer timestamp according to the pcap timestampsOlivier Crête2-0/+41
2009-09-03sirenenc: fix events and capsWim Taymans2-22/+53
Add an event function that clears the adapter. Add a setcaps function to configure caps on the srcpad. Remove the instance variable for the caps.
2009-09-03sirenenc: fix timestampingWim Taymans2-45/+99
Handle DISCONT and reset adapter. code cleanups. Put timestamps and discont flags on output buffers. Fix error handling. Remove bogus object locks, it's all protected by the STREAM_LOCK.
2009-09-03dshowvideosrc: factorize dshow format to gst caps conversionJulien Isorce2-81/+30
2009-09-03dshowsrcwrapper: remove cplusplus conditionJulien Isorce2-17/+0
2009-09-03dshowvideosrc: factorize dshow video format parsingJulien Isorce4-70/+90
2009-09-03mpegtsdemux: If stream type is AC3 and no EAC3 descriptor is found assume AC3Sebastian Dröge1-5/+9
2009-09-03mpegtsdemux: Implement EAC3 handling according some ATSC specs.Josep Torra2-1/+14
Fixes bug #594030.
2009-09-03xdgmime: move xdg typefinder to the other typefinders in -baseTim-Philipp Müller5-128/+0
Remove the xdgmime plugin which now barely contains any code at all and move the functionality into gst-plugins-base next to the other typefinders.
2009-09-02mpegsmux, mpegpsmux: fix unused variable warning with the debugging system ↵Tim-Philipp Müller3-4/+4
in core disabled
2009-09-01mpegtsdemux: Stream type 0x81 is normal AC3, not EAC3Sebastian Dröge1-1/+1
Not sure what the stream type for EAC3 is though. Fixes bug #593059.
2009-09-01faac: refactor slightly and remove superfluous codeMark Nauwelaerts1-21/+15
2009-09-01faac: freshen up caps negotiationMark Nauwelaerts1-47/+59
Perform sink and src caps negotiation during caps negotation, and also cater for re-negotiation.
2009-09-01faac: rewrite data caching and timestamp handlingMark Nauwelaerts2-173/+149
Also fixes #593348.
2009-08-31configure: A little clean up.Peter Kjellerstedt1-16/+12
Reorder the list of AM_CONDITIONAL()s used when --disable-external is specified to match the actual order of the plug-ins earlier in the file.
2009-08-31configure: Allow --disable-external to be specified again.Peter Kjellerstedt1-0/+4
2009-08-31configure: Allow --disable-kate to actually be specified.Peter Kjellerstedt1-1/+1
2009-08-31wildmidi: cleanup error handlerWim Taymans1-20/+30
2009-08-31wildmidi: free the adapterWim Taymans1-0/+6
2009-08-31wildmidi: cleanupsWim Taymans1-34/+19