summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* all these plugins are moved to gst-plugins-uglyThomas Vander Stichele2005-08-3118-252/+112
| | | | | Original commit message from CVS: all these plugins are moved to gst-plugins-ugly
* Port LPCM decoder to 0.9Michael Smith2005-08-312-0/+11
| | | | | Original commit message from CVS: Port LPCM decoder to 0.9
* configure.ac: Remove plugins that should have disappeared.Jan Schmidt2005-08-302-4/+5
| | | | | | Original commit message from CVS: * configure.ac: Remove plugins that should have disappeared.
* Make autogen work again.Jan Schmidt2005-08-303-5/+8
| | | | | | | Original commit message from CVS: * autogen.sh: * configure.ac: Make autogen work again.
* check/elements/: Fix checks.Wim Taymans2005-08-302-0/+2
| | | | | | | | Original commit message from CVS: * check/elements/audioconvert.c: (setup_audioconvert): * check/elements/audioresample.c: (setup_audioresample): * check/elements/volume.c: (setup_volume): Fix checks.
* remove stuffThomas Vander Stichele2005-08-3016-3413/+0
| | | | | Original commit message from CVS: remove stuff
* all these plugins are moved to gst-plugins-goodThomas Vander Stichele2005-08-304-359/+175
| | | | | Original commit message from CVS: all these plugins are moved to gst-plugins-good
* Ported to GStreamer 0.9. Need to fix performance issues.Flavio Oliveira2005-08-303-0/+7
| | | | | Original commit message from CVS: Ported to GStreamer 0.9. Need to fix performance issues.
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-2823-1420/+905
| | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-08-28 Andy Wingo <wingo@pobox.com> * Updates for two-arg init from GST_BOILERPLATE. * ext/ladspa/gstsignalprocessor.c (gst_signal_processor_init): Use the second arg for the class, because G_OBJECT_GET_CLASS (self) returns the wrong thing. (gst_signal_processor_add_pad_from_template): Make pads of the right type. * ext/ladspa/gstladspa.c (gst_ladspa_class_get_param_spec): Make writable param specs G_PARAM_CONSTRUCT so default values work. (gst_ladspa_init): Use the second arg for the class.
* Updates for two-arg init from GST_BOILERPLATE_FULL.Andy Wingo2005-08-281-4/+2
| | | | | | | Original commit message from CVS: 2005-08-28 Andy Wingo <wingo@pobox.com> * Updates for two-arg init from GST_BOILERPLATE_FULL.
* use base class' newsegment to properly timestampThomas Vander Stichele2005-08-261-2/+5
| | | | | | Original commit message from CVS: use base class' newsegment to properly timestamp
* ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does ↵Andy Wingo2005-08-266-678/+333
| | | | | | | | | | | | | | compile and register. I have more features tha... Original commit message from CVS: 2005-08-26 Andy Wingo <wingo@pobox.com> * ext/ladspa/gstladspa.c: * ext/ladspa/gstladspa.h: Finish porting, still doesn't work but it does compile and register. I have more features than you. * ext/ladspa/gstsignalprocessor.h: * ext/ladspa/gstsignalprocessor.c: Updates, bug fixen.
* do proper cleanup/creation, fixes state changesThomas Vander Stichele2005-08-261-0/+6
| | | | | Original commit message from CVS: do proper cleanup/creation, fixes state changes
* check/: add a test for audioconvertThomas Vander Stichele2005-08-252-4/+10
| | | | | | | | | | | | | | | Original commit message from CVS: * check/Makefile.am: * check/elements/audioconvert.c: (setup_audioconvert), (cleanup_audioconvert), (get_int_caps), (verify_convert), (GST_START_TEST), (audioconvert_suite), (main): add a test for audioconvert * gst/audioresample/gstaudioresample.c: * gst/audioresample/gstaudioresample.h: set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b); note that for buffers of 1/3 sec this means DURATION(c) is one nanosecond more than for a and b
* some more testing for perfect streamsThomas Vander Stichele2005-08-251-6/+23
| | | | | Original commit message from CVS: some more testing for perfect streams
* add a check for audioresampleThomas Vander Stichele2005-08-253-2/+240
| | | | | Original commit message from CVS: add a check for audioresample
* show some info on what's left in the queueThomas Vander Stichele2005-08-251-2/+6
| | | | | Original commit message from CVS: show some info on what's left in the queue
* gst/audioresample/: add room for extra overlap samples when asked to ↵Thomas Vander Stichele2005-08-256-35/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | transform size protect against possible mem corr... Original commit message from CVS: * gst/audioresample/debug.c: * gst/audioresample/gstaudioresample.c: add room for extra overlap samples when asked to transform size protect against possible mem corruption and check for discrepancies between written size and outbuffer's size so we can warn for potential problems * gst/audioresample/resample.c: (resample_init), (resample_get_output_size_for_input), (resample_get_output_size), (resample_set_n_channels), (resample_set_format): set debug level based on RESAMPLE_DEBUG env var make sure that get_output_size* returns a whole number of sample_size set sample_size each time either channel or format is set * gst/audioresample/resample_chunk.c: (resample_scale_chunk): * gst/audioresample/resample_functable.c: (resample_scale_functable): * gst/audioresample/resample_ref.c: (resample_scale_ref): remove r->sample_size, it's done in resample.c now add some debugging to the ref implementation make sure we only give back bytes that are wholes of the sample size
* gst/level/gstlevel.c: Revert unpopular change for GST_MESSAGE_SRC to GObject.Jan Schmidt2005-08-251-0/+5
| | | | | | Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_message_new): Revert unpopular change for GST_MESSAGE_SRC to GObject.
* add missing filesAndy Wingo2005-08-252-0/+799
| | | | | Original commit message from CVS: add missing files
* ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet.Andy Wingo2005-08-256-143/+180
| | | | | | | | | | | | | | | Original commit message from CVS: 2005-08-25 Andy Wingo <wingo@pobox.com> * ext/ladspa/gstladspa.h: * ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet. * ext/ladspa/gstsignalprocessor.h: * ext/ladspa/gstsignalprocessor.c: New files, the start of a base class for DSP elements. * configure.ac: Sort the external libs checks, add a ladspa check, output the ladspa makefile.
* Fixed EOS and improved robustness for malformed indices.Owen Fraser-Green2005-08-251-0/+7
| | | | | Original commit message from CVS: Fixed EOS and improved robustness for malformed indices.
* add lameChristian Schaller2005-08-241-3/+3
| | | | | Original commit message from CVS: add lame
* fix broken header setup in Makefile.amChristian Schaller2005-08-241-1/+1
| | | | | Original commit message from CVS: fix broken header setup in Makefile.am
* dist moreThomas Vander Stichele2005-08-242-5/+6
| | | | | Original commit message from CVS: dist more
* ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid segment end ↵Andy Wingo2005-08-241-0/+10
| | | | | | | | | | | | timestamps. Original commit message from CVS: 2005-08-24 Andy Wingo <wingo@pobox.com> * ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid segment end timestamps. (Also commit an old changelog entry)
* port audioresample to basetransformThomas Vander Stichele2005-08-2410-236/+271
| | | | | Original commit message from CVS: port audioresample to basetransform
* enable more; update for basetransformThomas Vander Stichele2005-08-243-5/+15
| | | | | Original commit message from CVS: enable more; update for basetransform
* gst/level/gstlevel.c: GST_MESSAGE_SRC became a GObjectJan Schmidt2005-08-241-0/+4
| | | | | | Original commit message from CVS: * gst/level/gstlevel.c: (gst_level_message_new): GST_MESSAGE_SRC became a GObject
* fix speex entryChristian Schaller2005-08-241-1/+1
| | | | | Original commit message from CVS: fix speex entry
* add speex to spec file and remove gstosslement from POTFILES.inChristian Schaller2005-08-242-7/+6
| | | | | Original commit message from CVS: add speex to spec file and remove gstosslement from POTFILES.in
* ext/speex/gstspeexenc.h: Fixed include path of adapterStefan Kost2005-08-231-0/+5
| | | | | | Original commit message from CVS: * ext/speex/gstspeexenc.h: Fixed include path of adapter
* gst/audioresample/Makefile.am: Leet audioresampling codeDavid Schleef2005-08-2314-0/+2254
| | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/audioresample/Makefile.am: Leet audioresampling code * gst/audioresample/buffer.c: * gst/audioresample/buffer.h: * gst/audioresample/debug.c: * gst/audioresample/debug.h: * gst/audioresample/functable.c: * gst/audioresample/functable.h: * gst/audioresample/gstaudioresample.c: * gst/audioresample/gstaudioresample.h: * gst/audioresample/resample.c: * gst/audioresample/resample.h: * gst/audioresample/resample_chunk.c: * gst/audioresample/resample_functable.c: * gst/audioresample/resample_ref.c:
* ext/speex/: Fix property warning.Wim Taymans2005-08-231-0/+6
| | | | | | | Original commit message from CVS: * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init): * ext/speex/gstspeexenc.c: (gst_speexenc_class_init): Fix property warning.
* gst/rtp/: Small updates, RFC reference to payload encoders.Wim Taymans2005-08-231-0/+10
| | | | | | | | | | | Original commit message from CVS: * gst/rtp/gstrtpamrdec.c: (gst_rtpamrdec_init), (gst_rtpamrdec_sink_setcaps), (gst_rtpamrdec_chain): * gst/rtp/gstrtpamrenc.c: (gst_rtpamrenc_class_init), (gst_rtpamrenc_init), (gst_rtpamrenc_chain): * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain): Small updates, RFC reference to payload encoders.
* Port speexdec. Leads to some unfamiliar warnings on console, but works ↵Ronald S. Bultje2005-08-233-6/+63
| | | | | | | | | | | | | | | otherwise. Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/speex/Makefile.am: * ext/speex/gstspeex.c: (plugin_init): * ext/speex/gstspeexdec.c: (speex_get_query_types), (gst_speex_dec_init), (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event), (speex_dec_chain): Port speexdec. Leads to some unfamiliar warnings on console, but works otherwise.
* sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after ↵Andy Wingo2005-08-231-0/+3
| | | | | | | | | | opening the mixer. Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.c (gst_oss_src_open): Set the device-name property after opening the mixer.
* sys/oss/gstosssrc.*: Easy to implement a mixer, eh...Andy Wingo2005-08-231-0/+3
| | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.c: * sys/oss/gstosssrc.h: Easy to implement a mixer, eh...
* sys/oss/gstossmixerelement.*: Added mixer element like alsamixer.Andy Wingo2005-08-231-0/+7
| | | | | | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstossmixerelement.h: * sys/oss/gstossmixerelement.c: Added mixer element like alsamixer. * sys/oss/Makefile.am: * sys/oss/gstossaudio.c: Register the ossmixer element.
* changelogAndy Wingo2005-08-231-0/+24
| | | | | Original commit message from CVS: changelog
* sys/oss/gstosssrc.*: Totally ported, dude.Andy Wingo2005-08-231-0/+10
| | | | | | | | | | | | | Original commit message from CVS: 2005-08-23 Andy Wingo <wingo@pobox.com> * sys/oss/gstosssrc.h: * sys/oss/gstosssrc.c: Totally ported, dude. * sys/oss/Makefile.am: * sys/oss/gstossaudio.c: Add osssrc. * sys/oss/gstosssink.c: We do native byte order.
* Fixed mishandling events and incorrect audio skipping after seek.Owen Fraser-Green2005-08-231-0/+6
| | | | | Original commit message from CVS: Fixed mishandling events and incorrect audio skipping after seek.
* ext/mad/gstid3tag.c: Works a bit better now, but still needs a rewrite to ↵Jan Schmidt2005-08-221-0/+8
| | | | | | | | | | | use get_range instead of this seeking nasti... Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_init), (gst_id3_tag_sink_event), (gst_id3_tag_do_caps_nego), (gst_id3_tag_chain), (gst_id3_tag_change_state), (plugin_init): Works a bit better now, but still needs a rewrite to use get_range instead of this seeking nastiness.
* Port flacdec (seeking is still slow'ish).Ronald S. Bultje2005-08-223-4/+36
| | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/flac/Makefile.am: * ext/flac/gstflac.c: (plugin_init): * ext/flac/gstflacdec.c: (flacdec_get_type), (gst_flacdec_init), (gst_flacdec_update_metadata), (gst_flacdec_seek), (gst_flacdec_tell), (gst_flacdec_length), (gst_flacdec_read), (gst_flacdec_write), (gst_flacdec_loop), (gst_flacdec_get_src_query_types), (gst_flacdec_src_query), (gst_flacdec_src_event), (gst_flacdec_sink_activate), (gst_flacdec_sink_activate_pull), (gst_flacdec_change_state): * ext/flac/gstflacdec.h: Port flacdec (seeking is still slow'ish).
* Fixed some seeking issuesOwen Fraser-Green2005-08-222-0/+6
| | | | | Original commit message from CVS: Fixed some seeking issues
* add mpegaudioparse to spec fileChristian Schaller2005-08-191-0/+1
| | | | | Original commit message from CVS: add mpegaudioparse to spec file
* gst/udp/gstmultiudpsink.c: Remove get_time code that is both wrong and unneeded.Wim Taymans2005-08-191-0/+5
| | | | | | Original commit message from CVS: * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init): Remove get_time code that is both wrong and unneeded.
* gst/rtp/gstrtph263penc.*: Added configurable pt and ssrc, to be merged in ↵Wim Taymans2005-08-191-0/+9
| | | | | | | | | | | | the caps or a base class... Original commit message from CVS: * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain), (gst_rtph263penc_set_property), (gst_rtph263penc_get_property): * gst/rtp/gstrtph263penc.h: Added configurable pt and ssrc, to be merged in the caps or a base class...
* gst/rtp/: Some cleanups in the h263p (de)payloaders.Wim Taymans2005-08-191-0/+8
| | | | | | | | | Original commit message from CVS: * gst/rtp/gstrtph263pdec.c: (gst_rtph263pdec_init), (gst_rtph263pdec_chain): * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain): Some cleanups in the h263p (de)payloaders.
* add mpegaudioparse to configure.acChristian Schaller2005-08-191-0/+1
| | | | | Original commit message from CVS: add mpegaudioparse to configure.ac