summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* pulsesink: fix sample offset calculation againWim Taymans2009-04-161-2/+3
* pulsesink: handle NULL timing infoWim Taymans2009-04-101-11/+15
* pulse: make it work on 0.9.12Stefan Kost2009-04-102-12/+22
* pulsesink: handle server disconnect in get_timeWim Taymans2009-04-101-0/+11
* pulsesink: bps is signed int to avoid overflowWim Taymans2009-04-101-2/+1
* pulsesink: check for a streamWim Taymans2009-04-091-19/+8
* pulsesink: fix compilation for newer pulseaudioWim Taymans2009-04-091-2/+2
* pulsesink: uncork fixes and use prebuf = 0Wim Taymans2009-04-091-77/+69
* pulsesink: handle write errorsWim Taymans2009-04-091-3/+14
* pulsesink: write silence on underflowWim Taymans2009-04-091-0/+38
* pulsesink: handle pull-based schedulingWim Taymans2009-04-091-118/+11
* pulsesink: add beginnings of pull-based schedulingWim Taymans2009-04-091-19/+116
* pulsesink: keep track of clock resetWim Taymans2009-04-091-41/+63
* pulsesink: rewrite pulsesinkWim Taymans2009-04-092-770/+1269
* pulse: remove some stray debug linesWim Taymans2009-04-091-8/+0
* jpegdec: use slightly more adaptive formula for QoSTim-Philipp Müller2009-04-092-6/+24
* add pending_samples so that we only update segment's last stop after really s...Thomas Vander Stichele2009-04-042-1/+9
* add debuggingThomas Vander Stichele2009-04-041-0/+2
* clipping should also work if it's done on the first buffer starting at 0Thomas Vander Stichele2009-04-041-1/+1
* id3v2mux: write RVA2 frames containing peak/gain volume dataJonathan Matthew2009-04-021-1/+71
* jpegdec: demote some log message from DEBUG to LOGTim-Philipp Müller2009-04-022-9/+12
* jpegdec: implement basic QoSTim-Philipp Müller2009-04-012-3/+129
* flac: require a 'newer' flac and remove support for the legacy flac APITim-Philipp Müller2009-03-274-522/+8
* jpegdec: put GstSegment inside the element struct instead of allocating it se...Tim-Philipp Müller2009-03-252-10/+5
* pulsesink: clean up the state change functionWim Taymans2009-03-231-10/+12
* pulsesink: Track the corked/uncorked state ourselvesJan Schmidt2009-03-202-1/+5
* pulse: Make sure the stream is uncorked in the write functionJan Schmidt2009-03-201-4/+23
* speexenc: fix direction of latency query and other upstream queriesTim-Philipp Müller2009-03-201-2/+4
* pulsesink: Wait until there is enough room to write an entire segmentJan Schmidt2009-03-131-1/+1
* Don't call FLAC__ methods before it's initialized. Fixes #516031Laszlo Pandy2009-03-121-4/+7
* pngdec: various cleanups.Wim Taymans2009-03-101-21/+44
* flacdec: don't lose the first buffer after a seekWim Taymans2009-03-092-27/+48
* souphttpsrc: Expose the SoupSession 'timeout' property.Edward Hervey2009-03-032-4/+19
* Merge branch 'master' of ssh://thomasvs@git.freedesktop.org/git/gstreamer/gst...Thomas Vander Stichele2009-03-0214-22/+55
|\
| * Fix the field dominanceDavid Schleef2009-02-271-2/+2
| * dvdec: Add interlacing info to caps and buffersDavid Schleef2009-02-252-1/+10
| * jpegenc: error out instead of crashing if no caps have been setTim-Philipp Müller2009-02-251-0/+13
| * gconf: Rename gconf.[ch] to gstgconf.[ch] to prevent name conflictsSebastian Dröge2009-02-244-4/+4
| * Some cleanupsWim Taymans2009-02-232-5/+1
| * gconfvideo(src|sink): Disconnect GConf notificationsSjoerd Simons2009-02-224-2/+14
| * pulsemixer: Don't use g_atomic_int_(get|set) for accessing the mixer track flagsSebastian Dröge2009-02-221-9/+12
| * hdv1394src: Don't use void * pointer arithmeticSebastian Dröge2009-02-221-1/+1
* | Add/clarify/fix some logging.Thomas Vander Stichele2009-03-021-3/+6
|/
* respect DEFAULT segment by clipping the last buffer to be sentThomas Vander Stichele2009-02-211-0/+11
* pulsemixer: Fix compiler warnings.Mark Nauwelaerts2009-02-131-6/+6
* pulsesink: Issue property change notification in streaming thread,Mark Nauwelaerts2009-02-132-6/+9
* flacdec: if we aborted reading, don't do into an infinite loop.Michael Smith2009-02-051-0/+7
* debug on the objectThomas Vander Stichele2009-02-051-26/+35
* Use correct flag for the GNOME proxy configurationJonathan Matthew2009-02-021-1/+1
* Add examples for the jpeg elements.Stefan Kost2009-01-292-0/+16