summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2009-05-13flacdec: fix buffer leakTim-Philipp Müller1-0/+1
2009-05-08raw1394: include stdlib.h for strtol()Tim-Philipp Müller2-0/+2
2009-05-08flacdec: Actually output the pending buffer.. and not a blank one.Edward Hervey1-3/+4
2009-05-08souphttpsrc: Allow non-string fields in the extra-headers propertySebastian Dröge1-10/+47
2009-05-08souphttpsrc: Add support for extra-headers appended to the HTTP requestSebastian Dröge2-1/+65
2009-05-07Add RANKS for various encoders and muxersChristian Schaller4-4/+5
2009-05-06flac: Make buffers created during seek act like normal buffers.Jan Schmidt1-3/+14
2009-05-06flacdec: don't use pad_alloc when decoding while seeking. Fixes #579422Thomas Vander Stichele1-8/+17
2009-05-06jpegdec: refactored gst_jpeg_dec_parse_image_dataArnout Vandecappelle1-42/+27
2009-05-06jpegdec: support additional 0xff before end marker.Arnout Vandecappelle1-12/+14
2009-05-05jpegenc: set colorspace before _set_defaults()Wim Taymans1-13/+10
2009-05-05configure: make gdk-pixbuf plugin depend only on gdk-pixbuf, not gtk+Tim-Philipp Müller2-3/+3
2009-05-04speexdec: make speex_dec_convert work with same-format values when no data ha...Alessandro Decina1-5/+5
2009-05-04flac: Implement preset interfaceSebastian Dröge1-0/+7
2009-05-04speex: Implement preset interfaceSebastian Dröge1-0/+7
2009-05-04wavpack: Implement preset interfaceSebastian Dröge1-1/+15
2009-04-30pulsesink: make sure we always signal waitersWim Taymans1-9/+15
2009-04-29flacenc: Use the tag merge mode that was set on the interface for merging tag...Sebastian Dröge1-1/+2
2009-04-20jpegdec: fix warning for still images by not trying to divide by 0Tim-Philipp Müller1-1/+1
2009-04-20fix format string in pngdecAndy Wingo1-1/+1
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey8-35/+6
2009-04-18Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey1-48/+0
2009-04-18Remove unused variables in _class_initEdward Hervey5-12/+0
2009-04-16pulsesink: fix sample offset calculation againWim Taymans1-2/+3
2009-04-10pulsesink: handle NULL timing infoWim Taymans1-11/+15
2009-04-10pulse: make it work on 0.9.12Stefan Kost2-12/+22
2009-04-10pulsesink: handle server disconnect in get_timeWim Taymans1-0/+11
2009-04-10pulsesink: bps is signed int to avoid overflowWim Taymans1-2/+1
2009-04-09pulsesink: check for a streamWim Taymans1-19/+8
2009-04-09pulsesink: fix compilation for newer pulseaudioWim Taymans1-2/+2
2009-04-09pulsesink: uncork fixes and use prebuf = 0Wim Taymans1-77/+69
2009-04-09pulsesink: handle write errorsWim Taymans1-3/+14
2009-04-09pulsesink: write silence on underflowWim Taymans1-0/+38
2009-04-09pulsesink: handle pull-based schedulingWim Taymans1-118/+11
2009-04-09pulsesink: add beginnings of pull-based schedulingWim Taymans1-19/+116
2009-04-09pulsesink: keep track of clock resetWim Taymans1-41/+63
2009-04-09pulsesink: rewrite pulsesinkWim Taymans2-770/+1269
2009-04-09pulse: remove some stray debug linesWim Taymans1-8/+0
2009-04-09jpegdec: use slightly more adaptive formula for QoSTim-Philipp Müller2-6/+24
2009-04-04add pending_samples so that we only update segment's last stop after really s...Thomas Vander Stichele2-1/+9
2009-04-04add debuggingThomas Vander Stichele1-0/+2
2009-04-04clipping should also work if it's done on the first buffer starting at 0Thomas Vander Stichele1-1/+1
2009-04-02id3v2mux: write RVA2 frames containing peak/gain volume dataJonathan Matthew1-1/+71
2009-04-02jpegdec: demote some log message from DEBUG to LOGTim-Philipp Müller2-9/+12
2009-04-01jpegdec: implement basic QoSTim-Philipp Müller2-3/+129
2009-03-27flac: require a 'newer' flac and remove support for the legacy flac APITim-Philipp Müller4-522/+8
2009-03-25jpegdec: put GstSegment inside the element struct instead of allocating it se...Tim-Philipp Müller2-10/+5
2009-03-23pulsesink: clean up the state change functionWim Taymans1-10/+12
2009-03-20pulsesink: Track the corked/uncorked state ourselvesJan Schmidt2-1/+5
2009-03-20pulse: Make sure the stream is uncorked in the write functionJan Schmidt1-4/+23