Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-08 | hdpvr: add source for the Hauppauge HD PVR devicehdpvr | Wim Taymans | 5 | -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-08 | outputselector: make GST_FORMAT_TIME the default segment format | Havard Graff | 1 | -1/+1 | |
2009-09-08 | assrender: Fix compilation with libass = 0.9.6 | Marc-André Lureau | 1 | -2/+2 | |
Fixes bug #594382. | |||||
2009-09-07 | mpeg4videoparse: fix aspect-ratio parsing in VO | Mark Nauwelaerts | 1 | -3/+3 | |
2009-09-07 | mpeg4videoparse: also consider user_data pieces when parsing VO(S) | Mark Nauwelaerts | 1 | -0/+30 | |
2009-09-07 | dshowsrcwrapper: add support both Unicode and MBCS | Julien Isorce | 4 | -2/+162 | |
2009-09-07 | dshowsrcwrapper: upgrade frozen build to vs9 | Julien Isorce | 3 | -97/+76 | |
2009-09-07 | dshowsrcwrapper: indent dshowsrcwrapper.cpp | Julien Isorce | 1 | -6/+7 | |
2009-09-07 | Revert "dshowsrcwrapper: remove unused extern C" | Julien Isorce | 1 | -0/+4 | |
This reverts commit d3c88d637d7e7d60f1437ccd3dfc23b37e2a320e. Reverting this since the entry point isn't found because of C++ build. | |||||
2009-09-07 | dshowsrcwrapper: indent | Julien Isorce | 8 | -299/+370 | |
2009-09-07 | dshowsrcwrapper: convert line ended characters to LF | Julien Isorce | 3 | -74/+74 | |
2009-09-07 | dshowsrcwrapper: remove unused extern C | Julien Isorce | 1 | -4/+0 | |
2009-09-07 | dshowsrcwrapper: go back to previous mode | Julien Isorce | 4 | -0/+0 | |
2009-09-05 | Automatic update of common submodule | Sebastian Dröge | 1 | -0/+0 | |
From 00a859e to 19fa4f3 | |||||
2009-09-04 | wildmidi/timidity: Add audio/riff-midi to the src pad template caps | Sebastian Dröge | 2 | -2/+2 | |
2009-09-04 | siren: fix setting caps on the output pad | Wim Taymans | 2 | -2/+18 | |
Also set the caps on the output pad when the input buffers don't have caps. | |||||
2009-09-04 | wildmidi: cleanups and fix seeking | Wim Taymans | 2 | -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-04 | dshowvideosrc: move VIDEO_STREAM_CONFIG_CAPS to GstCapturePinMediaType | Julien Isorce | 3 | -23/+41 | |
2009-09-04 | Merge branch 'master' of ↵ | christian schaller | 25 | -557/+703 | |
ssh://uraeus@git.freedesktop.org/git/gstreamer/gst-plugins-bad | |||||
2009-09-04 | Update spec file | christian schaller | 1 | -0/+1 | |
2009-09-04 | neonhttpsrc: handle all redirection http status codes | Josep Torra | 1 | -11/+13 | |
2009-09-04 | mpegpsdemux: in seeking use a factor for SCR interpolation | Josep Torra | 1 | -0/+6 | |
Fixes seeking on clips where PTS are unalignded with SCR. | |||||
2009-09-04 | sirendec: rewrite sirendec | Wim Taymans | 2 | -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-04 | sirenenc: cleanups | Wim Taymans | 1 | -7/+8 | |
2009-09-04 | mpegtsdemux: set specific caps for lpcm in private stream | Josep Torra | 1 | -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-04 | mpegtsdemux: added autodetect of packet size and removed m2ts mode property | Josep Torra | 2 | -39/+35 | |
2009-09-04 | Merge branch 'master' of ↵ | Julien Isorce | 3 | -6/+36 | |
ssh://cap@git.freedesktop.org/git/gstreamer/gst-plugins-bad | |||||
2009-09-04 | dshowvideosrc: move default video caps into GstCapturePinMediaType | Julien Isorce | 4 | -67/+32 | |
2009-09-04 | mpegtsdemux: some more handling of VC1 and EAC3 | Josep Torra | 3 | -6/+36 | |
If the PMT have the register descriptor HDMV assume EAC3 For VC1 make the code more aligned to RP227. | |||||
2009-09-04 | Try to fit subtitles within the video frame when they're too large | Vincent Penquerc'h | 1 | -43/+100 | |
2009-09-03 | pcapparse: Set the GStreamer timestamp according to the pcap timestamps | Olivier Crête | 2 | -0/+41 | |
2009-09-03 | sirenenc: fix events and caps | Wim Taymans | 2 | -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-03 | sirenenc: fix timestamping | Wim Taymans | 2 | -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-03 | dshowvideosrc: factorize dshow format to gst caps conversion | Julien Isorce | 2 | -81/+30 | |
2009-09-03 | dshowsrcwrapper: remove cplusplus condition | Julien Isorce | 2 | -17/+0 | |
2009-09-03 | dshowvideosrc: factorize dshow video format parsing | Julien Isorce | 4 | -70/+90 | |
2009-09-03 | mpegtsdemux: If stream type is AC3 and no EAC3 descriptor is found assume AC3 | Sebastian Dröge | 1 | -5/+9 | |
2009-09-03 | mpegtsdemux: Implement EAC3 handling according some ATSC specs. | Josep Torra | 2 | -1/+14 | |
Fixes bug #594030. | |||||
2009-09-03 | xdgmime: move xdg typefinder to the other typefinders in -base | Tim-Philipp Müller | 5 | -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-02 | mpegsmux, mpegpsmux: fix unused variable warning with the debugging system ↵ | Tim-Philipp Müller | 3 | -4/+4 | |
in core disabled | |||||
2009-09-01 | mpegtsdemux: Stream type 0x81 is normal AC3, not EAC3 | Sebastian Dröge | 1 | -1/+1 | |
Not sure what the stream type for EAC3 is though. Fixes bug #593059. | |||||
2009-09-01 | faac: refactor slightly and remove superfluous code | Mark Nauwelaerts | 1 | -21/+15 | |
2009-09-01 | faac: freshen up caps negotiation | Mark Nauwelaerts | 1 | -47/+59 | |
Perform sink and src caps negotiation during caps negotation, and also cater for re-negotiation. | |||||
2009-09-01 | faac: rewrite data caching and timestamp handling | Mark Nauwelaerts | 2 | -173/+149 | |
Also fixes #593348. | |||||
2009-08-31 | configure: A little clean up. | Peter Kjellerstedt | 1 | -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-31 | configure: Allow --disable-external to be specified again. | Peter Kjellerstedt | 1 | -0/+4 | |
2009-08-31 | configure: Allow --disable-kate to actually be specified. | Peter Kjellerstedt | 1 | -1/+1 | |
2009-08-31 | wildmidi: cleanup error handler | Wim Taymans | 1 | -20/+30 | |
2009-08-31 | wildmidi: free the adapter | Wim Taymans | 1 | -0/+6 | |
2009-08-31 | wildmidi: cleanups | Wim Taymans | 1 | -34/+19 | |