summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ext/divx/gstdivxdec.c: Remove comment that makes no sense.Ronald S. Bultje2004-04-282-1/+14
| | | | | | | | | | | | | Original commit message from CVS: * ext/divx/gstdivxdec.c: (plugin_init): Remove comment that makes no sense. * ext/mad/gstid3tag.c: (gst_id3_tag_set_property): Fix for obvious typo that resulted in warnings during gst-register. * ext/xvid/gstxviddec.c: (gst_xviddec_src_link), (gst_xviddec_sink_link): Fix caps negotiation a bit better. * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): We call this 'codec_data', not 'esds'.
* make stupid compilers happyBenjamin Otte2004-04-271-3/+14
| | | | | Original commit message from CVS: make stupid compilers happy
* gst/monoscope/gstmonoscope.c: make sure we only provide 256x128Benjamin Otte2004-04-273-1/+25
| | | | | | | | Original commit message from CVS: * gst/monoscope/gstmonoscope.c: make sure we only provide 256x128 * gst/monoscope/monoscope.c: (monoscope_init): assert size of 256x128
* use max width and height for fixationThomas Vander Stichele2004-04-271-0/+7
| | | | | Original commit message from CVS: use max width and height for fixation
* fix v4l for qc-usb webcamsThomas Vander Stichele2004-04-271-0/+12
| | | | | Original commit message from CVS: fix v4l for qc-usb webcams
* add num-buffers propertyThomas Vander Stichele2004-04-271-1/+11
| | | | | Original commit message from CVS: add num-buffers property
* ext/mad/gstid3tag.c: set id3mux rank to NONE so it doesn't confuse spider ↵Benjamin Otte2004-04-261-0/+6
| | | | | | | | | require audio/mpeg,mpegversion=1 in id3mux Original commit message from CVS: * ext/mad/gstid3tag.c: (plugin_init): set id3mux rank to NONE so it doesn't confuse spider require audio/mpeg,mpegversion=1 in id3mux
* configure.ac: detect faad correctly as non-working if it's indeed non-workingBenjamin Otte2004-04-262-6/+14
| | | | | | Original commit message from CVS: * configure.ac: detect faad correctly as non-working if it's indeed non-working
* fix jpeg getcaps so it negotiates correctlyThomas Vander Stichele2004-04-262-1/+15
| | | | | Original commit message from CVS: fix jpeg getcaps so it negotiates correctly
* gst/audioconvert/gstaudioconvert.c: fix memleakBenjamin Otte2004-04-251-0/+5
| | | | | | Original commit message from CVS: * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int): fix memleak
* add debugging categoriesThomas Vander Stichele2004-04-232-2/+15
| | | | | Original commit message from CVS: add debugging categories
* gst-libs/gst/riff/riff-media.c: audio/x-raw-int with height rules! not. Now ↵Benjamin Otte2004-04-231-0/+5
| | | | | | | | it's depth. Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps): audio/x-raw-int with height rules! not. Now it's depth.
* gst/wavparse/gstwavparse.c: Missing variable initialization. Add handling of ↵Ronald S. Bultje2004-04-232-2/+31
| | | | | | | | | | | | | | | DVI ADPCM. Fix mis-parsing of LIST chunk... Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad), (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event), (gst_wavparse_loop): Missing variable initialization. Add handling of DVI ADPCM. Fix mis-parsing of LIST chunks. This works around a bug where we mis- parse non-aligning LIST chunks (so LIST chunks where the contents don't align with the actual LIST size). The correct fix is to use rifflib, I'm not going to fix wavparse - too much work. All this fixes #104878.
* ext/shout/gstshout.c: fix shoutcast not working (fixes #140844)Benjamin Otte2004-04-221-0/+7
| | | | | | | Original commit message from CVS: reviewed by Benjamin Otte <otte@gnome.org> * ext/shout/gstshout.c: (gst_icecastsend_change_state): fix shoutcast not working (fixes #140844)
* s/gst_caps_simplify/gst_caps_do_simplify/Benjamin Otte2004-04-221-0/+10
| | | | | | | | | | | Original commit message from CVS: * ext/hermes/gsthermescolorspace.c: (gst_hermes_colorspace_caps_remove_format_info): * gst/colorspace/gstcolorspace.c: (gst_colorspace_caps_remove_format_info): * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_caps_remove_format_info): s/gst_caps_simplify/gst_caps_do_simplify/
* gst-libs/gst/riff/riff-media.c: mpegversion is an intBenjamin Otte2004-04-221-0/+9
| | | | | | | | | | Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps_with_data): mpegversion is an int * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init): don't try to create pad templates with NULL caps, use any caps instead.
* ext/sdl/Makefile.am: Link against libgstinterfaces, not libgstxoverlay. ↵David Schleef2004-04-211-0/+6
| | | | | | | | | jmmv@menta.net (Julio M. Merino Vidal) (bug ... Original commit message from CVS: * ext/sdl/Makefile.am: Link against libgstinterfaces, not libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal) (bug #140384)
* ext/mad/gstid3tag.c: Add stdlib.hDavid Schleef2004-04-209-3/+31
| | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: reviewed by David Schleef * ext/mad/gstid3tag.c: Add stdlib.h * gst/rtp/gstrtpgsmenc.c: same * gst/tags/gstid3tag.c: same * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust GST_DISABLE_LOADSAVE use. * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise. * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise. * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by atol(3)). * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t). * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by strtoul(3)). * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)). * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS) $(ID3_CFLAGS). * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add $(LIBFAME_CFLAGS).
* gst/realmedia/rmdemux.c: This was supposed to part of the last checkin. ↵David Schleef2004-04-201-0/+5
| | | | | | | | Same idea. Original commit message from CVS: * gst/realmedia/rmdemux.c: This was supposed to part of the last checkin. Same idea.
* configure.ac: bump required gstreamer version to 0.8.1.1 because of ↵David Schleef2004-04-203-14/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | following changes [--ds] Original commit message from CVS: reviewed by David Schleef * configure.ac: bump required gstreamer version to 0.8.1.1 because of following changes [--ds] * gst-libs/gst/riff/riff-read.c: Include gst/gstutils.h. (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list) (gst_riff_read_header): Use GST_READ_UINT* macros to access possibly unaligned memory. * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h. (mp3_type_find): Use GST_READ_UINT* macros to access possibly unaligned memory. (mp3_type_find, mpeg1_parse_header, qt_type_find) (speex_type_find): Likewise * gst/tags/gstvorbistag.c: (ADVANCE): Likewise * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc). (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET) (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET) (gst_qtdemux_loop_header, gst_qtdemux_loop_header) (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type) (qtdemux_tree_get_sibling_by_type): Use GST_READ_UINT* macros to access possibly unaligned memory. * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk): Likewise. * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead) (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise. * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain): Likewise. * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA) (gst_mpeg2subt_chain_subtitle): Likewise. * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq) (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain): Likewise. * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info): Likewise. * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes): Likewise. * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint): Likewise.
* readding po files with -koThomas Vander Stichele2004-04-207-0/+4355
| | | | | Original commit message from CVS: readding po files with -ko
* removing temporarilyThomas Vander Stichele2004-04-207-4444/+0
| | | | | Original commit message from CVS: removing temporarily
* how embarassing to commit the WRONG po fileThomas Vander Stichele2004-04-201-714/+176
| | | | | Original commit message from CVS: how embarassing to commit the WRONG po file
* up required gst version fix po download snippetThomas Vander Stichele2004-04-203-2/+10
| | | | | | Original commit message from CVS: up required gst version fix po download snippet
* ext/mad/gstid3tag.c: remove leftover g_printBenjamin Otte2004-04-201-0/+8
| | | | | | | | | Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_init): remove leftover g_print * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link): don't try setting only a subset of the caps. We don't want to kill autoplugging on purpose
* add debugging categoriesThomas Vander Stichele2004-04-201-0/+6
| | | | | Original commit message from CVS: add debugging categories
* adding english translationThomas Vander Stichele2004-04-203-1/+809
| | | | | Original commit message from CVS: adding english translation
* gst/qtdemux/qtdemux.c: A number of new features and hacks to extract the ↵David Schleef2004-04-202-16/+142
| | | | | | | | | | | | esds atom and put it into the caps. (bug #1... Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event), (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown), (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps): A number of new features and hacks to extract the esds atom and put it into the caps. (bug #137724)
* gconf/Makefile.am: Fix for non-GNU makeDavid Schleef2004-04-193-3/+25
| | | | | | | | | | | | | | | | | | Original commit message from CVS: * gconf/Makefile.am: Fix for non-GNU make * gst-libs/gst/Makefile.am: Change directory order to handle GstPlay linking with gstinterfaces * gst-libs/gst/audio/make_filter: make use of tr portable * gst-libs/gst/play/Makefile.am: Add intended \ * gst-libs/gst/xwindowlistener/xwindowlistener.c: (gst_xwin_set_clips): Switch to ISO variadic macro. Use a function prototype instead of void *. * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic macro. * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call * gst/videofilter/make_filter: make use of tr portable * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
* adding ukrainian translationThomas Vander Stichele2004-04-193-1/+272
| | | | | Original commit message from CVS: adding ukrainian translation
* ext/gsm/gstgsmdec.c: Fix capsnego, simplify chain function slightly.Ronald S. Bultje2004-04-192-2/+10
| | | | | | | | | Original commit message from CVS: * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps), (gst_gsmdec_link), (gst_gsmdec_chain): Fix capsnego, simplify chain function slightly. * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps): Add GSM.
* gst/wavparse/gstwavparse.c: Hack to make wavparse work with spider (always ↵Ronald S. Bultje2004-04-182-3/+44
| | | | | | | | | | | -> sometimes pad). Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_init), (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad), (gst_wavparse_parse_fmt), (gst_wavparse_change_state): Hack to make wavparse work with spider (always -> sometimes pad). Fixes #135862 && #140411.
* sys/oss/gstosselement.c: get rid of \n in debug outputBenjamin Otte2004-04-182-5/+12
| | | | | | | | Original commit message from CVS: * sys/oss/gstosselement.c: (gst_osselement_sync_parms), (gst_osselement_rate_probe_check), (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate): get rid of \n in debug output
* Allow all events, not just EOSIain Holmes2004-04-172-1/+6
| | | | | Original commit message from CVS: Allow all events, not just EOS
* ext/mad/gstid3tag.c: deprecate id3tag element and replace with id3demux/id3mux.Benjamin Otte2004-04-171-0/+14
| | | | | | | | | | | | | | | Original commit message from CVS: * ext/mad/gstid3tag.c: (gst_id3_tag_get_type), (gst_id3_tag_class_init), (gst_id3_tag_get_caps), (gst_id3_tag_add_src_pad), (gst_id3_tag_init), (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link), (gst_id3_tag_chain), (gst_id3_tag_change_state), (plugin_init): deprecate id3tag element and replace with id3demux/id3mux. great side effect: this ugly file is now even uglier, yay! * ext/mad/gstmad.h: remove non-available function update for new get_type
* configure.ac: require mpeg2dec >= 0.4.0Benjamin Otte2004-04-172-1/+6
| | | | | | Original commit message from CVS: * configure.ac: require mpeg2dec >= 0.4.0
* sys/xvimage/xvimagesink.c: call GST_ELEMENT_ERROR whenever get_xcontext ↵Benjamin Otte2004-04-172-0/+8
| | | | | | | | | | | fails. Includes assorted cleanup fixes. Original commit message from CVS: * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id): call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes assorted cleanup fixes.
* sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)David Schleef2004-04-161-0/+5
| | | | | | Original commit message from CVS: * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268) * sys/xvimage/xvimagesink.h: same
* fix wrong use of GST_ELEMENT_ERRORThomas Vander Stichele2004-04-162-2/+5
| | | | | Original commit message from CVS: fix wrong use of GST_ELEMENT_ERROR
* gst-libs/gst/riff/riff-media.c: Add div[3456] as fourccs for DivX 3 (fixes ↵Ronald S. Bultje2004-04-161-0/+6
| | | | | | | | | #140137). Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps_with_data): Add div[3456] as fourccs for DivX 3 (fixes #140137).
* gst/: Add MS RLE support. I added some functions to read out strf chunks ↵Ronald S. Bultje2004-04-166-51/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into strf chunks and the data behind it. Thi... Original commit message from CVS: reviewed by: <delete if not using a buddy> * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps_with_data), (gst_riff_create_video_caps), (gst_riff_create_audio_caps), (gst_riff_create_video_template_caps), (gst_riff_create_audio_template_caps): * gst-libs/gst/riff/riff-media.h: * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids): * gst-libs/gst/riff/riff-read.h: * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream): Add MS RLE support. I added some functions to read out strf chunks into strf chunks and the data behind it. This is usually color palettes (as in RLE, but also in 8-bit RGB). Also use those during caps creation. Lastly, add ADPCM (similar to wavparse - which should eventually be rifflib based). * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init), (gst_matroska_demux_init), (gst_matroska_demux_reset): * gst/matroska/matroska-demux.h: Remove placeholders for some prehistoric tagging system. Didn't add support for any tag system really anyway. * gst/qtdemux/qtdemux.c: Add support for audio/x-m4a (MPEG-4) through spider. * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt), (gst_wavparse_loop): ADPCM support (#135862). Increase max. buffer size because we cannot split buffers for ADPCM (screws references) and I've seen files with 2048 byte chunks. 4096 seems safe for now.
* bump nano to 1Thomas Vander Stichele2004-04-152-1/+5
| | | | | Original commit message from CVS: bump nano to 1
* releasingThomas Vander Stichele2004-04-152-3/+10
| | | | | Original commit message from CVS: releasing
* preparing for releaseThomas Vander Stichele2004-04-151-1/+38
| | | | | Original commit message from CVS: preparing for release
* nano bump for prerel add bug entry for a fixed bug translation updatesThomas Vander Stichele2004-04-157-741/+341
| | | | | | | Original commit message from CVS: nano bump for prerel add bug entry for a fixed bug translation updates
* gst-libs/gst/riff/riff-media.c: Fix typo in divxversion (3 instead of 4 for ↵Ronald S. Bultje2004-04-151-0/+5
| | | | | | | | "DIVX" fourcc). Original commit message from CVS: * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps): Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
* bugzilla entriesThomas Vander Stichele2004-04-141-1/+1
| | | | | Original commit message from CVS: bugzilla entries
* use releaseThomas Vander Stichele2004-04-141-3/+3
| | | | | Original commit message from CVS: use release
* lower rank of dvddemuxThomas Vander Stichele2004-04-141-0/+5
| | | | | Original commit message from CVS: lower rank of dvddemux
* configure.ac: save libs correctly when checking madBenjamin Otte2004-04-142-1/+6
| | | | | | Original commit message from CVS: * configure.ac: save libs correctly when checking mad