summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2004-01-12Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_HDavid Schleef1-0/+2
Original commit message from CVS: * ext/ffmpeg/gstffmpeg.c: * ext/ffmpeg/gstffmpegcodecmap.c: * ext/ffmpeg/gstffmpegdec.c: * ext/ffmpeg/gstffmpegenc.c: * ext/ffmpeg/gstffmpegprotocol.c: * ext/gdk_pixbuf/gstgdkanimation.c: * ext/jpeg/gstjpeg.c: * ext/libpng/gstpng.c: * ext/mpeg2dec/perftest.c: * ext/speex/gstspeex.c: * gst-libs/gst/resample/dtos.c: * gst/intfloat/gstintfloatconvert.c: * gst/oneton/gstoneton.c: * gst/rtjpeg/RTjpeg.c: * gst/rtp/gstrtp.c: * sys/dxr3/dxr3init.c: * sys/glsink/gstgl_nvimage.c: * sys/glsink/gstgl_pdrimage.c: * sys/glsink/gstglsink.c: * testsuite/gst-lint: Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
2004-01-12gst-libs/gst/video/video.h: Fix caps template names to be understandable.Benjamin Otte9-19/+19
Original commit message from CVS: 2004-01-12 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst-libs/gst/video/video.h: Fix caps template names to be understandable. Prefix everything with GST_VIDEO. * ext/aalib/gstaasink.c: * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: * ext/gdk_pixbuf/gstgdkpixbuf.c: * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init): * ext/jpeg/gstjpegdec.c: (raw_caps_factory): * ext/jpeg/gstjpegenc.c: (raw_caps_factory): * ext/libcaca/gstcacasink.c: * ext/libpng/gstpngenc.c: (raw_caps_factory): * ext/snapshot/gstsnapshot.c: * ext/swfdec/gstswfdec.c: * ext/xvid/gstxviddec.c: * ext/xvid/gstxvidenc.c: * gst/chart/gstchart.c: * gst/deinterlace/gstdeinterlace.c: * gst/effectv/gsteffectv.c: * gst/flx/gstflxdec.c: (gst_flxdec_loop): * gst/goom/gstgoom.c: * gst/median/gstmedian.c: * gst/monoscope/gstmonoscope.c: (gst_monoscope_init), (gst_monoscope_srcconnect), (gst_monoscope_chain): * gst/overlay/gstoverlay.c: * gst/smooth/gstsmooth.c: * gst/smpte/gstsmpte.c: * gst/synaesthesia/gstsynaesthesia.c: * gst/videocrop/gstvideocrop.c: * gst/videodrop/gstvideodrop.c: * gst/y4m/gsty4mencode.c: * sys/qcam/gstqcamsrc.c: * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps): Make them work with new video.h file. * sys/ximage/ximagesink.c: (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Make it work with new buffer allocation system.
2004-01-11gst/qtdemux/qtdemux.c: fix audio chunk size/timestamp calculationBenjamin Otte1-5/+17
Original commit message from CVS: 2004-01-11 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), (qtdemux_parse_trak): fix audio chunk size/timestamp calculation
2004-01-11configure.ac: Adding examples/switch/MakefileJulien Moutte1-1/+5
Original commit message from CVS: 2004-01-11 Julien MOUTTE <julien@moutte.net> * configure.ac: Adding examples/switch/Makefile * examples/Makefile.am: Adding examples/switch * examples/switch/Makefile.am: Adding switcher example. * examples/switch/switcher.c: (got_eos), (idle_iterate), (switch_timer), (main): Adding an example demonstrating switch usage with 2 videotestsrc showing different patterns. * gst/switch/gstswitch.c: (gst_switch_request_new_pad), (gst_switch_init): Fixing switch with the new caps system.
2004-01-08Fix negotiationDavid Schleef1-1/+49
Original commit message from CVS: Fix negotiation
2004-01-07fix element descriptionThomas Vander Stichele1-2/+2
Original commit message from CVS: fix element description
2004-01-03Change sink pad template caps to "video/quicktime"David Schleef1-1/+1
Original commit message from CVS: Change sink pad template caps to "video/quicktime"
2004-01-02Negotiation fixesDavid Schleef1-4/+11
Original commit message from CVS: Negotiation fixes
2004-01-02Convert elements to use gst_pad_use_explicit_caps() where appropriate.David Schleef3-66/+7
Original commit message from CVS: Convert elements to use gst_pad_use_explicit_caps() where appropriate.
2003-12-22gst/qtdemux/qtdemux.c: qtdemux requires bytestreamBenjamin Otte1-0/+3
Original commit message from CVS: 2003-12-22 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/qtdemux/qtdemux.c: (plugin_init): qtdemux requires bytestream
2003-12-22Merge CAPS branchDavid Schleef36-1219/+756
Original commit message from CVS: Merge CAPS branch
2003-12-21Fix error in my previous commit - NULL was accidentily removed, leading to a ↵Ronald S. Bultje1-1/+2
segfault in gst-register Original commit message from CVS: Fix error in my previous commit - NULL was accidentily removed, leading to a segfault in gst-register
2003-12-21configure.ac: Improve mpeg2enc detection. This is for distributions that do ↵Ronald S. Bultje1-3/+4
ship mjpegtools, but without mpeg2enc. Al... Original commit message from CVS: 2003-12-21 Ronald Bultje <rbultje@ronald.bitfreak.net> * configure.ac: Improve mpeg2enc detection. This is for distributions that do ship mjpegtools, but without mpeg2enc. Also does object check for might there ever be ABI incompatibility. * ext/mpeg2enc/gstmpeg2enc.cc: Add Andrew as second maintainer (he's helping me), and also add an error if no caps was set. This happens if I pull before capsnego and that's something I should solve sometime else. * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup): Fix time parsing. * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link), (gst_matroska_mux_track_header): Add caps to templates. * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory): Add mpegversion=1 to prevent confusion with MPEG/AAC. * gst/mpegstream/gstmpegdemux.c: Remove layer since it causes warnings about unfixed caps. * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get): Fix obvious typo (we error out if caps were set, we should of course error out if *no* caps were set). * sys/oss/gstosselement.c: (gst_osselement_convert): Fix format conversion, we confused bits/bytes. * sys/oss/gstosselement.h: Improve documentation for 'bps'. * sys/v4l/TODO: Remove stuff about plugins that need removing - this was done ages ago. * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query): * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert), (gst_v4lsrc_src_query): * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init), (gst_v4l2src_src_convert), (gst_v4l2src_src_query): Add get_query_types(), get_formats() and query() functions.
2003-12-18Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the ↵Ronald S. Bultje2-1/+6
autoplugger uses mad and not faad for mp3 decoding... Original commit message from CVS: Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugger uses mad and not faad for mp3 decoding. This should fix mp3 playback.
2003-12-09Implement something to make video play faster/slowerRonald S. Bultje2-16/+95
Original commit message from CVS: Implement something to make video play faster/slower
2003-12-08Adding a new plugin: switch.Julien Moutte3-0/+412
Original commit message from CVS: Adding a new plugin: switch. It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon. It should be able to handle any kind of data passing through it. It is still a work in progress don't consider it usable for production yet.
2003-12-04remove copyright field from pluginsAndy Wingo27-29/+0
Original commit message from CVS: remove copyright field from plugins
2003-12-02change _connect to _linkDavid Schleef1-2/+2
Original commit message from CVS: change _connect to _link
2003-11-27Change everyone to video/x-msvideoDavid Schleef1-1/+1
Original commit message from CVS: Change everyone to video/x-msvideo
2003-11-27Added audio/x-m4a to the sink capsIain Holmes1-0/+5
Original commit message from CVS: Added audio/x-m4a to the sink caps
2003-11-24add a rank to allow autopluggingBenjamin Otte1-1/+1
Original commit message from CVS: add a rank to allow autoplugging
2003-11-24tagging stuff and build fixes. In detail:Benjamin Otte1-0/+1
Original commit message from CVS: tagging stuff and build fixes. In detail: - make gdk-pixbuf loader work when distchecking - fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir - fix ffmpeg cvs grabbing when srcdir != distdir - new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag) - mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that - added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis. - added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents. - tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux. - various build fixes. Mostly missing (DIST)CLEANFILES. - vorbisenc handles tag writing. Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
2003-11-16+ checking in plugin category changesLeif Johnson26-47/+32
Original commit message from CVS: + checking in plugin category changes
2003-11-16+ further mucking about with the playondemand filterLeif Johnson4-64/+57
Original commit message from CVS: + further mucking about with the playondemand filter
2003-11-10change video/x-jpeg to image/jpegDavid Schleef1-3/+5
Original commit message from CVS: change video/x-jpeg to image/jpeg
2003-11-09disting fixes, pixbuf loader still borked in regards to distingChristian Schaller1-1/+1
Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
2003-11-07Do not demux only 2 trak atomsJeremy Simon1-4/+9
Original commit message from CVS: Do not demux only 2 trak atoms
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje68-31/+195
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-03v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init ↵Benjamin Otte1-1/+1
static Original commit message from CVS: v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
2003-11-02This one was missingRonald S. Bultje1-33/+28
Original commit message from CVS: This one was missing
2003-11-02fix for new plugin systemBenjamin Otte5-90/+105
Original commit message from CVS: fix for new plugin system
2003-11-02SMPTE transitions doneRonald S. Bultje1-26/+29
Original commit message from CVS: SMPTE transitions done
2003-11-02Again one doneRonald S. Bultje1-22/+28
Original commit message from CVS: Again one done
2003-11-02... almost done nowRonald S. Bultje3-35/+39
Original commit message from CVS: ... almost done now
2003-11-02Hi. I'm the reason why GstElementDetails uses a macro nowBenjamin Otte1-3/+3
Original commit message from CVS: Hi. I'm the reason why GstElementDetails uses a macro now
2003-11-02Quicktime demuxer ported to new interfaceRonald S. Bultje1-22/+27
Original commit message from CVS: Quicktime demuxer ported to new interface
2003-11-02More more more more zzzzz I need sleepRonald S. Bultje1-22/+26
Original commit message from CVS: More more more more zzzzz I need sleep
2003-11-02Passthrough... New plugin system... Bla...Ronald S. Bultje1-20/+26
Original commit message from CVS: Passthrough... New plugin system... Bla...
2003-11-02Last o pluginRonald S. Bultje1-28/+31
Original commit message from CVS: Last o plugin
2003-11-02fix for new plugin systemBenjamin Otte2-53/+57
Original commit message from CVS: fix for new plugin system
2003-11-02WhaaaaaaaaaaaaaaaaaaaaaackRonald S. Bultje1-24/+27
Original commit message from CVS: Whaaaaaaaaaaaaaaaaaaaaaack
2003-11-02More More MoreRonald S. Bultje1-22/+26
Original commit message from CVS: More More More
2003-11-02And again one moreRonald S. Bultje1-27/+31
Original commit message from CVS: And again one more
2003-11-02Again one more doneRonald S. Bultje1-23/+29
Original commit message from CVS: Again one more done
2003-11-02fix to new plugin systemBenjamin Otte1-25/+28
Original commit message from CVS: fix to new plugin system
2003-11-02I'm too lazy to comment thisRonald S. Bultje1-21/+25
Original commit message from CVS: .
2003-11-02more, and more, and more...Ronald S. Bultje1-21/+28
Original commit message from CVS: more, and more, and more...
2003-11-02Updated for the new plugin loading codeJan Schmidt5-54/+80
Original commit message from CVS: Updated for the new plugin loading code
2003-11-02Use GST_ELEMENT_DETAILS for initialising GstElementDetailsJan Schmidt1-3/+3
Original commit message from CVS: Use GST_ELEMENT_DETAILS for initialising GstElementDetails
2003-11-02Updated to the new plugin loading codeJan Schmidt1-23/+29
Original commit message from CVS: Updated to the new plugin loading code