summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2005-12-01releasing 0.9.7RELEASE-0_9_7Thomas Vander Stichele1-0/+0
Original commit message from CVS: releasing 0.9.7
2005-11-29libmm ported to 0.9. It works fine, but print some error messages. I'll fix ↵Edgard Lima1-0/+0
them soon. Tested with mmssrc location=m... Original commit message from CVS: libmm ported to 0.9. It works fine, but print some error messages. I'll fix them soon. Tested with mmssrc location=mms:// ! filesink.
2005-11-28fix headerThomas Vander Stichele1-0/+0
Original commit message from CVS: fix header
2005-11-28ext/Makefile.am: alphabets, so hard to master. Should fix distcheck.Thomas Vander Stichele1-0/+0
Original commit message from CVS: * ext/Makefile.am: alphabets, so hard to master. Should fix distcheck.
2005-11-27add ACLOCAL_AMFLAGS; remove old stuff from spec changelogThomas Vander Stichele1-0/+0
Original commit message from CVS: add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
2005-11-25ext/wavpack/: put back wavpack - still needs portingThomas Vander Stichele1-0/+0
Original commit message from CVS: * ext/wavpack/gstwavpackcommon.h: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_link), (gst_wavpack_dec_wvclink), (gst_wavpack_dec_get_type), (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose), (gst_wavpack_dec_class_init), (gst_wavpack_dec_src_query), (gst_wavpack_dec_init), (gst_wavpack_dec_setup_context), (gst_wavpack_dec_format_samples), (gst_wavpack_dec_loop), (gst_wavpack_dec_plugin_init): * ext/wavpack/gstwavpackdec.h: * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_get_type), (gst_wavpack_parse_base_init), (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init), (gst_wavpack_parse_src_query), (gst_wavpack_parse_src_event), (find_header), (find_sample), (gst_wavpack_parse_seek), (gst_wavpack_parse_init), (gst_wavpack_parse_handle_event), (gst_wavpack_parse_loop), (gst_wavpack_parse_change_state), (gst_wavpack_parse_plugin_init): * ext/wavpack/gstwavpackparse.h: put back wavpack - still needs porting
2005-11-21Now it works in push-mode. Tested with gnomevfssrc location=http://.. ! ↵Edgard Lima1-0/+0
tremor ! alsasink. Original commit message from CVS: Now it works in push-mode. Tested with gnomevfssrc location=http://.. ! tremor ! alsasink. Some issues to be solved yet: 1- set correct timestamps 2- seek is forced to disabled in pull-mode
2005-11-16make it workChristian Schaller1-0/+0
Original commit message from CVS: make it work
2005-11-14configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, ↵Andy Wingo1-0/+0
allows dll builds on windows. Fixes #316076. Original commit message from CVS: 2005-11-14 Andy Wingo <wingo@pobox.com> * configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better debugging, allows dll builds on windows. Fixes #316076.
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-0/+0
Original commit message from CVS: rework configure.ac; make asterisk rtp stuff compile on mingw
2005-11-02configure.ac: Requires DirectFB 0.9.24Julien Moutte1-0/+0
Original commit message from CVS: 2005-11-02 Julien MOUTTE <julien@moutte.net> * configure.ac: Requires DirectFB 0.9.24
2005-10-31Added a property that allows full-screen.Edgard Lima1-0/+0
Original commit message from CVS: Added a property that allows full-screen.
2005-10-19configure.ac: All the cool kids use GST_DOCBOOK_CHECK now.Tim-Philipp Müller1-0/+0
Original commit message from CVS: * configure.ac: All the cool kids use GST_DOCBOOK_CHECK now.
2005-10-18gst/speed/Makefile.am: Fix build of speed.Julien Moutte1-0/+0
Original commit message from CVS: 2005-10-18 Julien MOUTTE <julien@moutte.net> * gst/speed/Makefile.am: Fix build of speed.
2005-10-17Fixed Speed - Recovered featured missed since version 1.37, and changed ↵Edgard Lima1-0/+0
other minor things. Original commit message from CVS: Fixed Speed - Recovered featured missed since version 1.37, and changed other minor things.
2005-10-16configure.ac: Fix glib checkTim-Philipp Müller1-0/+0
Original commit message from CVS: * configure.ac: Fix glib check
2005-10-16restructure configure.ac, use correct libtool LDFLAGS, fix up definesThomas Vander Stichele1-0/+0
Original commit message from CVS: restructure configure.ac, use correct libtool LDFLAGS, fix up defines
2005-10-12ext/faac/gstfaac.c: Refcount fixes (#318659)Tim-Philipp Müller1-0/+0
Original commit message from CVS: Reviewed by: Tim-Philipp Müller <tim at centricular dot net> * ext/faac/gstfaac.c: (gst_faac_sink_setcaps), (gst_faac_src_setcaps), (gst_faac_chain): Refcount fixes (#318659)
2005-10-12ext/Makefile.am: libvisual and snapshot are not here anymore.Julien Moutte1-0/+0
Original commit message from CVS: 2005-10-12 Julien MOUTTE <julien@moutte.net> * ext/Makefile.am: libvisual and snapshot are not here anymore. Makes automake-1.7 happy again.
2005-10-11gst/: newsegment API update.Wim Taymans1-0/+0
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): * gst/tta/gstttaparse.c: (gst_tta_parse_src_event), (gst_tta_parse_parse_header): newsegment API update.
2005-10-07ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in ↵Andy Wingo1-0/+0
a read(). Original commit message from CVS: 2005-10-07 Andy Wingo <wingo@pobox.com> * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in a read().
2005-10-03release timeRELEASE-0_9_3Thomas Vander Stichele1-0/+0
Original commit message from CVS: release time
2005-09-26some disting and build fixesChristian Schaller1-0/+0
Original commit message from CVS: some disting and build fixes
2005-09-23gst/audioresample/: Convert to using gst debuggingDavid Schleef1-0/+0
Original commit message from CVS: * gst/audioresample/Makefile.am: * gst/audioresample/debug.h: * gst/audioresample/gstaudioresample.c: * gst/audioresample/resample.c: Convert to using gst debugging
2005-09-20Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.Edgard Lima1-0/+0
Original commit message from CVS: Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
2005-09-19add check-valgrind targetThomas Vander Stichele1-0/+0
Original commit message from CVS: add check-valgrind target
2005-09-06releasing 0.9.1RELEASE-0_9_1Thomas Vander Stichele1-0/+0
Original commit message from CVS: releasing 0.9.1
2005-09-05created gst-plugins-badThomas Vander Stichele1-0/+0
Original commit message from CVS: created gst-plugins-bad
2005-09-04fix distcheckRELEASE-0_9_2Thomas Vander Stichele1-0/+0
Original commit message from CVS: * common/gtk-doc-plugins.mak: * docs/plugins/Makefile.am: fix distcheck * gst/audioresample/resample.c: fix wrong docstring
2005-09-02All plugins updated for element state changes.Andy Wingo1-0/+0
Original commit message from CVS: 2005-09-02 Andy Wingo <wingo@pobox.com> * All plugins updated for element state changes.
2005-09-01Faac (AAC Encoder) ported for GStreamer 0.9Flavio Oliveira1-0/+0
Original commit message from CVS: Faac (AAC Encoder) ported for GStreamer 0.9
2005-09-01remove libdirThomas Vander Stichele1-0/+0
Original commit message from CVS: remove libdir
2005-08-30check/elements/: Fix checks.Wim Taymans1-0/+0
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.
2005-08-30Ported to GStreamer 0.9. Need to fix performance issues.Flavio Oliveira1-0/+0
Original commit message from CVS: Ported to GStreamer 0.9. Need to fix performance issues.
2005-08-26ext/ladspa/gstladspa.*: Finish porting, still doesn't work but it does ↵Andy Wingo1-0/+0
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.
2005-08-22Fixed some seeking issuesOwen Fraser-Green1-0/+0
Original commit message from CVS: Fixed some seeking issues
2005-08-16Handle _push() return values.Ronald S. Bultje1-0/+0
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_event), (gst_faad_chain): * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): Handle _push() return values.
2005-08-15Fix debug.Ronald S. Bultje1-0/+0
Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_event): * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): Fix debug.
2005-08-08Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does no ↵Tim-Philipp Müller1-0/+0
longer need to be one single buffer. Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/jpeg/Makefile.am: * ext/jpeg/gstjpeg.c: (plugin_init): * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_get_type), (gst_jpeg_dec_finalize), (gst_jpeg_dec_base_init), (gst_jpeg_dec_class_init), (gst_jpeg_dec_fill_input_buffer), (gst_jpeg_dec_init_source), (gst_jpeg_dec_skip_input_data), (gst_jpeg_dec_resync_to_restart), (gst_jpeg_dec_term_source), (gst_jpeg_dec_my_output_message), (gst_jpeg_dec_my_emit_message), (gst_jpeg_dec_my_error_exit), (gst_jpeg_dec_init), (is_jpeg_start_marker), (is_jpeg_end_marker), (gst_jpeg_dec_find_jpeg_header), (gst_jpeg_dec_ensure_header), (gst_jpeg_dec_have_end_marker), (gst_jpeg_dec_parse_tag_has_entropy_segment), (gst_jpeg_dec_parse_image_data), (gst_jpeg_dec_chain), (gst_jpeg_dec_change_state): * ext/jpeg/gstjpegdec.h: Port jpegdec to 0.9; handles 'progressive loading' now, ie. input does no longer need to be one single buffer.
2005-07-20ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness fix.Andy Wingo1-0/+0
Original commit message from CVS: 2005-07-20 Andy Wingo <wingo@pobox.com> * ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): Signedness fix.
2005-07-18gst/rtsp/gstrtspsrc.c: Fix for core changes.Wim Taymans1-0/+0
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_add_element), (gst_rtspsrc_play): Fix for core changes.
2005-07-10more macro splitting; fix po problemThomas Vander Stichele1-0/+0
Original commit message from CVS: more macro splitting; fix po problem
2005-07-07remove docsThomas Vander Stichele1-0/+0
Original commit message from CVS: remove docs
2005-06-30remove stuff that's in -baseThomas Vander Stichele1-0/+0
Original commit message from CVS: remove stuff that's in -base
2005-06-29ext/Makefile.am (MAD_DIR): Add mad to the build.Andy Wingo1-0/+0
Original commit message from CVS: 2005-06-29 Andy Wingo <wingo@pobox.com> * ext/Makefile.am (MAD_DIR): Add mad to the build.
2005-06-23gst/udp/gstudpsrc.c: Make udpsrc a live source.Wim Taymans1-0/+0
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_init): Make udpsrc a live source.
2005-05-17ext/libcaca/gstcacasink.*: Cleanups.Wim Taymans1-0/+0
Original commit message from CVS: * ext/libcaca/gstcacasink.c: (gst_cacasink_setcaps), (gst_cacasink_render), (gst_cacasink_open), (gst_cacasink_close), (gst_cacasink_change_state): * ext/libcaca/gstcacasink.h: Cleanups.
2005-04-14file gstfreeze.h was initially added on branch BRANCH-GSTREAMER-0_8.Gergely Nagy1-0/+0
Original commit message from CVS: file gstfreeze.h was initially added on branch BRANCH-GSTREAMER-0_8.
2004-12-14gst/typefind/gsttypefindfunctions.c: Add typefinding for mpeg2 pes streamsZaheer Abbas Merali1-0/+0
Original commit message from CVS: 2004-12-14 Zaheer Abbas Merali <zaheerabbas at merali dot org> * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find): Add typefinding for mpeg2 pes streams
2004-12-08gst/matroska/matroska-demux.c: Don't set DEFAULT, unsupported - makes length ↵Ronald S. Bultje1-0/+0
display incorrectly in some cases. Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_handle_src_query): Don't set DEFAULT, unsupported - makes length display incorrectly in some cases.