gstreamer/gst/id3demux
Sébastien Moutte 0debb1e9fc ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32
Original commit message from CVS:
* ext\jpeg\smokecodec.c:
use of GST_DEBUG instead of DEBUG(a...) for WIN32
* ext\speex\gstspeexenc.c: (gst_speexenc_set_header_on_caps):
move first instruction after all variables declarations
* gst\alpha\gstalpha.c:
* gst\effectv\gstshagadelic.c:
* gst\smpte\paint.c:
* gst\videofilter\gstvideobalance.c:
define M_PI if it's not defined (it's not defined on WIN32)
* gst\cutter\gstcutter.c: (gst_cutter_chain):
* gst\id3demux\id3v2frames.c: (parse_relative_volume_adjustment_two):
* gst\level\gstlevel.c: (gst_level_set_property), (gst_level_transform_ip):
* gst\matroska\matroska-demux.c: (gst_matroska_demux_parse_info),
(gst_matroska_demux_video_caps):
* gst\matroska\matroska-mux.c: (gst_matroska_mux_start), (gst_matroska_mux_finish):
* gst\wavparse\gstwavparse.c: (gst_wavparse_stream_data):
use gst_guint64_to_gdouble for conversions
* gst\goom\filters.c: (setPixelRGB_):
fix a debug which was using undefined variable
* gst\level\gstlevel.c: (gst_level_set_caps), (gst_level_transform_ip):
* gst\matroska\ebml-read.c: (gst_ebml_read_sint):
replace LL suffix with L suffix (LL isn't supported by MSVC6.0)
* win32/vs6:
add vs6 projects files for most of plugins-good
2006-03-30 23:37:16 +00:00
..
gstid3demux.c gst/id3demux/gstid3demux.c: Create source pad without leaking. 2006-03-26 12:24:56 +00:00
gstid3demux.h Add documentation for id3demux. 2005-12-21 15:24:59 +00:00
id3tags.c gst/: Don't attempt typefinding on too-short buffers that have been completely trimmed away. 2006-03-22 13:00:34 +00:00
id3tags.h gst/id3demux/: Rewrite parsing of text tags to handle multiple NULL terminated strings. Parse numeric genre strings a... 2006-01-23 09:22:17 +00:00
id3v2.4.0-frames.txt configure.ac: Check for optional dependency on zlib for id3demux 2005-12-18 15:14:44 +00:00
id3v2.4.0-structure.txt configure.ac: Check for optional dependency on zlib for id3demux 2005-12-18 15:14:44 +00:00
id3v2frames.c ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32 2006-03-30 23:37:16 +00:00
Makefile.am gst/id3demux/: Use new typefind helper functions here as well, and do typefinding in pull-mode if upstream supports t... 2006-03-04 20:11:35 +00:00