old_codec_ids.h
Go to the documentation of this file.
1 /*
2  * This file is part of Libav.
3  *
4  * Libav is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * Libav is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with Libav; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17  */
18 
19 #ifndef AVCODEC_OLD_CODEC_IDS_H
20 #define AVCODEC_OLD_CODEC_IDS_H
21 
22 /*
23  * This header exists to prevent new codec IDs from being accidentally added to
24  * the deprecated list.
25  * Do not include it directly. It will be removed on next major bump
26  *
27  * Do not add new items to this list. Use the AVCodecID enum instead.
28  */
29 
31 
32  /* video codecs */
100  CODEC_ID_PAM,
104  CODEC_ID_VC1,
112  CODEC_ID_BMP,
116  CODEC_ID_AVS,
118  CODEC_ID_NUV,
124  CODEC_ID_VP5,
125  CODEC_ID_VP6,
131  CODEC_ID_GIF,
132  CODEC_ID_DXA,
134  CODEC_ID_THP,
135  CODEC_ID_SGI,
136  CODEC_ID_C93,
138  CODEC_ID_PTX,
139  CODEC_ID_TXD,
141  CODEC_ID_AMV,
142  CODEC_ID_VB,
143  CODEC_ID_PCX,
148  CODEC_ID_RL2,
151  CODEC_ID_BFI,
152  CODEC_ID_CMV,
154  CODEC_ID_TGV,
155  CODEC_ID_TGQ,
156  CODEC_ID_TQI,
160  CODEC_ID_TMV,
162  CODEC_ID_DPX,
163  CODEC_ID_MAD,
168  CODEC_ID_ANM,
173  CODEC_ID_YOP,
174  CODEC_ID_VP8,
183  CODEC_ID_JV,
184  CODEC_ID_DFA,
192  CODEC_ID_XWD,
194  CODEC_ID_XBM,
201 
202  /* various PCM "codecs" */
232 
233  /* various ADPCM codecs */
264 
265  /* AMR */
266  CODEC_ID_AMR_NB = 0x12000,
268 
269  /* RealAudio codecs*/
270  CODEC_ID_RA_144 = 0x13000,
272 
273  /* various DPCM codecs */
274  CODEC_ID_ROQ_DPCM = 0x14000,
278 
279  /* audio codecs */
280  CODEC_ID_MP2 = 0x15000,
281  CODEC_ID_MP3,
282  CODEC_ID_AAC,
283  CODEC_ID_AC3,
284  CODEC_ID_DTS,
298  CODEC_ID_GSM,
302  CODEC_ID_TTA,
307  CODEC_ID_IMC,
309  CODEC_ID_MLP,
310  CODEC_ID_GSM_MS, /* as found in WAV */
313  CODEC_ID_APE,
323  CODEC_ID_MP1,
339  CODEC_ID_IAC,
341 
342  /* subtitle codecs */
346  CODEC_ID_TEXT,
348  CODEC_ID_SSA,
352  CODEC_ID_SRT,
353 
354  /* other specific kind of codecs (generally used for attachments) */
356  CODEC_ID_TTF = 0x18000,
357 
358  CODEC_ID_PROBE = 0x19000,
359 
360  CODEC_ID_MPEG2TS = 0x20000,
365 
366 #endif /* AVCODEC_OLD_CODEC_IDS_H */