summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-22qtdemux: When checking for a gap be sure that the end time is validqtdemux-0.10Jorge Zapata1-1/+2
2013-05-22qtdemux: Add support for default-base-is-moof flag on 'tfhd'Jorge Zapata2-1/+15
2013-05-22qtdemux: Only expose the streams whenever we get the samplesJorge Zapata1-5/+13
2013-05-22qtdemux: The data offset must start after the moof atomJorge Zapata1-0/+2
2013-05-22qtdemux: Add support for pssh box and handle the piff variantsJorge Zapata4-4/+118
2013-05-22qtdemux: Add support for multiple stsd entriesJorge Zapata1-259/+436
2013-05-22qtdemux: Impact new segment and pts with tfdt.Julien Moutte1-12/+23
2013-05-22qtdemux: Add support for encrypted tracksJorge Zapata4-21/+372
2013-05-21qtdemux: Whenever a moov atom is found, reset the demuxerJorge Zapata1-51/+53
2013-05-13multifilesink: Let the base class do get_times0.10Olivier Crête1-1/+0
2013-04-09icydemux: avoid subbuffer when we canWim Taymans1-2/+8
2013-04-09getpay: improve debugWim Taymans1-2/+2
2013-04-09gstpay: add support for buffer listsWim Taymans2-9/+97
2013-04-09pay: cache events until caps are knownWim Taymans2-38/+110
2013-03-22qtmux: expose mulaw capsNicola Murino1-0/+1
2013-03-10Automatic update of common submoduleTim-Philipp Müller1-0/+0
2013-03-10png: Use correct print format specifier to fix a compiler warningJosep Torra1-1/+1
2013-03-10osxvideo: suppress warnings for deprecated glib APIJosep Torra1-0/+5
2013-03-10osxaudio: fixes implicit declaration of function 'getpid'Josep Torra1-0/+1
2013-03-10osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefinedJosep Torra2-2/+1
2013-03-10soup: deprecated soup_message_headers _get -> _get_oneAlban Browaeys2-6/+6
2013-03-10configure.ac: update courtesy of autoupdateTim-Philipp Müller1-16/+12
2013-03-08osxaudio: add support for iOS using the RemoteIO AudioUnitAndoni Morales Alastruey6-4/+166
2013-03-08osxaudio: add a façade for the CoreAudio APIAndoni Morales Alastruey10-1684/+2176
2013-03-01pulsesink: fix caps leak in acceptcaps functionVincent Penquerc'h1-0/+2
2013-02-28pulseaudiosink: fix error path leaksVincent Penquerc'h1-3/+6
2013-02-24avidemux: push mode: handle some more 0-size buffer casesMark Nauwelaerts1-2/+6
2013-02-06rtspsrc: only EOS when our source sends BYEWim Taymans1-4/+14
2013-02-06rtspsrc: save the stream SSRCWim Taymans1-0/+3
2013-02-06rtspsrc: always flush connection in stopWim Taymans1-6/+4
2013-02-03rtpmp2tdepay: fix caps for compatibility with spec and rtpmp2tpay from 1.0Michael Esemplare1-1/+2
2013-02-01rtpssrcdemux: Safely push on pads that might be removed due to a RTCP BYEPascal Buhler1-0/+22
2013-02-01rtpsession: Ensure MT safe event handling and plug event leak.Haakon Sporsheim1-8/+31
2013-01-31osxvideosink: Make GstNavigation key input events in osxvideosink compatible ...Alexey Chernov2-10/+302
2013-01-27qtdemux: push mode: only parse moov 1 onceMark Nauwelaerts1-15/+22
2013-01-24Automatic update of common submoduleThibault Saunier1-0/+0
2013-01-16osxvideosink: Fix crash in osxvideosink with external window outputAlexey Chernov2-3/+10
2013-01-16osxvideosink: Make GstGLView propagate input events to its parent viewAlexey Chernov1-0/+7
2012-12-10rtspsrc: do not change state to PLAYING if currently chaning stateAleix Conchillo Flaque1-2/+22
2012-12-10osxvideosink: Fix resizing the Cocoa window on receiving new capsAlexey Chernov1-1/+2
2012-12-10suppress more warningsWim Taymans3-4/+8
2012-11-26mulawdec: fix integer overrunRoland Krikava1-2/+4
2012-11-20videoflip: Add gray 8/16 supportJoshua M. Doe1-3/+9
2012-11-19qtdemux: read video format header fully (so we can find 'pasp' atoms) for mor...Michael Smith2-0/+9
2012-11-19qtdemux: allow more streams. Bump this constant to 32, which should beMichael Smith1-1/+1
2012-11-19qtdemux: support more different fourcc values for other ProRes variants.Michael Smith1-1/+27
2012-11-19qtdemux: add support for proresMichael Smith2-0/+5
2012-11-13videoflip: Add NV12/NV21 supportNicolas Dufresne1-0/+216
2012-11-10videocrop: Add support for NV12/NV21Nicolas Dufresne3-1/+65
2012-11-07videocrop: Add support for automatic croppingNicolas Dufresne3-66/+190