summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* win32/MANIFEST: Add videocrop project file to the win32 manifest.Sébastien Moutte2007-06-125-2/+173
* po/POTFILES.in: Add qtdemux for translationJan Schmidt2007-06-122-0/+6
* Move videocrop and osxvideo from -bad.Jan Schmidt2007-06-1211-13/+93
* Move qtdemux from -bad.Jan Schmidt2007-06-129-18/+59
* Fix typo in the changelog and commit the manifest tooJan Schmidt2007-06-122-1/+2
* win32/MANIFESTJan Schmidt2007-06-127-6/+29
* Return a copy of the pool buffer if all mmap buffers have been dequeued.Andy Wingo2007-06-122-6/+20
* sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize) (gst_v4l2_buffer_class_in...Andy Wingo2007-06-125-308/+436
* sys/ximage/gstximagesrc.c: Actually use the display_name property so that we ...daniel fischer2007-06-112-2/+11
* gst/rtp/: Add missing rate fields to caps. Fixes #441118.Tommi Myöhänen2007-06-113-2/+10
* win32/: Add DirectSound and DirectDraw sinks project files to workspace and s...Sébastien Moutte2007-06-104-13/+56
* Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.Josh Coalson2007-06-106-6/+485
* ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge2007-06-092-4/+7
* ext/wavpack/: Improve discont handling by checking if the next Wavpack block ...Sebastian Dröge2007-06-095-2/+21
* moap ignoreThomas Vander Stichele2007-06-081-0/+3
* gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description.Thomas Vander Stichele2007-06-082-2/+7
* move wavpack plugin. See #352605.Thomas Vander Stichele2007-06-0815-2257/+353
* the alphabet tripping up people since 10929BCThomas Vander Stichele2007-06-081-23/+23
* Add DirectDraw & DirectSound plugins to the build and docs.Jan Schmidt2007-06-088-2/+148
* Rename the keep-aspect-ratio property to force-aspect-ratio to make it consis...Jan Schmidt2007-06-081-2/+3
* ext/: When operating in pull mode, error out correct on not-linked.Tim-Philipp Müller2007-06-083-7/+14
* tests/icles/videocrop-test.c: Default to xvimagesink instead of autovideosink...Tim-Philipp Müller2007-06-081-3/+5
* sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)Andy Wingo2007-06-062-0/+27
* gst/videobox/gstvideobox.c: Printf fixes in debug statements; use LOG level f...Tim-Philipp Müller2007-06-062-18/+25
* configure.ac: Bump requirements to released versions (core and base 0.10.13).Tim-Philipp Müller2007-06-053-80/+13
* sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add some useless...Andy Wingo2007-06-053-47/+36
* gst/multipart/multipartmux.c: Add support for mapping gst structure names to ...Wim Taymans2007-06-052-2/+55
* gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having ...Sebastian Dröge2007-06-033-4/+67
* gst/rtsp/rtspconnection.c: Add include to make buildbot happy.Wim Taymans2007-06-012-0/+7
* gst/rtsp/: Improves version checking, allowing an RTSP server to reply with "505Peter Kjellerstedt2007-06-016-65/+143
* gst/rtp/: Add support for AMR-WB.Daniel Charles2007-06-015-54/+168
* gst/rtsp/rtspextwms.c: Fix compile warning when debug is disabled as spotted ...Wim Taymans2007-05-312-1/+8
* sys/v4l2/gstv4l2object.*: Revert some unintended changes.Andy Wingo2007-05-303-2/+11
* sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...Andy Wingo2007-05-308-456/+507
* gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#...Tim-Philipp Müller2007-05-303-2/+30
* gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be p...Tim-Philipp Müller2007-05-302-8/+18
* gst/rtsp/rtsptransport.c: Use renamed RTP bin.Wim Taymans2007-05-282-1/+6
* gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.Dejan Sakelšak2007-05-282-119/+604
* ext/speex/gstspeexdec.c: Use different variables for nested for loops so that...Wim Taymans2007-05-262-10/+29
* gst/id3demux/gstid3demux.c: Don't leak newsegment events.Tim-Philipp Müller2007-05-252-0/+6
* gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of o...Tim-Philipp Müller2007-05-252-1/+8
* ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output ca...Tim-Philipp Müller2007-05-253-11/+185
* gst/: Handle and adjust new-segment events so that downstream really sees a s...Jan Schmidt2007-05-254-0/+265
* gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL-...Jan Schmidt2007-05-252-1/+12
* ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been c...Tim-Philipp Müller2007-05-242-9/+23
* sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with Min...Vincent Torri2007-05-242-15/+34
* gst/rtsp/gstrtspsrc.c: Init value to avoid infinte loops.Wim Taymans2007-05-242-1/+7
* gst/rtsp/: Fix for new API.Peter Kjellerstedt2007-05-246-113/+192
* docs/plugins/gst-plugins-bad-plugins.args: Remove directsoundsink property do...Sébastien Moutte2007-05-233-80/+135
* configure.ac: Depend on gstreamer-0.10.12.1. gst/equalizer/gstiirequalizer.c ...Stefan Kost2007-05-225-31/+28