summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-06-14tests/: Hush the buildbots upJan Schmidt3-0/+8
2007-06-14Make sure to dist everything needed for win32 builds.Jan Schmidt6-1/+31
2007-06-14gst/qtdemux/qtdemux.c: For AMR-NB streams, export the AMRSpecificBox as codec...Edward Hervey2-0/+22
2007-06-13gst/rtp/gstrtph264depay.c: Make sure we allocate enough memory for the codec_...Wim Taymans2-1/+9
2007-06-12win32/MANIFEST: Add videocrop project file to the win32 manifest.Sébastien Moutte5-2/+173
2007-06-12po/POTFILES.in: Add qtdemux for translationJan Schmidt2-0/+6
2007-06-12Move videocrop and osxvideo from -bad.Jan Schmidt11-13/+93
2007-06-12Move qtdemux from -bad.Jan Schmidt9-18/+59
2007-06-12Fix typo in the changelog and commit the manifest tooJan Schmidt2-1/+2
2007-06-12win32/MANIFESTJan Schmidt7-6/+29
2007-06-12Return a copy of the pool buffer if all mmap buffers have been dequeued.Andy Wingo2-6/+20
2007-06-12sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize) (gst_v4l2_buffer_class_in...Andy Wingo5-308/+436
2007-06-11sys/ximage/gstximagesrc.c: Actually use the display_name property so that we ...daniel fischer2-2/+11
2007-06-11gst/rtp/: Add missing rate fields to caps. Fixes #441118.Tommi Myöhänen3-2/+10
2007-06-10win32/: Add DirectSound and DirectDraw sinks project files to workspace and s...Sébastien Moutte4-13/+56
2007-06-10Add support for flac >= 1.1.3 which changed the API. Fixes bug #385887.Josh Coalson6-6/+485
2007-06-09ext/wavpack/gstwavpackenc.c: Remove workaround for bug #421543. This is fixed...Sebastian Dröge2-4/+7
2007-06-09ext/wavpack/: Improve discont handling by checking if the next Wavpack block ...Sebastian Dröge5-2/+21
2007-06-08moap ignoreThomas Vander Stichele1-0/+3
2007-06-08gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description.Thomas Vander Stichele2-2/+7
2007-06-08move wavpack plugin. See #352605.Thomas Vander Stichele15-2257/+353
2007-06-08the alphabet tripping up people since 10929BCThomas Vander Stichele1-23/+23
2007-06-08Add DirectDraw & DirectSound plugins to the build and docs.Jan Schmidt8-2/+148
2007-06-08Rename the keep-aspect-ratio property to force-aspect-ratio to make it consis...Jan Schmidt1-2/+3
2007-06-08ext/: When operating in pull mode, error out correct on not-linked.Tim-Philipp Müller3-7/+14
2007-06-08tests/icles/videocrop-test.c: Default to xvimagesink instead of autovideosink...Tim-Philipp Müller1-3/+5
2007-06-06sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)Andy Wingo2-0/+27
2007-06-06gst/videobox/gstvideobox.c: Printf fixes in debug statements; use LOG level f...Tim-Philipp Müller2-18/+25
2007-06-05configure.ac: Bump requirements to released versions (core and base 0.10.13).Tim-Philipp Müller3-80/+13
2007-06-05sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add some useless...Andy Wingo3-47/+36
2007-06-05gst/multipart/multipartmux.c: Add support for mapping gst structure names to ...Wim Taymans2-2/+55
2007-06-03gst/wavenc/gstwavenc.*: Properly write wav files with width!=depth by having ...Sebastian Dröge3-4/+67
2007-06-01gst/rtsp/rtspconnection.c: Add include to make buildbot happy.Wim Taymans2-0/+7
2007-06-01gst/rtsp/: Improves version checking, allowing an RTSP server to reply with "505Peter Kjellerstedt6-65/+143
2007-06-01gst/rtp/: Add support for AMR-WB.Daniel Charles5-54/+168
2007-05-31gst/rtsp/rtspextwms.c: Fix compile warning when debug is disabled as spotted ...Wim Taymans2-1/+8
2007-05-30sys/v4l2/gstv4l2object.*: Revert some unintended changes.Andy Wingo3-2/+11
2007-05-30sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...Andy Wingo8-456/+507
2007-05-30gst/avi/gstavidemux.*: Parse subtitle text streams instead of erroring out (#...Tim-Philipp Müller3-2/+30
2007-05-30gst/avi/gstavidemux.c: Make _push_event() return TRUE if the event could be p...Tim-Philipp Müller2-8/+18
2007-05-28gst/rtsp/rtsptransport.c: Use renamed RTP bin.Wim Taymans2-1/+6
2007-05-28gst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV->I420 formats.Dejan Sakelšak2-119/+604
2007-05-26ext/speex/gstspeexdec.c: Use different variables for nested for loops so that...Wim Taymans2-10/+29
2007-05-25gst/id3demux/gstid3demux.c: Don't leak newsegment events.Tim-Philipp Müller2-0/+6
2007-05-25gst/wavparse/Makefile.am: Add '-lm' to LIBS for ceil(), don't assume one of o...Tim-Philipp Müller2-1/+8
2007-05-25ext/flac/gstflacenc.*: Collect headers, add "streamheader" field to output ca...Tim-Philipp Müller3-11/+185
2007-05-25gst/: Handle and adjust new-segment events so that downstream really sees a s...Jan Schmidt4-0/+265
2007-05-25gst/autodetect/gstautoaudiosink.c: Don't unnecessarily perform a READY->NULL-...Jan Schmidt2-1/+12
2007-05-24ext/flac/gstflacenc.c: Don't crash in chain function if setcaps hasn't been c...Tim-Philipp Müller2-9/+23
2007-05-24sys/directdraw/gstdirectdrawsink.*: Fix more warnings when compiling with Min...Vincent Torri2-15/+34