- 03 Jan, 2005 2 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: prerelease
-
Thomas Vander Stichele authored
Original commit message from CVS: po update
-
- 29 Dec, 2004 3 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: clean up the mess that made me cry and avoid needless duplication
-
Thomas Vander Stichele authored
Original commit message from CVS: give indication of why we segfault
-
Ronald S. Bultje authored
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.
-
- 28 Dec, 2004 6 commits
-
-
Maciej Katafiasz authored
Original commit message from CVS: *** empty log message ***
-
Maciej Katafiasz authored
Remove time-based check for first vorbis packet altogether, as it was a hack since day one (Arwed who wrote it says s... Original commit message from CVS: Remove time-based check for first vorbis packet altogether, as it was a hack since day one (Arwed who wrote it says so)...
-
Maciej Katafiasz authored
Original commit message from CVS: Ooops, fix previous commit. Never trust file names I guess...
-
Maciej Katafiasz authored
Fix Vorbis streams failing to decode in some files, where cluster_time isn't 0, because then it doesn't send codec_pr... Original commit message from CVS: Fix Vorbis streams failing to decode in some files, where cluster_time isn't 0, because then it doesn't send codec_priv before actual data.
-
Ronald authored
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:
-
David Schleef authored
ext/cairo/gsttextoverlay.c: Improvements to actually render text as white on 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:
-
- 26 Dec, 2004 1 commit
-
-
Stéphane Loeuillet authored
Original commit message from CVS: fix ogm[audio/video]parse plugin registration (riff won't load if bytestream is already loaded)
-
- 24 Dec, 2004 4 commits
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix for glib < 2.4
-
Thomas Vander Stichele authored
Original commit message from CVS: disable docs again until it passes make distcheck
-
Ronald S. Bultje authored
gst/: Add 3GP (variables name Q3GP because they can't start with a decoder 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.
-
Thomas Vander Stichele authored
Original commit message from CVS: really fix dist
-
- 23 Dec, 2004 5 commits
-
-
Thomas Vander Stichele authored
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
-
Ronald S. Bultje authored
gst/matroska/matroska-demux.c: Save position, so that queries give proper 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...
-
Thomas Vander Stichele authored
Original commit message from CVS: * configure.ac: Put additional LAME check inside the conditional. Fixes #152339
-
Ronald S. Bultje authored
gst/avi/gstavidemux.c: Add some more debug. Fix logic error when setting 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.
-
Ronald S. Bultje authored
gst/avi/gstavidemux.c: Add some debugging. Better detection of broken 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.
-
- 22 Dec, 2004 7 commits
-
-
Christian Schaller authored
Original commit message from CVS: add -plugins- to all plugin names
-
Ronald S. Bultje authored
Original commit message from CVS: * configure.ac: Fix up.
-
Christian Schaller authored
Original commit message from CVS: add documentation to spec file
-
Maciej Katafiasz authored
Original commit message from CVS: Add gstmms
-
Ronald S. Bultje authored
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
-
Christian Schaller authored
Original commit message from CVS: fix build/disting
-
Wim Taymans authored
gst/playback/gstplaybasebin.c: Revert patch 1.38 as clock distribution over 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.
-
- 21 Dec, 2004 5 commits
-
-
Christian Schaller authored
Original commit message from CVS: more pipeline fixes
-
Christian Schaller authored
Original commit message from CVS: fix avi/asf pipeline
-
Christian Schaller authored
Original commit message from CVS: add mp4 and update Quicktime pipeline
-
Stéphane Loeuillet authored
Original commit message from CVS: remove outdated README file of oss directory
-
Thomas Vander Stichele authored
Original commit message from CVS: fix typo
-
- 20 Dec, 2004 4 commits
-
-
Wim Taymans authored
Original commit message from CVS: file Makefile.am was initially added on branch BRANCH-THREADED.
-
Wim Taymans authored
Original commit message from CVS: file colorspace.c was initially added on branch BRANCH-THREADED.
-
Wim Taymans authored
Original commit message from CVS: file queue.c was initially added on branch BRANCH-THREADED.
-
Stefan Kost authored
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
-
- 19 Dec, 2004 3 commits
-
-
Stéphane Loeuillet authored
Original commit message from CVS: fix int and float audio caps in auparse, partially fixes bug #142812
-
Ronald S. Bultje authored
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.
-
Ronald S. Bultje authored
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).
-