summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2009-11-20qtdemux: Ease debugging by removing a goto for an error messageworking-qtdemuxRobert Swain1-23/+33
2009-11-20qtdemux: Parse per sample rather than all at once but build complete index whenRobert Swain1-14/+76
seeking
2009-11-20qtdemux: Save atom data for later use so it doesn't get freed after initialRobert Swain1-0/+63
parsing
2009-11-20qtdemux: Parse from the previously parsed sample up to sample nRobert Swain1-101/+162
2009-11-20qtdemux: Make qtdemux_parse_samples () parse up to n samplesRobert Swain1-14/+27
2009-11-20qtdemux: Separate off stbl sub-atom initialisationRobert Swain1-110/+150
2009-11-20qtdemux: Move variables into context in preparation for refactorisationRobert Swain1-298/+261
2009-11-20qtdemux: Fix bug where stps is never parsed due to logic errorRobert Swain1-3/+2
2009-11-20qtdemux: Port ctts from Gnode * to GstByteReaderRobert Swain1-11/+9
2009-11-20qtdemux: Switch from QtAtomParser to GstByteReaderRobert Swain5-201/+191
2009-11-20deinterlace: fix typo in mode enum descriptionTim-Philipp Müller1-1/+1
2009-11-20docs: more links and better short descriptionStefan Kost1-5/+5
Fix spelling of GstRtpSsrcDemux to get it linked. Add more links. Change the short description to be more meaningful.
2009-11-18qtdemux: Add more fields to SVQ3 capsThiago Santos2-1/+109
qtdemux only added the whole stsd atom as 'codec_data' in its output caps for SVQ3. This patch makes it add the SEQH (inside a SMI atom) and a gamma field (taken from the gama atom) if available. Fixes #587922
2009-11-18wavenc: Raise rank of muxer to PRIMARYEdward Hervey1-1/+1
2009-11-18y4m: Raise rank of encoder to PRIMARYEdward Hervey1-1/+1
2009-11-18law: Raise rank of encoders to PRIMARYEdward Hervey2-2/+2
2009-11-18Add user-id and user-pw propertiesBastien Nocera2-1/+39
So that one doesn't need to modify the URL to have access to authenticated RTSP streams. fixes #601728
2009-11-18qtdemux: fix bogus memory chunk size checkMark Nauwelaerts1-1/+1
2009-11-18jitterbuffer: release lock before emiting signalsWim Taymans1-7/+26
Release the jbuf lock before emiting the request-pt-map signal to avoid deadlocks. We also need to catch the shutdown case when locking again. Fixes #593354
2009-11-18rtp: add BroadcomVoice depayloaderWim Taymans4-0/+251
2009-11-18rtpbvpay: add rfc referenceWim Taymans1-1/+1
2009-11-18rtp: add BroadcomVoice payloaderWim Taymans4-0/+294
2009-11-18flvmux: properly finish the ECMA arrayJan Urbański1-0/+5
The ECMA array with the file index was missing a mandatory end marker. Fixes bug #601242.
2009-11-18Use new still-frame API from gst-plugins-baseJan Schmidt1-28/+20
2009-11-17qtdemux: identify IMA adpcm in qt properly.Michael Smith1-4/+2
2009-11-05equalizer: printf format fixTim-Philipp Müller1-1/+1
2009-11-05avimux: do not write empty INFO listThiago Santos1-2/+10
avoid writing an empty INFO list chunk, both because it is useless and because vlc refuses to play the resulting file.
2009-11-05equalizer: Notify about band property changes caused by changing number of bandsSebastian Dröge1-3/+13
2009-11-05equalizer: Make changes to band properties and the number of bands threadsafeSebastian Dröge3-25/+44
2009-11-05equalizer: Fix stupid off by two bugSebastian Dröge1-1/+1
2009-11-05equalizer: Add band property to select the band filter typeSebastian Dröge1-4/+67
This allows per band configuration of a peak, low shelf or high shelf filter, which can be very useful if the band frequencies and widths are manually configured.
2009-11-05equalizer: Fix code styleSebastian Dröge1-8/+0
2009-11-05equalizer: Some cleanupSebastian Dröge4-99/+108
2009-11-04celtpay/depay : change GST_DEBUG_OBJECT to GST_LOG_OBJECT in ↵Gabriel Millaire2-3/+3
pay_handle_buffer and depay_process
2009-11-04celtpay/depay: Negotiate parameters through capsGabriel Millaire3-12/+65
celtdepay : added default framesize(480) channels(1) and clockrate(32000) depay_setcaps : now gets channels and framesize from string with default value depay_process : now adds timestamp to outbuf Added frame_size to GstRtpCeltDepay Changed some GST_DEBUG to GST_DEBUG_OBJECT or GST_LOG_OBJECT celtpay : getcaps : gets channel and framesize and sets caps Added frame-size to static caps for audio/x-celt
2009-11-04deinterlace: Pull in CFLAGS and LIBS flags from -base before core before system.Jan Schmidt1-4/+4
2009-11-04qtdemux: init variables to make compiler on osx build bot happyEdward Hervey1-17/+17
2009-11-03qtdemux: init variables to make compiler on osx build bot happyTim-Philipp Müller1-1/+1
2009-11-02deinterlace: remove pointless call to gst_element_no_more_pads()Tim-Philipp Müller1-2/+0
2009-11-01level: fix decay to be smoothStefan Kost1-1/+1
The length not having any fractional part as it was promoted to gdouble after dividing two guint64.
2009-11-01level: calculate the message-intervall when it changesStefan Kost2-2/+9
2009-11-01level: clocktime is a guint64, use right macro to init fieldsStefan Kost1-1/+1
2009-11-01level: use more g-style typesStefan Kost1-6/+6
2009-10-27avidemux: use segment_full when we canWim Taymans1-10/+11
Use segment_full so that we can pass the applied rate to the segment values. We will change the applied rate when we implement skip mode.
2009-10-27wavenc: Fix buffer offset by moving length incrementationRobert Swain1-2/+2
2009-10-23Add dependencies of gstriff to things that link to gstriff, needed on Win32.Michael Smith3-1/+7
2009-10-22tests: add a jitterbuffer testStefan Kost1-0/+1
Tests pushing a few buffers in various order and asserting the order sent by the jitterbuffer. Contains two disabled tests that need more work.
2009-10-22matroskamux: Dirac "muxing" units end on EOS tooSebastian Dröge1-7/+10
A Dirac muxing unit are all non-picture, non-end-of-sequence packets up to and including the first picture or eos packet. See http://www.diracvideo.org/wiki/index.php/ContainerFormatMappingGuidelines
2009-10-22avidemux: fix compilation with debugging disabledTim-Philipp Müller1-3/+4
total_idx is always evaluated.
2009-10-20avidemux: Stop scanning at the last entry... and not the one before :)Edward Hervey1-1/+1
This ensures we actually push out everything