From e984f917fbbc37874f55c6aff3239831cb43d1ec Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 6 Dec 2003 18:11:53 +0000 Subject: reading through Daniel's huge patch was quite tiresome, but it was not worthless: * fixing some lprintf's * fixing one printf -> xprintf * adding patch to diff_to_ffmpeg_cvs * small addition to xineutils.h (some gcc magic for future optimizations) CVS patchset: 5853 CVS date: 2003/12/06 18:11:53 --- src/libffmpeg/diff_to_ffmpeg_cvs.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/libffmpeg') diff --git a/src/libffmpeg/diff_to_ffmpeg_cvs.txt b/src/libffmpeg/diff_to_ffmpeg_cvs.txt index abed38ce8..dc4d9924e 100644 --- a/src/libffmpeg/diff_to_ffmpeg_cvs.txt +++ b/src/libffmpeg/diff_to_ffmpeg_cvs.txt @@ -142,6 +142,17 @@ +#define memcpy(a,b,c) xine_fast_memcpy(a,b,c) + +#endif +--- libavcodec/h263.c 2003-11-16 16:02:21.000000000 +0100 ++++ libavcodec/h263.c 2003-12-06 16:53:35.000000000 +0100 +@@ -5097,7 +5097,7 @@ + /* detect buggy encoders which dont set the low_delay flag (divx4/xvid/opendivx)*/ + // note we cannot detect divx5 without b-frames easyly (allthough its buggy too) + if(s->vo_type==0 && s->vol_control_parameters==0 && s->divx_version==0 && s->picture_number==0){ +- printf("looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag\n"); ++ //printf("looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag\n"); + s->low_delay=1; + } + --- libavcodec/i386/cputest.c 2003-11-01 18:43:19.000000000 +0100 +++ libavcodec/i386/cputest.c 2003-07-02 16:36:41.000000000 +0200 @@ -1,122 +1,13 @@ -- cgit v1.2.3