platform/upstream/gst-libav.git
19 years agoext/ffmpeg/gstffmpegdec.c: Next try at using pad_alloc_buffer (#300923).
Ronald S. Bultje [Mon, 18 Apr 2005 09:51:44 +0000 (09:51 +0000)]
ext/ffmpeg/gstffmpegdec.c: Next try at using pad_alloc_buffer (#300923).

Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
Next try at using pad_alloc_buffer (#300923).

19 years agoext/ffmpeg/gstffmpegdec.c: Revert previous, we cannot call pad_alloc_buffer() before...
Ronald S. Bultje [Sat, 16 Apr 2005 15:05:58 +0000 (15:05 +0000)]
ext/ffmpeg/gstffmpegdec.c: Revert previous, we cannot call pad_alloc_buffer() before being negotiated.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
Revert previous, we cannot call pad_alloc_buffer() before being
negotiated.

19 years agoext/ffmpeg/gstffmpegdec.c: Use gst_pad_alloc_buffer().
Ronald S. Bultje [Sat, 16 Apr 2005 14:56:08 +0000 (14:56 +0000)]
ext/ffmpeg/gstffmpegdec.c: Use gst_pad_alloc_buffer().

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
Use gst_pad_alloc_buffer().

19 years agoext/ffmpeg/gstffmpegdec.c: Safety bet to not completely crush the system on EOS....
Ronald S. Bultje [Thu, 14 Apr 2005 10:50:15 +0000 (10:50 +0000)]
ext/ffmpeg/gstffmpegdec.c: Safety bet to not completely crush the system on EOS. Fixes the bad behaviour of #300200 (...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_handle_event):
Safety bet to not completely crush the system on EOS. Fixes the
bad behaviour of #300200 (doesn't fix the actual issue).

19 years agoext/ffmpeg/gstffmpegdec.c: Fix breakage of testsuite by adding keyframe syncing;...
Ronald S. Bultje [Sat, 2 Apr 2005 10:01:20 +0000 (10:01 +0000)]
ext/ffmpeg/gstffmpegdec.c: Fix breakage of testsuite by adding keyframe syncing; changed to sync only for some stream...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_open),
(gst_ffmpegdec_handle_event):
Fix breakage of testsuite by adding keyframe syncing; changed
to sync only for some streamtypes (MPEG-2/-4, for now).
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_add):
Add tags.

19 years agoext/ffmpeg/gstffmpegdec.c: Implement keyframe syncing.
Ronald S. Bultje [Fri, 1 Apr 2005 10:09:15 +0000 (10:09 +0000)]
ext/ffmpeg/gstffmpegdec.c: Implement keyframe syncing.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
(gst_ffmpegdec_open), (gst_ffmpegdec_frame),
(gst_ffmpegdec_handle_event):
Implement keyframe syncing.

19 years agoext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now).
Ronald S. Bultje [Mon, 14 Mar 2005 15:27:43 +0000 (15:27 +0000)]
ext/ffmpeg/gstffmpeg.c: Enable muxers (only mp4 muxer for now).

Original commit message from CVS:
* ext/ffmpeg/gstffmpeg.c: (plugin_init):
Enable muxers (only mp4 muxer for now).
* ext/ffmpeg/gstffmpegcodecmap.c:
(gst_ffmpeg_formatid_get_codecids), (gst_ffmpeg_caps_to_codecid):
* ext/ffmpeg/gstffmpegcodecmap.h:
Fix a bunch of typos in codec-id lookup (false/true return value
mixup), add a codec-id list retrieval function (because ffmpeg
does not provide one). With that, we can make valid pad templates.
* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_init),
(gst_ffmpegmux_connect), (gst_ffmpegmux_loop),
(gst_ffmpegmux_change_state), (gst_ffmpegmux_get_id_caps),
(gst_ffmpegmux_register):
Fix for whatever changed since I last tried this. Works for MP4
muxing.
* ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_open),
(gst_ffmpegdata_peek), (gst_ffmpegdata_write),
(gst_ffmpegdata_seek), (gst_ffmpegdata_close):
Update obviously-untested write code...

19 years agoext/ffmpeg/gstffmpegenc.c: Fix crash on randomly sized input (#169082).
Ronald S. Bultje [Sat, 12 Mar 2005 23:59:15 +0000 (23:59 +0000)]
ext/ffmpeg/gstffmpegenc.c: Fix crash on randomly sized input (#169082).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_chain_video):
Fix crash on randomly sized input (#169082).

19 years agoconfigure.ac: Dev.
Ronald S. Bultje [Fri, 11 Mar 2005 10:51:11 +0000 (10:51 +0000)]
configure.ac: Dev.

Original commit message from CVS:
* configure.ac:
Dev.

19 years agoRelease 0.8.4 "Mellow on my fingers". RELEASE-0_8_4
Ronald S. Bultje [Fri, 11 Mar 2005 10:49:57 +0000 (10:49 +0000)]
Release 0.8.4 "Mellow on my fingers".

Original commit message from CVS:
* NEWS:
* RELEASE:
* configure.ac:
Release 0.8.4 "Mellow on my fingers".

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Add MPEG-4 audio for debugging.
Ronald S. Bultje [Sun, 6 Mar 2005 13:38:53 +0000 (13:38 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Add MPEG-4 audio for debugging.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
Add MPEG-4 audio for debugging.

19 years agoext/ffmpeg/gstffmpegenc.c: Only free context if it was created (otherwise it crashes).
Ronald S. Bultje [Sat, 5 Feb 2005 18:35:18 +0000 (18:35 +0000)]
ext/ffmpeg/gstffmpegenc.c: Only free context if it was created (otherwise it crashes).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_link):
Only free context if it was created (otherwise it crashes).

19 years agoext/ffmpeg/gstffmpegdec.c: Reduce the rank of the mpeg2 decoder back below mpeg2dec
Jan Schmidt [Thu, 3 Feb 2005 17:19:06 +0000 (17:19 +0000)]
ext/ffmpeg/gstffmpegdec.c: Reduce the rank of the mpeg2 decoder back below mpeg2dec

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame),
(gst_ffmpegdec_chain), (gst_ffmpegdec_register):
Reduce the rank of the mpeg2 decoder back below mpeg2dec
Use the parser to reorder pts times. Fixes mpeg playback
without changing any other files I tested.
Use the repeat_pict flag to correctly set durations

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Change caps of MJPEGB to not interfere with MJPEG...
Ronald S. Bultje [Thu, 3 Feb 2005 11:12:34 +0000 (11:12 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Change caps of MJPEGB to not interfere with MJPEG/JPEG.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_to_codecid):
Change caps of MJPEGB to not interfere with MJPEG/JPEG.
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
Remove rank for SP5X, no clue what that is...

19 years agoext/ffmpeg/gstffmpegdec.c: Don´t SIGFPE right away.
Ronald S. Bultje [Tue, 1 Feb 2005 21:15:20 +0000 (21:15 +0000)]
ext/ffmpeg/gstffmpegdec.c: Don´t SIGFPE right away.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
Don´t SIGFPE right away.

19 years agoext/ffmpeg/gstffmpegdec.c: Implement B-frame skipping and low-resolution decoding...
Ronald S. Bultje [Mon, 31 Jan 2005 10:45:20 +0000 (10:45 +0000)]
ext/ffmpeg/gstffmpegdec.c: Implement B-frame skipping and low-resolution decoding (useful for very slow CPUs).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_lowres_get_type),
(gst_ffmpegdec_skipframe_get_type), (gst_ffmpegdec_class_init),
(gst_ffmpegdec_init), (gst_ffmpegdec_connect),
(gst_ffmpegdec_frame), (gst_ffmpegdec_set_property),
(gst_ffmpegdec_get_property):
Implement B-frame skipping and low-resolution decoding (useful
for very slow CPUs).

19 years agoext/ffmpeg/: Oops, unbreak audio.
Ronald S. Bultje [Fri, 28 Jan 2005 12:22:54 +0000 (12:22 +0000)]
ext/ffmpeg/: Oops, unbreak audio.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
Oops, unbreak audio.

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Add AMR mimetypes (since those are recognized in...
Ronald S. Bultje [Fri, 28 Jan 2005 10:45:37 +0000 (10:45 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Add AMR mimetypes (since those are recognized in ffmpeg).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_to_codecid):
Add AMR mimetypes (since those are recognized in ffmpeg).
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame),
(gst_ffmpegdec_register):
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
Register law codecs too, add time debug. Use ANY for template caps
since we don't necessarily have available decoders for recognized
formats.

19 years agoext/ffmpeg/gstffmpeg.c: Fix compile with debug disabled (#165250).
Ronald S. Bultje [Thu, 27 Jan 2005 10:21:07 +0000 (10:21 +0000)]
ext/ffmpeg/gstffmpeg.c: Fix compile with debug disabled (#165250).

Original commit message from CVS:
* ext/ffmpeg/gstffmpeg.c: (plugin_init):
Fix compile with debug disabled (#165250).

19 years agoext/ffmpeg/gstffmpegprotocol.c: Yet Another Logic Error.
Ronald S. Bultje [Tue, 25 Jan 2005 17:10:04 +0000 (17:10 +0000)]
ext/ffmpeg/gstffmpegprotocol.c: Yet Another Logic Error.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_peek):
Yet Another Logic Error.

19 years agoext/ffmpeg/gstffmpegdec.c: <insert rant about why gcc should support parsing errors>.
Ronald S. Bultje [Tue, 25 Jan 2005 16:56:45 +0000 (16:56 +0000)]
ext/ffmpeg/gstffmpegdec.c: <insert rant about why gcc should support parsing errors>.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_negotiate):
<insert rant about why gcc should support parsing errors>.

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Add extradata to huffyuv, sync RGBA32 up with gst...
Ronald S. Bultje [Tue, 25 Jan 2005 15:17:44 +0000 (15:17 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Add extradata to huffyuv, sync RGBA32 up with gst-plugins.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
Add extradata to huffyuv, sync RGBA32 up with gst-plugins.
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_query),
(gst_ffmpegdec_event):
Make somewhat clearer.

19 years agoTODO: Update since some tasks are done.
Ronald S. Bultje [Wed, 19 Jan 2005 17:25:29 +0000 (17:25 +0000)]
TODO: Update since some tasks are done.

Original commit message from CVS:
* TODO:
Update since some tasks are done.
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_to_caps):
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_type_find):
Add correct mimetype for FLI video, restore correct typefind
priority.

19 years agoext/ffmpeg/gstffmpegdec.c: More debug, re-fix MPEG-2 (yes, I broke it already!).
Ronald S. Bultje [Wed, 19 Jan 2005 16:08:17 +0000 (16:08 +0000)]
ext/ffmpeg/gstffmpegdec.c: More debug, re-fix MPEG-2 (yes, I broke it already!).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
(gst_ffmpegdec_frame), (gst_ffmpegdec_handle_event),
(gst_ffmpegdec_chain):
More debug, re-fix MPEG-2 (yes, I broke it already!).

19 years agoext/ffmpeg/gstffmpegdec.c: Another fix for MPEG-4 movies...
Ronald S. Bultje [Wed, 19 Jan 2005 15:41:35 +0000 (15:41 +0000)]
ext/ffmpeg/gstffmpegdec.c: Another fix for MPEG-4 movies...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_handle_event),
(gst_ffmpegdec_chain):
Another fix for MPEG-4 movies...

19 years agoext/ffmpeg/gstffmpegdec.c: Add some more debug, fix for B-frame containing XviD movies.
Ronald S. Bultje [Wed, 19 Jan 2005 15:34:14 +0000 (15:34 +0000)]
ext/ffmpeg/gstffmpegdec.c: Add some more debug, fix for B-frame containing XviD movies.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_open),
(gst_ffmpegdec_connect), (gst_ffmpegdec_negotiate),
(gst_ffmpegdec_frame), (gst_ffmpegdec_handle_event):
Add some more debug, fix for B-frame containing XviD movies.

19 years agoext/ffmpeg/gstffmpegdec.c: Only flush when the codec is opened.
Ronald S. Bultje [Wed, 19 Jan 2005 14:32:49 +0000 (14:32 +0000)]
ext/ffmpeg/gstffmpegdec.c: Only flush when the codec is opened.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_handle_event):
Only flush when the codec is opened.

19 years agoext/ffmpeg/: Re-add H263I as intel-h263 (which is not h263-compliant...).
Ronald S. Bultje [Wed, 19 Jan 2005 12:41:34 +0000 (12:41 +0000)]
ext/ffmpeg/: Re-add H263I as intel-h263 (which is not h263-compliant...).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_to_codecid), (gst_ffmpeg_get_codecid_longname):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
Re-add H263I as intel-h263 (which is not h263-compliant...).
Increase rank of mpeg2video since it plays more videos than
its gst-plugins counterpart, with no regressions.

19 years agoext/ffmpeg/gstffmpegdec.c: Don't unref NULL data...
Ronald S. Bultje [Wed, 19 Jan 2005 12:04:57 +0000 (12:04 +0000)]
ext/ffmpeg/gstffmpegdec.c: Don't unref NULL data...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame):
Don't unref NULL data...

19 years agoext/ffmpeg/gstffmpegdec.c: Add B-frame timestamp smoothing.
Ronald S. Bultje [Wed, 19 Jan 2005 11:46:49 +0000 (11:46 +0000)]
ext/ffmpeg/gstffmpegdec.c: Add B-frame timestamp smoothing.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
(gst_ffmpegdec_open), (gst_ffmpegdec_frame),
(gst_ffmpegdec_handle_event), (gst_ffmpegdec_chain):
Add B-frame timestamp smoothing.

19 years agoext/ffmpeg/gstffmpegdec.c: Separate buffer handling from actual decoding, handle...
Ronald S. Bultje [Tue, 18 Jan 2005 23:19:46 +0000 (23:19 +0000)]
ext/ffmpeg/gstffmpegdec.c: Separate buffer handling from actual decoding, handle pending frames (for B-frames and so ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_frame),
(gst_ffmpegdec_chain):
Separate buffer handling from actual decoding, handle pending
frames (for B-frames and so on) so we catch the last frames
before EOS, prepare for some timestamp changes to make playback
of movies with B-frames smoother (not done yet).

19 years agoext/ffmpeg/: Add simple query functions. Seeking is only cosmetic, it's not actually...
Ronald S. Bultje [Tue, 18 Jan 2005 21:33:42 +0000 (21:33 +0000)]
ext/ffmpeg/: Add simple query functions. Seeking is only cosmetic, it's not actually filled in yet (in ffmpegdec).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
(gst_ffmpegdec_query), (gst_ffmpegdec_event), (gst_ffmpegdec_open),
(gst_ffmpegdec_negotiate), (gst_ffmpegdec_chain):
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_init),
(gst_ffmpegdemux_close), (gst_ffmpegdemux_src_query),
(gst_ffmpegdemux_loop):
Add simple query functions. Seeking is only cosmetic, it's not
actually filled in yet (in ffmpegdec).

19 years agoext/ffmpeg/gstffmpegenc.c: Remove EMU_EDGE, since that really fixes #162905. Revert...
Ronald S. Bultje [Mon, 17 Jan 2005 13:35:06 +0000 (13:35 +0000)]
ext/ffmpeg/gstffmpegenc.c: Remove EMU_EDGE, since that really fixes #162905. Revert previous hacks.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
(gst_ffmpegenc_link), (gst_ffmpegenc_chain_video):
Remove EMU_EDGE, since that really fixes #162905. Revert
previous hacks.

19 years agoext/ffmpeg/gstffmpegenc.c: Unref after encode (#162905).
Ronald S. Bultje [Sun, 16 Jan 2005 12:15:10 +0000 (12:15 +0000)]
ext/ffmpeg/gstffmpegenc.c: Unref after encode (#162905).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_chain_video):
Unref after encode (#162905).

19 years agoext/ffmpeg/gstffmpegenc.c: Workaround memory issues (#162905).
Ronald S. Bultje [Sun, 16 Jan 2005 11:29:28 +0000 (11:29 +0000)]
ext/ffmpeg/gstffmpegenc.c: Workaround memory issues (#162905).

Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_link),
(gst_ffmpegenc_chain_video):
Workaround memory issues (#162905).

19 years agoext/ffmpeg/gstffmpegdemux.c: Decrease certainty a bit so we use flxdec for .flx videos.
Ronald S. Bultje [Mon, 10 Jan 2005 13:23:21 +0000 (13:23 +0000)]
ext/ffmpeg/gstffmpegdemux.c: Decrease certainty a bit so we use flxdec for .flx videos.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_type_find):
Decrease certainty a bit so we use flxdec for .flx videos.

19 years agoext/ffmpeg/gstffmpegenc.c: Call parent.
Ronald S. Bultje [Sun, 9 Jan 2005 21:47:26 +0000 (21:47 +0000)]
ext/ffmpeg/gstffmpegenc.c: Call parent.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_dispose):
Call parent.

19 years agoext/ffmpeg/gstffmpegdec.c: Disable parsing for MJPEG input since that's already cut...
Ronald S. Bultje [Sun, 9 Jan 2005 01:30:05 +0000 (01:30 +0000)]
ext/ffmpeg/gstffmpegdec.c: Disable parsing for MJPEG input since that's already cut at frame-boundaries. Fixes #163340.

Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Disable parsing for MJPEG input since that's already cut at
frame-boundaries. Fixes #163340.

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Set property incompatible with DV demuxer so that...
Ronald S. Bultje [Thu, 6 Jan 2005 10:28:18 +0000 (10:28 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Set property incompatible with DV demuxer so that it won't infinitely plug demuxers t...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_to_codecid):
Set property incompatible with DV demuxer so that it won't
infinitely plug demuxers to each other. Fixes playback of .dv
streams in Totem.

19 years agoconfigure.ac: Dev.
Ronald S. Bultje [Mon, 27 Dec 2004 19:31:44 +0000 (19:31 +0000)]
configure.ac: Dev.

Original commit message from CVS:
* configure.ac:
Dev.

19 years agoRelease 0.8.3 RELEASE-0_8_3
Ronald S. Bultje [Mon, 27 Dec 2004 19:30:30 +0000 (19:30 +0000)]
Release 0.8.3

Original commit message from CVS:
Release 0.8.3

19 years agoext/ffmpeg/gstffmpegdemux.c: Don't cripple rank as a hack to not register typefind...
Ronald S. Bultje [Sat, 25 Dec 2004 13:28:55 +0000 (13:28 +0000)]
ext/ffmpeg/gstffmpegdemux.c: Don't cripple rank as a hack to not register typefind functions.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register):
Don't cripple rank as a hack to not register typefind functions.
Instead, just use a boolean for that. This makes ID3-tagged MP3
files play even if mad is not installed.

19 years agoext/ffmpeg/gstffmpegdec.c: Remove rank from ffdec_h263i until I know how it's differe...
Ronald S. Bultje [Sun, 19 Dec 2004 23:41:03 +0000 (23:41 +0000)]
ext/ffmpeg/gstffmpegdec.c: Remove rank from ffdec_h263i until I know how it's different from ffdec_h263. Fixes #155163.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
Remove rank from ffdec_h263i until I know how it's different
from ffdec_h263. Fixes #155163.

19 years agoautogen.sh: execute ffmpeg's autogen.sh directly
David Schleef [Sun, 19 Dec 2004 04:31:36 +0000 (04:31 +0000)]
autogen.sh: execute ffmpeg's autogen.sh directly

Original commit message from CVS:
* autogen.sh: execute ffmpeg's autogen.sh directly
* gst-libs/ext/ffmpeg/autogen.sh: Add a #! line.  Specify bash,
since there are bashisms ('local').

19 years agoext/ffmpeg/gstffmpegprotocol.c: Add debug. Don't EOS unless all data was read.
Ronald S. Bultje [Sun, 19 Dec 2004 01:07:21 +0000 (01:07 +0000)]
ext/ffmpeg/gstffmpegprotocol.c: Add debug. Don't EOS unless all data was read.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_open),
(gst_ffmpegdata_peek), (gst_ffmpegdata_read),
(gst_ffmpegdata_write), (gst_ffmpegdata_seek),
(gst_ffmpegdata_close):
Add debug. Don't EOS unless all data was read.

19 years agoext/ffmpeg/gstffmpegprotocol.c: Some "seeking" hacks, and separate peek from read...
Ronald S. Bultje [Sun, 19 Dec 2004 00:32:13 +0000 (00:32 +0000)]
ext/ffmpeg/gstffmpegprotocol.c: Some "seeking" hacks, and separate peek from read (read = peek + flush) so seek can u...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_peek),
(gst_ffmpegdata_read), (gst_ffmpegdata_seek):
Some "seeking" hacks, and separate peek from read (read = peek +
flush) so seek can use peek as well to workaround typefind. With
this, I'm able to play several of the gaming format movies in
Totem.

19 years agoext/ffmpeg/: Add header.
Ronald S. Bultje [Sat, 18 Dec 2004 20:59:37 +0000 (20:59 +0000)]
ext/ffmpeg/: Add header.

Original commit message from CVS:
* ext/ffmpeg/Makefile.am:
* ext/ffmpeg/gstffmpeg.h:
Add header.

19 years agoext/ffmpeg/: Add debugging category everywhere (correctly this time). Don't parse...
Ronald S. Bultje [Sat, 18 Dec 2004 20:53:55 +0000 (20:53 +0000)]
ext/ffmpeg/: Add debugging category everywhere (correctly this time). Don't parse mp3 data (the parser is a piece of ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpeg.c:
* ext/ffmpeg/gstffmpegcodecmap.c:
* ext/ffmpeg/gstffmpegcodecmap.h:
* ext/ffmpeg/gstffmpegcolorspace.c:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
* ext/ffmpeg/gstffmpegdemux.c:
* ext/ffmpeg/gstffmpegenc.c:
* ext/ffmpeg/gstffmpegmux.c:
* ext/ffmpeg/gstffmpegprotocol.c:
Add debugging category everywhere (correctly this time). Don't
parse mp3 data (the parser is a piece of crap). Fixes #155274
mostly. Seeking pending.

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Add ID3 mime. Should partially fix #155274 (although...
Ronald S. Bultje [Sat, 18 Dec 2004 20:27:05 +0000 (20:27 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Add ID3 mime. Should partially fix #155274 (although raw mp3 sounds awful, it doesn't...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_to_caps):
Add ID3 mime. Should partially fix #155274 (although raw mp3
sounds awful, it doesn't parse correctly in the decoder-only
case).

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Fix typo.
Ronald S. Bultje [Fri, 17 Dec 2004 16:39:22 +0000 (16:39 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Fix typo.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c:
(gst_ffmpeg_get_codecid_longname):
Fix typo.

19 years agoext/ffmpeg/gstffmpegdec.c: Small parsing fix in comb. with ffdemux_mpeg.
Ronald S. Bultje [Fri, 17 Dec 2004 13:56:18 +0000 (13:56 +0000)]
ext/ffmpeg/gstffmpegdec.c: Small parsing fix in comb. with ffdemux_mpeg.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Small parsing fix in comb. with ffdemux_mpeg.

19 years agoext/ffmpeg/gstffmpegdec.c: Include optional parser if supported (currently only MPEG...
Ronald S. Bultje [Fri, 17 Dec 2004 13:08:13 +0000 (13:08 +0000)]
ext/ffmpeg/gstffmpegdec.c: Include optional parser if supported (currently only MPEG-1/-2 video). This fixes playback...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
(gst_ffmpegdec_close), (gst_ffmpegdec_open), (gst_ffmpegdec_chain):
Include optional parser if supported (currently only MPEG-1/-2
video). This fixes playback of MPEG-1/-2 videos using
ffdec_mpeg2video.

19 years agoext/ffmpeg/gstffmpegenc.c: Move setup of sink caps (accepted formats) to a separate...
Ronald S. Bultje [Fri, 17 Dec 2004 11:32:45 +0000 (11:32 +0000)]
ext/ffmpeg/gstffmpegenc.c: Move setup of sink caps (accepted formats) to a separate function rather than doing it on ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init),
(gst_ffmpegenc_init), (gst_ffmpegenc_getcaps),
(gst_ffmpegenc_link):
Move setup of sink caps (accepted formats) to a separate function
rather than doing it on initialization.

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Add new codecIDs from new snapshot (Thu Dec 16 11...
Ronald S. Bultje [Thu, 16 Dec 2004 18:14:19 +0000 (18:14 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Add new codecIDs from new snapshot (Thu Dec 16 11:27:18 2004).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_to_codecid), (gst_ffmpeg_get_codecid_longname),
(gst_ffmpeg_avpicture_fill):
Add new codecIDs from new snapshot (Thu Dec 16 11:27:18 2004).
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_src_event),
(gst_ffmpegdemux_type_find), (gst_ffmpegdemux_loop):
* ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
API updates.
* ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_read),
(gst_ffmpegdata_seek):
A slightly smarter approach, but it still needs lost of work to
be reliable in any way...

19 years agoext/ffmpeg/gstffmpegdec.c: Move negotiation outside the _chain function, and use...
Ronald S. Bultje [Thu, 16 Dec 2004 12:47:43 +0000 (12:47 +0000)]
ext/ffmpeg/gstffmpegdec.c: Move negotiation outside the _chain function, and use the codec PAR if available and prefe...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
(gst_ffmpegdec_close), (gst_ffmpegdec_connect),
(gst_ffmpegdec_negotiate), (gst_ffmpegdec_chain):
Move negotiation outside the _chain function, and use the
codec PAR if available and prefer it over demuxer PAR (since
this is usually the right thing to do). Fixes #159755.

19 years agoext/ffmpeg/gstffmpegcolorspace.c: Fix memleak (#154815).
Ronald S. Bultje [Thu, 16 Dec 2004 12:29:03 +0000 (12:29 +0000)]
ext/ffmpeg/gstffmpegcolorspace.c: Fix memleak (#154815).

Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_pad_link):
Fix memleak (#154815).

19 years agoext/ffmpeg/gstffmpegcolorspace.c: Some sync with ffmpegcolorspace (flatten AVFrame).
Ronald S. Bultje [Thu, 16 Dec 2004 11:17:00 +0000 (11:17 +0000)]
ext/ffmpeg/gstffmpegcolorspace.c: Some sync with ffmpegcolorspace (flatten AVFrame).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_pad_link),
(gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
(gst_ffmpegcsp_change_state):
Some sync with ffmpegcolorspace (flatten AVFrame).

19 years agoext/ffmpeg/: Fix strides and plane sizes when dealing with odd sized movies.
Wim Taymans [Fri, 5 Nov 2004 18:03:04 +0000 (18:03 +0000)]
ext/ffmpeg/: Fix strides and plane sizes when dealing with odd sized movies.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_avpicture_get_size),
(gst_ffmpeg_avpicture_fill), (gst_ffmpeg_img_convert):
* ext/ffmpeg/gstffmpegcodecmap.h:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Fix strides and plane sizes when dealing with odd sized
movies.

19 years agoext/ffmpeg/gstffmpegdec.c: Prevent division by zero (#155212).
Ronald S. Bultje [Fri, 29 Oct 2004 12:00:34 +0000 (12:00 +0000)]
ext/ffmpeg/gstffmpegdec.c: Prevent division by zero (#155212).

Original commit message from CVS:
Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Prevent division by zero (#155212).

19 years agoext/ffmpeg/: Sync with gst-plugins ffmpegcolorspace, align-by-4. Ready to re-sync...
Ronald S. Bultje [Fri, 29 Oct 2004 09:47:41 +0000 (09:47 +0000)]
ext/ffmpeg/: Sync with gst-plugins ffmpegcolorspace, align-by-4. Ready to re-sync gst-plugins ffmpegcolorspace with o...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_avpicture_fill):
* ext/ffmpeg/gstffmpegcodecmap.h:
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_get_buffer),
(gst_ffmpegdec_chain):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_chain_video):
Sync with gst-plugins ffmpegcolorspace, align-by-4. Ready to
re-sync gst-plugins ffmpegcolorspace with ours and deprecate
this one.

19 years agoext/ffmpeg/gstffmpegcolorspace.c: Backport changes from ffmpegcolorspace (gst-plugins...
Ronald S. Bultje [Mon, 25 Oct 2004 21:26:34 +0000 (21:26 +0000)]
ext/ffmpeg/gstffmpegcolorspace.c: Backport changes from ffmpegcolorspace (gst-plugins) so we can then move the whole ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_pad_link):
Backport changes from ffmpegcolorspace (gst-plugins) so we can
then move the whole of this plugin back and deprecate this (no,
I'm not insane).

19 years agoext/ffmpeg/: Fix encoders. Fix if encoder supports >1 caps.
Ronald S. Bultje [Mon, 25 Oct 2004 11:56:52 +0000 (11:56 +0000)]
ext/ffmpeg/: Fix encoders. Fix if encoder supports >1 caps.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_codectype_to_caps), (gst_ffmpeg_caps_with_codecid):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init),
(gst_ffmpegenc_connect), (gst_ffmpegenc_register):
Fix encoders. Fix if encoder supports >1 caps.

19 years agoext/ffmpeg/: Hmm, fancy names...
Ronald S. Bultje [Sun, 24 Oct 2004 22:24:43 +0000 (22:24 +0000)]
ext/ffmpeg/: Hmm, fancy names...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c:
(gst_ffmpeg_get_codecid_longname):
* ext/ffmpeg/gstffmpegcodecmap.h:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init),
(gst_ffmpegdec_register):
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init),
(gst_ffmpegenc_register):
Hmm, fancy names...

19 years agoup req of gstreamer
Thomas Vander Stichele [Wed, 20 Oct 2004 11:48:36 +0000 (11:48 +0000)]
up req of gstreamer

Original commit message from CVS:
up req of gstreamer

19 years agogst-ffmpeg.spec.in: Remove unused 'versioning' variable.
Ronald S. Bultje [Mon, 11 Oct 2004 08:25:20 +0000 (08:25 +0000)]
gst-ffmpeg.spec.in: Remove unused 'versioning' variable.

Original commit message from CVS:
* gst-ffmpeg.spec.in:
Remove unused 'versioning' variable.

19 years agoext/ffmpeg/gstffmpegenc.c: Set chain function before adding pad, fix memleak on error...
Ronald S. Bultje [Mon, 11 Oct 2004 08:21:16 +0000 (08:21 +0000)]
ext/ffmpeg/gstffmpegenc.c: Set chain function before adding pad, fix memleak on error, error out on encode errors bec...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
(gst_ffmpegenc_chain_video):
Set chain function before adding pad, fix memleak on error, error
out on encode errors because none of subsequent frames will work
any better (this is not input dependent).

19 years agoRelease 0.8.2
Ronald S. Bultje [Sat, 9 Oct 2004 18:33:03 +0000 (18:33 +0000)]
Release 0.8.2

Original commit message from CVS:
Release 0.8.2

19 years agoI'm too lazy to comment this RELEASE-0_8_2
Ronald S. Bultje [Sat, 9 Oct 2004 18:26:26 +0000 (18:26 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

19 years agoext/ffmpeg/gstffmpegdec.c: Unref when not usable.
Ronald S. Bultje [Sat, 9 Oct 2004 16:13:31 +0000 (16:13 +0000)]
ext/ffmpeg/gstffmpegdec.c: Unref when not usable.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Unref when not usable.

19 years agofix spec file for gst-ffmpeg
Christian Schaller [Wed, 6 Oct 2004 16:51:32 +0000 (16:51 +0000)]
fix spec file for gst-ffmpeg

Original commit message from CVS:
fix spec file for gst-ffmpeg

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Negotiation fixes for real video codecs.
Ronald S. Bultje [Mon, 4 Oct 2004 16:11:30 +0000 (16:11 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Negotiation fixes for real video codecs.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_with_codecid):
Negotiation fixes for real video codecs.

19 years agoext/ffmpeg/gstffmpegdemux.c: Fix timestamps. Quite some of the gaming formats work...
Ronald S. Bultje [Sat, 2 Oct 2004 21:17:26 +0000 (21:17 +0000)]
ext/ffmpeg/gstffmpegdemux.c: Fix timestamps. Quite some of the gaming formats work now. :).

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
Fix timestamps. Quite some of the gaming formats work now. :).

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Generalized palette functions, add actual mimetypes...
Ronald S. Bultje [Sat, 2 Oct 2004 20:26:10 +0000 (20:26 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Generalized palette functions, add actual mimetypes for wing commander formats.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_with_codecid), (gst_ffmpeg_caps_to_codecid):
Generalized palette functions, add actual mimetypes for wing
commander formats.
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
Ffmpeg has internal palette functions, so I noticed.
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Actually remove all palette code.

19 years agoext/ffmpeg/gstffmpegdemux.c: Signal no_more_pads.
Ronald S. Bultje [Sat, 2 Oct 2004 18:30:49 +0000 (18:30 +0000)]
ext/ffmpeg/gstffmpegdemux.c: Signal no_more_pads.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
Signal no_more_pads.
* ext/ffmpeg/gstffmpegprotocol.c: (gst_ffmpegdata_read),
(gst_ffmpegdata_seek):
Handle events.

19 years agoext/ffmpeg/: Move palette handling over from the decoder to the colorspace conversion...
Ronald S. Bultje [Sat, 2 Oct 2004 14:10:27 +0000 (14:10 +0000)]
ext/ffmpeg/: Move palette handling over from the decoder to the colorspace conversion plugin (where you would expect ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_pixfmt_to_caps),
(gst_ffmpeg_caps_to_pixfmt):
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_pad_link),
(gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
(gst_ffmpegcsp_change_state), (gst_ffmpegcsp_register):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Move palette handling over from the decoder to the colorspace
conversion plugin (where you would expect it).

19 years agoext/ffmpeg/gstffmpegcodecmap.c: Simplify codec_data handling.
Ronald S. Bultje [Fri, 1 Oct 2004 10:50:58 +0000 (10:50 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: Simplify codec_data handling.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_with_codecid), (gst_ffmpeg_caps_to_codecid):
Simplify codec_data handling.

19 years agoext/ffmpeg/gstffmpegdec.c: Update timestamp for every new buffer that we output....
Ronald S. Bultje [Thu, 23 Sep 2004 14:54:57 +0000 (14:54 +0000)]
ext/ffmpeg/gstffmpegdec.c: Update timestamp for every new buffer that we output. Improves audio playback for several ...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Update timestamp for every new buffer that we output. Improves
audio playback for several files that have multiple audio chunks
per buffer.

19 years agoext/ffmpeg/gstffmpegdec.c: msmpeg4v3 should be priority as well, else it will choose...
Ronald S. Bultje [Wed, 22 Sep 2004 07:53:48 +0000 (07:53 +0000)]
ext/ffmpeg/gstffmpegdec.c: msmpeg4v3 should be priority as well, else it will choose divxdec first (which we don't wa...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
msmpeg4v3 should be priority as well, else it will choose divxdec
first (which we don't want).

19 years agoext/ffmpeg/gstffmpegcodecmap.c: WMV extradata (make #152798 work). J-frames are only...
Ronald S. Bultje [Mon, 20 Sep 2004 12:29:03 +0000 (12:29 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: WMV extradata (make #152798 work). J-frames are only available in the bitstream if th...

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
(gst_ffmpeg_caps_with_codecid):
WMV extradata (make #152798 work). J-frames are only available
in the bitstream if the J-frame bit has been set in the extradata.
If not (or if extradata is not provided), the movie won't play.
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_close),
(gst_ffmpegdec_connect), (gst_ffmpegdec_chain):
Only close ffmpeg if privdata was allocated (else it segfaults).
Autodetect encoding bugs and workaround it. Don't copy data if
decoding failed.
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
Use read_frame() instead of read_packet() which is obsolete.

19 years agoiFix a memory leak
Iain Holmes [Thu, 16 Sep 2004 21:14:46 +0000 (21:14 +0000)]
iFix a memory leak

Original commit message from CVS:
iFix a memory leak

20 years agodon't needlessly do stuff
Thomas Vander Stichele [Wed, 21 Jul 2004 09:20:55 +0000 (09:20 +0000)]
don't needlessly do stuff

Original commit message from CVS:
don't needlessly do stuff

20 years agobump nano
Thomas Vander Stichele [Wed, 21 Jul 2004 09:17:16 +0000 (09:17 +0000)]
bump nano

Original commit message from CVS:
bump nano

20 years agooops, removing fake message RELEASE-0_8_1
Thomas Vander Stichele [Wed, 21 Jul 2004 09:12:55 +0000 (09:12 +0000)]
oops, removing fake message

Original commit message from CVS:
oops, removing fake message

20 years agowas the release
Thomas Vander Stichele [Wed, 21 Jul 2004 09:11:25 +0000 (09:11 +0000)]
was the release

Original commit message from CVS:
was the release

20 years agorelease notes
Thomas Vander Stichele [Fri, 16 Jul 2004 11:29:37 +0000 (11:29 +0000)]
release notes

Original commit message from CVS:
release notes

20 years agoput them back
Thomas Vander Stichele [Thu, 8 Jul 2004 14:01:28 +0000 (14:01 +0000)]
put them back

Original commit message from CVS:
put them back

20 years agodrop incoming buffers giving errors
Thomas Vander Stichele [Wed, 7 Jul 2004 15:35:40 +0000 (15:35 +0000)]
drop incoming buffers giving errors

Original commit message from CVS:
drop incoming buffers giving errors

20 years agohook up our debug system
Thomas Vander Stichele [Wed, 7 Jul 2004 15:12:02 +0000 (15:12 +0000)]
hook up our debug system

Original commit message from CVS:
hook up our debug system

20 years agobring in line with others
Thomas Vander Stichele [Sat, 3 Jul 2004 23:34:04 +0000 (23:34 +0000)]
bring in line with others

Original commit message from CVS:
bring in line with others

20 years agoGod, this is pathetic... Can someone reenable -Wall/-Werror?
Ronald S. Bultje [Mon, 14 Jun 2004 01:26:15 +0000 (01:26 +0000)]
God, this is pathetic... Can someone reenable -Wall/-Werror?

Original commit message from CVS:
God, this is pathetic... Can someone reenable -Wall/-Werror?

20 years agoext/ffmpeg/: Do some more random property setting. Fix for if there's less than ffmpe...
Ronald S. Bultje [Mon, 14 Jun 2004 01:21:01 +0000 (01:21 +0000)]
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.

20 years agoext/ffmpeg/gstffmpeg.c: Remove redundant calls which are called internally already.
Ronald S. Bultje [Mon, 7 Jun 2004 02:29:41 +0000 (02:29 +0000)]
ext/ffmpeg/gstffmpeg.c: Remove redundant calls which are called internally already.

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.

20 years agoext/ffmpeg/gstffmpegcodecmap.c: don't operate on undefined variables (fixes #135145)
Benjamin Otte [Tue, 18 May 2004 01:15:36 +0000 (01:15 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: don't operate on undefined variables (fixes #135145)

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_with_codecid):
don't operate on undefined variables (fixes #135145)

20 years agoext/ffmpeg/gstffmpegdec.c: Hi, I'm a memleak
Benjamin Otte [Sun, 16 May 2004 21:02:48 +0000 (21:02 +0000)]
ext/ffmpeg/gstffmpegdec.c: Hi, I'm a memleak

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
Hi, I'm a memleak

20 years agodummy change to make build bots compile ffmpeg
Stéphane Loeuillet [Fri, 14 May 2004 16:49:48 +0000 (16:49 +0000)]
dummy change to make build bots compile ffmpeg

Original commit message from CVS:
dummy change to make build bots compile ffmpeg

20 years agoext/ffmpeg/: Fix up demuxer. Works now for all my files that I tried, even quicktime...
Ronald S. Bultje [Fri, 14 May 2004 14:11:00 +0000 (14:11 +0000)]
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.

20 years agoext/ffmpeg/gstffmpegcodecmap.c: block_align and bitrate caps property were lost for...
Jeremy Simon [Tue, 11 May 2004 16:07:14 +0000 (16:07 +0000)]
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

20 years agoext/ffmpeg/gstffmpegcodecmap.c: it's audio/x-wav, not video/x-wav
Benjamin Otte [Tue, 11 May 2004 01:54:59 +0000 (01:54 +0000)]
ext/ffmpeg/gstffmpegcodecmap.c: it's audio/x-wav, not video/x-wav

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_to_caps):
it's audio/x-wav, not video/x-wav

20 years agouse video/x-dv as mime type, not video/dv (now i can go to sleep)
Stéphane Loeuillet [Mon, 10 May 2004 03:08:50 +0000 (03:08 +0000)]
use video/x-dv as mime type, not video/dv (now i can go to sleep)

Original commit message from CVS:
use video/x-dv as mime type, not video/dv
(now i can go to sleep)

20 years agoext/ffmpeg/gstffmpegdec.c ext/ffmpeg/gstffmpegenc.c change plugins category to meet...
Stéphane Loeuillet [Sun, 9 May 2004 22:15:29 +0000 (22:15 +0000)]
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