📄 ffmpeg-svn-wince.patch
字号:
Index: ../ffmpeg/libavcodec/4xm.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/4xm.c,vretrieving revision 1.15diff -u -r1.15 4xm.c--- ../ffmpeg/libavcodec/4xm.c 24 Apr 2005 17:21:07 -0000 1.15+++ ../ffmpeg/libavcodec/4xm.c 27 Nov 2005 16:54:10 -0000@@ -26,9 +26,6 @@ #include "dsputil.h" #include "mpegvideo.h" -//#undef NDEBUG-//#include <assert.h>- #define BLOCK_TYPE_VLC_BITS 5 #define ACDC_VLC_BITS 9 Index: ../ffmpeg/libavcodec/asv1.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/asv1.c,vretrieving revision 1.18diff -u -r1.18 asv1.c--- ../ffmpeg/libavcodec/asv1.c 7 May 2005 19:24:07 -0000 1.18+++ ../ffmpeg/libavcodec/asv1.c 27 Nov 2005 16:54:10 -0000@@ -26,9 +26,6 @@ #include "dsputil.h" #include "mpegvideo.h" -//#undef NDEBUG-//#include <assert.h>- #define VLC_BITS 6 #define ASV2_LEVEL_VLC_BITS 10 Index: ../ffmpeg/libavcodec/cabac.h===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/cabac.h,vretrieving revision 1.11diff -u -r1.11 cabac.h--- ../ffmpeg/libavcodec/cabac.h 29 May 2005 18:18:13 -0000 1.11+++ ../ffmpeg/libavcodec/cabac.h 27 Nov 2005 16:54:10 -0000@@ -26,9 +26,6 @@ */ -#undef NDEBUG-#include <assert.h>- #define CABAC_BITS 8 #define CABAC_MASK ((1<<CABAC_BITS)-1) Index: ../ffmpeg/libavcodec/dv.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dv.c,vretrieving revision 1.65diff -u -r1.65 dv.c--- ../ffmpeg/libavcodec/dv.c 2 Sep 2005 08:30:26 -0000 1.65+++ ../ffmpeg/libavcodec/dv.c 27 Nov 2005 16:54:11 -0000@@ -34,9 +34,6 @@ #include "simple_idct.h" #include "dvdata.h" -//#undef NDEBUG-//#include <assert.h>- typedef struct DVVideoContext { const DVprofile* sys; AVFrame picture;Index: ../ffmpeg/libavcodec/dvdsubenc.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dvdsubenc.c,vretrieving revision 1.1diff -u -r1.1 dvdsubenc.c--- ../ffmpeg/libavcodec/dvdsubenc.c 14 Nov 2005 22:17:29 -0000 1.1+++ ../ffmpeg/libavcodec/dvdsubenc.c 27 Nov 2005 16:54:11 -0000@@ -18,9 +18,6 @@ */ #include "avcodec.h" -#undef NDEBUG-#include <assert.h>- typedef struct DVDSubtitleContext { } DVDSubtitleContext; Index: ../ffmpeg/libavcodec/flac.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/flac.c,vretrieving revision 1.19diff -u -r1.19 flac.c--- ../ffmpeg/libavcodec/flac.c 5 Sep 2005 09:28:46 -0000 1.19+++ ../ffmpeg/libavcodec/flac.c 27 Nov 2005 16:54:12 -0000@@ -37,9 +37,6 @@ #include "bitstream.h" #include "golomb.h" -#undef NDEBUG-#include <assert.h>- #define MAX_CHANNELS 8 #define MAX_BLOCKSIZE 65535 #define FLAC_STREAMINFO_SIZE 34Index: ../ffmpeg/libavcodec/h263.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h263.c,vretrieving revision 1.291diff -u -r1.291 h263.c--- ../ffmpeg/libavcodec/h263.c 19 Sep 2005 12:03:51 -0000 1.291+++ ../ffmpeg/libavcodec/h263.c 27 Nov 2005 16:54:15 -0000@@ -39,9 +39,6 @@ #include "h263data.h" #include "mpeg4data.h" -//#undef NDEBUG-//#include <assert.h>- #define INTRA_MCBPC_VLC_BITS 6 #define INTER_MCBPC_VLC_BITS 7 #define CBPY_VLC_BITS 6Index: ../ffmpeg/libavcodec/h264.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/h264.c,vretrieving revision 1.166diff -u -r1.166 h264.c--- ../ffmpeg/libavcodec/h264.c 10 Nov 2005 04:40:49 -0000 1.166+++ ../ffmpeg/libavcodec/h264.c 27 Nov 2005 16:54:20 -0000@@ -33,9 +33,6 @@ #include "cabac.h" -#undef NDEBUG-#include <assert.h>- #define interlaced_dct interlaced_dct_is_a_bad_name #define mb_intra mb_intra_isnt_initalized_see_mb_type Index: ../ffmpeg/libavcodec/mdec.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mdec.c,vretrieving revision 1.15diff -u -r1.15 mdec.c--- ../ffmpeg/libavcodec/mdec.c 13 Aug 2005 21:34:24 -0000 1.15+++ ../ffmpeg/libavcodec/mdec.c 27 Nov 2005 16:54:21 -0000@@ -29,9 +29,6 @@ #include "dsputil.h" #include "mpegvideo.h" -//#undef NDEBUG-//#include <assert.h>- typedef struct MDECContext{ AVCodecContext *avctx; DSPContext dsp;Index: ../ffmpeg/libavcodec/mjpeg.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mjpeg.c,vretrieving revision 1.114diff -u -r1.114 mjpeg.c--- ../ffmpeg/libavcodec/mjpeg.c 18 Sep 2005 21:21:01 -0000 1.114+++ ../ffmpeg/libavcodec/mjpeg.c 27 Nov 2005 16:54:22 -0000@@ -28,9 +28,6 @@ * MJPEG encoder and decoder. */-//#define DEBUG-#include <assert.h>- #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h"Index: ../ffmpeg/libavcodec/motion_est.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/motion_est.c,vretrieving revision 1.110diff -u -r1.110 motion_est.c--- ../ffmpeg/libavcodec/motion_est.c 26 Aug 2005 19:05:44 -0000 1.110+++ ../ffmpeg/libavcodec/motion_est.c 27 Nov 2005 16:54:23 -0000@@ -33,9 +33,6 @@ #include "dsputil.h" #include "mpegvideo.h" -#undef NDEBUG-#include <assert.h>- #define SQ(a) ((a)*(a)) #define P_LEFT P[1]Index: ../ffmpeg/libavcodec/mpeg12.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mpeg12.c,vretrieving revision 1.243diff -u -r1.243 mpeg12.c--- ../ffmpeg/libavcodec/mpeg12.c 20 Nov 2005 23:09:05 -0000 1.243+++ ../ffmpeg/libavcodec/mpeg12.c 27 Nov 2005 16:54:25 -0000@@ -30,9 +30,6 @@ #include "mpeg12data.h" -//#undef NDEBUG-//#include <assert.h>- /* Start codes. */ #define SEQ_END_CODE 0x000001b7Index: ../ffmpeg/libavcodec/mpegvideo.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/mpegvideo.c,vretrieving revision 1.489diff -u -r1.489 mpegvideo.c--- ../ffmpeg/libavcodec/mpegvideo.c 5 Nov 2005 00:16:03 -0000 1.489+++ ../ffmpeg/libavcodec/mpegvideo.c 27 Nov 2005 16:54:29 -0000@@ -35,9 +35,6 @@ #include "fastmemcpy.h" #endif -//#undef NDEBUG-//#include <assert.h>- #ifdef CONFIG_ENCODERS static void encode_picture(MpegEncContext *s, int picture_number); #endif //CONFIG_ENCODERSIndex: ../ffmpeg/libavcodec/oggvorbis.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/oggvorbis.c,vretrieving revision 1.24diff -u -r1.24 oggvorbis.c--- ../ffmpeg/libavcodec/oggvorbis.c 21 Sep 2005 23:09:16 -0000 1.24+++ ../ffmpeg/libavcodec/oggvorbis.c 27 Nov 2005 16:54:29 -0000@@ -8,9 +8,6 @@ #include "avcodec.h" -#undef NDEBUG-#include <assert.h>- #define OGGVORBIS_FRAME_SIZE 64 #define BUFFER_SIZE (1024*64)Index: ../ffmpeg/libavcodec/qdm2.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/qdm2.c,vretrieving revision 1.2diff -u -r1.2 qdm2.c--- ../ffmpeg/libavcodec/qdm2.c 19 Oct 2005 22:27:34 -0000 1.2+++ ../ffmpeg/libavcodec/qdm2.c 27 Nov 2005 16:54:31 -0000@@ -46,9 +46,6 @@ #include "qdm2data.h" -#undef NDEBUG-#include <assert.h>- #define SOFTCLIP_THRESHOLD 27600 #define HARDCLIP_THRESHOLD 35716Index: ../ffmpeg/libavcodec/ratecontrol.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/ratecontrol.c,vretrieving revision 1.49diff -u -r1.49 ratecontrol.c--- ../ffmpeg/libavcodec/ratecontrol.c 30 Apr 2005 21:43:57 -0000 1.49+++ ../ffmpeg/libavcodec/ratecontrol.c 27 Nov 2005 16:54:32 -0000@@ -27,9 +27,6 @@ #include "dsputil.h" #include "mpegvideo.h" -#undef NDEBUG // allways check asserts, the speed effect is far too small to disable them-#include <assert.h>- #ifndef M_E #define M_E 2.718281828 #endifIndex: ../ffmpeg/libavcodec/shorten.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/shorten.c,vretrieving revision 1.1diff -u -r1.1 shorten.c--- ../ffmpeg/libavcodec/shorten.c 26 Feb 2005 03:36:03 -0000 1.1+++ ../ffmpeg/libavcodec/shorten.c 27 Nov 2005 16:54:32 -0000@@ -24,7 +24,6 @@ * */ -#define DEBUG #include <limits.h> #include "avcodec.h" #include "bitstream.h"@@ -153,7 +152,7 @@ break; default: av_log(s->avctx, AV_LOG_ERROR, "unknown audio type");- abort();+ av_abort(); } for (chan = 0; chan < s->channels; chan++)Index: ../ffmpeg/libavcodec/snow.c===================================================================RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/snow.c,vretrieving revision 1.63diff -u -r1.63 snow.c--- ../ffmpeg/libavcodec/snow.c 21 Sep 2005 23:09:16 -0000 1.63+++ ../ffmpeg/libavcodec/snow.c 27 Nov 2005 16:54:38 -0000@@ -25,9 +25,6 @@ #include "mpegvideo.h" -#undef NDEBUG-#include <assert.h>- #define MAX_DECOMPOSITIONS 8 #define MAX_PLANES 4 #define DWTELEM intIndex: ../ffmpeg/libavcodec/svq1.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -