summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix .gitmodules to use baserock upstreambaserock/morph/0.10Richard Dale2013-07-221-1/+1
* multifilesink: Let the base class do get_timesOlivier Crête2013-05-131-1/+0
* icydemux: avoid subbuffer when we canWim Taymans2013-04-091-2/+8
* getpay: improve debugWim Taymans2013-04-091-2/+2
* gstpay: add support for buffer listsWim Taymans2013-04-092-9/+97
* pay: cache events until caps are knownWim Taymans2013-04-092-38/+110
* qtmux: expose mulaw capsNicola Murino2013-03-221-0/+1
* Automatic update of common submoduleTim-Philipp Müller2013-03-101-0/+0
* png: Use correct print format specifier to fix a compiler warningJosep Torra2013-03-101-1/+1
* osxvideo: suppress warnings for deprecated glib APIJosep Torra2013-03-101-0/+5
* osxaudio: fixes implicit declaration of function 'getpid'Josep Torra2013-03-101-0/+1
* osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefinedJosep Torra2013-03-102-2/+1
* soup: deprecated soup_message_headers _get -> _get_oneAlban Browaeys2013-03-102-6/+6
* configure.ac: update courtesy of autoupdateTim-Philipp Müller2013-03-101-16/+12
* osxaudio: add support for iOS using the RemoteIO AudioUnitAndoni Morales Alastruey2013-03-086-4/+166
* osxaudio: add a façade for the CoreAudio APIAndoni Morales Alastruey2013-03-0810-1684/+2176
* pulsesink: fix caps leak in acceptcaps functionVincent Penquerc'h2013-03-011-0/+2
* pulseaudiosink: fix error path leaksVincent Penquerc'h2013-02-281-3/+6
* avidemux: push mode: handle some more 0-size buffer casesMark Nauwelaerts2013-02-241-2/+6
* rtspsrc: only EOS when our source sends BYEWim Taymans2013-02-061-4/+14
* rtspsrc: save the stream SSRCWim Taymans2013-02-061-0/+3
* rtspsrc: always flush connection in stopWim Taymans2013-02-061-6/+4
* rtpmp2tdepay: fix caps for compatibility with spec and rtpmp2tpay from 1.0Michael Esemplare2013-02-031-1/+2
* rtpssrcdemux: Safely push on pads that might be removed due to a RTCP BYEPascal Buhler2013-02-011-0/+22
* rtpsession: Ensure MT safe event handling and plug event leak.Haakon Sporsheim2013-02-011-8/+31
* osxvideosink: Make GstNavigation key input events in osxvideosink compatible ...Alexey Chernov2013-01-312-10/+302
* qtdemux: push mode: only parse moov 1 onceMark Nauwelaerts2013-01-271-15/+22
* Automatic update of common submoduleThibault Saunier2013-01-241-0/+0
* osxvideosink: Fix crash in osxvideosink with external window outputAlexey Chernov2013-01-162-3/+10
* osxvideosink: Make GstGLView propagate input events to its parent viewAlexey Chernov2013-01-161-0/+7
* rtspsrc: do not change state to PLAYING if currently chaning stateAleix Conchillo Flaque2012-12-101-2/+22
* osxvideosink: Fix resizing the Cocoa window on receiving new capsAlexey Chernov2012-12-101-1/+2
* suppress more warningsWim Taymans2012-12-103-4/+8
* mulawdec: fix integer overrunRoland Krikava2012-11-261-2/+4
* videoflip: Add gray 8/16 supportJoshua M. Doe2012-11-201-3/+9
* qtdemux: read video format header fully (so we can find 'pasp' atoms) for mor...Michael Smith2012-11-192-0/+9
* qtdemux: allow more streams. Bump this constant to 32, which should beMichael Smith2012-11-191-1/+1
* qtdemux: support more different fourcc values for other ProRes variants.Michael Smith2012-11-191-1/+27
* qtdemux: add support for proresMichael Smith2012-11-192-0/+5
* videoflip: Add NV12/NV21 supportNicolas Dufresne2012-11-131-0/+216
* videocrop: Add support for NV12/NV21Nicolas Dufresne2012-11-103-1/+65
* videocrop: Add support for automatic croppingNicolas Dufresne2012-11-073-66/+190
* videocrop: Style fixNicolas Dufresne2012-11-071-2/+1
* jpegenc: error out gracefully if input buffer is too smallTim-Philipp Müller2012-11-051-0/+15
* gstdepay: add support for eventsWim Taymans2012-11-011-58/+174
* rtpgstpay: add support for sending eventsWim Taymans2012-11-012-25/+91
* gstpay: rewrite payloaderWim Taymans2012-11-012-146/+130
* gstdepay: check for correct fragment offsetWim Taymans2012-11-011-4/+13
* gstpay: set C flag on all buffers of the fragmentWim Taymans2012-11-011-3/+2
* gstdepay: use the capsversionWim Taymans2012-11-011-10/+26