summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ext/lame/gstlame.*: fix lame's broken vbr stuff, allow it to resample if ↵Zaheer Abbas Merali2004-08-131-1/+11
| | | | | | | | | | | | | | | need be, and also make xing header optional Original commit message from CVS: 2004-08-13 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type), (gst_lame_class_init), (gst_lame_src_getcaps), (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup): * ext/lame/gstlame.h: fix lame's broken vbr stuff, allow it to resample if need be, and also make xing header optional
* added translationsThomas Vander Stichele2004-08-132-0/+573
| | | | | Original commit message from CVS: added translations
* Updated so it isn't so amazingly out-of-date. Please review. Not sure ↵Brian Cameron2004-08-121-29/+130
| | | | | | | | everything is 100% correct. Original commit message from CVS: Updated so it isn't so amazingly out-of-date. Please review. Not sure everything is 100% correct.
* ext/lame/gstlame.c: added getcaps function so samplerate doesntget fixated ↵Zaheer Abbas Merali2004-08-121-0/+5
| | | | | | | | | | to silly values Original commit message from CVS: 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init): added getcaps function so samplerate doesntget fixated to silly values
* ext/lame/gstlame.c: revert previous fixZaheer Abbas Merali2004-08-121-0/+5
| | | | | | | | Original commit message from CVS: 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_src_link): revert previous fix
* sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus checks. ↵Johan Dahlin2004-08-121-0/+6
| | | | | | | | | Doesn't matter what state we are in. Interfac... Original commit message from CVS: * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus checks. Doesn't matter what state we are in. Interfaces are a compile time thing, not runtime. It also broke the python bindings.
* ext/lame/gstlame.c: made source pad link function check if sinkpad is ↵Zaheer Abbas Merali2004-08-121-0/+6
| | | | | | | | | | | ok..fixes the problem where core fixates the ou... Original commit message from CVS: 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_src_link): made source pad link function check if sinkpad is ok..fixes the problem where core fixates the output rate of lame stupidly
* fix fixate and linkThomas Vander Stichele2004-08-121-0/+9
| | | | | Original commit message from CVS: fix fixate and link
* ext/lame/gstlame.c: set default compression ratio paramter to 0.0 so bitrate ↵Zaheer Abbas Merali2004-08-121-0/+6
| | | | | | | | | | | parameter works :) Original commit message from CVS: 2004-08-12 Zaheer Abbas Merali <zaheerabbas at merali dot org> * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init): set default compression ratio paramter to 0.0 so bitrate parameter works :)
* set origin and package nameThomas Vander Stichele2004-08-121-2/+14
| | | | | Original commit message from CVS: set origin and package name
* gst/tcp/gstfdset.c: Fix compile problem on OS/X.David Schleef2004-08-111-0/+4
| | | | | Original commit message from CVS: * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
* gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct before.David Schleef2004-08-111-0/+5
| | | | | | Original commit message from CVS: * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct before.
* gst-libs/gst/video/videosink.h: Change copyright block to LGPL.David Schleef2004-08-111-0/+4
| | | | | Original commit message from CVS: * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
* ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license fieldDavid Schleef2004-08-115-10/+36
| | | | | | | | | | | | | Original commit message from CVS: * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin license field * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code * gst-libs/gst/video/gstvideosink.c: Change copyright block to LGPL. * gst/auparse/gstauparse.c: Fix plugin license field. * gst/monoscope/gstmonoscope.c: Fix plugin license field. * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field. * gst/rtp/gstrtp.c: Fix plugin license field.
* gst/tcp/: Abstracted away the select call, implemented poll (yes we ran into ↵Wim Taymans2004-08-111-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 1024 limit in production). Original commit message from CVS: * gst/tcp/Makefile.am: * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow), (ensure_size), (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error), (gst_fdset_fd_can_read), (gst_fdset_fd_can_write), (gst_fdset_wait): * gst/tcp/gstfdset.h: * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type), (gst_multifdsink_class_init), (gst_multifdsink_init), (gst_multifdsink_add), (gst_multifdsink_remove), (gst_multifdsink_clear), (gst_multifdsink_get_stats), (gst_multifdsink_remove_client_link), (gst_multifdsink_handle_client_read), (gst_multifdsink_client_queue_data), (gst_multifdsink_client_queue_caps), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_handle_client_write), (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients), (gst_multifdsink_set_property), (gst_multifdsink_get_property), (gst_multifdsink_init_send), (gst_multifdsink_close): * gst/tcp/gstmultifdsink.h: * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init), (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read), (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send), (gst_tcpserversink_close): * gst/tcp/gsttcpserversink.h: Abstracted away the select call, implemented poll (yes we ran into the 1024 limit in production).
* improve debuggingThomas Vander Stichele2004-08-111-0/+6
| | | | | Original commit message from CVS: improve debugging
* gst/tcp/: Starting to prepare for specifying buffer time in other units than ↵Wim Taymans2004-08-101-0/+15
| | | | | | | | | | | | | | | | | | buffers. Expose remove reason in signal. Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type), (gst_client_status_get_type), (gst_multifdsink_class_init), (gst_multifdsink_init), (gst_multifdsink_remove_client_link), (gst_multifdsink_handle_client_read), (gst_multifdsink_handle_client_write), (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients), (gst_multifdsink_set_property), (gst_multifdsink_get_property): * gst/tcp/gstmultifdsink.h: * gst/tcp/gsttcp-marshal.list: Starting to prepare for specifying buffer time in other units than buffers. Expose remove reason in signal.
* gst/tcp/gstmultifdsink.*: Added more debugging info. Changed the way clients ↵Wim Taymans2004-08-101-0/+16
| | | | | | | | | | | | | | | | | | | are removed from the lists. Fixed a bug ... Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add), (gst_multifdsink_remove), (gst_multifdsink_clear), (gst_multifdsink_remove_client_link), (gst_multifdsink_handle_client_read), (gst_multifdsink_client_queue_data), (gst_multifdsink_client_queue_buffer), (gst_multifdsink_handle_client_write), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients), (gst_multifdsink_chain), (gst_multifdsink_close): * gst/tcp/gstmultifdsink.h: Added more debugging info. Changed the way clients are removed from the lists. Fixed a bug where a bad file descriptor could cause many clients to be removed.
* gst/videotestsrc/gstvideotestsrc.c: allow all pixel-aspect-ratios, not just 1:1Benjamin Otte2004-08-101-0/+5
| | | | | | Original commit message from CVS: * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist): allow all pixel-aspect-ratios, not just 1:1
* sys/glsink/ARB_multitexture.h: Remove old files.David Schleef2004-08-091-0/+13
| | | | | | | | | | | | | | Original commit message from CVS: * sys/glsink/ARB_multitexture.h: Remove old files. * sys/glsink/EXT_paletted_texture.h: * sys/glsink/NV_register_combiners.h: * sys/glsink/gstgl_nvimage.c: * sys/glsink/gstgl_pdrimage.c: * sys/glsink/gstgl_rgbimage.c: * sys/glsink/gstglsink.c: * sys/glsink/gstglsink.h: * sys/glsink/gstglxwindow.c: * sys/glsink/regcomb_yuvrgb.c:
* GL sink plugin. (Bug #147302)Gernot Ziegler2004-08-093-2/+24
| | | | | | | | | | | Original commit message from CVS: Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the GL sink plugin. (Bug #147302) * configure.ac: Test for OpenGL * sys/Makefile.am: Use test for OpenGL * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: rewrite * sys/glsink/glimagesink.h: rewrite
* ext/sdl/sdlvideosink.c: Only allow sane framerates.David Schleef2004-08-091-0/+8
| | | | | | | | | Original commit message from CVS: * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init): Only allow sane framerates. * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
* gst/tcp/gstmultifdsink.c: Do a bit more logging, make the client_read code ↵Wim Taymans2004-08-091-0/+10
| | | | | | | | | | | | | more robust. Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), (gst_multifdsink_add), (gst_multifdsink_get_stats), (gst_multifdsink_client_remove), (gst_multifdsink_handle_client_read), (gst_multifdsink_handle_client_write), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients): Do a bit more logging, make the client_read code more robust.
* cleanups, debugging and memleak fixesThomas Vander Stichele2004-08-093-20/+47
| | | | | Original commit message from CVS: cleanups, debugging and memleak fixes
* ext/theora/theoradec.c: Don't crash on missing header packets.Wim Taymans2004-08-091-0/+9
| | | | | | | | | | Original commit message from CVS: * ext/theora/theoradec.c: (gst_theora_dec_class_init), (theora_get_formats), (theora_dec_src_convert), (theora_dec_sink_convert), (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event), (theora_dec_chain), (theora_dec_change_state): Don't crash on missing header packets.
* albanian translationThomas Vander Stichele2004-08-091-0/+285
| | | | | Original commit message from CVS: albanian translation
* updated czThomas Vander Stichele2004-08-093-12/+17
| | | | | Original commit message from CVS: added albanian (sq), updated cz
* fix add debuggingThomas Vander Stichele2004-08-091-0/+5
| | | | | Original commit message from CVS: fix add debugging
* assign error codesThomas Vander Stichele2004-08-091-0/+6
| | | | | Original commit message from CVS: assign error codes
* gst/tcp/gstmultifdsink.c: Make sure we don't try to read more from a client ↵Wim Taymans2004-08-061-0/+11
| | | | | | | | | | | | | | that what ioctl says us or we deadlock. Original commit message from CVS: * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init), (gst_multifdsink_add), (gst_multifdsink_get_stats), (gst_multifdsink_client_remove), (gst_multifdsink_handle_client_read), (gst_multifdsink_handle_client_write), (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients): Make sure we don't try to read more from a client that what ioctl says us or we deadlock.
* handle changing framerate while PLAYINGThomas Vander Stichele2004-08-051-0/+8
| | | | | Original commit message from CVS: handle changing framerate while PLAYING
* updated translationsThomas Vander Stichele2004-08-053-100/+50
| | | | | Original commit message from CVS: updated translations
* gst/videotestsrc/gstvideotestsrc.c: generate the list of supported caps at ↵Benjamin Otte2004-08-041-0/+8
| | | | | | | | | | | startup and reuse it instead of always gen... Original commit message from CVS: * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_capslist), (generate_capslist), (plugin_init): generate the list of supported caps at startup and reuse it instead of always generating it
* gst/multipart/multipartmux.c: whoops, last checkin broke normal buildBenjamin Otte2004-08-032-1/+6
| | | | | | Original commit message from CVS: * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link): whoops, last checkin broke normal build
* compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-038-25/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option): * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name), (dvdnavsrc_print_event): * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print): * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link), (gst_ogg_mux_pad_unlink): * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link), (gst_multipart_mux_pad_unlink): * gst/videofilter/gstvideobalance.c: (gst_videobalance_colorbalance_set_value): * gst/videomixer/videomixer.c: (gst_videomixer_pad_link), (gst_videomixer_pad_unlink): * po/uk.po: * sys/oss/gstossmixer.c: * sys/v4l/gstv4lcolorbalance.c: * sys/v4l/gstv4ltuner.c: * sys/v4l/v4lsrc_calls.c: * sys/v4l2/gstv4l2colorbalance.c: * sys/v4l2/gstv4l2tuner.c: compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
* fixes for G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-034-5/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * examples/dynparams/filter.c: (ui_control_create): * examples/gstplay/player.c: (print_tag): * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad): * ext/gdk_pixbuf/gstgdkanimation.c: (gst_gdk_animation_iter_may_advance): * ext/jack/gstjack.c: (gst_jack_request_new_pad): * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list), (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event): * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value): * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value): * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain): * gst-libs/gst/media-info/media-info-test.c: (print_tag): * gst/sine/demo-dparams.c: (main): * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments): * testsuite/alsa/formats.c: (create_pipeline): * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get): fixes for G_DISABLE_ASSERT and friends * gst/typefind/gsttypefindfunctions.c: (aac_type_find), (mp3_type_frame_length_from_header), (mp3_type_find), (plugin_init): require mp3 typefinding to have at least MIN_HEADERS valid headers add typefinding for AAC adts files
* Use gdouble when calculating pixel-aspect-ratioJan Schmidt2004-08-031-0/+8
| | | | | Original commit message from CVS: Use gdouble when calculating pixel-aspect-ratio
* updated translationThomas Vander Stichele2004-08-032-35/+21
| | | | | Original commit message from CVS: updated translation
* add debugging for display PAR calculationThomas Vander Stichele2004-08-031-0/+6
| | | | | Original commit message from CVS: add debugging for display PAR calculation
* configure.ac: Fix mikmod CFLAGS.David Schleef2004-08-022-1/+5
| | | | | Original commit message from CVS: * configure.ac: Fix mikmod CFLAGS.
* gst/audioscale/gstaudioscale.c: - fix templates to only support S16, it's ↵Benjamin Otte2004-08-021-0/+10
| | | | | | | | | | | | the only format that works Original commit message from CVS: * gst/audioscale/gstaudioscale.c: - fix templates to only support S16, it's the only format that works - make caps nego code use try_set_caps_nonfixed and fixation instead of try_set_caps twice, which is not nice for autopluggers - change rank to secondary, so autopluggers can pick it up after audioconvert
* if there is nothing connected to the sink of interleave it tries to claim it ↵Iain Holmes2004-08-021-0/+8
| | | | | | | supports 0 channel audio. Fix this by as... Original commit message from CVS: if there is nothing connected to the sink of interleave it tries to claim it supports 0 channel audio. Fix this by assuming that there will be at least 1 channel in the future.
* back to devThomas Vander Stichele2004-08-022-1/+5
| | | | | Original commit message from CVS: back to dev
* gearing up for releaseThomas Vander Stichele2004-08-0211-24/+21
| | | | | Original commit message from CVS: gearing up for release
* sync xvimagesink with ximagesinkThomas Vander Stichele2004-08-021-0/+11
| | | | | Original commit message from CVS: sync xvimagesink with ximagesink
* add link function. fixes @148986Thomas Vander Stichele2004-08-021-0/+7
| | | | | Original commit message from CVS: add link function. fixes @148986
* gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer): fix debugging logJohan Dahlin2004-08-022-1/+6
| | | | | | Original commit message from CVS: * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer): fix debugging log
* gst/videomixer/Makefile.am: Fix things that should have been fixed in the ↵David Schleef2004-07-302-4/+9
| | | | | | | | last checkin. Original commit message from CVS: * gst/videomixer/Makefile.am: Fix things that should have been fixed in the last checkin.
* gst/multipart/Makefile.am: Fix things that should have been fixed in the ↵David Schleef2004-07-302-4/+9
| | | | | | | | last checkin. Original commit message from CVS: * gst/multipart/Makefile.am: Fix things that should have been fixed in the last checkin.
* testsuite/multifilesink/Makefile.am: Fix unused variable.David Schleef2004-07-301-0/+4
| | | | | Original commit message from CVS: * testsuite/multifilesink/Makefile.am: Fix unused variable.