summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* releasing 0.9.7Thomas Vander Stichele2005-12-0143-91/+156
| | | | | Original commit message from CVS: releasing 0.9.7
* releasing 0.9.7Thomas Vander Stichele2005-12-011-1/+1
| | | | | Original commit message from CVS: releasing 0.9.7
* Update .po filesThomas Vander Stichele2005-12-0115-15/+15
| | | | | Original commit message from CVS: Update .po files
* add multipart plugin to docsThomas Vander Stichele2005-12-015-45/+84
| | | | | Original commit message from CVS: add multipart plugin to docs
* move pango to baseThomas Vander Stichele2005-12-0112-1926/+15
| | | | | Original commit message from CVS: move pango to base
* gst/rtp/: parsers are depayersThomas Vander Stichele2005-12-0120-794/+193
| | | | | | | | | | | | | | | Original commit message from CVS: * gst/rtp/Makefile.am: * gst/rtp/gstrtpL16depay.c: * gst/rtp/gstrtpL16depay.h: * gst/rtp/gstrtpL16parse.c: * gst/rtp/gstrtpL16parse.h: * gst/rtp/gstrtpgsmdepay.c: * gst/rtp/gstrtpgsmdepay.h: * gst/rtp/gstrtpgsmparse.c: * gst/rtp/gstrtpgsmparse.h: parsers are depayers
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-0177-6961/+1598
| | | | | Original commit message from CVS: Do burger's rename for rtp payloaders and depayloaders
* ext/dv/: Fix seeking in dvdemux again, add some more debug info.Wim Taymans2005-11-304-6/+22
| | | | | | | | Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_chain): * ext/dv/gstdvdemux.c: (gst_dvdemux_demux_frame): * ext/dv/gstdvdemux.h: Fix seeking in dvdemux again, add some more debug info.
* fix testsThomas Vander Stichele2005-11-302-0/+6
| | | | | Original commit message from CVS: fix tests
* add tests subdirThomas Vander Stichele2005-11-301-0/+1
| | | | | Original commit message from CVS: add tests subdir
* add Makefile.amThomas Vander Stichele2005-11-301-1/+1
| | | | | Original commit message from CVS: add Makefile.am
* moveThomas Vander Stichele2005-11-304-620/+21
| | | | | | | | | | | | Original commit message from CVS: * PORTED_09: * docs/random/PORTED_09: move * tests/Makefile.am: add * win32/gst.sln: remove
* move under testsThomas Vander Stichele2005-11-3028-1998/+34
| | | | | Original commit message from CVS: move under tests
* update for latest changesChristian Schaller2005-11-302-5/+3
| | | | | Original commit message from CVS: update for latest changes
* ext/pango/gsttextrender.*: Add missing files.Tim-Philipp Müller2005-11-303-0/+414
| | | | | | | | | | | | Original commit message from CVS: * ext/pango/gsttextrender.c: (gst_text_render_base_init), (gst_text_render_class_init), (resize_bitmap), (gst_text_render_render_text), (gst_text_render_setcaps), (gst_text_render_fixate_caps), (gst_text_renderer_bitmap_to_ayuv), (gst_text_render_chain), (gst_text_render_finalize), (gst_text_render_init), (gst_text_render_set_property): * ext/pango/gsttextrender.h: Add missing files.
* Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add ↵Tim-Philipp Müller2005-11-3010-852/+1111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | background shading and text wrapping modes. M... Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/pango/Makefile.am: * ext/pango/gstclockoverlay.c: (gst_clock_overlay_base_init), (gst_clock_overlay_render_time), (gst_clock_overlay_get_text), (gst_clock_overlay_class_init), (gst_clock_overlay_init): * ext/pango/gstclockoverlay.h: * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init), (gst_text_overlay_get_text), (gst_text_overlay_class_init), (gst_text_overlay_finalize), (gst_text_overlay_init), (gst_text_overlay_update_wrap_mode), (gst_text_overlay_setcaps), (gst_text_overlay_text_pad_linked), (gst_text_overlay_text_pad_unlinked), (gst_text_overlay_set_property), (gst_text_overlay_getcaps), (gst_text_overlay_shade_y), (gst_text_overlay_blit_yuv420), (gst_text_overlay_resize_bitmap), (gst_text_overlay_render_text), (gst_text_overlay_push_frame), (gst_text_overlay_pop_video), (gst_text_overlay_pop_text), (gst_text_overlay_collected), (gst_text_overlay_change_state), (plugin_init): * ext/pango/gsttextoverlay.h: * ext/pango/gsttimeoverlay.c: (gst_time_overlay_base_init), (gst_time_overlay_render_time), (gst_time_overlay_get_text), (gst_time_overlay_class_init), (gst_time_overlay_init): * ext/pango/gsttimeoverlay.h: Port pango-based textoverlay, timeoverlay and textrender to 0.9 and add background shading and text wrapping modes. Make timoverlay derive from textoverlay. Also add new clockoverlay element.
* gst/udp/Makefile.am: Moved to netbuffer.Julien Moutte2005-11-302-1/+6
| | | | | | | Original commit message from CVS: 2005-11-30 Julien MOUTTE <julien@moutte.net> * gst/udp/Makefile.am: Moved to netbuffer.
* Ported multipart mux/demux to 0.9.Julien Moutte2005-11-306-244/+240
| | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: 2005-11-30 Julien MOUTTE <julien@moutte.net> * configure.ac: * PORTED_O9: * gst/multipart/Makefile.am: * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init), (gst_multipart_demux_class_init), (gst_multipart_demux_init), (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain), (gst_multipart_demux_change_state), (gst_multipart_demux_plugin_init): * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init), (gst_multipart_mux_init), (gst_multipart_mux_finalize), (gst_multipart_mux_sinkconnect), (gst_multipart_mux_request_new_pad), (gst_multipart_mux_handle_src_event), (gst_multipart_mux_queue_pads), (gst_multipart_mux_collected), (gst_multipart_mux_change_state): Ported multipart mux/demux to 0.9.
* gst/: update for symbols changeThomas Vander Stichele2005-11-3014-45/+62
| | | | | | | | | | | | | | | | | | | Original commit message from CVS: * gst/debug/gstnavigationtest.c: (gst_navigationtest_get_type): * gst/debug/gstnavigationtest.h: * gst/effectv/gstaging.c: (gst_agingtv_get_type): * gst/effectv/gstdice.c: (gst_dicetv_get_type): * gst/effectv/gstedge.c: (gst_edgetv_get_type): * gst/effectv/gstquark.c: (gst_quarktv_get_type): * gst/effectv/gstrev.c: (gst_revtv_get_type): * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type): * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type): * gst/effectv/gstwarp.c: (gst_warptv_get_type): * gst/videofilter/gstvideoflip.c: (gst_video_flip_set_property), (gst_video_flip_get_type): * gst/videofilter/gstvideoflip.h: update for symbols change
* gst/udp/: the old gstnet lib was renamed gstnetbuffer (#322257)Thomas Vander Stichele2005-11-293-2/+8
| | | | | | | | Original commit message from CVS: * gst/udp/gstdynudpsink.c: * gst/udp/gstudpsrc.c: the old gstnet lib was renamed gstnetbuffer (#322257)
* ext/cairo/gsttextoverlay.c: Actually render the text from the text pad.Tim-Philipp Müller2005-11-292-5/+26
| | | | | | | Original commit message from CVS: * ext/cairo/gsttextoverlay.c: (gst_text_overlay_render_text), (gst_text_overlay_collected): Actually render the text from the text pad.
* gst/debug/: Update for GstBaseTransform event virtual methodEdward Hervey2005-11-293-2/+8
| | | | | | | Original commit message from CVS: * gst/debug/gstnavseek.c: (gst_navseek_event): * gst/debug/progressreport.c: (gst_progress_report_event): Update for GstBaseTransform event virtual method
* ext/cairo/Makefile.am: no need to link to videofilterThomas Vander Stichele2005-11-292-2/+5
| | | | | | | | Original commit message from CVS: 2005-11-29 Thomas Vander Stichele <thomas at apestaart dot org> * ext/cairo/Makefile.am: no need to link to videofilter
* remove the videofilter library and link to the one in baseThomas Vander Stichele2005-11-2916-167/+35
| | | | | Original commit message from CVS: remove the videofilter library and link to the one in base
* borgifyThomas Vander Stichele2005-11-293-138/+138
| | | | | Original commit message from CVS: borgify
* gst/avi/gstavidemux.c: Useless check now we're setting the current entry ↵Edward Hervey2005-11-282-6/+5
| | | | | | | | correctly. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry): Useless check now we're setting the current entry correctly.
* ext/jpeg/gstjpegenc.c: Don't leak input buffer in chain function (fixes ↵Tim-Philipp Müller2005-11-282-47/+63
| | | | | | | | | | | | | #322667); make state change function thread-s... Original commit message from CVS: * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain), (gst_jpegenc_set_property), (gst_jpegenc_get_property), (gst_jpegenc_change_state): Don't leak input buffer in chain function (fixes #322667); make state change function thread-safe; don't repeat the current function name in GST_DEBUG statements; use GST_ROUND_UP_* macros; use gst_pad_alloc_buffer(); misc. minor cleanups.
* ext/faad/gstfaad.c: Handle gracefully the consequence of "Maximum number of ↵Edward Hervey2005-11-281-1/+4
| | | | | | | | | | | | scalefactor bands exceeded", which result... Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_srcgetcaps): Handle gracefully the consequence of "Maximum number of scalefactor bands exceeded", which results in 0 channels with samplerates of 0. * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state): Do upward transitions, then call parent state_change, then do downward transitions.
* gst/matroska/matroska-mux.c: Look for pixel-aspect-ratio in caps, not ↵Jan Schmidt2005-11-283-4/+9
| | | | | | | | | | pixel_width and pixel_height (Fixes: #322645) Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps): Look for pixel-aspect-ratio in caps, not pixel_width and pixel_height (Fixes: #322645)
* gst/matroska/matroska-mux.c: From Michal Benes: frame duration should be ↵Jan Schmidt2005-11-282-2/+10
| | | | | | | | | | | GST_SECOND / framerate, not Original commit message from CVS: * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_setcaps): From Michal Benes: frame duration should be GST_SECOND / framerate, not GST_SECOND * framerate. (Fixes: #322643)
* configure.ac: fix up GST_PLUGIN_LDFLAGSThomas Vander Stichele2005-11-274-5/+22
| | | | | | | | | | | Original commit message from CVS: * configure.ac: fix up GST_PLUGIN_LDFLAGS * gst/rtsp/rtspconnection.c: fix includes (see #317043) * gst/videofilter/Makefile.am: stop installing this library
* no need for an AS_LIBTOOL callThomas Vander Stichele2005-11-271-7/+0
| | | | | Original commit message from CVS: no need for an AS_LIBTOOL call
* add ACLOCAL_AMFLAGS; remove old stuff from spec changelogThomas Vander Stichele2005-11-273-228/+3
| | | | | Original commit message from CVS: add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
* ext/dv/gstdvdec.c: Handle the case where the incoming Video dv stream ↵Edward Hervey2005-11-262-5/+13
| | | | | | | | | doesn't have a pixel aspect ratio set. Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_sink_setcaps): Handle the case where the incoming Video dv stream doesn't have a pixel aspect ratio set.
* document flacdecThomas Vander Stichele2005-11-255-1/+43
| | | | | Original commit message from CVS: document flacdec
* do some name borgifying documentThomas Vander Stichele2005-11-2510-149/+210
| | | | | | Original commit message from CVS: do some name borgifying document
* documenting auto*sink using strstr for the video sink lookup, class field is ↵Thomas Vander Stichele2005-11-2544-80/+199
| | | | | | | | | | | | | | | | | | | not ordered update other plugins Original commit message from CVS: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/autodetect/gstautoaudiosink.c: (gst_auto_audio_sink_base_init): * gst/autodetect/gstautovideosink.c: (gst_auto_video_sink_base_init), (gst_auto_video_sink_factory_filter): documenting auto*sink using strstr for the video sink lookup, class field is not ordered update other plugins
* Wavpack ported to 0.9. No support for correction file yet.Edgard Lima2005-11-255-236/+390
| | | | | Original commit message from CVS: Wavpack ported to 0.9. No support for correction file yet.
* ext/wavpack/: put back wavpack - still needs portingThomas Vander Stichele2005-11-258-0/+1160
| | | | | | | | | | | | | | | | | | | | | | 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
* gst/udp/gstudpsrc.c: Patch from Sebastien Cote to close control sockets in ↵Sebastien Cote2005-11-253-0/+14
| | | | | | | | udpsrc. Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_stop): Patch from Sebastien Cote to close control sockets in udpsrc.
* gst/effectv/gstquark.c: Flush the planes list on reverse caps negotiation. ↵Julien Moutte2005-11-242-9/+28
| | | | | | | | | | | | | | | This was crashing because of differently s... Original commit message from CVS: 2005-11-24 Julien MOUTTE <julien@moutte.net> * gst/effectv/gstquark.c: (gst_quarktv_set_caps), (gst_quarktv_get_unit_size), (gst_quarktv_transform), (gst_quarktv_planetable_clear), (gst_quarktv_change_state), (gst_quarktv_base_init), (gst_quarktv_class_init), (gst_quarktv_init): Flush the planes list on reverse caps negotiation. This was crashing because of differently sized buffers.
* gst/: Handle strides correctly, fix identity flipping, convert navigation ↵Julien Moutte2005-11-243-52/+201
| | | | | | | | | | | | | | | | | | event correctly again. Original commit message from CVS: 2005-11-24 Julien MOUTTE <julien@moutte.net> * gst/debug/gstnavigationtest.c: (draw_box_planar411): * gst/videofilter/gstvideoflip.c: (gst_videoflip_method_get_type), (gst_videoflip_set_caps), (gst_videoflip_transform_caps), (gst_videoflip_get_unit_size), (gst_videoflip_flip), (gst_videoflip_transform), (gst_videoflip_handle_src_event), (gst_videoflip_set_property), (gst_videoflip_base_init), (gst_videoflip_class_init), (gst_videoflip_init): Handle strides correctly, fix identity flipping, convert navigation event correctly again.
* Fix #320288: wrong readme in plugins-goodMichael Smith2005-11-241-28/+33
| | | | | Original commit message from CVS: Fix #320288: wrong readme in plugins-good
* fix torture targetThomas Vander Stichele2005-11-241-1/+1
| | | | | Original commit message from CVS: fix torture target
* add a torture targetThomas Vander Stichele2005-11-231-0/+3
| | | | | Original commit message from CVS: add a torture target
* back to HEADThomas Vander Stichele2005-11-232-1/+5
| | | | | Original commit message from CVS: back to HEAD
* releasing 0.9.6Thomas Vander Stichele2005-11-231-0/+20
| | | | | Original commit message from CVS: releasing 0.9.6
* releasing 0.9.6Thomas Vander Stichele2005-11-2341-153/+228
| | | | | Original commit message from CVS: releasing 0.9.6
* adding cutterThomas Vander Stichele2005-11-231-0/+20
| | | | | Original commit message from CVS: adding cutter
* Update .po filesThomas Vander Stichele2005-11-2314-57/+57
| | | | | Original commit message from CVS: Update .po files