summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-01-05releasingThomas Vander Stichele4-81/+172
Original commit message from CVS: releasing
2005-01-05these files should not be hereThomas Vander Stichele3-11/+0
Original commit message from CVS: these files should not be here
2005-01-05gst/playback/gstplaybasebin.c: Fix for #162924 - free caps after use, not beforeTim-Philipp Müller1-0/+7
Original commit message from CVS: patch by: Tim-Philipp Müller <t.i.m@zen.co.uk> * gst/playback/gstplaybasebin.c: Fix for #162924 - free caps after use, not before
2005-01-04I'm too lazy to comment thisThomas Vander Stichele1-1/+1
Original commit message from CVS: patch by tim, fix obvious crasher
2005-01-04try 2Thomas Vander Stichele1-1/+1
Original commit message from CVS: try 2
2005-01-04Fix for #154773 - fixes playback of small .wav filesThomas Vander Stichele1-0/+8
Original commit message from CVS: Fix for #154773 - fixes playback of small .wav files
2005-01-03gst/audioscale/gstaudioscale.c: Fix for #162819 - make audioscale reusableRonald Bultje1-0/+8
Original commit message from CVS: patch by: Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/audioscale/gstaudioscale.c: Fix for #162819 - make audioscale reusable Fixes playback of more than one file with playbin/totem
2005-01-03prereleaseThomas Vander Stichele1-1/+1
Original commit message from CVS: prerelease
2005-01-03po updateThomas Vander Stichele13-144/+205
Original commit message from CVS: po update
2004-12-29clean up the mess that made me cry and avoid needless duplicationThomas Vander Stichele1-0/+8
Original commit message from CVS: clean up the mess that made me cry and avoid needless duplication
2004-12-29give indication of why we segfaultThomas Vander Stichele1-0/+5
Original commit message from CVS: give indication of why we segfault
2004-12-29configure.ac: Fix indentation, fix v4l2 plugin detection.Ronald S. Bultje3-4/+16
Original commit message from CVS: * configure.ac: Fix indentation, fix v4l2 plugin detection. * ext/Makefile.am: Fix libmms location (Maciej, use diff -u!). * ext/alsa/gstalsa.c: (gst_alsa_init): Initialize caps cache to NULL. * gst/playback/gstplaybin.c: (gst_play_bin_change_state): Only change state on audiosink if it exists.
2004-12-28I'm too lazy to comment thisMaciej Katafiasz1-111/+121
Original commit message from CVS: *** empty log message ***
2004-12-28Merge patch from Ronald fixing problems with streaming text.Ronald1-0/+12
Original commit message from CVS: Merge patch from Ronald fixing problems with streaming text. * ext/cairo/gstcairo.c: (plugin_init): * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text), (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2), (gst_textoverlay_video_chain), (gst_textoverlay_loop), (gst_textoverlay_font_init), (gst_textoverlay_init), (gst_textoverlay_set_property): * ext/cairo/gsttextoverlay.h:
2004-12-28ext/cairo/gsttextoverlay.c: Improvements to actually render text as white on ↵David Schleef1-0/+12
black outline on video, including font s... Original commit message from CVS: * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text), (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2), (gst_textoverlay_video_chain), (gst_textoverlay_loop), (gst_textoverlay_font_init), (gst_textoverlay_init), (gst_textoverlay_set_property): Improvements to actually render text as white on black outline on video, including font selection and horizontal/vertical alignment. (Ronald's christmas present) * ext/cairo/gsttextoverlay.h:
2004-12-26fix ogm[audio/video]parse plugin registration (riff won't load if bytestream ↵Stéphane Loeuillet1-0/+7
is already loaded) Original commit message from CVS: fix ogm[audio/video]parse plugin registration (riff won't load if bytestream is already loaded)
2004-12-24fix for glib < 2.4Thomas Vander Stichele1-0/+5
Original commit message from CVS: fix for glib < 2.4
2004-12-24disable docs again until it passes make distcheckThomas Vander Stichele3-8/+20
Original commit message from CVS: disable docs again until it passes make distcheck
2004-12-24gst/: Add 3GP (variables name Q3GP because they can't start with a decoder ↵Ronald S. Bultje2-2/+15
is work in progress. Also do a GST_WARNING... Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps): * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find), (plugin_init): Add 3GP (variables name Q3GP because they can't start with a number). Add samr audio fourcc (used in .3gp files), decoder is work in progress. Also do a GST_WARNING instead of ERROR in case of unknown nodes, to decrease output.
2004-12-24really fix distThomas Vander Stichele2-30/+39
Original commit message from CVS: really fix dist
2004-12-23Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1.Thomas Vander Stichele2-3/+16
Original commit message from CVS: * configure.ac: * ext/speex/gstspeexdec.h: * ext/speex/gstspeexenc.h: Fixes #158382. Make speex plugin compatible with both 1.0 and 1.1. Fix detection code in configure.ac
2004-12-23gst/matroska/matroska-demux.c: Save position, so that queries give proper ↵Ronald S. Bultje1-0/+7
return values. Don't know how this could ev... Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup): Save position, so that queries give proper return values. Don't know how this could ever have worked before...
2004-12-23configure.ac: Put additional LAME check inside the conditional. Fixes #152339Thomas Vander Stichele2-8/+20
Original commit message from CVS: * configure.ac: Put additional LAME check inside the conditional. Fixes #152339
2004-12-23gst/avi/gstavidemux.c: Add some more debug. Fix logic error when setting ↵Ronald S. Bultje1-0/+7
movi offset while reading index. Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan): Add some more debug. Fix logic error when setting movi offset while reading index.
2004-12-23gst/avi/gstavidemux.c: Add some debugging. Better detection of broken ↵Ronald S. Bultje1-0/+9
indexes and the accompanying index recovery. No... Original commit message from CVS: * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index), (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry): Add some debugging. Better detection of broken indexes and the accompanying index recovery. No infinite loops on state changes when we're still in our loopfunction.
2004-12-22add -plugins- to all plugin namesChristian Schaller1-41/+52
Original commit message from CVS: add -plugins- to all plugin names
2004-12-22configure.ac: Fix up.Ronald S. Bultje2-3/+9
Original commit message from CVS: * configure.ac: Fix up.
2004-12-22add documentation to spec fileChristian Schaller1-0/+1
Original commit message from CVS: add documentation to spec file
2004-12-22Add gstmmsMaciej Katafiasz2-0/+16
Original commit message from CVS: Add gstmms
2004-12-22First commit. To my knowledge should be in working state, playbin is ↵Maciej Katafiasz6-0/+500
supported, apart from small warning when setting... Original commit message from CVS: First commit. To my knowledge should be in working state, playbin is supported, apart from small warning when setting URI.
2004-12-22First commit. To my knowledge should be in working state, playbin is ↵Maciej Katafiasz1-0/+0
supported, apart from small warning when setting... Original commit message from CVS: First commit. To my knowledge should be in working state, playbin is supported, apart from small warning when setting URI.
2004-12-22sys/sunaudio/gstsunmixer.c: Normalizing the value before settingRonald S. Bultje2-4/+18
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume): Normalizing the value before setting (gst_sunaudiomixer_get_volume): Normalizing the value after getting. Fixes bug# 161980
2004-12-22fix build/distingChristian Schaller3-0/+33
Original commit message from CVS: fix build/disting
2004-12-22gst/playback/gstplaybasebin.c: Revert patch 1.38 as clock distribution over ↵Wim Taymans1-0/+6
schedulers does not work correcly in the ... Original commit message from CVS: * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element): Revert patch 1.38 as clock distribution over schedulers does not work correcly in the core yet.
2004-12-21remove outdated README file of oss directoryStéphane Loeuillet1-0/+5
Original commit message from CVS: remove outdated README file of oss directory
2004-12-20file Makefile.am was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
Original commit message from CVS: file Makefile.am was initially added on branch BRANCH-THREADED.
2004-12-20file colorspace.c was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
Original commit message from CVS: file colorspace.c was initially added on branch BRANCH-THREADED.
2004-12-20file queue.c was initially added on branch BRANCH-THREADED.Wim Taymans0-0/+0
Original commit message from CVS: file queue.c was initially added on branch BRANCH-THREADED.
2004-12-20Added boilerplate gtk-doc files for plugin-libs documentation.Stefan Kost11-1/+449
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
2004-12-19fix int and float audio caps in auparse, partially fixes bug #142812Stéphane Loeuillet1-0/+4
Original commit message from CVS: fix int and float audio caps in auparse, partially fixes bug #142812
2004-12-19sys/: g_assert() can be a macro, don't use #ifdef inside it.Ronald S. Bultje2-3/+11
Original commit message from CVS: * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported): * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported): g_assert() can be a macro, don't use #ifdef inside it.
2004-12-19gst/videorate/gstvideorate.c: Event handling (fixes #159986).Ronald S. Bultje1-0/+9
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/videorate/gstvideorate.c: (gst_videorate_blank_data), (gst_videorate_init), (gst_videorate_chain), (gst_videorate_change_state): Event handling (fixes #159986).
2004-12-19gst-libs/gst/riff/riff-media.c: Add BLZ0 (Blizzard's version of DivX) fourcc.Ronald S. Bultje2-0/+13
Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps_with_data): Add BLZ0 (Blizzard's version of DivX) fourcc.
2004-12-19gst/tta/gstttadec.c: And yet another portability fix.David Schleef2-1/+6
Original commit message from CVS: * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another portability fix.
2004-12-19gst/tta/ttadec.h: Disable some header code that isn't used and clearly isn't ↵David Schleef2-0/+8
portable. Original commit message from CVS: * gst/tta/ttadec.h: Disable some header code that isn't used and clearly isn't portable.
2004-12-19gst/ffmpegcolorspace/imgconvert.c: Fix code to not use GCC extensions (and ↵David Schleef1-0/+10
c99 extensions that Original commit message from CVS: * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info), (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name), (avcodec_get_pix_fmt), (avpicture_layout), (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy), (get_convert_table_entry), (img_convert), (img_get_alpha_info): Fix code to not use GCC extensions (and c99 extensions that Forte does not like.)
2004-12-18gst/deinterlace/gstdeinterlace.c: Rowstride fixes. Fixes #161039.Ronald S. Bultje3-60/+232
Original commit message from CVS: Reviewed by: Ronald S. Bultje <rbultje@ronald.bitfreak.net> * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link), (gst_deinterlace_chain): Rowstride fixes. Fixes #161039. * gst/videocrop/gstvideocrop.c: (gst_video_crop_init), (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val), (gst_video_crop_getcaps), (gst_video_crop_link), (gst_video_crop_i420), (gst_video_crop_chain), (gst_video_crop_change_state): Rework of negotiation. Actually works now. Fixes #158650.
2004-12-18gst/matroska/matroska-demux.c: That was very stupid.Ronald S. Bultje1-0/+5
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint): That was very stupid.
2004-12-18gst/matroska/matroska-demux.c: Fix possible crasher.Ronald S. Bultje1-0/+6
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup): Fix possible crasher.
2004-12-18gst/matroska/matroska-demux.c: Lace sizes can be zero.Ronald S. Bultje1-0/+6
Original commit message from CVS: * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint), (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup): Lace sizes can be zero.