summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* gst/spectrum/: Post a spectrum message on the bus for every interval, even if...Sebastian Dröge2009-01-143-323/+198
* Add audioiirfilter and audiofirfilter elements which allow generic IIR/FIR fi...Sebastian Dröge2009-01-136-2/+719
* gst/qtdemux/qtdemux.c: Fix format string for guint64.Thiago Sousa Santos2009-01-131-1/+2
* gst/audiofx/: Use a custom mutex for protecting the instance fields instead o...Sebastian Dröge2009-01-138-54/+112
* gst/audiofx/: Implement a base class for generic audio FIR filters.Sebastian Dröge2009-01-118-1034/+764
* gst/qtdemux/qtdemux.c: In push mode, error out if we get EOS before we've cre...Michael Smith2009-01-081-2/+39
* gst/matroska/: Some cleanups, refactoring and minor enhancements in caps hand...Mark Nauwelaerts2009-01-082-76/+154
* gst/avi/gstavimux.c: Minor fix/cleanup in header field calculation.Mark Nauwelaerts2009-01-071-2/+3
* gst/matroska/matroska-mux.*: Remove internal taglist and fully use tagsetter ...Mark Nauwelaerts2009-01-062-17/+8
* gst/avi/gstavimux.*: Ensure header size invariance during subsequent rewrite ...Mark Nauwelaerts2009-01-062-1/+17
* gst/qtdemux/: Streamline tag handling and pass unparsed tags as binary blob i...Mark Nauwelaerts2009-01-053-102/+102
* gst/audiofx/: Implement a base class for IIR filters.Sebastian Dröge2009-01-057-699/+620
* gst/qtdemux/qtdemux.c: Add codec mapping for xvid, fmp4 and ac3 tracks.j^2008-12-281-0/+18
* ext/pulse/pulsemixerctrl.c: And remove temporary comment pointing to the bug ...Stefan Kost2008-12-191-2/+2
* gst/avi/gstavimux.c: Rename api from _flush to _reset_tags.Stefan Kost2008-12-161-1/+1
* gst/avi/gstavimux.c: Use new tagsetter api to flush tags.Stefan Kost2008-12-161-1/+3
* gst/avi/gstavimux.*: Totally remove the internal taglists and fully use tagse...Stefan Kost2008-12-162-32/+8
* gst/avi/gstavimux.c: Instead of filtering wrongly just use the mergemode. App...Stefan Kost2008-12-151-13/+7
* Switch to using GstStaticPadTemplate.Edward Hervey2008-12-138-111/+112
* gst/avi/gstavidemux.c: More logging.Stefan Kost2008-12-092-13/+32
* gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame whe...Wim Taymans2008-12-091-2/+21
* gst/rtp/gstrtpmp4apay.c: Copy incomming timestamp to outgoing packets.Wim Taymans2008-12-081-0/+5
* gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a val...Wim Taymans2008-12-081-0/+6
* Add documentation for matroskamux and matroskademux and update the inspection...Sebastian Dröge2008-12-054-0/+34
* gst/udp/gstmultiudpsink.c: Provide the parameters that are required for the f...Sebastian Dröge2008-11-301-2/+2
* gst/autodetect/gstautoaudiosrc.c: Fix classification.Stefan Kost2008-11-291-1/+1
* gst/udp/gstmultiudpsink.c: Make gst_multiudpsink_render() ignore errors from ...Peter Kjellerstedt2008-11-281-22/+16
* gst/wavenc/: Add support for a-law and mu-law encoded wav files. Fixes bug #5...Sebastian Dröge2008-11-273-14/+48
* gst/rtsp/gstrtspsrc.c: Prevent further read/write actions taken to the connec...이문형2008-11-271-2/+14
* gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans2008-11-2576-127/+127
* gst/qtdemux/qtdemux.c: Add MPG1 and MPG2 fourcc to supported qtdemux video co...Julien Moutte2008-11-251-0/+2
* gst/autodetect/: Post an error when we can't set the internal ghostpad target.Wim Taymans2008-11-254-5/+41
* gst/videocrop/gstvideocrop.*: Fix renegotiation when changing properties usin...Wim Taymans2008-11-252-66/+45
* gst/rtsp/gstrtspsrc.c: Add some more debugging.Wim Taymans2008-11-241-1/+9
* gst/qtdemux/qtdemux.c: Use G_{BIG,LITTLE}_ENDIAN instead of the non-GLib vari...Tal Shalif2008-11-231-6/+6
* gst/udp/: Fix multiudpsink on OSX by passing the specific length of the socke...Michael Smith2008-11-204-14/+23
* gst/wavparse/gstwavparse.c: Fix the scaling code.Wim Taymans2008-11-201-3/+4
* gst/matroska/matroska-mux.c: Fix NULL pointer dereference of an unset codec_i...Jan Schmidt2008-11-201-1/+2
* gst/matroska/: Make mkvdemux aware of E-AC3.Edward Hervey2008-11-162-0/+5
* gst/rtp/: Add a jpeg depayloader.Wim Taymans2008-11-145-4/+686
* gst/rtp/: Add JPEG payloader. Fixes #560756.Bjorn Ostby2008-11-144-0/+578
* gst/equalizer/: Add presets for equalizer. Fixes #522183.Stefan Kost2008-11-135-4/+225
* gst/rtsp/: Remove google extension again, it's not needed anymore because we ...Wim Taymans2008-11-132-8/+2
* gst/rtsp/gstrtspsrc.*: Add property to configure NAT traversal method.Eric Zhang2008-11-132-76/+213
* gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.Yotam2008-11-131-2/+5
* gst/rtp/gstrtpg729pay.c: Fix compiler warning about printf formatting.Jan Schmidt2008-11-121-2/+2
* gst/qtdemux/qtdemux.*: Queue up new segment events instead of sending them fr...Andy Wingo2008-11-122-11/+22
* gst/qtdemux/: Add cover and alternative copyright tag, and enhance some exist...Mark Nauwelaerts2008-11-113-1/+43
* gst/rtp/gstrtpg729pay.c: Don't ignore the return value of setcaps.Wim Taymans2008-11-111-2/+3
* gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fix...Olivier Crete2008-11-112-74/+232