- May 21, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: Release 0.10.4
-
- May 20, 2008
-
-
Jan Schmidt authored
Original commit message from CVS: * configure.ac: 0.10.3.3 pre-release
-
- May 13, 2008
-
-
Sebastian Dröge authored
Original commit message from CVS: * configure.ac: * ext/ffmpeg/gstffmpegcodecmap.c: * ext/ffmpeg/gstffmpegdemux.c: * ext/libpostproc/gstpostproc.c: Fix build with (Debian's) system ffmpeg. Fixes bug #532803.
-
- May 12, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: 0.10.3.2 pre-release
-
Edward Hervey authored
Original commit message from CVS: * docs/plugins/gst-ffmpeg-plugins.args: * docs/plugins/gst-ffmpeg-plugins.hierarchy: * docs/plugins/gst-ffmpeg-plugins.interfaces: * docs/plugins/gst-ffmpeg-plugins.prerequisites: * docs/plugins/inspect/plugin-ffmpeg.xml: Update docs
-
Edward Hervey authored
Original commit message from CVS: * gst-libs/ext/Makefile.am: More fixes for make dist
-
- May 08, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * ffmpegrev: Update to today's upstream ffmpeg. No visible regressions.
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: * gst-libs/ext/Makefile.am: More fixes for make dist.
-
Edward Hervey authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_img_convert): Replace usage of img_convert (deprecated) by sws_scale. Fixes #529015
-
Edward Hervey authored
Original commit message from CVS: * configure.ac: Fix doc-building and make dist.
-
Edward Hervey authored
Original commit message from CVS: * gst-libs/ext/Makefile.am: Don't copy file which is no longer present.
-
Edward Hervey authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegaudioresample.c: (gst_ffmpegaudioresample_class_init), (gst_ffmpegaudioresample_init), (gst_ffmpegaudioresample_transform_caps), (gst_ffmpegaudioresample_transform_size), (gst_ffmpegaudioresample_get_unit_size), (gst_ffmpegaudioresample_set_caps), (gst_ffmpegaudioresample_transform): small gst-indent run.
-
Edward Hervey authored
Original commit message from CVS: * gst-libs/ext/Makefile.am: Use 'make clean' and not 'make dist-clean' for local cleanups. Fixes #519235
-
- May 07, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_setcaps), (gst_ffmpegdec_register): Previous commit in fact broke playback for standard wmv3. Instead make both ffdec_vc1 and ffdec_wmv3 accept any wmv3 variant and figure out the proper codecid when opening the ffmpeg decoder.
-
Edward Hervey authored
ext/ffmpeg/gstffmpegdec.c: Bump the priority of VC1 decoder so that it goes before the WMV3 decoder. This allows prop... Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_setcaps), (gst_ffmpegdec_video_frame), (gst_ffmpegdec_register): Bump the priority of VC1 decoder so that it goes before the WMV3 decoder. This allows proper auto-pluggin with decodebin/playbin. Fixes #531857
-
- May 06, 2008
-
-
Original commit message from CVS: Patch by: Gabriel Bouvigne <bouvigne at mp3-tech dot org> * ext/libpostproc/gstpostproc.c: Support for non-I420 colorspaces in postproc Fixes #496127
-
- Apr 21, 2008
-
-
Edward Hervey authored
Original commit message from CVS: ChangeLog surgery, forgot to mention which bug it fixed
-
Original commit message from CVS: Patch by: Dejan Sakelšak <sakdean at gmail dot com> * autogen.sh: Check for Subversion presence.
-
- Apr 19, 2008
-
-
Sebastian Dröge authored
ext/ffmpeg/: Add support for MusePack StreamVersion 7 and disable the StreamVersion 8 typefinder. Fixes bug #510745. Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_formatid_to_caps), (gst_ffmpeg_caps_to_codecid), (gst_ffmpeg_get_codecid_longname): * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register): Add support for MusePack StreamVersion 7 and disable the StreamVersion 8 typefinder. Fixes bug #510745.
-
Sebastian Dröge authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps), (gst_ffmpeg_caps_with_codecid), (gst_ffmpeg_formatid_to_caps), (gst_ffmpeg_caps_to_codecid), (gst_ffmpeg_get_codecid_longname): * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_register): Add support for Monkey's Audio (APE). Fixes bug #518033.
-
- Apr 15, 2008
-
-
Andy Wingo Wingo authored
configure.ac (FFMPEG_SOURCE): Enable PIC code using what ffmpeg wants us to tell it, --enable-shared. Works for me on... Original commit message from CVS: 2008-04-15 Andy Wingo <wingo@pobox.com> * configure.ac (FFMPEG_SOURCE): Enable PIC code using what ffmpeg wants us to tell it, --enable-shared. Works for me on mac os 10.5 and on x86-64 rawhide.
-
Andy Wingo Wingo authored
Original commit message from CVS: (gst_post_proc_transform_ip): Revert my patch, it was the badness.
-
Andy Wingo Wingo authored
Original commit message from CVS: (gst_post_proc_transform_ip): Revert my patch, it was the badness.
-
Andy Wingo Wingo authored
ext/libpostproc/gstpostproc.c (gst_post_proc_transform_ip): Fix some mistyping when calling pp_postprocess. Original commit message from CVS: 2008-04-15 Andy Wingo <wingo@pobox.com> * ext/libpostproc/gstpostproc.c (gst_post_proc_transform_ip): Fix some mistyping when calling pp_postprocess.
-
- Apr 14, 2008
-
-
Andy Wingo Wingo authored
Because ffmpeg checks out libswscale via an svn:externals, checking out an old ffmpeg does not check out a correspond... Original commit message from CVS: 2008-04-14 Andy Wingo <wingo@pobox.com> * autogen.sh: * ffmpegrev (FFMPEG_EXTERNALS_UPDATE): Because ffmpeg checks out libswscale via an svn:externals, checking out an old ffmpeg does not check out a corresponding libswscale. Keep the swscale checkout manually synchronized, then. Update this when you update FFMPEG_REVISION.
-
- Apr 06, 2008
-
-
Original commit message from CVS: Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> * configure.ac: Actually build dlls when cross-compiling with mingw32. Fixes bug #526247.
-
- Apr 03, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * ffmpegrev: Bump upstream ffmpeg revision to todays * configure.ac: Fix configure for build modification in upstream * ext/libpostproc/gstpostproc.c: (gst_post_proc_transform_ip): Fix build for modifications in upstream
-
- Mar 18, 2008
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2008-03-18 Andy Wingo <wingo@pobox.com> * ext/ffmpeg/gstffmpegdec.c (gst_ffmpegdec_sink_event): Only drain if we've already set up a codec.
-
- Mar 17, 2008
-
-
Andy Wingo Wingo authored
Original commit message from CVS: 2008-03-17 Andy Wingo <wingo@pobox.com> * ext/ffmpeg/Makefile.am (libgstffmpeg_la_LIBADD): Re-add -lz explicitly here. * configure.ac: Remove -lz from FFMPEG_LIBS, because FFMPEG_LIBS are used in the Makefile.am as a DEPENDENCIES target, and -lz is not a target. Also in a blahriffic turn of events, MMX and Altivec code on MacOS 10.5 produces non-PIC code. Turn them off on macos.
-
- Mar 11, 2008
-
-
Wim Taymans authored
ext/ffmpeg/gstffmpegdec.c: When we receive a newsegment event, we must drain any pending frames because they belong t... Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_sink_event): When we receive a newsegment event, we must drain any pending frames because they belong to the previous segment. This fixes some cases of very large timestamps when doing segment seeks.
-
- Mar 06, 2008
-
-
Wim Taymans authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_open), (get_output_buffer), (gst_ffmpegdec_video_frame), (gst_ffmpegdec_chain): Work around an ffmpeg bug where it always returns 0 timestamps.
-
Michael Smith authored
ext/ffmpeg/gstffmpegcodecmap.c: Fix masks for RGBA32 caps. Fixes colours when decoding using ffdec_qtrle. Follows an ... Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_pixfmt_to_caps): Fix masks for RGBA32 caps. Fixes colours when decoding using ffdec_qtrle. Follows an identical fix in the ffmpegcolorspace copy of this code (revision 1.29).
-
- Mar 05, 2008
-
-
Wim Taymans authored
ext/ffmpeg/gstffmpegdec.c: Detect DTS or PTS as timestamps. This is done by tracking frame reordering on the output a... Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_class_init), (gst_ffmpegdec_setcaps), (check_keyframe), (gst_ffmpegdec_video_frame), (gst_ffmpegdec_sink_event), (gst_ffmpegdec_set_property): Detect DTS or PTS as timestamps. This is done by tracking frame reordering on the output and making sure that timestamps don't go backwards. Fixes #482660.
-
- Feb 11, 2008
-
-
Original commit message from CVS: Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_class_init), (gst_ffmpegdec_init), (gst_ffmpegdec_setcaps), (gst_ffmpegdec_set_property), (gst_ffmpegdec_get_property): Add property for controlling of motion vectors. Fixes #515811. API: GstFFMpegDec::debug-mv
-
- Feb 08, 2008
-
-
Edward Hervey authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop): Don't try handling a buffer if downstream allocation failed. Avoids crashes and Fixes #515205
-
- Jan 29, 2008
-
-
Wim Taymans authored
ext/ffmpeg/gstffmpegdec.c: Don't blindly copy input timestamp to output timestamp but prefer the one attached to the ... Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_video_frame): Don't blindly copy input timestamp to output timestamp but prefer the one attached to the picture when we can. Add new variables for the output timestamp and duration to make the code a little more clear.
-
- Jan 26, 2008
-
-
Sebastian Dröge authored
ext/ffmpeg/gstffmpegdec.c: Initialize hurry_up to 0 to fix "might be used uninitialized" compiler warning. Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_video_frame): Initialize hurry_up to 0 to fix "might be used uninitialized" compiler warning.
-
- Jan 25, 2008
-
-
Wim Taymans authored
ext/ffmpeg/: When doing QoS, don't drop the frame before decoding because we might drop an important reference frame,... Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init), (gst_ffmpegdec_setcaps), (gst_ffmpegdec_video_frame): * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init): When doing QoS, don't drop the frame before decoding because we might drop an important reference frame, just make the decoder hurry_up on this frame.
-
Wim Taymans authored
Original commit message from CVS: * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_get_codecids): Add H263+ to valid 3GP muxing formats. Fixes #511476.
-
- Jan 23, 2008
-
-
Wim Taymans authored
ext/ffmpeg/gstffmpegdec.c: Add padding to input data before feeding it to ffmpeg. Also add option to disable this (al... Original commit message from CVS: * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_class_init), (gst_ffmpegdec_init), (get_output_buffer), (gst_ffmpegdec_chain), (gst_ffmpegdec_change_state), (gst_ffmpegdec_set_property), (gst_ffmpegdec_get_property): Add padding to input data before feeding it to ffmpeg. Also add option to disable this (although it does not seem to cause slowdown).
-