Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pulsesink: add beginnings of pull-based scheduling | Wim Taymans | 2009-04-09 | 1 | -19/+116 | |
| | ||||||
* | pulsesink: keep track of clock reset | Wim Taymans | 2009-04-09 | 1 | -41/+63 | |
| | | | | | | | when we switch streams, the clock will reset to 0. Make sure that the provided clock doesn't get stuck when this happens by keeping an initial offset. We also need to make sure that we subtract this offset in samples when writing to the ringbuffer. | |||||
* | pulsesink: rewrite pulsesink | Wim Taymans | 2009-04-09 | 2 | -770/+1269 | |
| | | | | | Derive from BaseAudioSink and implement our custom ringbuffer that maps to the internal pulseaudio ringbuffer. | |||||
* | pulse: remove some stray debug lines | Wim Taymans | 2009-04-09 | 1 | -8/+0 | |
| | ||||||
* | jpegdec: use slightly more adaptive formula for QoS | Tim-Philipp Müller | 2009-04-09 | 2 | -6/+24 | |
| | | | | | Should work at least a tad better if the decoder can't keep up, and should also spread dropped frames a bit more evenly over time. | |||||
* | wavparse: don't leak pad-template | Stefan Kost | 2009-04-07 | 1 | -0/+1 | |
| | | | | gst_element_class_add_pad_template() does not take ownership. | |||||
* | Automatic update of common submodule | Felipe Contreras | 2009-04-04 | 1 | -0/+0 | |
| | | | | From d0ea89e to b3941ea | |||||
* | add pending_samples so that we only update segment's last stop after really ↵ | Thomas Vander Stichele | 2009-04-04 | 2 | -1/+9 | |
| | | | | sending the samples | |||||
* | add debug and an assert | Thomas Vander Stichele | 2009-04-04 | 1 | -1/+7 | |
| | ||||||
* | add debugging | Thomas Vander Stichele | 2009-04-04 | 1 | -0/+2 | |
| | ||||||
* | add a test to check that we get all decoded bytes | Thomas Vander Stichele | 2009-04-04 | 3 | -1/+206 | |
| | | | | | | | | | from a 10-buffer audiotestsrc flac, in the case of: - a full decode - a decode of a seek for the full file - a decode of a seek for a small part, smaller than the first buffer The test fails because flacdec drops the first outgoing buffer on a seek | |||||
* | clipping should also work if it's done on the first buffer starting at 0 | Thomas Vander Stichele | 2009-04-04 | 1 | -1/+1 | |
| | ||||||
* | Automatic update of common submodule | Edward Hervey | 2009-04-04 | 1 | -0/+0 | |
| | | | | From f8b3d91 to d0ea89e | |||||
* | Fix grammar. | Zaheer Merali | 2009-04-03 | 1 | -1/+1 | |
| | ||||||
* | rtspsrc: allow http:// on the proxy setting | Wim Taymans | 2009-04-02 | 1 | -2/+6 | |
| | | | | | | Allow and ignore http:// at the start of the proxy setting, like souphttpsrc. Fixes #573173 | |||||
* | rtspsrc: don't leak the udpsrc pad | Wim Taymans | 2009-04-02 | 1 | -8/+1 | |
| | | | | | Fix memory leak in rtspsrc because we didn't unref the udpsrc pad. See #577318 | |||||
* | rtptheorapay: fix length encoding in packed headers. | Michael Smith | 2009-04-01 | 1 | -1/+4 | |
| | | | | As for vorbis payloader; this by inspection had the same bug. | |||||
* | rtpvorbispay: in packed headers, properly flag multibyte lengths. | Michael Smith | 2009-04-01 | 1 | -1/+4 | |
| | | | | | | In the sequence of header lengths, for headers >127 bytes, we use multiple bytes to encode the length. Bytes other than the last must have the top (flag) bit set. | |||||
* | id3v2mux: write RVA2 frames containing peak/gain volume data | Jonathan Matthew | 2009-04-02 | 2 | -8/+106 | |
| | ||||||
* | jpegdec: demote some log message from DEBUG to LOG | Tim-Philipp Müller | 2009-04-02 | 2 | -9/+12 | |
| | | | | And log decoder object. | |||||
* | jpegdec: implement basic QoS | Tim-Philipp Müller | 2009-04-01 | 2 | -3/+129 | |
| | | | | Don't decode frames that are going to be too late anyway. | |||||
* | rtspsrc: don't emit ugly warnings with older rtpjitterbuffer versions | Tim-Philipp Müller | 2009-04-01 | 1 | -2/+7 | |
| | | | | | | The on-npt-stop signals was added only recently to rtpjitterbuffer in -bad, so check if the signal exists before g_signal_connect()ing to it, to avoid warnings. | |||||
* | rtspsrc: add proxy support | Wim Taymans | 2009-03-31 | 2 | -0/+89 | |
| | ||||||
* | matroska: don't leak serialized values when writing tags | Stefan Kost | 2009-03-31 | 1 | -0/+1 | |
| | ||||||
* | matroska: don't alter passed data and especialy don't leak. | Stefan Kost | 2009-03-31 | 1 | -3/+5 | |
| | | | | If we need different size, Make a copy, work with that and free it. | |||||
* | goom: the structure is not fully initialized, but the copied. | Stefan Kost | 2009-03-31 | 1 | -1/+2 | |
| | | | | Set to fully to 0 to avoid creep of uninitialized values. | |||||
* | matroska: init endianess as such and signedness as boolean. | Stefan Kost | 2009-03-31 | 1 | -2/+3 | |
| | ||||||
* | qtdemux: don't use ininitialized var in debug log statement | Stefan Kost | 2009-03-31 | 1 | -2/+2 | |
| | | | | Also make the log statement useful by printing the human readable format name. | |||||
* | qtdemux: don't leak atom data in case of a wrong fourcc | Stefan Kost | 2009-03-31 | 1 | -1/+1 | |
| | ||||||
* | matroska: don't leak read data in demuxer | Stefan Kost | 2009-03-31 | 1 | -0/+2 | |
| | ||||||
* | udp: don't use protocol in debug message after freeing | Stefan Kost | 2009-03-31 | 2 | -2/+2 | |
| | ||||||
* | rtpmp4adepay: output should be framed already | Tim-Philipp Müller | 2009-03-30 | 1 | -2/+2 | |
| | ||||||
* | flac: require a 'newer' flac and remove support for the legacy flac API | Tim-Philipp Müller | 2009-03-27 | 6 | -524/+9 | |
| | ||||||
* | rtspsrc: link to the on_npt_stop signal to EOS | Wim Taymans | 2009-03-27 | 1 | -0/+12 | |
| | | | | | Connect to the on_npt_stop signal of the session manager to schedule the EOS actions. | |||||
* | qtdemux: some stream synchronization to aid seeking in unbalanced clips | Mark Nauwelaerts | 2009-03-26 | 1 | -5/+80 | |
| | | | | | | | Some clips (trailers) may have (length-wise) unbalanced streams, which stalls the pipeline if seeking into that region. Additional stream synchronization can handle this, as well as sparse (subtitle) streams (at some later time ?) | |||||
* | qtdemux: additional safety and sanity checks (push based mode) | Mark Nauwelaerts | 2009-03-26 | 1 | -1/+20 | |
| | ||||||
* | videomixer: some more indent fixes | Wim Taymans | 2009-03-26 | 1 | -3/+0 | |
| | ||||||
* | videomixer: fix gst-indent screwup | Wim Taymans | 2009-03-26 | 1 | -50/+0 | |
| | ||||||
* | rtspsrc: better error message when the RTSP extension for Real streams is ↵ | Tim-Philipp Müller | 2009-03-25 | 3 | -3/+45 | |
| | | | | | | | | missing Try to post a decent error message when it looks like we're failing because the Real RTSP extension plugin is missing. Also add i18n bits for rtspsrc so our error messages get translated. | |||||
* | i18n: make sure gettext gives us UTF-8 at all times | Tim-Philipp Müller | 2009-03-25 | 2 | -0/+2 | |
| | ||||||
* | rtpmp4apay,rtpmp4depay: fix buffer leaks in AAC payloader and depayloader | Tim-Philipp Müller | 2009-03-25 | 2 | -0/+6 | |
| | ||||||
* | rtpmp4apay: warn if input is unframed | Tim-Philipp Müller | 2009-03-25 | 1 | -2/+8 | |
| | ||||||
* | jpegdec: put GstSegment inside the element struct instead of allocating it ↵ | Tim-Philipp Müller | 2009-03-25 | 2 | -10/+5 | |
| | | | | separately | |||||
* | v4l2src: move duplicated timestamping and buffer metadata code to _create() | Stefan Kost | 2009-03-25 | 2 | -68/+42 | |
| | | | | This will include the latency changes also in the mmap case. | |||||
* | v4l2src: remove win32 ifdefs introduced by commit ↵ | Stefan Kost | 2009-03-25 | 2 | -10/+0 | |
| | | | | | | cff3f46760eac74c9bbd7a36aca44fedf327424b V4l2src is under sys and does not exists/run under windows anyway. | |||||
* | qtdemux: handle FLUSH_STOP event | Mark Nauwelaerts | 2009-03-24 | 1 | -2/+18 | |
| | | | | | Clean up some state (most notably pad flow returns) to resume proper streaming following flushing seek. | |||||
* | avidemux: don't post an error if EOS can't be pushed downstream. | Alessandro Decina | 2009-03-24 | 1 | -6/+1 | |
| | | | | | This aligns avidemux with other demuxers and fixes a bug using avidemux with a recent gnonlin. | |||||
* | pulsesink: clean up the state change function | Wim Taymans | 2009-03-23 | 1 | -10/+12 | |
| | | | | | Make the state change function a bit more readable and only pause after the parent had a change to pause first. | |||||
* | qtdemux: support seeking in push based mode | Mark Nauwelaerts | 2009-03-20 | 1 | -82/+334 | |
| | ||||||
* | qtdemux: align push based behaviour more with pull based | Mark Nauwelaerts | 2009-03-20 | 1 | -0/+18 | |
| | | | | | | | Cater for DELTA_UNIT flag on buffers, keep track of current position, remove and warn about edit lists if any (as those as are de facto discarded anyway), add some debug statements and indent fixes. |