- Jul 21, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: oops, removing fake message
-
Thomas Vander Stichele authored
Original commit message from CVS: was the release
-
- Jul 16, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: release notes
-
- Jul 08, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: put them back
-
- Jul 07, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: drop incoming buffers giving errors
-
Thomas Vander Stichele authored
Original commit message from CVS: hook up our debug system
-
- Jul 03, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: bring in line with others
-
- Jun 14, 2004
-
-
Ronald S. Bultje authored
Original commit message from CVS: God, this is pathetic... Can someone reenable -Wall/-Werror?
-
Ronald S. Bultje authored
ext/ffmpeg/: Do some more random property setting. Fix for if there's less than ffmpeg-default-buffersize (32kB) data... Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_to_codecid): * ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_read): Do some more random property setting. Fix for if there's less than ffmpeg-default-buffersize (32kB) data in a file _and_ there's an event pending. Partially fixes #142320.
-
- Jun 07, 2004
-
-
Ronald S. Bultje authored
Original commit message from CVS: * ext/ffmpeg/gstffmpeg.c: (plugin_init): Remove redundant calls which are called internally already. * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_with_codecid): Indenting... * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop), (gst_ffmpegdemux_register): Remove typefind functions and rank for demuxers for any demuxer that we already have in GStreamer.
-
- May 18, 2004
-
-
Benjamin Otte authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_with_codecid): don't operate on undefined variables (fixes #135145)
-
- May 16, 2004
-
-
Benjamin Otte authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain): Hi, I'm a memleak
-
- May 14, 2004
-
-
Stéphane Loeuillet authored
Original commit message from CVS: dummy change to make build bots compile ffmpeg
-
Ronald S. Bultje authored
ext/ffmpeg/: Fix up demuxer. Works now for all my files that I tried, even quicktime. I basically hack around the sup... Original commit message from CVS: * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_src_event), (gst_ffmpegdemux_src_query), (gst_ffmpegdemux_src_convert), (gst_ffmpegdemux_open), (gst_ffmpegdemux_loop): * ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_open), (gst_ffmpegdata_read), (gst_ffmpegdata_write), (gst_ffmpegdata_seek): Fix up demuxer. Works now for all my files that I tried, even quicktime. I basically hack around the super-oversimplistic file I/O handling in ffmpeg in several ways together, and I also hack around the fairly annoying EOS-will-pause-the-source-element in GStreamer itself. This code is not pretty.
-
- May 11, 2004
-
-
Jeremy Simon authored
ext/ffmpeg/gstffmpegcodecmap.c: block_align and bitrate caps property were lost for wma use codec_data instead of fla... Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_with_codecid): block_align and bitrate caps property were lost for wma use codec_data instead of flag1 and flag2
-
Benjamin Otte authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_to_caps): it's audio/x-wav, not video/x-wav
-
- May 10, 2004
-
-
Stéphane Loeuillet authored
Original commit message from CVS: use video/x-dv as mime type, not video/dv (now i can go to sleep)
-
- May 09, 2004
-
-
Stéphane Loeuillet authored
ext/ffmpeg/gstffmpegdec.c ext/ffmpeg/gstffmpegenc.c change plugins category to meet our new naming standard : Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c * ext/ffmpeg/gstffmpegenc.c change plugins category to meet our new naming standard : Codec/Encoder|Decoder/Audio|Video suggested by bilboed, approved by Company
-
- May 04, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: require am17
-
- May 01, 2004
-
-
Stéphane Loeuillet authored
Original commit message from CVS: fix spec file
-
- Apr 30, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps): revert previous patch
-
- Apr 29, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: use GST_PAD_CAPS if they exist
-
- Apr 23, 2004
-
-
Ronald S. Bultje authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_with_codecid), (gst_ffmpeg_caps_to_codecid): WAV/IMA-ADPCM -> DVI ADPCM.
-
- Apr 22, 2004
-
-
Benjamin Otte authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_caps_remove_format_info): use gst_caps_do_simplify
-
- Apr 19, 2004
-
-
Benjamin Otte authored
ext/ffmpeg/gstffmpegdemux.c: reduce maximum probability in typefinding to POSSIBLE. prevents misidentification of my ... Original commit message from CVS: * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_type_find): reduce maximum probability in typefinding to POSSIBLE. prevents misidentification of my mp3s as video/mpeg
-
- Apr 16, 2004
-
-
Ronald S. Bultje authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): NULL -> (NULL) inside GST_ELEMENT_ERROR().
-
Ronald S. Bultje authored
ext/ffmpeg/gstffmpegcodecmap.*: Change some function names to reflect that they don't really _return_ something, but ... Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette), (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_smpfmt), (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpeg_caps_with_codectype), (gst_ffmpeg_caps_with_codecid), (gst_ffmpeg_caps_to_codecid): * ext/ffmpeg/gstffmpegcodecmap.h: Change some function names to reflect that they don't really _return_ something, but rather _use_ something to fill a AVCodecContext. s/to/with/. Restructure the extradata handling, it's now not picking up the type from the caps but rather using the type as provided in the function. This is a lot cleaner. Implement MS RLE palette pickup. * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_pad_link): * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Sync with the above function name changes. * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close), (gst_ffmpegdec_open), (gst_ffmpegdec_connect), (gst_ffmpegdec_chain), (gst_ffmpegdec_change_state): Add some hacks to convert palette-based raw image formats to RGBA32. Ugly, but I don't know how else to handle palette-based RGB, since img_convert() (and thus ffcolorspace) doesn't accept a palette as argument.
-
- Apr 14, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: updated snapshot
-
Thomas Vander Stichele authored
Original commit message from CVS: updates
-
Thomas Vander Stichele authored
Original commit message from CVS: update HACKING notes for updating snapshots
-
- Apr 11, 2004
-
-
Ronald S. Bultje authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps): Add MS Video v1 (video/x-msvideocodec, CODEC_ID_MSVIDEO1).
-
- Apr 09, 2004
-
-
David Schleef authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps): Change variadic macro to ISO form. (bug #139460)
-
- Apr 06, 2004
-
-
Benjamin Otte authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register): * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register): fix memleaks
-
- Apr 04, 2004
-
-
Benjamin Otte authored
Original commit message from CVS: * configure.ac: fix --export-symblos-regex to a working regex.
-
- Apr 03, 2004
-
-
David Schleef authored
Original commit message from CVS: reviewed by: David Schleef <ds@schleef.org> * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register): Fix memleaks (bug #138985)
-
- Mar 29, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: indent
-
- Mar 25, 2004
-
-
Ronald S. Bultje authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init): * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init): Fix category. * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_class_init), (gst_ffmpegdemux_init), (gst_ffmpegdemux_close): Slightly rewrite the init function, old one was ugly. Also remove dispose function since it's obsolete, the change_state function cleans up already. Also fixes segfault in test-app gstreamer/tests/instantiate/create
-
- Mar 24, 2004
-
-
Benjamin Otte authored
Original commit message from CVS: * configure.ac: only export gst* symbols * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain): change g_warning to debugging message, that wasn't a programming error
-
- Mar 18, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: don't critical (#137588)
-
- Mar 17, 2004
-
-
Thomas Vander Stichele authored
Original commit message from CVS: use release.mak
-