summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gst/matroska/: Extract palette data for dvd subpicture streams and send it do...Mark Nauwelaerts2007-11-133-0/+80
* ext/cairo/gsttextoverlay.c: Implement minimal parsing of the passed pango fon...Tim-Philipp Müller2007-11-132-3/+38
* gst/: Return the result in _activate_pull(). Don't ref element there.Stefan Kost2007-11-133-15/+19
* gst/wavparse/gstwavparse.c: Ref the element when we should, but not when we i...Stefan Kost2007-11-132-14/+19
* 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-122-4/+16
* gst/: Drop EOS in _handle_src_event(). Fix the refcount in qtdemux that previ...Stefan Kost2007-11-123-2/+19
* gst/: Sync _handle_src_event() with oggdemux. In avidemux also ref the elemen...Stefan Kost2007-11-123-15/+18
* gst/: Change the meaning of the magnitude values given in theSebastian Dröge2007-11-114-18/+14
* 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/equalizer/demo.c: Make default volume a bit less. Improve layout by givin...Stefan Kost2007-11-081-5/+6
* gst/wavparse/gstwavparse.c: Return FALSE if we can't handle a query instead o...Stefan Kost2007-11-082-34/+41
* gst/spectrum/demo-audiotest.c: Use autoaudiosink instead of alsasink and use ...Sebastian Dröge2007-11-063-9/+13
* gst/equalizer/: Allow setting 0 as bandwidth and handle this correctly.Sebastian Dröge2007-11-033-8/+23
* Fix includes for MSVC and GLib-2.14.0 (#492388).Ole André Vadla Ravnås2007-11-029-24/+55
* gst/law/mulaw-decode.*: Calculate outgoing buffer duration if incoming buffer...Edward Hervey2007-11-023-1/+19
* gst/equalizer/: Add small demo application based on the spectrum demo applica...Sebastian Dröge2007-10-303-12/+282
* 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-302-11/+38
* gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller2007-10-272-12/+94
* sys/v4l2/v4l2src_calls.c: Fix 'unused variable' compiler warning when compili...Tim-Philipp Müller2007-10-262-1/+7
* update spec fileChristian Schaller2007-10-261-0/+1
* Improve documentation, write some tests for multifilesrc/sink for upcoming ->...David Schleef2007-10-254-60/+189
* ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, T...Tim-Philipp Müller2007-10-252-1/+8
* tests/check/pipelines/simple-launch-lines.c: Improve the tests a little more.Stefan Kost2007-10-242-37/+51
* sys/osxaudio/gstosxaudiosrc.c: Use default input device instead of default ou...Yun Zheng Hu2007-10-232-3/+18
* sys/v4l2/v4l2src_calls.c: Fixes "v4l2src ! queue ! xvimagesink". The queue as...Edgard Lima2007-10-222-8/+26
* gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved.Tommi Myöhänen2007-10-222-0/+25
* gst/rtp/gstrtpmp4vpay.c: Use correct unref function for buffers. #488844.Peter Kjellerstedt2007-10-222-1/+8
* Add some debug and sync tests with the fix.Stefan Kost2007-10-193-1/+9
* gst/udp/gstudpsrc.c: When the socket is used by the app for other purposes, d...Laurent Glayal2007-10-182-8/+15
* sys/v4l2/v4l2src_calls.c: Add some more debug info. Generate an error when we...Wim Taymans2007-10-182-5/+40
* gst/rtp/gstrtph264pay.c: Set marker bit correctly.Anders Skargren2007-10-182-2/+8
* 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-172-1/+6
* Use new gst_bus_pop_filtered().Tim-Philipp Müller2007-10-173-14/+13
* sys/v4l2/: When probing the formats and sizes a camera supports, make sure th...Tim-Philipp Müller2007-10-133-13/+134
* gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP fr...Jason Kivlighn2007-10-115-1/+99
* ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...Tim-Philipp Müller2007-10-112-1/+52
* gst/rtsp/gstrtspsrc.c: Fix compiler warning by using GST_CLOCK_TIME_NONE to i...Jan Schmidt2007-10-082-1/+7
* gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new play...Wim Taymans2007-10-082-38/+57
* gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers.Wim Taymans2007-10-082-0/+6
* gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now...Tim-Philipp Müller2007-10-066-1171/+134
* gst/apetag/: Port APE tag demuxer over to the new GstTagDemux in -base.Tim-Philipp Müller2007-10-066-1585/+23
* gst/rtsp/gstrtspsrc.c: Improve flushing behaviour.Wim Taymans2007-10-052-17/+106
* gst/rtp/: Add log category.Stefan Kost2007-10-043-0/+18
* tests/check/: Add unit tests for payloaders/depayloaders.Timo Hotti2007-10-043-0/+253