gstreamer/gst
Christian Schaller 0cc0c6df9a Add missing no_inst header files to Makefile.am so disting still works
Original commit message from CVS:
Add missing no_inst header files to Makefile.am so disting still works
Update spec file with latest changes
2008-01-23 13:18:24 +00:00
..
app gst/app/Makefile.am: Fix CFLAGS and hopefully #430594. 2007-04-17 10:56:37 +00:00
audioresample gst/audioresample/gstaudioresample.c: Implement latency query. 2007-11-23 10:21:11 +00:00
bayer gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which may not be available). 2007-07-30 09:52:36 +00:00
cdxaparse Fix leaks. 2007-06-22 10:46:33 +00:00
chart Fix leaks. 2007-06-22 10:46:33 +00:00
colorspace Fix leaks. 2007-06-22 10:46:33 +00:00
deinterlace gst/deinterlace/gstdeinterlace.*: Provide 4:2:2 support 2008-01-21 12:19:13 +00:00
dvdspu docs/plugins/: Update lists again. Those whole can build ivorbisdec, mythtvsrc, nvudemux and theoradecexp, please com... 2008-01-21 14:19:32 +00:00
equalizer gst/equalizer/gstiirequalizer.c: Unparent all bands from the equalizer when finalizing to stop leaking them. 2008-01-18 07:03:23 +00:00
festival Massive leak fixing, plus code cleanups. 2007-09-24 10:53:37 +00:00
filter gst/filter/: The transform() methods are not called in passthrough mode so there's no need for checking if the elemen... 2007-12-06 12:37:43 +00:00
flv gst/flv/gstflvparse.c: Don't strdup (and thus leak) codec name strings when passing them to gst_tag_list_add(). 2007-12-11 11:54:43 +00:00
freeze Fix leaks. 2007-06-22 10:46:33 +00:00
games More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
h264parse gst/h264parse/gsth264parse.c: Parse NAL units in forward mode to mark delta units flags. 2008-01-22 17:43:35 +00:00
interleave gst/interleave/interleave.c: Let's not call every request pad we create "sink%d", that'll create problems if there's ... 2007-10-27 16:04:48 +00:00
librfb gst/librfb/rfbdecoder.*: Don't use gtk-doc comment style for non gtk-doc comments. 2008-01-21 12:42:09 +00:00
mixmatrix Fix leaks. 2007-06-22 10:46:33 +00:00
modplug configure.ac: Require core CVS. This is implicit in the -base CVS requirement already, so we might just well spell i... 2007-10-10 11:44:01 +00:00
mpeg1sys Fix leaks. 2007-06-22 10:46:33 +00:00
mpeg4videoparse gst/mpeg4videoparse/mpeg4videoparse.*: Improved version not damaging headers using a simple state machine. 2007-10-27 08:20:59 +00:00
mpegtsparse gst/mpegtsparse/: Parsed the satellite delivery system descriptor and added into nit's transport structure for delive... 2008-01-23 09:49:27 +00:00
mpegvideoparse gst/mpegvideoparse/mpegpacketiser.c: Small meaningless cleanup. 2008-01-11 15:58:15 +00:00
multifile gst/multifile/gstmultifilesrc.c: Fix memory leak spotted by the unit test. 2008-01-18 10:05:53 +00:00
mve Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_assert_not_reached() macro in GLib-2.15.x an... 2007-12-29 17:31:49 +00:00
nsf gst/: Fix compiler warnings shown by Forte. 2007-10-08 17:46:45 +00:00
nuvdemux One less to do. Its 'nuv' not 'nvu'. As an extra bonus I mention what it actually is. 2008-01-21 14:33:11 +00:00
overlay Fix leaks. 2007-06-22 10:46:33 +00:00
passthrough Fix leaks. 2007-06-22 10:46:33 +00:00
playondemand Fix leaks. 2007-06-22 10:46:33 +00:00
rawparse Add missing no_inst header files to Makefile.am so disting still works 2008-01-23 13:18:24 +00:00
real gst/: Fix compiler warnings shown by Forte. 2007-10-08 17:46:45 +00:00
replaygain gst/replaygain/rganalysis.c: Avoid slowdown from denormals when processing near-silence input data. 2007-11-12 21:07:31 +00:00
rtjpeg Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 22:00:26 +00:00
rtpmanager gst/rtpmanager/gstrtpsession.c: If we find the caps in the cache, use it to parse the clock-rate instead of returning... 2008-01-11 17:02:30 +00:00
sdp gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some platforms. 2007-10-02 10:29:46 +00:00
smooth Fix leaks. 2007-06-22 10:46:33 +00:00
smoothwave Fix leaks. 2007-06-22 10:46:33 +00:00
spectrum docs/plugins/: Add symbols from -unused.txt to the right place. 2008-01-21 09:57:07 +00:00
speed gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which may not be available). 2007-07-30 09:52:36 +00:00
speexresample update spec file and add two missing files for disting 2007-12-14 16:23:06 +00:00
stereo Port the stereo element to GStreamer 0.10. 2007-08-09 17:39:47 +00:00
switch gst/: Ignore more. 2007-12-20 17:07:22 +00:00
tta When driving the pipeline, also post an error when we get a not-linked flow return from downstream. 2007-06-08 16:49:41 +00:00
vbidec Fix leaks. 2007-06-22 10:46:33 +00:00
videodrop Fix leaks. 2007-06-22 10:46:33 +00:00
videosignal ext/musicbrainz/gsttrm.c: Don't emit signiture when going to READY, because it might not be ready. 2008-01-01 01:18:19 +00:00
virtualdub More G_OBJECT macro fixing. 2006-09-16 22:14:36 +00:00
vmnc gst/bayer/gstbayer2rgb.c: Include our own "_stdint.h" instead of <stdint.h> (which may not be available). 2007-07-30 09:52:36 +00:00
xingheader Add documentation for the xingheader plugin. 2008-01-23 10:34:40 +00:00
y4m Plug some leaks; try to make build bot happy again. 2007-04-24 15:49:18 +00:00
Makefile.am gst/Makefile.am: Fix distcheck, hopefully (rtpmanager is already in GST_PLUGINS_ALL). 2007-04-21 19:39:03 +00:00