summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-20wavpackparse: Fix unit test for recent position reporting changesSebastian Dröge1-1/+1
2009-11-19wavpackparse: After pushing a frame, update last_stop to the end of the frameSebastian Dröge1-1/+6
This improves position reporting, especially because of the fact that WavPack frames are usually 0.5-1.0 seconds long.
2009-11-19wavpackparse: Allow pulling the last WavPack frame of a fileSebastian Dröge1-2/+2
Because of a >= instead of a >, that last frame of a WavPack file would never be parsed in pull mode.
2009-11-19Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 0702fe1 to 53a2485
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-18pulsesink: use acquired flag when checking valid stateWim Taymans1-1/+1
Use the acquired field of the ringbuffer in get_time to know when we are in an invalid state. We don't clear the rate flag when releasing the ringbuffer so this values is not usable. Avoids some error messages being posted because the pulseaudio connection is down.
2009-11-18configure: bump core requirement to 0.10.25.1 as wellTim-Philipp Müller1-1/+1
Make implicit requirement explicit.
2009-11-18qtdemux: fix bogus memory chunk size checkMark Nauwelaerts1-1/+1
2009-11-18pulsesink: implement some more callbacksWim Taymans1-0/+35
Implement some more callbacks for debugging purposes.
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-18Bump gst-plugins-base requirement to 0.10.25.1Jan Schmidt1-1/+1
2009-11-17qtdemux: identify IMA adpcm in qt properly.Michael Smith1-4/+2
2009-11-18Back to development -> 0.10.17.1Jan Schmidt2-4/+4
2009-11-17Add release 0.10.17 to the doap fileJan Schmidt1-0/+11
2009-11-17Release 0.10.17Jan Schmidt76-405/+678
2009-11-17Update .po filesJan Schmidt35-73/+76
2009-11-130.10.16.3 pre-releaseJan Schmidt37-70/+69
2009-11-11v4l2: Make sure to initialize variables before using themSebastian Dröge1-1/+1
2009-11-090.10.16.2 pre-releaseJan Schmidt38-513/+2919
2009-11-09jpegdec: free temporary buffer when changing state to NULLTim-Philipp Müller1-7/+18
Free temporary allocations in the state change function and not only when the object is finalised.
2009-11-09jpegdec: only allocate as much temporary memory as needed for indirect decodingTim-Philipp Müller2-15/+28
When we can't decode directly into the output buffer, make our temp buffers only as big as needed instead of allocating for the worst case scenario (well, we still alloc more than strictly needed for some cases, but significantly less than before).
2009-11-05pulsesink: printf format fixTim-Philipp Müller1-2/+2
2009-11-05raw1394: printf format fixesTim-Philipp Müller2-2/+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