Mercurial > libavcodec.hg
comparison avcodec.h @ 3129:0ebbd476ba32 libavcodec
complete AVS playback system (from Creature Shock computer game),
courtesy of Aurelien Jacobs <aurel at gnuage dot org>
| author | melanson |
|---|---|
| date | Fri, 17 Feb 2006 03:17:42 +0000 |
| parents | 6bae70889b35 |
| children | f16ccfe674cc |
comparison
equal
deleted
inserted
replaced
| 3128:dd3f6be492bd | 3129:0ebbd476ba32 |
|---|---|
| 19 #define FFMPEG_VERSION "CVS" | 19 #define FFMPEG_VERSION "CVS" |
| 20 | 20 |
| 21 #define AV_STRINGIFY(s) AV_TOSTRING(s) | 21 #define AV_STRINGIFY(s) AV_TOSTRING(s) |
| 22 #define AV_TOSTRING(s) #s | 22 #define AV_TOSTRING(s) #s |
| 23 | 23 |
| 24 #define LIBAVCODEC_VERSION_INT ((51<<16)+(6<<8)+0) | 24 #define LIBAVCODEC_VERSION_INT ((51<<16)+(7<<8)+0) |
| 25 #define LIBAVCODEC_VERSION 51.6.0 | 25 #define LIBAVCODEC_VERSION 51.7.0 |
| 26 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT | 26 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT |
| 27 | 27 |
| 28 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) | 28 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) |
| 29 | 29 |
| 30 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) | 30 #define AV_NOPTS_VALUE int64_t_C(0x8000000000000000) |
| 115 CODEC_ID_TRUEMOTION2, | 115 CODEC_ID_TRUEMOTION2, |
| 116 CODEC_ID_BMP, | 116 CODEC_ID_BMP, |
| 117 CODEC_ID_CSCD, | 117 CODEC_ID_CSCD, |
| 118 CODEC_ID_MMVIDEO, | 118 CODEC_ID_MMVIDEO, |
| 119 CODEC_ID_ZMBV, | 119 CODEC_ID_ZMBV, |
| 120 CODEC_ID_AVS, | |
| 120 | 121 |
| 121 /* various pcm "codecs" */ | 122 /* various pcm "codecs" */ |
| 122 CODEC_ID_PCM_S16LE= 0x10000, | 123 CODEC_ID_PCM_S16LE= 0x10000, |
| 123 CODEC_ID_PCM_S16BE, | 124 CODEC_ID_PCM_S16BE, |
| 124 CODEC_ID_PCM_U16LE, | 125 CODEC_ID_PCM_U16LE, |
| 2231 extern AVCodec libgsm_encoder; | 2232 extern AVCodec libgsm_encoder; |
| 2232 extern AVCodec libgsm_decoder; | 2233 extern AVCodec libgsm_decoder; |
| 2233 extern AVCodec bmp_decoder; | 2234 extern AVCodec bmp_decoder; |
| 2234 extern AVCodec mmvideo_decoder; | 2235 extern AVCodec mmvideo_decoder; |
| 2235 extern AVCodec zmbv_decoder; | 2236 extern AVCodec zmbv_decoder; |
| 2237 extern AVCodec avs_decoder; | |
| 2236 | 2238 |
| 2237 /* pcm codecs */ | 2239 /* pcm codecs */ |
| 2238 #define PCM_CODEC(id, name) \ | 2240 #define PCM_CODEC(id, name) \ |
| 2239 extern AVCodec name ## _decoder; \ | 2241 extern AVCodec name ## _decoder; \ |
| 2240 extern AVCodec name ## _encoder | 2242 extern AVCodec name ## _encoder |
