Ticket #717: ndebug.diff
| File ndebug.diff, 8.6 KB (added by , 20 years ago) |
|---|
-
ffmpeg.c
49 49 #include "version.h" 50 50 #include "cmdutils.h" 51 51 52 #undef NDEBUG53 52 #include <assert.h> 54 53 55 54 #if !defined(INFINITY) && defined(HUGE_VAL) -
libavcodec/dvdsubenc.c
19 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 20 */ 21 21 #include "avcodec.h" 22 23 #undef NDEBUG24 22 #include <assert.h> 25 23 26 24 // ncnt is the nibble counter -
libavcodec/flac.c
40 40 #include "bitstream.h" 41 41 #include "golomb.h" 42 42 #include "crc.h" 43 44 #undef NDEBUG45 43 #include <assert.h> 46 44 47 45 #define MAX_CHANNELS 8 -
libavcodec/motion_est.c
34 34 #include "avcodec.h" 35 35 #include "dsputil.h" 36 36 #include "mpegvideo.h" 37 38 #undef NDEBUG39 37 #include <assert.h> 40 38 41 39 #define SQ(a) ((a)*(a)) -
libavcodec/oggvorbis.c
27 27 #include <vorbis/vorbisenc.h> 28 28 29 29 #include "avcodec.h" 30 31 #undef NDEBUG32 30 #include <assert.h> 33 31 34 32 #define OGGVORBIS_FRAME_SIZE 64 -
libavcodec/ppc/snow_altivec.c
27 27 #include "dsputil_altivec.h" 28 28 #include "../snow.h" 29 29 30 #undef NDEBUG31 30 #include <assert.h> 32 31 33 32 -
libavcodec/qdm2.c
47 47 #include "mpegaudio.h" 48 48 49 49 #include "qdm2data.h" 50 51 #undef NDEBUG52 50 #include <assert.h> 53 51 54 52 -
libavcodec/ratecontrol.c
30 30 #include "ratecontrol.h" 31 31 #include "mpegvideo.h" 32 32 #include "eval.h" 33 34 #undef NDEBUG // allways check asserts, the speed effect is far too small to disable them35 33 #include <assert.h> 36 34 37 35 #ifndef M_E -
libavcodec/snow.c
26 26 #include "rangecoder.h" 27 27 28 28 #include "mpegvideo.h" 29 30 #undef NDEBUG31 29 #include <assert.h> 32 30 33 31 static const int8_t quant3[256]={ -
libavcodec/svq1.c
46 46 #include "dsputil.h" 47 47 #include "mpegvideo.h" 48 48 #include "bswap.h" 49 50 #undef NDEBUG51 49 #include <assert.h> 52 50 53 51 extern const uint8_t mvtab[33][2]; -
libavcodec/vc1.c
32 32 #include "mpegvideo.h" 33 33 #include "vc1data.h" 34 34 #include "vc1acdata.h" 35 36 #undef NDEBUG37 35 #include <assert.h> 38 36 39 37 extern const uint32_t ff_table0_dc_lum[120][2], ff_table1_dc_lum[120][2]; -
libavcodec/vorbis.c
42 42 #define AV_DEBUG(...) 43 43 #endif 44 44 45 #undef NDEBUG46 45 #include <assert.h> 47 46 48 47 typedef struct { -
libavcodec/vorbis_enc.c
29 29 #include "dsputil.h" 30 30 #include "vorbis.h" 31 31 #include "vorbis_enc_data.h" 32 33 #undef NDEBUG34 32 #include <assert.h> 35 33 36 34 typedef struct { -
libavcodec/xvid_rc.c
26 26 #include "xvid_internal.h" 27 27 //#include "dsputil.h" 28 28 #include "mpegvideo.h" 29 30 #undef NDEBUG31 29 #include <assert.h> 32 30 33 31 extern unsigned int xvid_debug; -
libavcodec/xvmcvideo.c
25 25 #include "avcodec.h" 26 26 #include "dsputil.h" 27 27 #include "mpegvideo.h" 28 29 #undef NDEBUG30 28 #include <assert.h> 31 29 32 30 #ifdef USE_FASTMEMCPY -
libavformat/asf-enc.c
21 21 #include "avformat.h" 22 22 #include "riff.h" 23 23 #include "asf.h" 24 25 #undef NDEBUG26 24 #include <assert.h> 27 25 28 26 -
libavformat/asf.c
23 23 #include "mpegaudio.h" 24 24 #include "asf.h" 25 25 #include "common.h" 26 27 #undef NDEBUG28 26 #include <assert.h> 29 27 30 28 #define FRAME_HEADER_SIZE 17 -
libavformat/avidec.c
22 22 #include "avi.h" 23 23 #include "dv.h" 24 24 #include "riff.h" 25 26 #undef NDEBUG27 25 #include <assert.h> 28 26 29 27 //#define DEBUG -
libavformat/flvenc.c
21 21 #include "avformat.h" 22 22 #include "flv.h" 23 23 #include "riff.h" 24 25 #undef NDEBUG26 24 #include <assert.h> 27 25 28 26 static const CodecTag flv_video_codec_ids[] = { -
libavformat/mov.c
61 61 */ 62 62 63 63 #include "qtpalette.h" 64 65 66 #undef NDEBUG67 64 #include <assert.h> 68 65 69 66 static const CodecTag mov_video_tags[] = { -
libavformat/movenc.c
23 23 #include "riff.h" 24 24 #include "avio.h" 25 25 #include "isom.h" 26 27 #undef NDEBUG28 26 #include <assert.h> 29 27 30 28 #define MOV_INDEX_CLUSTER_SIZE 16384 -
libavformat/mpeg.c
25 25 #define MAX_PAYLOAD_SIZE 4096 26 26 //#define DEBUG_SEEK 27 27 28 #undef NDEBUG29 28 #include <assert.h> 30 29 31 30 typedef struct PacketDesc { -
libavformat/nut.c
37 37 #include "mpegaudio.h" 38 38 #include "riff.h" 39 39 #include "adler32.h" 40 41 #undef NDEBUG42 40 #include <assert.h> 43 41 44 42 //#define TRACE -
libavformat/nutdec.c
23 23 24 24 #include "tree.h" 25 25 #include "nut.h" 26 27 #undef NDEBUG28 26 #include <assert.h> 29 27 30 28 static uint64_t get_v(ByteIOContext *bc){ -
libavformat/ogg.c
28 28 29 29 #include "avformat.h" 30 30 31 #undef NDEBUG32 31 #include <assert.h> 33 32 34 33 #define DECODER_BUFFER_SIZE 4096 -
libavformat/swf.c
55 55 #define VIDEO_ID 0 56 56 #define SHAPE_ID 1 57 57 58 #undef NDEBUG59 58 #include <assert.h> 60 59 61 60 typedef struct { -
libavformat/utils.c
21 21 #include "avformat.h" 22 22 #include "allformats.h" 23 23 #include "opt.h" 24 25 #undef NDEBUG26 24 #include <assert.h> 27 25 28 26 /**
