summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
...
* gst/matroska/: Extract palette data for dvd subpicture streams and send it do...Mark Nauwelaerts2007-11-132-0/+68
* gst/: Return the result in _activate_pull(). Don't ref element there.Stefan Kost2007-11-132-15/+13
* gst/wavparse/gstwavparse.c: Ref the element when we should, but not when we i...Stefan Kost2007-11-131-13/+10
* gst/replaygain/rganalysis.c: Avoid slowdown from denormals when processing ne...René Stadler2007-11-121-1/+4
* gst/qtdemux/qtdemux.c: Properly free QTDemuxSamples array.Edward Hervey2007-11-121-4/+8
* gst/: Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previ...Stefan Kost2007-11-122-2/+12
* gst/: Sync _handle_src_event() with oggdemux. In avidemux also ref the elemen...Stefan Kost2007-11-122-15/+11
* gst/: Change the meaning of the magnitude values given in theSebastian Dröge2007-11-111-14/+10
* gst/equalizer/: And continue to update docs. Also include some sample code fo...Sebastian Dröge2007-11-113-7/+60
* gst/equalizer/: Update docs and property ranges to the real values.Sebastian Dröge2007-11-113-31/+30
* gst/spectrum/gstspectrum.c: Now do the scaling right for real. Also initializ...Sebastian Dröge2007-11-091-4/+3
* gst/wavparse/gstwavparse.c: Return FALSE if we can't handle a query instead o...Stefan Kost2007-11-081-34/+35
* gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...Sebastian Dröge2007-11-061-7/+11
* gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly.Sebastian Dröge2007-11-032-7/+22
* Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås2007-11-027-24/+36
* gst/law/mulaw-decode.*: Calculate outgoing buffer duration if incoming buffer...Edward Hervey2007-11-022-1/+11
* gst/equalizer/: Add small demo application based on the spectrum demo applica...Sebastian Dröge2007-10-302-12/+36
* gst/equalizer/gstiirequalizer.c: Replace filters with a bit better filters fo...Sebastian Dröge2007-10-301-48/+70
* gst/qtdemux/qtdemux.c: Smarter combine_flow code that also deals with downstr...Wim Taymans2007-10-301-11/+30
* gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller2007-10-271-12/+15
* Improve documentation, write some tests for multifilesrc/sink for upcoming ->...David Schleef2007-10-253-60/+79
* gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved.Tommi Myöhänen2007-10-221-0/+17
* gst/rtp/gstrtpmp4vpay.c: Use correct unref function for buffers. #488844.Peter Kjellerstedt2007-10-221-1/+1
* Add some debug and sync tests with the fix.Stefan Kost2007-10-191-0/+2
* gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, d...Laurent Glayal2007-10-181-8/+6
* gst/rtp/gstrtph264pay.c: Set marker bit correctly.Anders Skargren2007-10-181-2/+1
* gst/equalizer/gstiirequalizer.c: Add a missing break.Sebastian Dröge2007-10-181-0/+1
* gst/equalizer/gstiirequalizer.*: Move bandwidth property to the separate band...Sebastian Dröge2007-10-182-79/+66
* gst/rtsp/gstrtspsrc.c: Use allowed name for the GstStructure.Wim Taymans2007-10-171-1/+1
* Use new gst_bus_pop_filtered().Tim-Philipp Müller2007-10-171-7/+3
* gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP fr...Jason Kivlighn2007-10-111-0/+57
* gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i...Jan Schmidt2007-10-081-1/+1
* gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play...Wim Taymans2007-10-081-38/+45
* gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers.Wim Taymans2007-10-081-0/+1
* gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now...Tim-Philipp Müller2007-10-065-1171/+123
* gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base.Tim-Philipp Müller2007-10-065-1585/+14
* gst/rtsp/gstrtspsrc.c: Improve flushing behaviour.Wim Taymans2007-10-051-17/+93
* gst/rtp/: Add log category.Stefan Kost2007-10-042-0/+12
* gst/avi/gstavimux.*: Also save codec data for audio streams. Fixes #482495.Stefan Kost2007-10-022-6/+37
* gst/avi/gstavimux.c: Fix "Index entry has invalid stream nr 1".Stefan Kost2007-10-021-10/+24
* gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured...Wim Taymans2007-10-012-0/+56
* gst/rtsp/gstrtspsrc.c: Use shiny new function in -base to get the default clo...Wim Taymans2007-10-011-50/+22
* gst/rtsp/gstrtspsrc.*: In TCP mode, only timestamp the first buffer. TCP is n...Wim Taymans2007-09-282-9/+22
* gst/matroska/matroska-demux.c: Fix setting the discont flag on the first buff...Tim-Philipp Müller2007-09-271-0/+6
* gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707.Antoine Tremblay2007-09-272-7/+18
* gst/rtsp/gstrtspsrc.*: Set timestamps on RTP buffers in interleaved mode.Wim Taymans2007-09-262-8/+20
* gst/udp/gstudpsrc.c: Update documentation.Wim Taymans2007-09-261-3/+4
* gst/qtdemux/gstrtpxqtdepay.*: Fail if we don't know the quicktime format.Wim Taymans2007-09-262-2/+13
* Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller2007-09-251-0/+1
* gst/law/: Compulsive clean-ups: use boilerplate macros, add debug categories,...Tim-Philipp Müller2007-09-256-189/+157