summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* rename utils to pbutilsThomas Vander Stichele2007-03-045-10/+10
* Move the app library to gst-libs/gst/app (duh!)David Schleef2007-03-034-345/+4
* Add documentation for decodebin2 that indicates that the API is still unstable.Jan Schmidt2007-03-021-3/+77
* gst/playback/gstplaybin.c: Fix race condition when rapidly switching visualis...Ed Catmur2007-02-281-29/+35
* gst/audioconvert/audioconvert.c: Also make valgrind happy and avoid copying d...Stefan Kost2007-02-281-5/+9
* Don't run inplace if that overwrites source data as we go. Add more tests. Fi...Stefan Kost2007-02-282-35/+36
* Add a new plugin/library to make it easy for apps to shove data into a pipeline.David Schleef2007-02-264-0/+391
* Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).Loïc Minier2007-02-241-1/+1
* gst/playback/gstplaybin.c: Improve docs: point out that the application needs...Tim-Philipp Müller2007-02-231-9/+14
* Add float as an intermediate format, as well as float mixing. Enable test tha...Stefan Kost2007-02-224-71/+167
* gst/volume/gstvolume.c: Unbreak volume, value remains gint.Stefan Kost2007-02-211-4/+6
* gst/volume/gstvolume.*: Extend float audio support (double) and some int->uin...Stefan Kost2007-02-212-41/+70
* gst/playback/gstdecodebin2.c: Don't free groups from the streaming threads. J...Edward Hervey2007-02-201-2/+11
* gst/playback/gstdecodebin2.c: Handle dynamic pads within groups.Edward Hervey2007-02-201-4/+99
* gst/videorate/gstvideorate.c: Don't leak caps. Fixes #408278.Yves Lefebvre2007-02-161-0/+1
* More docs coverage and some ChangeLog surgery (add missing names)Stefan Kost2007-02-151-0/+5
* Add crossreferences to glib/gobject/gstream docs.Stefan Kost2007-02-121-2/+6
* gst/playback/gstplaybasebin.c: When we have external subtitles and wait for t...Tim-Philipp Müller2007-02-121-12/+11
* gst/subparse/gstsubparse.c: For SubRip (.srt) subtitles, ignore all markup ta...Tim-Philipp Müller2007-02-101-0/+37
* gst/playback/: Don't error out if there is no fakesink in the READY to NULL s...Tim-Philipp Müller2007-02-092-24/+50
* gst/audioconvert/gstaudioconvert.c: Fix up docs chunk so that gtk-doc doesn't...Tim-Philipp Müller2007-02-071-3/+5
* gst/audioconvert/gstaudioconvert.c: Also mention that a conversion from doubl...Stefan Kost2007-02-061-0/+4
* gst/videoscale/gstvideoscale.c: A width and height of 1 makes us crash, so in...Tim-Philipp Müller2007-02-051-0/+4
* gst/audioconvert/gstaudioconvert.c: We don't support floats with a width of 4...Tim-Philipp Müller2007-02-021-1/+19
* gst/audioconvert/: Support for 64-bit float audio in audioconvert (#339837)Stefan Kost2007-02-022-30/+65
* gst/playback/gstplaybin.c: Add audioresample+audioconvert in front of the vis...Jan Schmidt2007-01-311-16/+39
* gst/playback/gstplaybasebin.c: Take some locks and make a copy of the streami...Tim-Philipp Müller2007-01-301-8/+13
* gst/audioconvert/gstaudioconvert.c: Don't fail on 0 sized buffers. Fixes #396...Wim Taymans2007-01-301-2/+5
* gst/typefind/gsttypefindfunctions.c: Detect BBCD as video/x-dirac, so we can ...David Schleef2007-01-291-2/+23
* gst/playback/gstplaybasebin.c: Don't try to disconnect a signal from a finali...Wim Taymans2007-01-251-1/+1
* gst/playback/gstdecodebin2.c: Cast lock macro parameters to make sure we're a...Tim-Philipp Müller2007-01-251-4/+5
* gst/playback/gstdecodebin2.c: Free GstDecodeGroups no longer used.Edward Hervey2007-01-251-10/+21
* gst/playback/gstplaybin.c: Fix up caps on the frame buffer before we save it ...Tim-Philipp Müller2007-01-251-6/+4
* gst/playback/gstplaybin.c: Make getting the current frame thread-safe.Tim-Philipp Müller2007-01-251-2/+6
* gst/playback/gstdecodebin2.c: Set queues to bigger sizes to cope with HD cont...Edward Hervey2007-01-251-4/+13
* gst/playback/gstdecodebin2.c: Don't leak mutex.Tim-Philipp Müller2007-01-231-1/+4
* gst/playback/gstdecodebin2.c: Cleanups.Edward Hervey2007-01-221-2/+74
* gst/typefind/gsttypefindfunctions.c: Don't go into an endless loop if the fil...Tim-Philipp Müller2007-01-221-1/+2
* gst/playback/gstplaybasebin.c: Attempt at a better error message in case we d...Tim-Philipp Müller2007-01-191-6/+20
* gst/playback/gstplaybasebin.c: Plug a few reference leaks.Tim-Philipp Müller2007-01-191-3/+9
* gst/typefind/gsttypefindfunctions.c: Lower probability a bit if the marker is...Tim-Philipp Müller2007-01-191-2/+7
* gst/typefind/gsttypefindfunctions.c: Small mpeg2 system stream typefinding im...Tim-Philipp Müller2007-01-191-13/+27
* gst/audioconvert/gstchannelmix.c: Remove compatibility cruft for prehistoric ...Tim-Philipp Müller2007-01-181-9/+0
* gst/playback/: Let decodebin be the element to post missing-plugin messages f...Tim-Philipp Müller2007-01-174-8/+43
* gst/: Fix potentially unaligned access (#397207).Tim-Philipp Müller2007-01-161-1/+1
* gst/typefind/gsttypefindfunctions.c: Fix comment.Tim-Philipp Müller2007-01-121-1/+1
* gst/playback/gstplaybin.c: Post missing-plugin messages also when we error ou...Tim-Philipp Müller2007-01-111-2/+18
* gst/playback/: Fix the case where we try to ref a NULL element when we delay ...Wim Taymans2007-01-102-17/+15
* gst/playback/: Post missing-plugin messages on the bus for missing sources an...Tim-Philipp Müller2007-01-093-10/+56
* gst/typefind/gsttypefindfunctions.c: Add typefinder for flac-in-ogg in confor...Günter Thelen2007-01-081-2/+25