summaryrefslogtreecommitdiff
path: root/sys/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2009-05-16Moved 'directdraw' from -good to -badJan Schmidt1-8/+2
2007-06-14Make sure to dist everything needed for win32 builds.Jan Schmidt1-1/+1
Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/directdraw/Makefile.am: * sys/directsound/Makefile.am: * sys/waveform/Makefile.am: Make sure to dist everything needed for win32 builds.
2007-06-12Move videocrop and osxvideo from -bad.Jan Schmidt1-7/+7
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/inspect/plugin-videocrop.xml: * gst-plugins-good.spec.in: * sys/Makefile.am: * tests/check/Makefile.am: * tests/icles/Makefile.am: * tests/icles/videocrop-test.c: Move videocrop and osxvideo from -bad.
2007-06-08Add DirectDraw & DirectSound plugins to the build and docs.Jan Schmidt1-2/+14
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * sys/Makefile.am: * win32/MANIFEST: Add DirectDraw & DirectSound plugins to the build and docs.
2007-03-15sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory.Edward Hervey1-1/+1
Original commit message from CVS: * sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory.
2007-03-15Activate osxaudio in gst-plugins-good with proper build setup.Edward Hervey1-6/+6
Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/osxaudio/Makefile.am: * sys/osxaudio/gstosxaudio.c: * sys/osxaudio/gstosxaudiosink.c: (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init), (gst_osx_audio_sink_getcaps), (gst_osx_audio_sink_create_ringbuffer), (plugin_init): * sys/osxaudio/gstosxaudiosrc.c: (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init), (gst_osx_audio_src_create_ringbuffer): * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type), (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init), (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start), (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop): * sys/osxaudio/gstosxringbuffer.h: Activate osxaudio in gst-plugins-good with proper build setup. Add inlined documentation. Fix debug statements Fix ringbuffer when pausing. Fixes #323471
2006-10-03add build stuff for v4l2, needs --enable-experimental until the last bits ↵Thomas Vander Stichele1-7/+7
are resolved Original commit message from CVS: * configure.ac: * sys/Makefile.am: add build stuff for v4l2, needs --enable-experimental until the last bits are resolved
2006-04-28Move ximagesrc plug-in to good after review. Fixes #336756.Thomas Vander Stichele1-2/+8
Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init), (gst_cmml_enc_push_clip): * sys/Makefile.am: * sys/ximage/Makefile.am: * sys/ximage/gstximagesrc.c: Move ximagesrc plug-in to good after review. Fixes #336756.
2006-01-09add Sun Audio plugin. Verified that nothing breaks and that make check works.Christian Schaller1-8/+8
Original commit message from CVS: add Sun Audio plugin. Verified that nothing breaks and that make check works. Don't think the docs gets properly built yet, but I don't understand exactly how to enable that.
2005-07-08sys/oss/: Port from THREADED+wim's fixes.Andy Wingo1-10/+4
Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * sys/oss/: Port from THREADED+wim's fixes.
2005-05-19Make my automake version shut up about undefined variablesJan Schmidt1-1/+1
Original commit message from CVS: * Makefile.am: * ext/Makefile.am: * sys/Makefile.am: Make my automake version shut up about undefined variables * gst/goom/gstgoom.c: GstAdapter moved to base objects.
2005-05-06gst-plugins 0.9 cvs head now compiles (only effectv left compiling)Christian Schaller1-5/+5
Original commit message from CVS: gst-plugins 0.9 cvs head now compiles (only effectv left compiling)
2005-05-05make this module a bit more 0.9 friendlyChristian Schaller1-68/+52
Original commit message from CVS: make this module a bit more 0.9 friendly
2004-10-27fix build on older automakeThomas Vander Stichele1-1/+1
Original commit message from CVS: fix build on older automake
2004-08-30fix for 151236Thomas Vander Stichele1-1/+1
Original commit message from CVS: fix for 151236
2004-08-09GL sink plugin. (Bug #147302)Gernot Ziegler1-1/+7
Original commit message from CVS: Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the GL sink plugin. (Bug #147302) * configure.ac: Test for OpenGL * sys/Makefile.am: Use test for OpenGL * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: rewrite * sys/glsink/glimagesink.h: rewrite
2004-06-22configure.ac: Add objective-c support if running in Darwin/Mac OS XZaheer Abbas Merali1-4/+11
Original commit message from CVS: 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * configure.ac: Add objective-c support if running in Darwin/Mac OS X * sys/Makefile.am: * sys/osxvideo: * sys/osxvideo/Makefile.am: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: Add osxvideosink, a cocoa-based osx video sink
2004-05-20Original commit message from CVS:David Schleef1-3/+11
* configure.ac: * sys/Makefile.am:
2004-05-19configure.ac: Add sunaudioDavid Schleef1-3/+9
Original commit message from CVS: * configure.ac: Add sunaudio * examples/Makefile.am: make gstplay depend on gconf * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette), (convert_table_lookup), (img_convert): remove c99-isms * gst/ffmpegcolorspace/imgconvert_template.h: make a constant unsigned, to fix a warning on Solaris * gst/mpeg1sys/systems.c: bcopy->memcpy * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy * sys/Makefile.am: Add sunaudio
2004-03-09removing plugins from buildThomas Vander Stichele1-4/+2
Original commit message from CVS: removing plugins from build
2003-11-15fix makefileThomas Vander Stichele1-1/+1
Original commit message from CVS: fix makefile
2003-11-14disting fixChristian Schaller1-3/+5
Original commit message from CVS: disting fix
2003-11-12fix build system for X, XShm and XvBenjamin Otte1-9/+12
Original commit message from CVS: fix build system for X, XShm and Xv
2003-11-09disting fixes, pixbuf loader still borked in regards to distingChristian Schaller1-7/+10
Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
2003-11-07test and define HAVE_XSHM build ximage pluginThomas Vander Stichele1-1/+1
Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-1/+1
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-25Plugins cleanup:Ronald S. Bultje1-8/+2
Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.
2003-02-23disabling videosink from head build, should I do the same for 0.6 branch?Christian Schaller1-2/+2
Original commit message from CVS: disabling videosink from head build, should I do the same for 0.6 branch?
2002-09-09This adds v4l2 stuff to the build systemRonald S. Bultje1-4/+9
Original commit message from CVS: This adds v4l2 stuff to the build system
2002-07-27Added conditional for cdrom, someone needs to write a configure check to ↵Wim Taymans1-2/+8
make this work Original commit message from CVS: Added conditional for cdrom, someone needs to write a configure check to make this work
2002-03-29check for the proper dxr3 header aphabetization fixesAndy Wingo1-2/+2
Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
2002-03-29some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo1-2/+8
Original commit message from CVS: * some s/KHz/Hz/ fixes in osssrc * added dxr3 plugin from rehan khwaja <rehankhwaja@yahoo.com>, with some consistency-with-the-rest-of-gst adjustments
2002-03-02adding 'videosink' elementBenjamin Otte1-2/+2
Original commit message from CVS: adding 'videosink' element It's basically a rewritten xvideosink, but is more modular and allows 'hooks'. It is needed by GstVideoWidget in gst-player
2002-01-17reverting hadess's patchThomas Vander Stichele1-4/+1
Original commit message from CVS: reverting hadess's patch
2002-01-17- make the qcam plugin build only only platforms using NASM, ie. x86Bastien Nocera1-1/+3
Original commit message from CVS: - make the qcam plugin build only only platforms using NASM, ie. x86
2001-12-20applied taaz's virtual patchThomas Vander Stichele1-14/+14
Original commit message from CVS: applied taaz's virtual patch
2001-12-20added qcam checksThomas Vander Stichele1-1/+14
Original commit message from CVS: added qcam checks
2001-12-20vcd checksThomas Vander Stichele1-1/+7
Original commit message from CVS: vcd checks
2001-12-20added v4l handlingThomas Vander Stichele1-7/+13
Original commit message from CVS: added v4l handling
2001-12-20unforming dir namesThomas Vander Stichele1-3/+15
Original commit message from CVS: unforming dir names
2001-12-17first batchThomas Vander Stichele1-0/+5
Original commit message from CVS: first batch