OSDN Git Service

6c33373143c367be821d9f913681d029ea47d031
[coroid/libav_saccubus.git] / libavcodec / avcodec.h
1 #ifndef AVCODEC_H
2 #define AVCODEC_H
3
4 /**
5  * @file avcodec.h
6  * external api header.
7  */
8
9
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13
14 #include "avutil.h"
15 #include <sys/types.h> /* size_t */
16
17 //FIXME the following 2 really dont belong in here
18 #define FFMPEG_VERSION_INT      0x000409
19 #define FFMPEG_VERSION          "CVS"
20
21 #define AV_STRINGIFY(s)         AV_TOSTRING(s)
22 #define AV_TOSTRING(s) #s
23
24 #define LIBAVCODEC_VERSION_INT  ((51<<16)+(7<<8)+0)
25 #define LIBAVCODEC_VERSION      51.7.0
26 #define LIBAVCODEC_BUILD        LIBAVCODEC_VERSION_INT
27
28 #define LIBAVCODEC_IDENT        "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
29
30 #define AV_NOPTS_VALUE          int64_t_C(0x8000000000000000)
31 #define AV_TIME_BASE            1000000
32 #define AV_TIME_BASE_Q          (AVRational){1, AV_TIME_BASE}
33
34 enum CodecID {
35     CODEC_ID_NONE,
36     CODEC_ID_MPEG1VIDEO,
37     CODEC_ID_MPEG2VIDEO, /* prefered ID for MPEG Video 1 or 2 decoding */
38     CODEC_ID_MPEG2VIDEO_XVMC,
39     CODEC_ID_H261,
40     CODEC_ID_H263,
41     CODEC_ID_RV10,
42     CODEC_ID_RV20,
43     CODEC_ID_MJPEG,
44     CODEC_ID_MJPEGB,
45     CODEC_ID_LJPEG,
46     CODEC_ID_SP5X,
47     CODEC_ID_JPEGLS,
48     CODEC_ID_MPEG4,
49     CODEC_ID_RAWVIDEO,
50     CODEC_ID_MSMPEG4V1,
51     CODEC_ID_MSMPEG4V2,
52     CODEC_ID_MSMPEG4V3,
53     CODEC_ID_WMV1,
54     CODEC_ID_WMV2,
55     CODEC_ID_H263P,
56     CODEC_ID_H263I,
57     CODEC_ID_FLV1,
58     CODEC_ID_SVQ1,
59     CODEC_ID_SVQ3,
60     CODEC_ID_DVVIDEO,
61     CODEC_ID_HUFFYUV,
62     CODEC_ID_CYUV,
63     CODEC_ID_H264,
64     CODEC_ID_INDEO3,
65     CODEC_ID_VP3,
66     CODEC_ID_THEORA,
67     CODEC_ID_ASV1,
68     CODEC_ID_ASV2,
69     CODEC_ID_FFV1,
70     CODEC_ID_4XM,
71     CODEC_ID_VCR1,
72     CODEC_ID_CLJR,
73     CODEC_ID_MDEC,
74     CODEC_ID_ROQ,
75     CODEC_ID_INTERPLAY_VIDEO,
76     CODEC_ID_XAN_WC3,
77     CODEC_ID_XAN_WC4,
78     CODEC_ID_RPZA,
79     CODEC_ID_CINEPAK,
80     CODEC_ID_WS_VQA,
81     CODEC_ID_MSRLE,
82     CODEC_ID_MSVIDEO1,
83     CODEC_ID_IDCIN,
84     CODEC_ID_8BPS,
85     CODEC_ID_SMC,
86     CODEC_ID_FLIC,
87     CODEC_ID_TRUEMOTION1,
88     CODEC_ID_VMDVIDEO,
89     CODEC_ID_MSZH,
90     CODEC_ID_ZLIB,
91     CODEC_ID_QTRLE,
92     CODEC_ID_SNOW,
93     CODEC_ID_TSCC,
94     CODEC_ID_ULTI,
95     CODEC_ID_QDRAW,
96     CODEC_ID_VIXL,
97     CODEC_ID_QPEG,
98     CODEC_ID_XVID,
99     CODEC_ID_PNG,
100     CODEC_ID_PPM,
101     CODEC_ID_PBM,
102     CODEC_ID_PGM,
103     CODEC_ID_PGMYUV,
104     CODEC_ID_PAM,
105     CODEC_ID_FFVHUFF,
106     CODEC_ID_RV30,
107     CODEC_ID_RV40,
108     CODEC_ID_VC9,
109     CODEC_ID_WMV3,
110     CODEC_ID_LOCO,
111     CODEC_ID_WNV1,
112     CODEC_ID_AASC,
113     CODEC_ID_INDEO2,
114     CODEC_ID_FRAPS,
115     CODEC_ID_TRUEMOTION2,
116     CODEC_ID_BMP,
117     CODEC_ID_CSCD,
118     CODEC_ID_MMVIDEO,
119     CODEC_ID_ZMBV,
120     CODEC_ID_AVS,
121
122     /* various pcm "codecs" */
123     CODEC_ID_PCM_S16LE= 0x10000,
124     CODEC_ID_PCM_S16BE,
125     CODEC_ID_PCM_U16LE,
126     CODEC_ID_PCM_U16BE,
127     CODEC_ID_PCM_S8,
128     CODEC_ID_PCM_U8,
129     CODEC_ID_PCM_MULAW,
130     CODEC_ID_PCM_ALAW,
131     CODEC_ID_PCM_S32LE,
132     CODEC_ID_PCM_S32BE,
133     CODEC_ID_PCM_U32LE,
134     CODEC_ID_PCM_U32BE,
135     CODEC_ID_PCM_S24LE,
136     CODEC_ID_PCM_S24BE,
137     CODEC_ID_PCM_U24LE,
138     CODEC_ID_PCM_U24BE,
139     CODEC_ID_PCM_S24DAUD,
140
141     /* various adpcm codecs */
142     CODEC_ID_ADPCM_IMA_QT= 0x11000,
143     CODEC_ID_ADPCM_IMA_WAV,
144     CODEC_ID_ADPCM_IMA_DK3,
145     CODEC_ID_ADPCM_IMA_DK4,
146     CODEC_ID_ADPCM_IMA_WS,
147     CODEC_ID_ADPCM_IMA_SMJPEG,
148     CODEC_ID_ADPCM_MS,
149     CODEC_ID_ADPCM_4XM,
150     CODEC_ID_ADPCM_XA,
151     CODEC_ID_ADPCM_ADX,
152     CODEC_ID_ADPCM_EA,
153     CODEC_ID_ADPCM_G726,
154     CODEC_ID_ADPCM_CT,
155     CODEC_ID_ADPCM_SWF,
156     CODEC_ID_ADPCM_YAMAHA,
157     CODEC_ID_ADPCM_SBPRO_4,
158     CODEC_ID_ADPCM_SBPRO_3,
159     CODEC_ID_ADPCM_SBPRO_2,
160
161     /* AMR */
162     CODEC_ID_AMR_NB= 0x12000,
163     CODEC_ID_AMR_WB,
164
165     /* RealAudio codecs*/
166     CODEC_ID_RA_144= 0x13000,
167     CODEC_ID_RA_288,
168
169     /* various DPCM codecs */
170     CODEC_ID_ROQ_DPCM= 0x14000,
171     CODEC_ID_INTERPLAY_DPCM,
172     CODEC_ID_XAN_DPCM,
173     CODEC_ID_SOL_DPCM,
174
175     CODEC_ID_MP2= 0x15000,
176     CODEC_ID_MP3, /* prefered ID for MPEG Audio layer 1, 2 or3 decoding */
177     CODEC_ID_AAC,
178     CODEC_ID_MPEG4AAC,
179     CODEC_ID_AC3,
180     CODEC_ID_DTS,
181     CODEC_ID_VORBIS,
182     CODEC_ID_DVAUDIO,
183     CODEC_ID_WMAV1,
184     CODEC_ID_WMAV2,
185     CODEC_ID_MACE3,
186     CODEC_ID_MACE6,
187     CODEC_ID_VMDAUDIO,
188     CODEC_ID_SONIC,
189     CODEC_ID_SONIC_LS,
190     CODEC_ID_FLAC,
191     CODEC_ID_MP3ADU,
192     CODEC_ID_MP3ON4,
193     CODEC_ID_SHORTEN,
194     CODEC_ID_ALAC,
195     CODEC_ID_WESTWOOD_SND1,
196     CODEC_ID_GSM,
197     CODEC_ID_QDM2,
198     CODEC_ID_COOK,
199     CODEC_ID_TRUESPEECH,
200     CODEC_ID_TTA,
201
202     CODEC_ID_OGGTHEORA= 0x16000,
203
204     /* subtitle codecs */
205     CODEC_ID_DVD_SUBTITLE= 0x17000,
206     CODEC_ID_DVB_SUBTITLE,
207
208     CODEC_ID_MPEG2TS= 0x20000, /* _FAKE_ codec to indicate a raw MPEG2 transport
209                          stream (only used by libavformat) */
210 };
211
212 /* CODEC_ID_MP3LAME is absolete */
213 #define CODEC_ID_MP3LAME CODEC_ID_MP3
214
215 enum CodecType {
216     CODEC_TYPE_UNKNOWN = -1,
217     CODEC_TYPE_VIDEO,
218     CODEC_TYPE_AUDIO,
219     CODEC_TYPE_DATA,
220     CODEC_TYPE_SUBTITLE,
221 };
222
223 /**
224  * Pixel format. Notes:
225  *
226  * PIX_FMT_RGBA32 is handled in an endian-specific manner. A RGBA
227  * color is put together as:
228  *  (A << 24) | (R << 16) | (G << 8) | B
229  * This is stored as BGRA on little endian CPU architectures and ARGB on
230  * big endian CPUs.
231  *
232  * When the pixel format is palettized RGB (PIX_FMT_PAL8), the palettized
233  * image data is stored in AVFrame.data[0]. The palette is transported in
234  * AVFrame.data[1] and, is 1024 bytes long (256 4-byte entries) and is
235  * formatted the same as in PIX_FMT_RGBA32 described above (i.e., it is
236  * also endian-specific). Note also that the individual RGB palette
237  * components stored in AVFrame.data[1] should be in the range 0..255.
238  * This is important as many custom PAL8 video codecs that were designed
239  * to run on the IBM VGA graphics adapter use 6-bit palette components.
240  */
241 enum PixelFormat {
242     PIX_FMT_NONE= -1,
243     PIX_FMT_YUV420P,   ///< Planar YUV 4:2:0 (1 Cr & Cb sample per 2x2 Y samples)
244     PIX_FMT_YUV422,    ///< Packed pixel, Y0 Cb Y1 Cr
245     PIX_FMT_RGB24,     ///< Packed pixel, 3 bytes per pixel, RGBRGB...
246     PIX_FMT_BGR24,     ///< Packed pixel, 3 bytes per pixel, BGRBGR...
247     PIX_FMT_YUV422P,   ///< Planar YUV 4:2:2 (1 Cr & Cb sample per 2x1 Y samples)
248     PIX_FMT_YUV444P,   ///< Planar YUV 4:4:4 (1 Cr & Cb sample per 1x1 Y samples)
249     PIX_FMT_RGBA32,    ///< Packed pixel, 4 bytes per pixel, BGRABGRA..., stored in cpu endianness
250     PIX_FMT_YUV410P,   ///< Planar YUV 4:1:0 (1 Cr & Cb sample per 4x4 Y samples)
251     PIX_FMT_YUV411P,   ///< Planar YUV 4:1:1 (1 Cr & Cb sample per 4x1 Y samples)
252     PIX_FMT_RGB565,    ///< always stored in cpu endianness
253     PIX_FMT_RGB555,    ///< always stored in cpu endianness, most significant bit to 1
254     PIX_FMT_GRAY8,
255     PIX_FMT_MONOWHITE, ///< 0 is white
256     PIX_FMT_MONOBLACK, ///< 0 is black
257     PIX_FMT_PAL8,      ///< 8 bit with RGBA palette
258     PIX_FMT_YUVJ420P,  ///< Planar YUV 4:2:0 full scale (jpeg)
259     PIX_FMT_YUVJ422P,  ///< Planar YUV 4:2:2 full scale (jpeg)
260     PIX_FMT_YUVJ444P,  ///< Planar YUV 4:4:4 full scale (jpeg)
261     PIX_FMT_XVMC_MPEG2_MC,///< XVideo Motion Acceleration via common packet passing(xvmc_render.h)
262     PIX_FMT_XVMC_MPEG2_IDCT,
263     PIX_FMT_UYVY422,   ///< Packed pixel, Cb Y0 Cr Y1
264     PIX_FMT_UYVY411,   ///< Packed pixel, Cb Y0 Y1 Cr Y2 Y3
265     PIX_FMT_NB,
266 };
267
268 /* currently unused, may be used if 24/32 bits samples ever supported */
269 /* all in native endian */
270 enum SampleFormat {
271     SAMPLT_FMT_NONE = -1,
272     SAMPLE_FMT_U8,              ///< unsigned 8 bits
273     SAMPLE_FMT_S16,             ///< signed 16 bits
274     SAMPLE_FMT_S24,             ///< signed 24 bits
275     SAMPLE_FMT_S32,             ///< signed 32 bits
276     SAMPLE_FMT_FLT,             ///< float
277 };
278
279 /* in bytes */
280 #define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio
281
282 /**
283  * Required number of additionally allocated bytes at the end of the input bitstream for decoding.
284  * this is mainly needed because some optimized bitstream readers read
285  * 32 or 64 bit at once and could read over the end<br>
286  * Note, if the first 23 bits of the additional bytes are not 0 then damaged
287  * MPEG bitstreams could cause overread and segfault
288  */
289 #define FF_INPUT_BUFFER_PADDING_SIZE 8
290
291 /**
292  * minimum encoding buffer size.
293  * used to avoid some checks during header writing
294  */
295 #define FF_MIN_BUFFER_SIZE 16384
296
297 /* motion estimation type, EPZS by default */
298 enum Motion_Est_ID {
299     ME_ZERO = 1,
300     ME_FULL,
301     ME_LOG,
302     ME_PHODS,
303     ME_EPZS,
304     ME_X1,
305     ME_HEX,
306     ME_UMH,
307     ME_ITER,
308 };
309
310 enum AVDiscard{
311 //we leave some space between them for extensions (drop some keyframes for intra only or drop just some bidir frames)
312     AVDISCARD_NONE   =-16, ///< discard nothing
313     AVDISCARD_DEFAULT=  0, ///< discard useless packets like 0 size packets in avi
314     AVDISCARD_NONREF =  8, ///< discard all non reference
315     AVDISCARD_BIDIR  = 16, ///< discard all bidirectional frames
316     AVDISCARD_NONKEY = 32, ///< discard all frames except keyframes
317     AVDISCARD_ALL    = 48, ///< discard all
318 };
319
320 typedef struct RcOverride{
321     int start_frame;
322     int end_frame;
323     int qscale; // if this is 0 then quality_factor will be used instead
324     float quality_factor;
325 } RcOverride;
326
327 /* only for ME compatiblity with old apps */
328 extern int motion_estimation_method;
329
330 #define FF_MAX_B_FRAMES 16
331
332 /* encoding support
333    these flags can be passed in AVCodecContext.flags before initing
334    Note: not everything is supported yet.
335 */
336
337 #define CODEC_FLAG_QSCALE 0x0002  ///< use fixed qscale
338 #define CODEC_FLAG_4MV    0x0004  ///< 4 MV per MB allowed / Advanced prediction for H263
339 #define CODEC_FLAG_QPEL   0x0010  ///< use qpel MC
340 #define CODEC_FLAG_GMC    0x0020  ///< use GMC
341 #define CODEC_FLAG_MV0    0x0040  ///< always try a MB with MV=<0,0>
342 #define CODEC_FLAG_PART   0x0080  ///< use data partitioning
343 /* parent program gurantees that the input for b-frame containing streams is not written to
344    for at least s->max_b_frames+1 frames, if this is not set than the input will be copied */
345 #define CODEC_FLAG_INPUT_PRESERVED 0x0100
346 #define CODEC_FLAG_PASS1 0x0200   ///< use internal 2pass ratecontrol in first  pass mode
347 #define CODEC_FLAG_PASS2 0x0400   ///< use internal 2pass ratecontrol in second pass mode
348 #define CODEC_FLAG_EXTERN_HUFF 0x1000 ///< use external huffman table (for mjpeg)
349 #define CODEC_FLAG_GRAY  0x2000   ///< only decode/encode grayscale
350 #define CODEC_FLAG_EMU_EDGE 0x4000///< don't draw edges
351 #define CODEC_FLAG_PSNR           0x8000 ///< error[?] variables will be set during encoding
352 #define CODEC_FLAG_TRUNCATED  0x00010000 /** input bitstream might be truncated at a random location instead
353                                             of only at frame boundaries */
354 #define CODEC_FLAG_NORMALIZE_AQP  0x00020000 ///< normalize adaptive quantization
355 #define CODEC_FLAG_INTERLACED_DCT 0x00040000 ///< use interlaced dct
356 #define CODEC_FLAG_LOW_DELAY      0x00080000 ///< force low delay
357 #define CODEC_FLAG_ALT_SCAN       0x00100000 ///< use alternate scan
358 #define CODEC_FLAG_TRELLIS_QUANT  0x00200000 ///< use trellis quantization
359 #define CODEC_FLAG_GLOBAL_HEADER  0x00400000 ///< place global headers in extradata instead of every keyframe
360 #define CODEC_FLAG_BITEXACT       0x00800000 ///< use only bitexact stuff (except (i)dct)
361 /* Fx : Flag for h263+ extra options */
362 #define CODEC_FLAG_H263P_AIC      0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction (remove this)
363 #define CODEC_FLAG_AC_PRED        0x01000000 ///< H263 Advanced intra coding / MPEG4 AC prediction
364 #define CODEC_FLAG_H263P_UMV      0x02000000 ///< Unlimited motion vector
365 #define CODEC_FLAG_CBP_RD         0x04000000 ///< use rate distortion optimization for cbp
366 #define CODEC_FLAG_QP_RD          0x08000000 ///< use rate distortion optimization for qp selectioon
367 #define CODEC_FLAG_H263P_AIV      0x00000008 ///< H263 Alternative inter vlc
368 #define CODEC_FLAG_OBMC           0x00000001 ///< OBMC
369 #define CODEC_FLAG_LOOP_FILTER    0x00000800 ///< loop filter
370 #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000
371 #define CODEC_FLAG_INTERLACED_ME  0x20000000 ///< interlaced motion estimation
372 #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< will reserve space for SVCD scan offset user data
373 #define CODEC_FLAG_CLOSED_GOP     0x80000000
374 #define CODEC_FLAG2_FAST          0x00000001 ///< allow non spec compliant speedup tricks
375 #define CODEC_FLAG2_STRICT_GOP    0x00000002 ///< strictly enforce GOP size
376 #define CODEC_FLAG2_NO_OUTPUT     0x00000004 ///< skip bitstream encoding
377 #define CODEC_FLAG2_LOCAL_HEADER  0x00000008 ///< place global headers at every keyframe instead of in extradata
378 #define CODEC_FLAG2_BPYRAMID      0x00000010 ///< H.264 allow b-frames to be used as references
379 #define CODEC_FLAG2_WPRED         0x00000020 ///< H.264 weighted biprediction for b-frames
380 #define CODEC_FLAG2_MIXED_REFS    0x00000040 ///< H.264 multiple references per partition
381 #define CODEC_FLAG2_8X8DCT        0x00000080 ///< H.264 high profile 8x8 transform
382 #define CODEC_FLAG2_FASTPSKIP     0x00000100 ///< H.264 fast pskip
383 #define CODEC_FLAG2_AUD           0x00000200 ///< H.264 access unit delimiters
384 #define CODEC_FLAG2_BRDO          0x00000400 ///< b-frame rate-distortion optimization
385
386 /* Unsupported options :
387  *              Syntax Arithmetic coding (SAC)
388  *              Reference Picture Selection
389  *              Independant Segment Decoding */
390 /* /Fx */
391 /* codec capabilities */
392
393 #define CODEC_CAP_DRAW_HORIZ_BAND 0x0001 ///< decoder can use draw_horiz_band callback
394 /**
395  * Codec uses get_buffer() for allocating buffers.
396  * direct rendering method 1
397  */
398 #define CODEC_CAP_DR1             0x0002
399 /* if 'parse_only' field is true, then avcodec_parse_frame() can be
400    used */
401 #define CODEC_CAP_PARSE_ONLY      0x0004
402 #define CODEC_CAP_TRUNCATED       0x0008
403 /* codec can export data for HW decoding (XvMC) */
404 #define CODEC_CAP_HWACCEL         0x0010
405 /**
406  * codec has a non zero delay and needs to be feeded with NULL at the end to get the delayed data.
407  * if this is not set, the codec is guranteed to never be feeded with NULL data
408  */
409 #define CODEC_CAP_DELAY           0x0020
410
411 //the following defines may change, don't expect compatibility if you use them
412 #define MB_TYPE_INTRA4x4   0x0001
413 #define MB_TYPE_INTRA16x16 0x0002 //FIXME h264 specific
414 #define MB_TYPE_INTRA_PCM  0x0004 //FIXME h264 specific
415 #define MB_TYPE_16x16      0x0008
416 #define MB_TYPE_16x8       0x0010
417 #define MB_TYPE_8x16       0x0020
418 #define MB_TYPE_8x8        0x0040
419 #define MB_TYPE_INTERLACED 0x0080
420 #define MB_TYPE_DIRECT2     0x0100 //FIXME
421 #define MB_TYPE_ACPRED     0x0200
422 #define MB_TYPE_GMC        0x0400
423 #define MB_TYPE_SKIP       0x0800
424 #define MB_TYPE_P0L0       0x1000
425 #define MB_TYPE_P1L0       0x2000
426 #define MB_TYPE_P0L1       0x4000
427 #define MB_TYPE_P1L1       0x8000
428 #define MB_TYPE_L0         (MB_TYPE_P0L0 | MB_TYPE_P1L0)
429 #define MB_TYPE_L1         (MB_TYPE_P0L1 | MB_TYPE_P1L1)
430 #define MB_TYPE_L0L1       (MB_TYPE_L0   | MB_TYPE_L1)
431 #define MB_TYPE_QUANT      0x00010000
432 #define MB_TYPE_CBP        0x00020000
433 //Note bits 24-31 are reserved for codec specific use (h264 ref0, mpeg1 0mv, ...)
434
435 /**
436  * Pan Scan area.
437  * this specifies the area which should be displayed. Note there may be multiple such areas for one frame
438  */
439 typedef struct AVPanScan{
440     /**
441      * id.
442      * - encoding: set by user.
443      * - decoding: set by lavc
444      */
445     int id;
446
447     /**
448      * width and height in 1/16 pel
449      * - encoding: set by user.
450      * - decoding: set by lavc
451      */
452     int width;
453     int height;
454
455     /**
456      * position of the top left corner in 1/16 pel for up to 3 fields/frames.
457      * - encoding: set by user.
458      * - decoding: set by lavc
459      */
460     int16_t position[3][2];
461 }AVPanScan;
462
463 #define FF_COMMON_FRAME \
464     /**\
465      * pointer to the picture planes.\
466      * this might be different from the first allocated byte\
467      * - encoding: \
468      * - decoding: \
469      */\
470     uint8_t *data[4];\
471     int linesize[4];\
472     /**\
473      * pointer to the first allocated byte of the picture. can be used in get_buffer/release_buffer\
474      * this isn't used by lavc unless the default get/release_buffer() is used\
475      * - encoding: \
476      * - decoding: \
477      */\
478     uint8_t *base[4];\
479     /**\
480      * 1 -> keyframe, 0-> not\
481      * - encoding: set by lavc\
482      * - decoding: set by lavc\
483      */\
484     int key_frame;\
485 \
486     /**\
487      * picture type of the frame, see ?_TYPE below.\
488      * - encoding: set by lavc for coded_picture (and set by user for input)\
489      * - decoding: set by lavc\
490      */\
491     int pict_type;\
492 \
493     /**\
494      * presentation timestamp in time_base units (time when frame should be shown to user)\
495      * if AV_NOPTS_VALUE then frame_rate = 1/time_base will be assumed\
496      * - encoding: MUST be set by user\
497      * - decoding: set by lavc\
498      */\
499     int64_t pts;\
500 \
501     /**\
502      * picture number in bitstream order.\
503      * - encoding: set by\
504      * - decoding: set by lavc\
505      */\
506     int coded_picture_number;\
507     /**\
508      * picture number in display order.\
509      * - encoding: set by\
510      * - decoding: set by lavc\
511      */\
512     int display_picture_number;\
513 \
514     /**\
515      * quality (between 1 (good) and FF_LAMBDA_MAX (bad)) \
516      * - encoding: set by lavc for coded_picture (and set by user for input)\
517      * - decoding: set by lavc\
518      */\
519     int quality; \
520 \
521     /**\
522      * buffer age (1->was last buffer and dint change, 2->..., ...).\
523      * set to INT_MAX if the buffer has not been used yet \
524      * - encoding: unused\
525      * - decoding: MUST be set by get_buffer()\
526      */\
527     int age;\
528 \
529     /**\
530      * is this picture used as reference\
531      * - encoding: unused\
532      * - decoding: set by lavc (before get_buffer() call))\
533      */\
534     int reference;\
535 \
536     /**\
537      * QP table\
538      * - encoding: unused\
539      * - decoding: set by lavc\
540      */\
541     int8_t *qscale_table;\
542     /**\
543      * QP store stride\
544      * - encoding: unused\
545      * - decoding: set by lavc\
546      */\
547     int qstride;\
548 \
549     /**\
550      * mbskip_table[mb]>=1 if MB didnt change\
551      * stride= mb_width = (width+15)>>4\
552      * - encoding: unused\
553      * - decoding: set by lavc\
554      */\
555     uint8_t *mbskip_table;\
556 \
557     /**\
558      * Motion vector table.\
559      * @code\
560      * example:\
561      * int mv_sample_log2= 4 - motion_subsample_log2;\
562      * int mb_width= (width+15)>>4;\
563      * int mv_stride= (mb_width << mv_sample_log2) + 1;\
564      * motion_val[direction][x + y*mv_stride][0->mv_x, 1->mv_y];\
565      * @endcode\
566      * - encoding: set by user\
567      * - decoding: set by lavc\
568      */\
569     int16_t (*motion_val[2])[2];\
570 \
571     /**\
572      * Macroblock type table\
573      * mb_type_base + mb_width + 2\
574      * - encoding: set by user\
575      * - decoding: set by lavc\
576      */\
577     uint32_t *mb_type;\
578 \
579     /**\
580      * log2 of the size of the block which a single vector in motion_val represents: \
581      * (4->16x16, 3->8x8, 2-> 4x4, 1-> 2x2)\
582      * - encoding: unused\
583      * - decoding: set by lavc\
584      */\
585     uint8_t motion_subsample_log2;\
586 \
587     /**\
588      * for some private data of the user\
589      * - encoding: unused\
590      * - decoding: set by user\
591      */\
592     void *opaque;\
593 \
594     /**\
595      * error\
596      * - encoding: set by lavc if flags&CODEC_FLAG_PSNR\
597      * - decoding: unused\
598      */\
599     uint64_t error[4];\
600 \
601     /**\
602      * type of the buffer (to keep track of who has to dealloc data[*])\
603      * - encoding: set by the one who allocs it\
604      * - decoding: set by the one who allocs it\
605      * Note: user allocated (direct rendering) & internal buffers can not coexist currently\
606      */\
607     int type;\
608     \
609     /**\
610      * when decoding, this signal how much the picture must be delayed.\
611      * extra_delay = repeat_pict / (2*fps)\
612      * - encoding: unused\
613      * - decoding: set by lavc\
614      */\
615     int repeat_pict;\
616     \
617     /**\
618      * \
619      */\
620     int qscale_type;\
621     \
622     /**\
623      * The content of the picture is interlaced.\
624      * - encoding: set by user\
625      * - decoding: set by lavc (default 0)\
626      */\
627     int interlaced_frame;\
628     \
629     /**\
630      * if the content is interlaced, is top field displayed first.\
631      * - encoding: set by user\
632      * - decoding: set by lavc\
633      */\
634     int top_field_first;\
635     \
636     /**\
637      * Pan scan.\
638      * - encoding: set by user\
639      * - decoding: set by lavc\
640      */\
641     AVPanScan *pan_scan;\
642     \
643     /**\
644      * tell user application that palette has changed from previous frame.\
645      * - encoding: ??? (no palette-enabled encoder yet)\
646      * - decoding: set by lavc (default 0)\
647      */\
648     int palette_has_changed;\
649     \
650     /**\
651      * Codec suggestion on buffer type if != 0\
652      * - encoding: unused\
653      * - decoding: set by lavc (before get_buffer() call))\
654      */\
655     int buffer_hints;\
656 \
657     /**\
658      * DCT coeffitients\
659      * - encoding: unused\
660      * - decoding: set by lavc\
661      */\
662     short *dct_coeff;\
663 \
664     /**\
665      * Motion referece frame index\
666      * - encoding: set by user\
667      * - decoding: set by lavc\
668      */\
669     int8_t *ref_index[2];
670
671 #define FF_QSCALE_TYPE_MPEG1 0
672 #define FF_QSCALE_TYPE_MPEG2 1
673 #define FF_QSCALE_TYPE_H264  2
674
675 #define FF_BUFFER_TYPE_INTERNAL 1
676 #define FF_BUFFER_TYPE_USER     2 ///< Direct rendering buffers (image is (de)allocated by user)
677 #define FF_BUFFER_TYPE_SHARED   4 ///< buffer from somewhere else, don't dealloc image (data/base), all other tables are not shared
678 #define FF_BUFFER_TYPE_COPY     8 ///< just a (modified) copy of some other buffer, don't dealloc anything
679
680
681 #define FF_I_TYPE 1 // Intra
682 #define FF_P_TYPE 2 // Predicted
683 #define FF_B_TYPE 3 // Bi-dir predicted
684 #define FF_S_TYPE 4 // S(GMC)-VOP MPEG4
685 #define FF_SI_TYPE 5
686 #define FF_SP_TYPE 6
687
688 #define FF_BUFFER_HINTS_VALID    0x01 // Buffer hints value is meaningful (if 0 ignore)
689 #define FF_BUFFER_HINTS_READABLE 0x02 // Codec will read from buffer
690 #define FF_BUFFER_HINTS_PRESERVE 0x04 // User must not alter buffer content
691 #define FF_BUFFER_HINTS_REUSABLE 0x08 // Codec will reuse the buffer (update)
692
693 /**
694  * Audio Video Frame.
695  */
696 typedef struct AVFrame {
697     FF_COMMON_FRAME
698 } AVFrame;
699
700 #define DEFAULT_FRAME_RATE_BASE 1001000
701
702 /**
703  * Used by av_log
704  */
705 typedef struct AVCLASS AVClass;
706 struct AVCLASS {
707     const char* class_name;
708     const char* (*item_name)(void*); /* actually passing a pointer to an AVCodecContext
709                                         or AVFormatContext, which begin with an AVClass.
710                                         Needed because av_log is in libavcodec and has no visibility
711                                         of AVIn/OutputFormat */
712     struct AVOption *option;
713 };
714
715 /**
716  * main external api structure.
717  */
718 typedef struct AVCodecContext {
719     /**
720      * Info on struct for av_log
721      * - set by avcodec_alloc_context
722      */
723     AVClass *av_class;
724     /**
725      * the average bitrate.
726      * - encoding: set by user. unused for constant quantizer encoding
727      * - decoding: set by lavc. 0 or some bitrate if this info is available in the stream
728      */
729     int bit_rate;
730
731     /**
732      * number of bits the bitstream is allowed to diverge from the reference.
733      *           the reference can be CBR (for CBR pass1) or VBR (for pass2)
734      * - encoding: set by user. unused for constant quantizer encoding
735      * - decoding: unused
736      */
737     int bit_rate_tolerance;
738
739     /**
740      * CODEC_FLAG_*.
741      * - encoding: set by user.
742      * - decoding: set by user.
743      */
744     int flags;
745
746     /**
747      * some codecs needs additionnal format info. It is stored here
748      * - encoding: set by user.
749      * - decoding: set by lavc. (FIXME is this ok?)
750      */
751     int sub_id;
752
753     /**
754      * motion estimation algorithm used for video coding.
755      * 1 (zero), 2 (full), 3 (log), 4 (phods), 5 (epzs), 6 (x1), 7 (hex),
756      * 8 (umh), 9 (iter) [7, 8 are x264 specific, 9 is snow specific]
757      * - encoding: MUST be set by user.
758      * - decoding: unused
759      */
760     int me_method;
761
762     /**
763      * some codecs need / can use extra-data like huffman tables.
764      * mjpeg: huffman tables
765      * rv10: additional flags
766      * mpeg4: global headers (they can be in the bitstream or here)
767      * the allocated memory should be FF_INPUT_BUFFER_PADDING_SIZE bytes larger
768      * then extradata_size to avoid prolems if its read with the bitstream reader
769      * the bytewise contents of extradata must not depend on the architecture or cpu endianness
770      * - encoding: set/allocated/freed by lavc.
771      * - decoding: set/allocated/freed by user.
772      */
773     void *extradata;
774     int extradata_size;
775
776     /**
777      * this is the fundamental unit of time (in seconds) in terms
778      * of which frame timestamps are represented. for fixed-fps content,
779      * timebase should be 1/framerate and timestamp increments should be
780      * identically 1.
781      * - encoding: MUST be set by user
782      * - decoding: set by lavc.
783      */
784     AVRational time_base;
785
786     /* video only */
787     /**
788      * picture width / height.
789      * - encoding: MUST be set by user.
790      * - decoding: set by lavc.
791      * Note, for compatibility its possible to set this instead of
792      * coded_width/height before decoding
793      */
794     int width, height;
795
796 #define FF_ASPECT_EXTENDED 15
797
798     /**
799      * the number of pictures in a group of pitures, or 0 for intra_only.
800      * - encoding: set by user.
801      * - decoding: unused
802      */
803     int gop_size;
804
805     /**
806      * pixel format, see PIX_FMT_xxx.
807      * - encoding: set by user.
808      * - decoding: set by lavc.
809      */
810     enum PixelFormat pix_fmt;
811
812     /**
813      * Frame rate emulation. If not zero lower layer (i.e. format handler)
814      * has to read frames at native frame rate.
815      * - encoding: set by user.
816      * - decoding: unused.
817      */
818     int rate_emu;
819
820     /**
821      * if non NULL, 'draw_horiz_band' is called by the libavcodec
822      * decoder to draw an horizontal band. It improve cache usage. Not
823      * all codecs can do that. You must check the codec capabilities
824      * before
825      * - encoding: unused
826      * - decoding: set by user.
827      * @param height the height of the slice
828      * @param y the y position of the slice
829      * @param type 1->top field, 2->bottom field, 3->frame
830      * @param offset offset into the AVFrame.data from which the slice should be read
831      */
832     void (*draw_horiz_band)(struct AVCodecContext *s,
833                             const AVFrame *src, int offset[4],
834                             int y, int type, int height);
835
836     /* audio only */
837     int sample_rate; ///< samples per sec
838     int channels;
839
840     /**
841      * audio sample format.
842      * - encoding: set by user.
843      * - decoding: set by lavc.
844      */
845     enum SampleFormat sample_fmt;  ///< sample format, currenly unused
846
847     /* the following data should not be initialized */
848     /**
849      * samples per packet. initialized when calling 'init'
850      */
851     int frame_size;
852     int frame_number;   ///< audio or video frame number
853     int real_pict_num;  ///< returns the real picture number of previous encoded frame
854
855     /**
856      * number of frames the decoded output will be delayed relative to
857      * the encoded input.
858      * - encoding: set by lavc.
859      * - decoding: unused
860      */
861     int delay;
862
863     /* - encoding parameters */
864     float qcompress;  ///< amount of qscale change between easy & hard scenes (0.0-1.0)
865     float qblur;      ///< amount of qscale smoothing over time (0.0-1.0)
866
867     /**
868      * minimum quantizer.
869      * - encoding: set by user.
870      * - decoding: unused
871      */
872     int qmin;
873
874     /**
875      * maximum quantizer.
876      * - encoding: set by user.
877      * - decoding: unused
878      */
879     int qmax;
880
881     /**
882      * maximum quantizer difference etween frames.
883      * - encoding: set by user.
884      * - decoding: unused
885      */
886     int max_qdiff;
887
888     /**
889      * maximum number of b frames between non b frames.
890      * note: the output will be delayed by max_b_frames+1 relative to the input
891      * - encoding: set by user.
892      * - decoding: unused
893      */
894     int max_b_frames;
895
896     /**
897      * qscale factor between ip and b frames.
898      * - encoding: set by user.
899      * - decoding: unused
900      */
901     float b_quant_factor;
902
903     /** obsolete FIXME remove */
904     int rc_strategy;
905 #define FF_RC_STRATEGY_XVID 1
906
907     int b_frame_strategy;
908
909     /**
910      * hurry up amount.
911      * deprecated in favor of skip_idct and skip_frame
912      * - encoding: unused
913      * - decoding: set by user. 1-> skip b frames, 2-> skip idct/dequant too, 5-> skip everything except header
914      */
915     int hurry_up;
916
917     struct AVCodec *codec;
918
919     void *priv_data;
920
921     /* unused, FIXME remove*/
922     int rtp_mode;
923
924     int rtp_payload_size;   /* The size of the RTP payload: the coder will  */
925                             /* do it's best to deliver a chunk with size    */
926                             /* below rtp_payload_size, the chunk will start */
927                             /* with a start code on some codecs like H.263  */
928                             /* This doesn't take account of any particular  */
929                             /* headers inside the transmited RTP payload    */
930
931
932     /* The RTP callback: This function is called   */
933     /* every time the encoder has a packet to send */
934     /* Depends on the encoder if the data starts   */
935     /* with a Start Code (it should) H.263 does.   */
936     /* mb_nb contains the number of macroblocks    */
937     /* encoded in the RTP payload                  */
938     void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
939
940     /* statistics, used for 2-pass encoding */
941     int mv_bits;
942     int header_bits;
943     int i_tex_bits;
944     int p_tex_bits;
945     int i_count;
946     int p_count;
947     int skip_count;
948     int misc_bits;
949
950     /**
951      * number of bits used for the previously encoded frame.
952      * - encoding: set by lavc
953      * - decoding: unused
954      */
955     int frame_bits;
956
957     /**
958      * private data of the user, can be used to carry app specific stuff.
959      * - encoding: set by user
960      * - decoding: set by user
961      */
962     void *opaque;
963
964     char codec_name[32];
965     enum CodecType codec_type; /* see CODEC_TYPE_xxx */
966     enum CodecID codec_id; /* see CODEC_ID_xxx */
967
968     /**
969      * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
970      * this is used to workaround some encoder bugs
971      * - encoding: set by user, if not then the default based on codec_id will be used
972      * - decoding: set by user, will be converted to upper case by lavc during init
973      */
974     unsigned int codec_tag;
975
976     /**
977      * workaround bugs in encoders which sometimes cannot be detected automatically.
978      * - encoding: set by user
979      * - decoding: set by user
980      */
981     int workaround_bugs;
982 #define FF_BUG_AUTODETECT       1  ///< autodetection
983 #define FF_BUG_OLD_MSMPEG4      2
984 #define FF_BUG_XVID_ILACE       4
985 #define FF_BUG_UMP4             8
986 #define FF_BUG_NO_PADDING       16
987 #define FF_BUG_AMV              32
988 #define FF_BUG_AC_VLC           0  ///< will be removed, libavcodec can now handle these non compliant files by default
989 #define FF_BUG_QPEL_CHROMA      64
990 #define FF_BUG_STD_QPEL         128
991 #define FF_BUG_QPEL_CHROMA2     256
992 #define FF_BUG_DIRECT_BLOCKSIZE 512
993 #define FF_BUG_EDGE             1024
994 #define FF_BUG_HPEL_CHROMA      2048
995 #define FF_BUG_DC_CLIP          4096
996 #define FF_BUG_MS               8192 ///< workaround various bugs in microsofts broken decoders
997 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
998
999     /**
1000      * luma single coeff elimination threshold.
1001      * - encoding: set by user
1002      * - decoding: unused
1003      */
1004     int luma_elim_threshold;
1005
1006     /**
1007      * chroma single coeff elimination threshold.
1008      * - encoding: set by user
1009      * - decoding: unused
1010      */
1011     int chroma_elim_threshold;
1012
1013     /**
1014      * strictly follow the std (MPEG4, ...).
1015      * - encoding: set by user
1016      * - decoding: unused
1017      */
1018     int strict_std_compliance;
1019 #define FF_COMPLIANCE_VERY_STRICT   2 ///< strictly conform to a older more strict version of the spec or reference software
1020 #define FF_COMPLIANCE_STRICT        1 ///< strictly conform to all the things in the spec no matter what consequences
1021 #define FF_COMPLIANCE_NORMAL        0
1022 #define FF_COMPLIANCE_INOFFICIAL   -1 ///< allow inofficial extensions
1023 #define FF_COMPLIANCE_EXPERIMENTAL -2 ///< allow non standarized experimental things
1024
1025     /**
1026      * qscale offset between ip and b frames.
1027      * if > 0 then the last p frame quantizer will be used (q= lastp_q*factor+offset)
1028      * if < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset)
1029      * - encoding: set by user.
1030      * - decoding: unused
1031      */
1032     float b_quant_offset;
1033
1034     /**
1035      * error resilience higher values will detect more errors but may missdetect
1036      * some more or less valid parts as errors.
1037      * - encoding: unused
1038      * - decoding: set by user
1039      */
1040     int error_resilience;
1041 #define FF_ER_CAREFUL         1
1042 #define FF_ER_COMPLIANT       2
1043 #define FF_ER_AGGRESSIVE      3
1044 #define FF_ER_VERY_AGGRESSIVE 4
1045
1046     /**
1047      * called at the beginning of each frame to get a buffer for it.
1048      * if pic.reference is set then the frame will be read later by lavc
1049      * avcodec_align_dimensions() should be used to find the required width and
1050      * height, as they normally need to be rounded up to the next multiple of 16
1051      * - encoding: unused
1052      * - decoding: set by lavc, user can override
1053      */
1054     int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
1055
1056     /**
1057      * called to release buffers which where allocated with get_buffer.
1058      * a released buffer can be reused in get_buffer()
1059      * pic.data[*] must be set to NULL
1060      * - encoding: unused
1061      * - decoding: set by lavc, user can override
1062      */
1063     void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
1064
1065     /**
1066      * if 1 the stream has a 1 frame delay during decoding.
1067      * - encoding: set by lavc
1068      * - decoding: set by lavc
1069      */
1070     int has_b_frames;
1071
1072     /**
1073      * number of bytes per packet if constant and known or 0
1074      * used by some WAV based audio codecs
1075      */
1076     int block_align;
1077
1078     int parse_only; /* - decoding only: if true, only parsing is done
1079                        (function avcodec_parse_frame()). The frame
1080                        data is returned. Only MPEG codecs support this now. */
1081
1082     /**
1083      * 0-> h263 quant 1-> mpeg quant.
1084      * - encoding: set by user.
1085      * - decoding: unused
1086      */
1087     int mpeg_quant;
1088
1089     /**
1090      * pass1 encoding statistics output buffer.
1091      * - encoding: set by lavc
1092      * - decoding: unused
1093      */
1094     char *stats_out;
1095
1096     /**
1097      * pass2 encoding statistics input buffer.
1098      * concatenated stuff from stats_out of pass1 should be placed here
1099      * - encoding: allocated/set/freed by user
1100      * - decoding: unused
1101      */
1102     char *stats_in;
1103
1104     /**
1105      * ratecontrol qmin qmax limiting method.
1106      * 0-> clipping, 1-> use a nice continous function to limit qscale wthin qmin/qmax
1107      * - encoding: set by user.
1108      * - decoding: unused
1109      */
1110     float rc_qsquish;
1111
1112     float rc_qmod_amp;
1113     int rc_qmod_freq;
1114
1115     /**
1116      * ratecontrol override, see RcOverride.
1117      * - encoding: allocated/set/freed by user.
1118      * - decoding: unused
1119      */
1120     RcOverride *rc_override;
1121     int rc_override_count;
1122
1123     /**
1124      * rate control equation.
1125      * - encoding: set by user
1126      * - decoding: unused
1127      */
1128     char *rc_eq;
1129
1130     /**
1131      * maximum bitrate.
1132      * - encoding: set by user.
1133      * - decoding: unused
1134      */
1135     int rc_max_rate;
1136
1137     /**
1138      * minimum bitrate.
1139      * - encoding: set by user.
1140      * - decoding: unused
1141      */
1142     int rc_min_rate;
1143
1144     /**
1145      * decoder bitstream buffer size.
1146      * - encoding: set by user.
1147      * - decoding: unused
1148      */
1149     int rc_buffer_size;
1150     float rc_buffer_aggressivity;
1151
1152     /**
1153      * qscale factor between p and i frames.
1154      * if > 0 then the last p frame quantizer will be used (q= lastp_q*factor+offset)
1155      * if < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset)
1156      * - encoding: set by user.
1157      * - decoding: unused
1158      */
1159     float i_quant_factor;
1160
1161     /**
1162      * qscale offset between p and i frames.
1163      * - encoding: set by user.
1164      * - decoding: unused
1165      */
1166     float i_quant_offset;
1167
1168     /**
1169      * initial complexity for pass1 ratecontrol.
1170      * - encoding: set by user.
1171      * - decoding: unused
1172      */
1173     float rc_initial_cplx;
1174
1175     /**
1176      * dct algorithm, see FF_DCT_* below.
1177      * - encoding: set by user
1178      * - decoding: unused
1179      */
1180     int dct_algo;
1181 #define FF_DCT_AUTO    0
1182 #define FF_DCT_FASTINT 1
1183 #define FF_DCT_INT     2
1184 #define FF_DCT_MMX     3
1185 #define FF_DCT_MLIB    4
1186 #define FF_DCT_ALTIVEC 5
1187 #define FF_DCT_FAAN    6
1188
1189     /**
1190      * luminance masking (0-> disabled).
1191      * - encoding: set by user
1192      * - decoding: unused
1193      */
1194     float lumi_masking;
1195
1196     /**
1197      * temporary complexity masking (0-> disabled).
1198      * - encoding: set by user
1199      * - decoding: unused
1200      */
1201     float temporal_cplx_masking;
1202
1203     /**
1204      * spatial complexity masking (0-> disabled).
1205      * - encoding: set by user
1206      * - decoding: unused
1207      */
1208     float spatial_cplx_masking;
1209
1210     /**
1211      * p block masking (0-> disabled).
1212      * - encoding: set by user
1213      * - decoding: unused
1214      */
1215     float p_masking;
1216
1217     /**
1218      * darkness masking (0-> disabled).
1219      * - encoding: set by user
1220      * - decoding: unused
1221      */
1222     float dark_masking;
1223
1224
1225     /* for binary compatibility */
1226     int unused;
1227
1228     /**
1229      * idct algorithm, see FF_IDCT_* below.
1230      * - encoding: set by user
1231      * - decoding: set by user
1232      */
1233     int idct_algo;
1234 #define FF_IDCT_AUTO         0
1235 #define FF_IDCT_INT          1
1236 #define FF_IDCT_SIMPLE       2
1237 #define FF_IDCT_SIMPLEMMX    3
1238 #define FF_IDCT_LIBMPEG2MMX  4
1239 #define FF_IDCT_PS2          5
1240 #define FF_IDCT_MLIB         6
1241 #define FF_IDCT_ARM          7
1242 #define FF_IDCT_ALTIVEC      8
1243 #define FF_IDCT_SH4          9
1244 #define FF_IDCT_SIMPLEARM    10
1245 #define FF_IDCT_H264         11
1246 #define FF_IDCT_VP3          12
1247 #define FF_IDCT_IPP          13
1248 #define FF_IDCT_XVIDMMX      14
1249
1250     /**
1251      * slice count.
1252      * - encoding: set by lavc
1253      * - decoding: set by user (or 0)
1254      */
1255     int slice_count;
1256     /**
1257      * slice offsets in the frame in bytes.
1258      * - encoding: set/allocated by lavc
1259      * - decoding: set/allocated by user (or NULL)
1260      */
1261     int *slice_offset;
1262
1263     /**
1264      * error concealment flags.
1265      * - encoding: unused
1266      * - decoding: set by user
1267      */
1268     int error_concealment;
1269 #define FF_EC_GUESS_MVS   1
1270 #define FF_EC_DEBLOCK     2
1271
1272     /**
1273      * dsp_mask could be add used to disable unwanted CPU features
1274      * CPU features (i.e. MMX, SSE. ...)
1275      *
1276      * with FORCE flag you may instead enable given CPU features
1277      * (Dangerous: usable in case of misdetection, improper usage however will
1278      * result into program crash)
1279      */
1280     unsigned dsp_mask;
1281 #define FF_MM_FORCE    0x80000000 /* force usage of selected flags (OR) */
1282     /* lower 16 bits - CPU features */
1283 #ifdef HAVE_MMX
1284 #define FF_MM_MMX      0x0001 /* standard MMX */
1285 #define FF_MM_3DNOW    0x0004 /* AMD 3DNOW */
1286 #define FF_MM_MMXEXT   0x0002 /* SSE integer functions or AMD MMX ext */
1287 #define FF_MM_SSE      0x0008 /* SSE functions */
1288 #define FF_MM_SSE2     0x0010 /* PIV SSE2 functions */
1289 #define FF_MM_3DNOWEXT 0x0020 /* AMD 3DNowExt */
1290 #endif /* HAVE_MMX */
1291 #ifdef HAVE_IWMMXT
1292 #define FF_MM_IWMMXT   0x0100 /* XScale IWMMXT */
1293 #endif /* HAVE_IWMMXT */
1294
1295     /**
1296      * bits per sample/pixel from the demuxer (needed for huffyuv).
1297      * - encoding: set by lavc
1298      * - decoding: set by user
1299      */
1300      int bits_per_sample;
1301
1302     /**
1303      * prediction method (needed for huffyuv).
1304      * - encoding: set by user
1305      * - decoding: unused
1306      */
1307      int prediction_method;
1308 #define FF_PRED_LEFT   0
1309 #define FF_PRED_PLANE  1
1310 #define FF_PRED_MEDIAN 2
1311
1312     /**
1313      * sample aspect ratio (0 if unknown).
1314      * numerator and denominator must be relative prime and smaller then 256 for some video standards
1315      * - encoding: set by user.
1316      * - decoding: set by lavc.
1317      */
1318     AVRational sample_aspect_ratio;
1319
1320     /**
1321      * the picture in the bitstream.
1322      * - encoding: set by lavc
1323      * - decoding: set by lavc
1324      */
1325     AVFrame *coded_frame;
1326
1327     /**
1328      * debug.
1329      * - encoding: set by user.
1330      * - decoding: set by user.
1331      */
1332     int debug;
1333 #define FF_DEBUG_PICT_INFO 1
1334 #define FF_DEBUG_RC        2
1335 #define FF_DEBUG_BITSTREAM 4
1336 #define FF_DEBUG_MB_TYPE   8
1337 #define FF_DEBUG_QP        16
1338 #define FF_DEBUG_MV        32
1339 #define FF_DEBUG_DCT_COEFF 0x00000040
1340 #define FF_DEBUG_SKIP      0x00000080
1341 #define FF_DEBUG_STARTCODE 0x00000100
1342 #define FF_DEBUG_PTS       0x00000200
1343 #define FF_DEBUG_ER        0x00000400
1344 #define FF_DEBUG_MMCO      0x00000800
1345 #define FF_DEBUG_BUGS      0x00001000
1346 #define FF_DEBUG_VIS_QP    0x00002000
1347 #define FF_DEBUG_VIS_MB_TYPE 0x00004000
1348
1349     /**
1350      * debug.
1351      * - encoding: set by user.
1352      * - decoding: set by user.
1353      */
1354     int debug_mv;
1355 #define FF_DEBUG_VIS_MV_P_FOR  0x00000001 //visualize forward predicted MVs of P frames
1356 #define FF_DEBUG_VIS_MV_B_FOR  0x00000002 //visualize forward predicted MVs of B frames
1357 #define FF_DEBUG_VIS_MV_B_BACK 0x00000004 //visualize backward predicted MVs of B frames
1358
1359     /**
1360      * error.
1361      * - encoding: set by lavc if flags&CODEC_FLAG_PSNR
1362      * - decoding: unused
1363      */
1364     uint64_t error[4];
1365
1366     /**
1367      * minimum MB quantizer.
1368      * - encoding: unused
1369      * - decoding: unused
1370      */
1371     int mb_qmin;
1372
1373     /**
1374      * maximum MB quantizer.
1375      * - encoding: unused
1376      * - decoding: unused
1377      */
1378     int mb_qmax;
1379
1380     /**
1381      * motion estimation compare function.
1382      * - encoding: set by user.
1383      * - decoding: unused
1384      */
1385     int me_cmp;
1386     /**
1387      * subpixel motion estimation compare function.
1388      * - encoding: set by user.
1389      * - decoding: unused
1390      */
1391     int me_sub_cmp;
1392     /**
1393      * macroblock compare function (not supported yet).
1394      * - encoding: set by user.
1395      * - decoding: unused
1396      */
1397     int mb_cmp;
1398     /**
1399      * interlaced dct compare function
1400      * - encoding: set by user.
1401      * - decoding: unused
1402      */
1403     int ildct_cmp;
1404 #define FF_CMP_SAD  0
1405 #define FF_CMP_SSE  1
1406 #define FF_CMP_SATD 2
1407 #define FF_CMP_DCT  3
1408 #define FF_CMP_PSNR 4
1409 #define FF_CMP_BIT  5
1410 #define FF_CMP_RD   6
1411 #define FF_CMP_ZERO 7
1412 #define FF_CMP_VSAD 8
1413 #define FF_CMP_VSSE 9
1414 #define FF_CMP_NSSE 10
1415 #define FF_CMP_W53  11
1416 #define FF_CMP_W97  12
1417 #define FF_CMP_DCTMAX 13
1418 #define FF_CMP_DCT264 14
1419 #define FF_CMP_CHROMA 256
1420
1421     /**
1422      * ME diamond size & shape.
1423      * - encoding: set by user.
1424      * - decoding: unused
1425      */
1426     int dia_size;
1427
1428     /**
1429      * amount of previous MV predictors (2a+1 x 2a+1 square).
1430      * - encoding: set by user.
1431      * - decoding: unused
1432      */
1433     int last_predictor_count;
1434
1435     /**
1436      * pre pass for motion estimation.
1437      * - encoding: set by user.
1438      * - decoding: unused
1439      */
1440     int pre_me;
1441
1442     /**
1443      * motion estimation pre pass compare function.
1444      * - encoding: set by user.
1445      * - decoding: unused
1446      */
1447     int me_pre_cmp;
1448
1449     /**
1450      * ME pre pass diamond size & shape.
1451      * - encoding: set by user.
1452      * - decoding: unused
1453      */
1454     int pre_dia_size;
1455
1456     /**
1457      * subpel ME quality.
1458      * - encoding: set by user.
1459      * - decoding: unused
1460      */
1461     int me_subpel_quality;
1462
1463     /**
1464      * callback to negotiate the pixelFormat.
1465      * @param fmt is the list of formats which are supported by the codec,
1466      * its terminated by -1 as 0 is a valid format, the formats are ordered by quality
1467      * the first is allways the native one
1468      * @return the choosen format
1469      * - encoding: unused
1470      * - decoding: set by user, if not set then the native format will always be choosen
1471      */
1472     enum PixelFormat (*get_format)(struct AVCodecContext *s, const enum PixelFormat * fmt);
1473
1474     /**
1475      * DTG active format information (additionnal aspect ratio
1476      * information only used in DVB MPEG2 transport streams). 0 if
1477      * not set.
1478      *
1479      * - encoding: unused.
1480      * - decoding: set by decoder
1481      */
1482     int dtg_active_format;
1483 #define FF_DTG_AFD_SAME         8
1484 #define FF_DTG_AFD_4_3          9
1485 #define FF_DTG_AFD_16_9         10
1486 #define FF_DTG_AFD_14_9         11
1487 #define FF_DTG_AFD_4_3_SP_14_9  13
1488 #define FF_DTG_AFD_16_9_SP_14_9 14
1489 #define FF_DTG_AFD_SP_4_3       15
1490
1491     /**
1492      * Maximum motion estimation search range in subpel units.
1493      * if 0 then no limit
1494      *
1495      * - encoding: set by user.
1496      * - decoding: unused.
1497      */
1498     int me_range;
1499
1500     /**
1501      * intra quantizer bias.
1502      * - encoding: set by user.
1503      * - decoding: unused
1504      */
1505     int intra_quant_bias;
1506 #define FF_DEFAULT_QUANT_BIAS 999999
1507
1508     /**
1509      * inter quantizer bias.
1510      * - encoding: set by user.
1511      * - decoding: unused
1512      */
1513     int inter_quant_bias;
1514
1515     /**
1516      * color table ID.
1517      * - encoding: unused.
1518      * - decoding: which clrtable should be used for 8bit RGB images
1519      *             table have to be stored somewhere FIXME
1520      */
1521     int color_table_id;
1522
1523     /**
1524      * internal_buffer count.
1525      * Don't touch, used by lavc default_get_buffer()
1526      */
1527     int internal_buffer_count;
1528
1529     /**
1530      * internal_buffers.
1531      * Don't touch, used by lavc default_get_buffer()
1532      */
1533     void *internal_buffer;
1534
1535 #define FF_LAMBDA_SHIFT 7
1536 #define FF_LAMBDA_SCALE (1<<FF_LAMBDA_SHIFT)
1537 #define FF_QP2LAMBDA 118 ///< factor to convert from H.263 QP to lambda
1538 #define FF_LAMBDA_MAX (256*128-1)
1539
1540 #define FF_QUALITY_SCALE FF_LAMBDA_SCALE //FIXME maybe remove
1541     /**
1542      * global quality for codecs which cannot change it per frame.
1543      * this should be proportional to MPEG1/2/4 qscale.
1544      * - encoding: set by user.
1545      * - decoding: unused
1546      */
1547     int global_quality;
1548
1549 #define FF_CODER_TYPE_VLC   0
1550 #define FF_CODER_TYPE_AC    1
1551     /**
1552      * coder type
1553      * - encoding: set by user.
1554      * - decoding: unused
1555      */
1556     int coder_type;
1557
1558     /**
1559      * context model
1560      * - encoding: set by user.
1561      * - decoding: unused
1562      */
1563     int context_model;
1564 #if 0
1565     /**
1566      *
1567      * - encoding: unused
1568      * - decoding: set by user.
1569      */
1570     uint8_t * (*realloc)(struct AVCodecContext *s, uint8_t *buf, int buf_size);
1571 #endif
1572
1573     /**
1574      * slice flags
1575      * - encoding: unused
1576      * - decoding: set by user.
1577      */
1578     int slice_flags;
1579 #define SLICE_FLAG_CODED_ORDER    0x0001 ///< draw_horiz_band() is called in coded order instead of display
1580 #define SLICE_FLAG_ALLOW_FIELD    0x0002 ///< allow draw_horiz_band() with field slices (MPEG2 field pics)
1581 #define SLICE_FLAG_ALLOW_PLANE    0x0004 ///< allow draw_horiz_band() with 1 component at a time (SVQ1)
1582
1583     /**
1584      * XVideo Motion Acceleration
1585      * - encoding: forbidden
1586      * - decoding: set by decoder
1587      */
1588     int xvmc_acceleration;
1589
1590     /**
1591      * macroblock decision mode
1592      * - encoding: set by user.
1593      * - decoding: unused
1594      */
1595     int mb_decision;
1596 #define FF_MB_DECISION_SIMPLE 0        ///< uses mb_cmp
1597 #define FF_MB_DECISION_BITS   1        ///< chooses the one which needs the fewest bits
1598 #define FF_MB_DECISION_RD     2        ///< rate distoration
1599
1600     /**
1601      * custom intra quantization matrix
1602      * - encoding: set by user, can be NULL
1603      * - decoding: set by lavc
1604      */
1605     uint16_t *intra_matrix;
1606
1607     /**
1608      * custom inter quantization matrix
1609      * - encoding: set by user, can be NULL
1610      * - decoding: set by lavc
1611      */
1612     uint16_t *inter_matrix;
1613
1614     /**
1615      * fourcc from the AVI stream header (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
1616      * this is used to workaround some encoder bugs
1617      * - encoding: unused
1618      * - decoding: set by user, will be converted to upper case by lavc during init
1619      */
1620     unsigned int stream_codec_tag;
1621
1622     /**
1623      * scene change detection threshold.
1624      * 0 is default, larger means fewer detected scene changes
1625      * - encoding: set by user.
1626      * - decoding: unused
1627      */
1628     int scenechange_threshold;
1629
1630     /**
1631      * minimum lagrange multipler
1632      * - encoding: set by user.
1633      * - decoding: unused
1634      */
1635     int lmin;
1636
1637     /**
1638      * maximum lagrange multipler
1639      * - encoding: set by user.
1640      * - decoding: unused
1641      */
1642     int lmax;
1643
1644     /**
1645      * Palette control structure
1646      * - encoding: ??? (no palette-enabled encoder yet)
1647      * - decoding: set by user.
1648      */
1649     struct AVPaletteControl *palctrl;
1650
1651     /**
1652      * noise reduction strength
1653      * - encoding: set by user.
1654      * - decoding: unused
1655      */
1656     int noise_reduction;
1657
1658     /**
1659      * called at the beginning of a frame to get cr buffer for it.
1660      * buffer type (size, hints) must be the same. lavc won't check it.
1661      * lavc will pass previous buffer in pic, function should return
1662      * same buffer or new buffer with old frame "painted" into it.
1663      * if pic.data[0] == NULL must behave like get_buffer().
1664      * - encoding: unused
1665      * - decoding: set by lavc, user can override
1666      */
1667     int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
1668
1669     /**
1670      * number of bits which should be loaded into the rc buffer before decoding starts
1671      * - encoding: set by user.
1672      * - decoding: unused
1673      */
1674     int rc_initial_buffer_occupancy;
1675
1676     /**
1677      *
1678      * - encoding: set by user.
1679      * - decoding: unused
1680      */
1681     int inter_threshold;
1682
1683     /**
1684      * CODEC_FLAG2_*.
1685      * - encoding: set by user.
1686      * - decoding: set by user.
1687      */
1688     int flags2;
1689
1690     /**
1691      * simulates errors in the bitstream to test error concealment.
1692      * - encoding: set by user.
1693      * - decoding: unused.
1694      */
1695     int error_rate;
1696
1697     /**
1698      * MP3 antialias algorithm, see FF_AA_* below.
1699      * - encoding: unused
1700      * - decoding: set by user
1701      */
1702     int antialias_algo;
1703 #define FF_AA_AUTO    0
1704 #define FF_AA_FASTINT 1 //not implemented yet
1705 #define FF_AA_INT     2
1706 #define FF_AA_FLOAT   3
1707     /**
1708      * Quantizer noise shaping.
1709      * - encoding: set by user
1710      * - decoding: unused
1711      */
1712     int quantizer_noise_shaping;
1713
1714     /**
1715      * Thread count.
1716      * is used to decide how many independant tasks should be passed to execute()
1717      * - encoding: set by user
1718      * - decoding: set by user
1719      */
1720     int thread_count;
1721
1722     /**
1723      * the codec may call this to execute several independant things. it will return only after
1724      * finishing all tasks, the user may replace this with some multithreaded implementation, the
1725      * default implementation will execute the parts serially
1726      * @param count the number of things to execute
1727      * - encoding: set by lavc, user can override
1728      * - decoding: set by lavc, user can override
1729      */
1730     int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void **arg2, int *ret, int count);
1731
1732     /**
1733      * Thread opaque.
1734      * can be used by execute() to store some per AVCodecContext stuff.
1735      * - encoding: set by execute()
1736      * - decoding: set by execute()
1737      */
1738     void *thread_opaque;
1739
1740     /**
1741      * Motion estimation threshold. under which no motion estimation is
1742      * performed, but instead the user specified motion vectors are used
1743      *
1744      * - encoding: set by user
1745      * - decoding: unused
1746      */
1747      int me_threshold;
1748
1749     /**
1750      * Macroblock threshold. under which the user specified macroblock types will be used
1751      * - encoding: set by user
1752      * - decoding: unused
1753      */
1754      int mb_threshold;
1755
1756     /**
1757      * precision of the intra dc coefficient - 8.
1758      * - encoding: set by user
1759      * - decoding: unused
1760      */
1761      int intra_dc_precision;
1762
1763     /**
1764      * noise vs. sse weight for the nsse comparsion function.
1765      * - encoding: set by user
1766      * - decoding: unused
1767      */
1768      int nsse_weight;
1769
1770     /**
1771      * number of macroblock rows at the top which are skipped.
1772      * - encoding: unused
1773      * - decoding: set by user
1774      */
1775      int skip_top;
1776
1777     /**
1778      * number of macroblock rows at the bottom which are skipped.
1779      * - encoding: unused
1780      * - decoding: set by user
1781      */
1782      int skip_bottom;
1783
1784     /**
1785      * profile
1786      * - encoding: set by user
1787      * - decoding: set by lavc
1788      */
1789      int profile;
1790 #define FF_PROFILE_UNKNOWN -99
1791
1792     /**
1793      * level
1794      * - encoding: set by user
1795      * - decoding: set by lavc
1796      */
1797      int level;
1798 #define FF_LEVEL_UNKNOWN -99
1799
1800     /**
1801      * low resolution decoding. 1-> 1/2 size, 2->1/4 size
1802      * - encoding: unused
1803      * - decoding: set by user
1804      */
1805      int lowres;
1806
1807     /**
1808      * bitsream width / height. may be different from width/height if lowres
1809      * or other things are used
1810      * - encoding: unused
1811      * - decoding: set by user before init if known, codec should override / dynamically change if needed
1812      */
1813     int coded_width, coded_height;
1814
1815     /**
1816      * frame skip threshold
1817      * - encoding: set by user
1818      * - decoding: unused
1819      */
1820     int frame_skip_threshold;
1821
1822     /**
1823      * frame skip factor
1824      * - encoding: set by user
1825      * - decoding: unused
1826      */
1827     int frame_skip_factor;
1828
1829     /**
1830      * frame skip exponent
1831      * - encoding: set by user
1832      * - decoding: unused
1833      */
1834     int frame_skip_exp;
1835
1836     /**
1837      * frame skip comparission function
1838      * - encoding: set by user.
1839      * - decoding: unused
1840      */
1841     int frame_skip_cmp;
1842
1843     /**
1844      * border processing masking. raises the quantizer for mbs on the borders
1845      * of the picture.
1846      * - encoding: set by user
1847      * - decoding: unused
1848      */
1849     float border_masking;
1850
1851     /**
1852      * minimum MB lagrange multipler.
1853      * - encoding: set by user.
1854      * - decoding: unused
1855      */
1856     int mb_lmin;
1857
1858     /**
1859      * maximum MB lagrange multipler.
1860      * - encoding: set by user.
1861      * - decoding: unused
1862      */
1863     int mb_lmax;
1864
1865     /**
1866      *
1867      * - encoding: set by user.
1868      * - decoding: unused
1869      */
1870     int me_penalty_compensation;
1871
1872     /**
1873      *
1874      * - encoding: unused
1875      * - decoding: set by user.
1876      */
1877     enum AVDiscard skip_loop_filter;
1878
1879     /**
1880      *
1881      * - encoding: unused
1882      * - decoding: set by user.
1883      */
1884     enum AVDiscard skip_idct;
1885
1886     /**
1887      *
1888      * - encoding: unused
1889      * - decoding: set by user.
1890      */
1891     enum AVDiscard skip_frame;
1892
1893     /**
1894      *
1895      * - encoding: set by user.
1896      * - decoding: unused
1897      */
1898     int bidir_refine;
1899
1900     /**
1901      *
1902      * - encoding: set by user.
1903      * - decoding: unused
1904      */
1905     int brd_scale;
1906
1907     /**
1908      * constant rate factor - quality-based VBR - values ~correspond to qps
1909      * - encoding: set by user.
1910      * - decoding: unused
1911      */
1912     int crf;
1913
1914     /**
1915      * constant quantization parameter rate control method
1916      * - encoding: set by user.
1917      * - decoding: unused
1918      */
1919     int cqp;
1920
1921     /**
1922      * minimum gop size
1923      * - encoding: set by user.
1924      * - decoding: unused
1925      */
1926     int keyint_min;
1927
1928     /**
1929      * number of reference frames
1930      * - encoding: set by user.
1931      * - decoding: unused
1932      */
1933     int refs;
1934
1935     /**
1936      * chroma qp offset from luma
1937      * - encoding: set by user.
1938      * - decoding: unused
1939      */
1940     int chromaoffset;
1941
1942     /**
1943      * influences how often b-frames are used
1944      * - encoding: set by user.
1945      * - decoding: unused
1946      */
1947     int bframebias;
1948
1949     /**
1950      * trellis RD quantization
1951      * - encoding: set by user.
1952      * - decoding: unused
1953      */
1954     int trellis;
1955
1956     /**
1957      * reduce fluctuations in qp (before curve compression)
1958      * - encoding: set by user.
1959      * - decoding: unused
1960      */
1961     float complexityblur;
1962
1963     /**
1964      * in-loop deblocking filter alphac0 parameter
1965      * alpha is in the range -6...6
1966      * - encoding: set by user.
1967      * - decoding: unused
1968      */
1969     int deblockalpha;
1970
1971     /**
1972      * in-loop deblocking filter beta parameter
1973      * beta is in the range -6...6
1974      * - encoding: set by user.
1975      * - decoding: unused
1976      */
1977     int deblockbeta;
1978
1979     /**
1980      * macroblock subpartition sizes to consider - p8x8, p4x4, b8x8, i8x8, i4x4
1981      * - encoding: set by user.
1982      * - decoding: unused
1983      */
1984     int partitions;
1985 #define X264_PART_I4X4 0x001  /* Analyse i4x4 */
1986 #define X264_PART_I8X8 0x002  /* Analyse i8x8 (requires 8x8 transform) */
1987 #define X264_PART_P8X8 0x010  /* Analyse p16x8, p8x16 and p8x8 */
1988 #define X264_PART_P4X4 0x020  /* Analyse p8x4, p4x8, p4x4 */
1989 #define X264_PART_B8X8 0x100  /* Analyse b16x8, b8x16 and b8x8 */
1990
1991     /**
1992      * direct mv prediction mode - 0 (none), 1 (spatial), 2 (temporal)
1993      * - encoding: set by user.
1994      * - decoding: unused
1995      */
1996     int directpred;
1997
1998     /**
1999      * audio cutoff bandwidth (0 means "automatic") . Currently used only by FAAC
2000      * - encoding: set by user.
2001      * - decoding: unused
2002      */
2003     int cutoff;
2004
2005     /**
2006      * multiplied by qscale for each frame and added to scene_change_score
2007      * - encoding: set by user.
2008      * - decoding: unused
2009      */
2010     int scenechange_factor;
2011 } AVCodecContext;
2012
2013 /**
2014  * AVCodec.
2015  */
2016 typedef struct AVCodec {
2017     const char *name;
2018     enum CodecType type;
2019     enum CodecID id;
2020     int priv_data_size;
2021     int (*init)(AVCodecContext *);
2022     int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data);
2023     int (*close)(AVCodecContext *);
2024     int (*decode)(AVCodecContext *, void *outdata, int *outdata_size,
2025                   uint8_t *buf, int buf_size);
2026     int capabilities;
2027 #if LIBAVCODEC_VERSION_INT < ((50<<16)+(0<<8)+0)
2028     void *dummy; // FIXME remove next time we break binary compatibility
2029 #endif
2030     struct AVCodec *next;
2031     void (*flush)(AVCodecContext *);
2032     const AVRational *supported_framerates; ///array of supported framerates, or NULL if any, array is terminated by {0,0}
2033     const enum PixelFormat *pix_fmts;       ///array of supported pixel formats, or NULL if unknown, array is terminanted by -1
2034 } AVCodec;
2035
2036 /**
2037  * four components are given, that's all.
2038  * the last component is alpha
2039  */
2040 typedef struct AVPicture {
2041     uint8_t *data[4];
2042     int linesize[4];       ///< number of bytes per line
2043 } AVPicture;
2044
2045 /**
2046  * AVPaletteControl
2047  * This structure defines a method for communicating palette changes
2048  * between and demuxer and a decoder.
2049  */
2050 #define AVPALETTE_SIZE 1024
2051 #define AVPALETTE_COUNT 256
2052 typedef struct AVPaletteControl {
2053
2054     /* demuxer sets this to 1 to indicate the palette has changed;
2055      * decoder resets to 0 */
2056     int palette_changed;
2057
2058     /* 4-byte ARGB palette entries, stored in native byte order; note that
2059      * the individual palette components should be on a 8-bit scale; if
2060      * the palette data comes from a IBM VGA native format, the component
2061      * data is probably 6 bits in size and needs to be scaled */
2062     unsigned int palette[AVPALETTE_COUNT];
2063
2064 } AVPaletteControl;
2065
2066 typedef struct AVSubtitleRect {
2067     uint16_t x;
2068     uint16_t y;
2069     uint16_t w;
2070     uint16_t h;
2071     uint16_t nb_colors;
2072     int linesize;
2073     uint32_t *rgba_palette;
2074     uint8_t *bitmap;
2075 } AVSubtitleRect;
2076
2077 typedef struct AVSubtitle {
2078     uint16_t format; /* 0 = graphics */
2079     uint32_t start_display_time; /* relative to packet pts, in ms */
2080     uint32_t end_display_time; /* relative to packet pts, in ms */
2081     uint32_t num_rects;
2082     AVSubtitleRect *rects;
2083 } AVSubtitle;
2084
2085 extern AVCodec ac3_encoder;
2086 extern AVCodec mp2_encoder;
2087 extern AVCodec mp3lame_encoder;
2088 extern AVCodec oggvorbis_encoder;
2089 extern AVCodec oggtheora_encoder;
2090 extern AVCodec faac_encoder;
2091 extern AVCodec xvid_encoder;
2092 extern AVCodec mpeg1video_encoder;
2093 extern AVCodec mpeg2video_encoder;
2094 extern AVCodec h261_encoder;
2095 extern AVCodec h263_encoder;
2096 extern AVCodec h263p_encoder;
2097 extern AVCodec flv_encoder;
2098 extern AVCodec rv10_encoder;
2099 extern AVCodec rv20_encoder;
2100 extern AVCodec dvvideo_encoder;
2101 extern AVCodec mjpeg_encoder;
2102 extern AVCodec ljpeg_encoder;
2103 extern AVCodec jpegls_encoder;
2104 extern AVCodec png_encoder;
2105 extern AVCodec ppm_encoder;
2106 extern AVCodec pgm_encoder;
2107 extern AVCodec pgmyuv_encoder;
2108 extern AVCodec pbm_encoder;
2109 extern AVCodec pam_encoder;
2110 extern AVCodec mpeg4_encoder;
2111 extern AVCodec msmpeg4v1_encoder;
2112 extern AVCodec msmpeg4v2_encoder;
2113 extern AVCodec msmpeg4v3_encoder;
2114 extern AVCodec wmv1_encoder;
2115 extern AVCodec wmv2_encoder;
2116 extern AVCodec huffyuv_encoder;
2117 extern AVCodec ffvhuff_encoder;
2118 extern AVCodec h264_encoder;
2119 extern AVCodec asv1_encoder;
2120 extern AVCodec asv2_encoder;
2121 extern AVCodec vcr1_encoder;
2122 extern AVCodec ffv1_encoder;
2123 extern AVCodec snow_encoder;
2124 extern AVCodec mdec_encoder;
2125 extern AVCodec zlib_encoder;
2126 extern AVCodec sonic_encoder;
2127 extern AVCodec sonic_ls_encoder;
2128 extern AVCodec svq1_encoder;
2129 extern AVCodec x264_encoder;
2130
2131 extern AVCodec h263_decoder;
2132 extern AVCodec h261_decoder;
2133 extern AVCodec mpeg4_decoder;
2134 extern AVCodec msmpeg4v1_decoder;
2135 extern AVCodec msmpeg4v2_decoder;
2136 extern AVCodec msmpeg4v3_decoder;
2137 extern AVCodec wmv1_decoder;
2138 extern AVCodec wmv2_decoder;
2139 extern AVCodec vc9_decoder;
2140 extern AVCodec wmv3_decoder;
2141 extern AVCodec mpeg1video_decoder;
2142 extern AVCodec mpeg2video_decoder;
2143 extern AVCodec mpegvideo_decoder;
2144 extern AVCodec mpeg_xvmc_decoder;
2145 extern AVCodec h263i_decoder;
2146 extern AVCodec flv_decoder;
2147 extern AVCodec rv10_decoder;
2148 extern AVCodec rv20_decoder;
2149 extern AVCodec rv30_decoder;
2150 extern AVCodec rv40_decoder;
2151 extern AVCodec svq1_decoder;
2152 extern AVCodec svq3_decoder;
2153 extern AVCodec dvvideo_decoder;
2154 extern AVCodec wmav1_decoder;
2155 extern AVCodec wmav2_decoder;
2156 extern AVCodec mjpeg_decoder;
2157 extern AVCodec mjpegb_decoder;
2158 extern AVCodec sp5x_decoder;
2159 extern AVCodec png_decoder;
2160 extern AVCodec mp2_decoder;
2161 extern AVCodec mp3_decoder;
2162 extern AVCodec mp3adu_decoder;
2163 extern AVCodec mp3on4_decoder;
2164 extern AVCodec qdm2_decoder;
2165 extern AVCodec cook_decoder;
2166 extern AVCodec truespeech_decoder;
2167 extern AVCodec tta_decoder;
2168 extern AVCodec mace3_decoder;
2169 extern AVCodec mace6_decoder;
2170 extern AVCodec huffyuv_decoder;
2171 extern AVCodec ffvhuff_decoder;
2172 extern AVCodec oggvorbis_decoder;
2173 extern AVCodec oggtheora_decoder;
2174 extern AVCodec cyuv_decoder;
2175 extern AVCodec h264_decoder;
2176 extern AVCodec indeo3_decoder;
2177 extern AVCodec vp3_decoder;
2178 extern AVCodec theora_decoder;
2179 extern AVCodec amr_nb_decoder;
2180 extern AVCodec amr_nb_encoder;
2181 extern AVCodec amr_wb_encoder;
2182 extern AVCodec amr_wb_decoder;
2183 extern AVCodec aac_decoder;
2184 extern AVCodec mpeg4aac_decoder;
2185 extern AVCodec asv1_decoder;
2186 extern AVCodec asv2_decoder;
2187 extern AVCodec vcr1_decoder;
2188 extern AVCodec cljr_decoder;
2189 extern AVCodec ffv1_decoder;
2190 extern AVCodec snow_decoder;
2191 extern AVCodec fourxm_decoder;
2192 extern AVCodec mdec_decoder;
2193 extern AVCodec roq_decoder;
2194 extern AVCodec interplay_video_decoder;
2195 extern AVCodec xan_wc3_decoder;
2196 extern AVCodec rpza_decoder;
2197 extern AVCodec cinepak_decoder;
2198 extern AVCodec msrle_decoder;
2199 extern AVCodec msvideo1_decoder;
2200 extern AVCodec vqa_decoder;
2201 extern AVCodec idcin_decoder;
2202 extern AVCodec eightbps_decoder;
2203 extern AVCodec smc_decoder;
2204 extern AVCodec flic_decoder;
2205 extern AVCodec vmdvideo_decoder;
2206 extern AVCodec vmdaudio_decoder;
2207 extern AVCodec truemotion1_decoder;
2208 extern AVCodec truemotion2_decoder;
2209 extern AVCodec mszh_decoder;
2210 extern AVCodec zlib_decoder;
2211 extern AVCodec ra_144_decoder;
2212 extern AVCodec ra_288_decoder;
2213 extern AVCodec roq_dpcm_decoder;
2214 extern AVCodec interplay_dpcm_decoder;
2215 extern AVCodec xan_dpcm_decoder;
2216 extern AVCodec sol_dpcm_decoder;
2217 extern AVCodec sonic_decoder;
2218 extern AVCodec qtrle_decoder;
2219 extern AVCodec flac_decoder;
2220 extern AVCodec tscc_decoder;
2221 extern AVCodec cscd_decoder;
2222 extern AVCodec ulti_decoder;
2223 extern AVCodec qdraw_decoder;
2224 extern AVCodec xl_decoder;
2225 extern AVCodec qpeg_decoder;
2226 extern AVCodec shorten_decoder;
2227 extern AVCodec loco_decoder;
2228 extern AVCodec wnv1_decoder;
2229 extern AVCodec aasc_decoder;
2230 extern AVCodec alac_decoder;
2231 extern AVCodec ws_snd1_decoder;
2232 extern AVCodec indeo2_decoder;
2233 extern AVCodec vorbis_decoder;
2234 extern AVCodec fraps_decoder;
2235 extern AVCodec libgsm_encoder;
2236 extern AVCodec libgsm_decoder;
2237 extern AVCodec bmp_decoder;
2238 extern AVCodec mmvideo_decoder;
2239 extern AVCodec zmbv_decoder;
2240 extern AVCodec avs_decoder;
2241
2242 /* pcm codecs */
2243 #define PCM_CODEC(id, name) \
2244 extern AVCodec name ## _decoder; \
2245 extern AVCodec name ## _encoder
2246
2247 PCM_CODEC(CODEC_ID_PCM_S32LE, pcm_s32le);
2248 PCM_CODEC(CODEC_ID_PCM_S32BE, pcm_s32be);
2249 PCM_CODEC(CODEC_ID_PCM_U32LE, pcm_u32le);
2250 PCM_CODEC(CODEC_ID_PCM_U32BE, pcm_u32be);
2251 PCM_CODEC(CODEC_ID_PCM_S24LE, pcm_s24le);
2252 PCM_CODEC(CODEC_ID_PCM_S24BE, pcm_s24be);
2253 PCM_CODEC(CODEC_ID_PCM_U24LE, pcm_u24le);
2254 PCM_CODEC(CODEC_ID_PCM_U24BE, pcm_u24be);
2255 PCM_CODEC(CODEC_ID_PCM_S24DAUD, pcm_s24daud);
2256 PCM_CODEC(CODEC_ID_PCM_S16LE, pcm_s16le);
2257 PCM_CODEC(CODEC_ID_PCM_S16BE, pcm_s16be);
2258 PCM_CODEC(CODEC_ID_PCM_U16LE, pcm_u16le);
2259 PCM_CODEC(CODEC_ID_PCM_U16BE, pcm_u16be);
2260 PCM_CODEC(CODEC_ID_PCM_S8, pcm_s8);
2261 PCM_CODEC(CODEC_ID_PCM_U8, pcm_u8);
2262 PCM_CODEC(CODEC_ID_PCM_ALAW, pcm_alaw);
2263 PCM_CODEC(CODEC_ID_PCM_MULAW, pcm_mulaw);
2264
2265 /* adpcm codecs */
2266
2267 PCM_CODEC(CODEC_ID_ADPCM_IMA_QT, adpcm_ima_qt);
2268 PCM_CODEC(CODEC_ID_ADPCM_IMA_WAV, adpcm_ima_wav);
2269 PCM_CODEC(CODEC_ID_ADPCM_IMA_DK3, adpcm_ima_dk3);
2270 PCM_CODEC(CODEC_ID_ADPCM_IMA_DK4, adpcm_ima_dk4);
2271 PCM_CODEC(CODEC_ID_ADPCM_IMA_WS, adpcm_ima_ws);
2272 PCM_CODEC(CODEC_ID_ADPCM_SMJPEG, adpcm_ima_smjpeg);
2273 PCM_CODEC(CODEC_ID_ADPCM_MS, adpcm_ms);
2274 PCM_CODEC(CODEC_ID_ADPCM_4XM, adpcm_4xm);
2275 PCM_CODEC(CODEC_ID_ADPCM_XA, adpcm_xa);
2276 PCM_CODEC(CODEC_ID_ADPCM_ADX, adpcm_adx);
2277 PCM_CODEC(CODEC_ID_ADPCM_EA, adpcm_ea);
2278 PCM_CODEC(CODEC_ID_ADPCM_G726, adpcm_g726);
2279 PCM_CODEC(CODEC_ID_ADPCM_CT, adpcm_ct);
2280 PCM_CODEC(CODEC_ID_ADPCM_SWF, adpcm_swf);
2281 PCM_CODEC(CODEC_ID_ADPCM_YAMAHA, adpcm_yamaha);
2282 PCM_CODEC(CODEC_ID_ADPCM_SBPRO_4, adpcm_sbpro_4);
2283 PCM_CODEC(CODEC_ID_ADPCM_SBPRO_3, adpcm_sbpro_3);
2284 PCM_CODEC(CODEC_ID_ADPCM_SBPRO_2, adpcm_sbpro_2);
2285
2286 #undef PCM_CODEC
2287
2288 /* dummy raw video codec */
2289 extern AVCodec rawvideo_encoder;
2290 extern AVCodec rawvideo_decoder;
2291
2292 /* the following codecs use external GPL libs */
2293 extern AVCodec ac3_decoder;
2294 extern AVCodec dts_decoder;
2295
2296 /* subtitles */
2297 extern AVCodec dvdsub_encoder;
2298 extern AVCodec dvdsub_decoder;
2299 extern AVCodec dvbsub_encoder;
2300 extern AVCodec dvbsub_decoder;
2301
2302 /* resample.c */
2303
2304 struct ReSampleContext;
2305 struct AVResampleContext;
2306
2307 typedef struct ReSampleContext ReSampleContext;
2308
2309 ReSampleContext *audio_resample_init(int output_channels, int input_channels,
2310                                      int output_rate, int input_rate);
2311 int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);
2312 void audio_resample_close(ReSampleContext *s);
2313
2314 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
2315 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
2316 void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance);
2317 void av_resample_close(struct AVResampleContext *c);
2318
2319 /* YUV420 format is assumed ! */
2320
2321 struct ImgReSampleContext;
2322
2323 typedef struct ImgReSampleContext ImgReSampleContext;
2324
2325 ImgReSampleContext *img_resample_init(int output_width, int output_height,
2326                                       int input_width, int input_height);
2327
2328 ImgReSampleContext *img_resample_full_init(int owidth, int oheight,
2329                                       int iwidth, int iheight,
2330                                       int topBand, int bottomBand,
2331                                       int leftBand, int rightBand,
2332                                       int padtop, int padbottom,
2333                                       int padleft, int padright);
2334
2335
2336 void img_resample(ImgReSampleContext *s,
2337                   AVPicture *output, const AVPicture *input);
2338
2339 void img_resample_close(ImgReSampleContext *s);
2340
2341 /**
2342  * Allocate memory for a picture.  Call avpicture_free to free it.
2343  *
2344  * @param picture the picture to be filled in.
2345  * @param pix_fmt the format of the picture.
2346  * @param width the width of the picture.
2347  * @param height the height of the picture.
2348  * @return 0 if successful, -1 if not.
2349  */
2350 int avpicture_alloc(AVPicture *picture, int pix_fmt, int width, int height);
2351
2352 /* Free a picture previously allocated by avpicture_alloc. */
2353 void avpicture_free(AVPicture *picture);
2354
2355 int avpicture_fill(AVPicture *picture, uint8_t *ptr,
2356                    int pix_fmt, int width, int height);
2357 int avpicture_layout(const AVPicture* src, int pix_fmt, int width, int height,
2358                      unsigned char *dest, int dest_size);
2359 int avpicture_get_size(int pix_fmt, int width, int height);
2360 void avcodec_get_chroma_sub_sample(int pix_fmt, int *h_shift, int *v_shift);
2361 const char *avcodec_get_pix_fmt_name(int pix_fmt);
2362 void avcodec_set_dimensions(AVCodecContext *s, int width, int height);
2363 enum PixelFormat avcodec_get_pix_fmt(const char* name);
2364 unsigned int avcodec_pix_fmt_to_codec_tag(enum PixelFormat p);
2365
2366 #define FF_LOSS_RESOLUTION  0x0001 /* loss due to resolution change */
2367 #define FF_LOSS_DEPTH       0x0002 /* loss due to color depth change */
2368 #define FF_LOSS_COLORSPACE  0x0004 /* loss due to color space conversion */
2369 #define FF_LOSS_ALPHA       0x0008 /* loss of alpha bits */
2370 #define FF_LOSS_COLORQUANT  0x0010 /* loss due to color quantization */
2371 #define FF_LOSS_CHROMA      0x0020 /* loss of chroma (e.g. rgb to gray conversion) */
2372
2373 int avcodec_get_pix_fmt_loss(int dst_pix_fmt, int src_pix_fmt,
2374                              int has_alpha);
2375 int avcodec_find_best_pix_fmt(int pix_fmt_mask, int src_pix_fmt,
2376                               int has_alpha, int *loss_ptr);
2377
2378 #define FF_ALPHA_TRANSP       0x0001 /* image has some totally transparent pixels */
2379 #define FF_ALPHA_SEMI_TRANSP  0x0002 /* image has some transparent pixels */
2380 int img_get_alpha_info(const AVPicture *src,
2381                        int pix_fmt, int width, int height);
2382
2383 /* convert among pixel formats */
2384 int img_convert(AVPicture *dst, int dst_pix_fmt,
2385                 const AVPicture *src, int pix_fmt,
2386                 int width, int height);
2387
2388 /* deinterlace a picture */
2389 int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
2390                           int pix_fmt, int width, int height);
2391
2392 /* external high level API */
2393
2394 extern AVCodec *first_avcodec;
2395
2396 /* returns LIBAVCODEC_VERSION_INT constant */
2397 unsigned avcodec_version(void);
2398 /* returns LIBAVCODEC_BUILD constant */
2399 unsigned avcodec_build(void);
2400 void avcodec_init(void);
2401
2402 void register_avcodec(AVCodec *format);
2403 AVCodec *avcodec_find_encoder(enum CodecID id);
2404 AVCodec *avcodec_find_encoder_by_name(const char *name);
2405 AVCodec *avcodec_find_decoder(enum CodecID id);
2406 AVCodec *avcodec_find_decoder_by_name(const char *name);
2407 void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
2408
2409 void avcodec_get_context_defaults(AVCodecContext *s);
2410 AVCodecContext *avcodec_alloc_context(void);
2411 void avcodec_get_frame_defaults(AVFrame *pic);
2412 AVFrame *avcodec_alloc_frame(void);
2413
2414 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
2415 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
2416 int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic);
2417 void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
2418 int avcodec_check_dimensions(void *av_log_ctx, unsigned int w, unsigned int h);
2419 enum PixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum PixelFormat * fmt);
2420
2421 int avcodec_thread_init(AVCodecContext *s, int thread_count);
2422 void avcodec_thread_free(AVCodecContext *s);
2423 int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count);
2424 int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count);
2425 //FIXME func typedef
2426
2427 /**
2428  * opens / inits the AVCodecContext.
2429  * not thread save!
2430  */
2431 int avcodec_open(AVCodecContext *avctx, AVCodec *codec);
2432
2433 int avcodec_decode_audio(AVCodecContext *avctx, int16_t *samples,
2434                          int *frame_size_ptr,
2435                          uint8_t *buf, int buf_size);
2436 int avcodec_decode_video(AVCodecContext *avctx, AVFrame *picture,
2437                          int *got_picture_ptr,
2438                          uint8_t *buf, int buf_size);
2439 int avcodec_decode_subtitle(AVCodecContext *avctx, AVSubtitle *sub,
2440                             int *got_sub_ptr,
2441                             const uint8_t *buf, int buf_size);
2442 int avcodec_parse_frame(AVCodecContext *avctx, uint8_t **pdata,
2443                         int *data_size_ptr,
2444                         uint8_t *buf, int buf_size);
2445 int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size,
2446                          const short *samples);
2447 int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
2448                          const AVFrame *pict);
2449 int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
2450                             const AVSubtitle *sub);
2451
2452 int avcodec_close(AVCodecContext *avctx);
2453
2454 void avcodec_register_all(void);
2455
2456 void avcodec_flush_buffers(AVCodecContext *avctx);
2457
2458 void avcodec_default_free_buffers(AVCodecContext *s);
2459
2460 /* misc usefull functions */
2461
2462 /**
2463  * returns a single letter to describe the picture type
2464  */
2465 char av_get_pict_type_char(int pict_type);
2466
2467
2468 /* frame parsing */
2469 typedef struct AVCodecParserContext {
2470     void *priv_data;
2471     struct AVCodecParser *parser;
2472     int64_t frame_offset; /* offset of the current frame */
2473     int64_t cur_offset; /* current offset
2474                            (incremented by each av_parser_parse()) */
2475     int64_t last_frame_offset; /* offset of the last frame */
2476     /* video info */
2477     int pict_type; /* XXX: put it back in AVCodecContext */
2478     int repeat_pict; /* XXX: put it back in AVCodecContext */
2479     int64_t pts;     /* pts of the current frame */
2480     int64_t dts;     /* dts of the current frame */
2481
2482     /* private data */
2483     int64_t last_pts;
2484     int64_t last_dts;
2485     int fetch_timestamp;
2486
2487 #define AV_PARSER_PTS_NB 4
2488     int cur_frame_start_index;
2489     int64_t cur_frame_offset[AV_PARSER_PTS_NB];
2490     int64_t cur_frame_pts[AV_PARSER_PTS_NB];
2491     int64_t cur_frame_dts[AV_PARSER_PTS_NB];
2492
2493     int flags;
2494 #define PARSER_FLAG_COMPLETE_FRAMES           0x0001
2495 } AVCodecParserContext;
2496
2497 typedef struct AVCodecParser {
2498     int codec_ids[5]; /* several codec IDs are permitted */
2499     int priv_data_size;
2500     int (*parser_init)(AVCodecParserContext *s);
2501     int (*parser_parse)(AVCodecParserContext *s,
2502                         AVCodecContext *avctx,
2503                         uint8_t **poutbuf, int *poutbuf_size,
2504                         const uint8_t *buf, int buf_size);
2505     void (*parser_close)(AVCodecParserContext *s);
2506     int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
2507     struct AVCodecParser *next;
2508 } AVCodecParser;
2509
2510 extern AVCodecParser *av_first_parser;
2511
2512 void av_register_codec_parser(AVCodecParser *parser);
2513 AVCodecParserContext *av_parser_init(int codec_id);
2514 int av_parser_parse(AVCodecParserContext *s,
2515                     AVCodecContext *avctx,
2516                     uint8_t **poutbuf, int *poutbuf_size,
2517                     const uint8_t *buf, int buf_size,
2518                     int64_t pts, int64_t dts);
2519 int av_parser_change(AVCodecParserContext *s,
2520                      AVCodecContext *avctx,
2521                      uint8_t **poutbuf, int *poutbuf_size,
2522                      const uint8_t *buf, int buf_size, int keyframe);
2523 void av_parser_close(AVCodecParserContext *s);
2524
2525 extern AVCodecParser mpegvideo_parser;
2526 extern AVCodecParser mpeg4video_parser;
2527 extern AVCodecParser h261_parser;
2528 extern AVCodecParser h263_parser;
2529 extern AVCodecParser h264_parser;
2530 extern AVCodecParser mjpeg_parser;
2531 extern AVCodecParser pnm_parser;
2532 extern AVCodecParser mpegaudio_parser;
2533 extern AVCodecParser ac3_parser;
2534 extern AVCodecParser dvdsub_parser;
2535 extern AVCodecParser dvbsub_parser;
2536 extern AVCodecParser aac_parser;
2537
2538 /* memory */
2539 void *av_malloc(unsigned int size);
2540 void *av_mallocz(unsigned int size);
2541 void *av_realloc(void *ptr, unsigned int size);
2542 void av_free(void *ptr);
2543 char *av_strdup(const char *s);
2544 void av_freep(void *ptr);
2545 void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
2546 /* for static data only */
2547 /* call av_free_static to release all staticaly allocated tables */
2548 void av_free_static(void);
2549 void *av_mallocz_static(unsigned int size);
2550 void *av_realloc_static(void *ptr, unsigned int size);
2551
2552 /* add by bero : in adx.c */
2553 int is_adx(const unsigned char *buf,size_t bufsize);
2554
2555 void img_copy(AVPicture *dst, const AVPicture *src,
2556               int pix_fmt, int width, int height);
2557
2558 int img_crop(AVPicture *dst, const AVPicture *src,
2559              int pix_fmt, int top_band, int left_band);
2560
2561 /* av_log API */
2562
2563 #include <stdarg.h>
2564
2565 #define AV_LOG_QUIET -1
2566 #define AV_LOG_ERROR 0
2567 #define AV_LOG_INFO 1
2568 #define AV_LOG_DEBUG 2
2569
2570 #ifdef __GNUC__
2571 extern void av_log(void*, int level, const char *fmt, ...) __attribute__ ((__format__ (__printf__, 3, 4)));
2572 #else
2573 extern void av_log(void*, int level, const char *fmt, ...);
2574 #endif
2575
2576 extern void av_vlog(void*, int level, const char *fmt, va_list);
2577 extern int av_log_get_level(void);
2578 extern void av_log_set_level(int);
2579 extern void av_log_set_callback(void (*)(void*, int, const char*, va_list));
2580
2581 /* endian macros */
2582 #if !defined(BE_16) || !defined(BE_32) || !defined(LE_16) || !defined(LE_32)
2583 #define BE_16(x)  ((((uint8_t*)(x))[0] << 8) | ((uint8_t*)(x))[1])
2584 #define BE_32(x)  ((((uint8_t*)(x))[0] << 24) | \
2585                    (((uint8_t*)(x))[1] << 16) | \
2586                    (((uint8_t*)(x))[2] << 8) | \
2587                     ((uint8_t*)(x))[3])
2588 #define LE_16(x)  ((((uint8_t*)(x))[1] << 8) | ((uint8_t*)(x))[0])
2589 #define LE_32(x)  ((((uint8_t*)(x))[3] << 24) | \
2590                    (((uint8_t*)(x))[2] << 16) | \
2591                    (((uint8_t*)(x))[1] << 8) | \
2592                     ((uint8_t*)(x))[0])
2593 #endif
2594
2595 extern unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
2596
2597 #ifdef __cplusplus
2598 }
2599 #endif
2600
2601 #endif /* AVCODEC_H */