Mercurial > libavcodec.hg
comparison allcodecs.c @ 4242:ed5c8287d756 libavcodec
alphabetic reordering of codec registration
patch by Robert Swain < robert.swain _at_ gmail.com >
| author | aurel |
|---|---|
| date | Mon, 27 Nov 2006 13:04:56 +0000 |
| parents | 6a1e9e3a7303 |
| children | 54b594d31ac1 |
comparison
equal
deleted
inserted
replaced
| 4241:92f773cfebf5 | 4242:ed5c8287d756 |
|---|---|
| 42 | 42 |
| 43 /* encoders */ | 43 /* encoders */ |
| 44 #ifdef CONFIG_AC3_ENCODER | 44 #ifdef CONFIG_AC3_ENCODER |
| 45 register_avcodec(&ac3_encoder); | 45 register_avcodec(&ac3_encoder); |
| 46 #endif //CONFIG_AC3_ENCODER | 46 #endif //CONFIG_AC3_ENCODER |
| 47 #ifdef CONFIG_MP2_ENCODER | 47 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED) |
| 48 register_avcodec(&mp2_encoder); | 48 #ifdef CONFIG_AMR_NB_ENCODER |
| 49 #endif //CONFIG_MP2_ENCODER | 49 register_avcodec(&amr_nb_encoder); |
| 50 #ifdef CONFIG_MP3LAME | 50 #endif //CONFIG_AMR_NB_ENCODER |
| 51 #ifdef CONFIG_MP3LAME_ENCODER | 51 #endif /* CONFIG_AMR_NB || CONFIG_AMR_NB_FIXED */ |
| 52 register_avcodec(&mp3lame_encoder); | 52 #ifdef CONFIG_AMR_WB |
| 53 #endif //CONFIG_MP3LAME_ENCODER | 53 #ifdef CONFIG_AMR_WB_ENCODER |
| 54 #endif | 54 register_avcodec(&amr_wb_encoder); |
| 55 #ifdef CONFIG_LIBVORBIS | 55 #endif //CONFIG_AMR_WB_ENCODER |
| 56 #if (defined CONFIG_OGGVORBIS_ENCODER && !defined CONFIG_VORBIS_ENCODER) | 56 #endif /* CONFIG_AMR_WB */ |
| 57 register_avcodec(&oggvorbis_encoder); | 57 #ifdef CONFIG_ASV1_ENCODER |
| 58 #endif //CONFIG_OGGVORBIS_ENCODER | 58 register_avcodec(&asv1_encoder); |
| 59 #if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER) | 59 #endif //CONFIG_ASV1_ENCODER |
| 60 register_avcodec(&oggvorbis_decoder); | 60 #ifdef CONFIG_ASV2_ENCODER |
| 61 #endif //CONFIG_OGGVORBIS_DECODER | 61 register_avcodec(&asv2_encoder); |
| 62 #endif | 62 #endif //CONFIG_ASV2_ENCODER |
| 63 #ifdef CONFIG_DVVIDEO_ENCODER | |
| 64 register_avcodec(&dvvideo_encoder); | |
| 65 #endif //CONFIG_DVVIDEO_ENCODER | |
| 63 #ifdef CONFIG_FAAC | 66 #ifdef CONFIG_FAAC |
| 64 #ifdef CONFIG_FAAC_ENCODER | 67 #ifdef CONFIG_FAAC_ENCODER |
| 65 register_avcodec(&faac_encoder); | 68 register_avcodec(&faac_encoder); |
| 66 #endif //CONFIG_FAAC_ENCODER | 69 #endif //CONFIG_FAAC_ENCODER |
| 67 #endif | 70 #endif |
| 71 #ifdef CONFIG_FFV1_ENCODER | |
| 72 register_avcodec(&ffv1_encoder); | |
| 73 #endif //CONFIG_FFV1_ENCODER | |
| 74 #ifdef CONFIG_FFVHUFF_ENCODER | |
| 75 register_avcodec(&ffvhuff_encoder); | |
| 76 #endif //CONFIG_FFVHUFF_ENCODER | |
| 68 #ifdef CONFIG_FLAC_ENCODER | 77 #ifdef CONFIG_FLAC_ENCODER |
| 69 register_avcodec(&flac_encoder); | 78 register_avcodec(&flac_encoder); |
| 70 #endif | 79 #endif |
| 80 #ifdef CONFIG_FLV_ENCODER | |
| 81 register_avcodec(&flv_encoder); | |
| 82 #endif //CONFIG_FLV_ENCODER | |
| 71 #ifdef CONFIG_GIF_ENCODER | 83 #ifdef CONFIG_GIF_ENCODER |
| 72 register_avcodec(&gif_encoder); | 84 register_avcodec(&gif_encoder); |
| 73 #endif | 85 #endif |
| 74 #ifdef CONFIG_XVID | |
| 75 #ifdef CONFIG_XVID_ENCODER | |
| 76 register_avcodec(&xvid_encoder); | |
| 77 #endif //CONFIG_XVID_ENCODER | |
| 78 #endif | |
| 79 #ifdef CONFIG_MPEG1VIDEO_ENCODER | |
| 80 register_avcodec(&mpeg1video_encoder); | |
| 81 #endif //CONFIG_MPEG1VIDEO_ENCODER | |
| 82 #ifdef CONFIG_H264_ENCODER | |
| 83 // register_avcodec(&h264_encoder); | |
| 84 #endif //CONFIG_H264_ENCODER | |
| 85 #ifdef CONFIG_MPEG2VIDEO_ENCODER | |
| 86 register_avcodec(&mpeg2video_encoder); | |
| 87 #endif //CONFIG_MPEG2VIDEO_ENCODER | |
| 88 #ifdef CONFIG_H261_ENCODER | 86 #ifdef CONFIG_H261_ENCODER |
| 89 register_avcodec(&h261_encoder); | 87 register_avcodec(&h261_encoder); |
| 90 #endif //CONFIG_H261_ENCODER | 88 #endif //CONFIG_H261_ENCODER |
| 91 #ifdef CONFIG_H263_ENCODER | 89 #ifdef CONFIG_H263_ENCODER |
| 92 register_avcodec(&h263_encoder); | 90 register_avcodec(&h263_encoder); |
| 93 #endif //CONFIG_H263_ENCODER | 91 #endif //CONFIG_H263_ENCODER |
| 94 #ifdef CONFIG_H263P_ENCODER | 92 #ifdef CONFIG_H263P_ENCODER |
| 95 register_avcodec(&h263p_encoder); | 93 register_avcodec(&h263p_encoder); |
| 96 #endif //CONFIG_H263P_ENCODER | 94 #endif //CONFIG_H263P_ENCODER |
| 97 #ifdef CONFIG_FLV_ENCODER | 95 #ifdef CONFIG_H264_ENCODER |
| 98 register_avcodec(&flv_encoder); | 96 // register_avcodec(&h264_encoder); |
| 99 #endif //CONFIG_FLV_ENCODER | 97 #endif //CONFIG_H264_ENCODER |
| 100 #ifdef CONFIG_RV10_ENCODER | 98 #ifdef CONFIG_HUFFYUV_ENCODER |
| 101 register_avcodec(&rv10_encoder); | 99 register_avcodec(&huffyuv_encoder); |
| 102 #endif //CONFIG_RV10_ENCODER | 100 #endif //CONFIG_HUFFYUV_ENCODER |
| 103 #ifdef CONFIG_RV20_ENCODER | 101 #ifdef CONFIG_JPEGLS_ENCODER |
| 104 register_avcodec(&rv20_encoder); | 102 register_avcodec(&jpegls_encoder); |
| 105 #endif //CONFIG_RV20_ENCODER | 103 #endif //CONFIG_JPEGLS_ENCODER |
| 104 #ifdef CONFIG_LIBGSM | |
| 105 register_avcodec(&libgsm_encoder); | |
| 106 #endif //CONFIG_LIBGSM | |
| 107 #ifdef CONFIG_LJPEG_ENCODER | |
| 108 register_avcodec(&ljpeg_encoder); | |
| 109 #endif //CONFIG_LJPEG_ENCODER | |
| 110 #ifdef CONFIG_MJPEG_ENCODER | |
| 111 register_avcodec(&mjpeg_encoder); | |
| 112 #endif //CONFIG_MJPEG_ENCODER | |
| 113 #ifdef CONFIG_MP2_ENCODER | |
| 114 register_avcodec(&mp2_encoder); | |
| 115 #endif //CONFIG_MP2_ENCODER | |
| 116 #ifdef CONFIG_MP3LAME | |
| 117 #ifdef CONFIG_MP3LAME_ENCODER | |
| 118 register_avcodec(&mp3lame_encoder); | |
| 119 #endif //CONFIG_MP3LAME_ENCODER | |
| 120 #endif | |
| 121 #ifdef CONFIG_MPEG1VIDEO_ENCODER | |
| 122 register_avcodec(&mpeg1video_encoder); | |
| 123 #endif //CONFIG_MPEG1VIDEO_ENCODER | |
| 124 #ifdef CONFIG_MPEG2VIDEO_ENCODER | |
| 125 register_avcodec(&mpeg2video_encoder); | |
| 126 #endif //CONFIG_MPEG2VIDEO_ENCODER | |
| 106 #ifdef CONFIG_MPEG4_ENCODER | 127 #ifdef CONFIG_MPEG4_ENCODER |
| 107 register_avcodec(&mpeg4_encoder); | 128 register_avcodec(&mpeg4_encoder); |
| 108 #endif //CONFIG_MPEG4_ENCODER | 129 #endif //CONFIG_MPEG4_ENCODER |
| 109 #ifdef CONFIG_MSMPEG4V1_ENCODER | 130 #ifdef CONFIG_MSMPEG4V1_ENCODER |
| 110 register_avcodec(&msmpeg4v1_encoder); | 131 register_avcodec(&msmpeg4v1_encoder); |
| 113 register_avcodec(&msmpeg4v2_encoder); | 134 register_avcodec(&msmpeg4v2_encoder); |
| 114 #endif //CONFIG_MSMPEG4V2_ENCODER | 135 #endif //CONFIG_MSMPEG4V2_ENCODER |
| 115 #ifdef CONFIG_MSMPEG4V3_ENCODER | 136 #ifdef CONFIG_MSMPEG4V3_ENCODER |
| 116 register_avcodec(&msmpeg4v3_encoder); | 137 register_avcodec(&msmpeg4v3_encoder); |
| 117 #endif //CONFIG_MSMPEG4V3_ENCODER | 138 #endif //CONFIG_MSMPEG4V3_ENCODER |
| 139 #ifdef CONFIG_PAM_ENCODER | |
| 140 register_avcodec(&pam_encoder); | |
| 141 #endif //CONFIG_PAM_ENCODER | |
| 142 #ifdef CONFIG_PBM_ENCODER | |
| 143 register_avcodec(&pbm_encoder); | |
| 144 #endif //CONFIG_PBM_ENCODER | |
| 145 #ifdef CONFIG_PGM_ENCODER | |
| 146 register_avcodec(&pgm_encoder); | |
| 147 #endif //CONFIG_PGM_ENCODER | |
| 148 #ifdef CONFIG_PGMYUV_ENCODER | |
| 149 register_avcodec(&pgmyuv_encoder); | |
| 150 #endif //CONFIG_PGMYUV_ENCODER | |
| 151 #ifdef CONFIG_ZLIB | |
| 152 #ifdef CONFIG_PNG_ENCODER | |
| 153 register_avcodec(&png_encoder); | |
| 154 #endif //CONFIG_PNG_ENCODER | |
| 155 #endif | |
| 156 #ifdef CONFIG_PPM_ENCODER | |
| 157 register_avcodec(&ppm_encoder); | |
| 158 #endif //CONFIG_PPM_ENCODER | |
| 159 #ifdef CONFIG_LIBVORBIS | |
| 160 #if (defined CONFIG_OGGVORBIS_ENCODER && !defined CONFIG_VORBIS_ENCODER) | |
| 161 register_avcodec(&oggvorbis_encoder); | |
| 162 #endif //CONFIG_OGGVORBIS_ENCODER | |
| 163 #if (defined CONFIG_OGGVORBIS_DECODER && !defined CONFIG_VORBIS_DECODER) | |
| 164 register_avcodec(&oggvorbis_decoder); | |
| 165 #endif //CONFIG_OGGVORBIS_DECODER | |
| 166 #endif | |
| 167 #ifdef CONFIG_RAWVIDEO_ENCODER | |
| 168 register_avcodec(&rawvideo_encoder); | |
| 169 #endif //CONFIG_RAWVIDEO_ENCODER | |
| 170 #ifdef CONFIG_RV10_ENCODER | |
| 171 register_avcodec(&rv10_encoder); | |
| 172 #endif //CONFIG_RV10_ENCODER | |
| 173 #ifdef CONFIG_RV20_ENCODER | |
| 174 register_avcodec(&rv20_encoder); | |
| 175 #endif //CONFIG_RV20_ENCODER | |
| 176 #ifdef CONFIG_SNOW_ENCODER | |
| 177 register_avcodec(&snow_encoder); | |
| 178 #endif //CONFIG_SNOW_ENCODER | |
| 179 #ifdef CONFIG_SONIC_ENCODER | |
| 180 register_avcodec(&sonic_encoder); | |
| 181 #endif //CONFIG_SONIC_ENCODER | |
| 182 #ifdef CONFIG_SONIC_LS_ENCODER | |
| 183 register_avcodec(&sonic_ls_encoder); | |
| 184 #endif //CONFIG_SONIC_LS_ENCODER | |
| 185 #ifdef CONFIG_SVQ1_ENCODER | |
| 186 register_avcodec(&svq1_encoder); | |
| 187 #endif //CONFIG_SVQ1_ENCODER | |
| 188 #ifdef CONFIG_VORBIS_ENCODER | |
| 189 register_avcodec(&vorbis_encoder); | |
| 190 #endif //CONFIG_VORBIS_ENCODER | |
| 118 #ifdef CONFIG_WMV1_ENCODER | 191 #ifdef CONFIG_WMV1_ENCODER |
| 119 register_avcodec(&wmv1_encoder); | 192 register_avcodec(&wmv1_encoder); |
| 120 #endif //CONFIG_WMV1_ENCODER | 193 #endif //CONFIG_WMV1_ENCODER |
| 121 #ifdef CONFIG_WMV2_ENCODER | 194 #ifdef CONFIG_WMV2_ENCODER |
| 122 register_avcodec(&wmv2_encoder); | 195 register_avcodec(&wmv2_encoder); |
| 123 #endif //CONFIG_WMV2_ENCODER | 196 #endif //CONFIG_WMV2_ENCODER |
| 124 #ifdef CONFIG_SVQ1_ENCODER | |
| 125 register_avcodec(&svq1_encoder); | |
| 126 #endif //CONFIG_SVQ1_ENCODER | |
| 127 #ifdef CONFIG_MJPEG_ENCODER | |
| 128 register_avcodec(&mjpeg_encoder); | |
| 129 #endif //CONFIG_MJPEG_ENCODER | |
| 130 #ifdef CONFIG_LJPEG_ENCODER | |
| 131 register_avcodec(&ljpeg_encoder); | |
| 132 #endif //CONFIG_LJPEG_ENCODER | |
| 133 #ifdef CONFIG_JPEGLS_ENCODER | |
| 134 register_avcodec(&jpegls_encoder); | |
| 135 #endif //CONFIG_JPEGLS_ENCODER | |
| 136 #ifdef CONFIG_ZLIB | |
| 137 #ifdef CONFIG_PNG_ENCODER | |
| 138 register_avcodec(&png_encoder); | |
| 139 #endif //CONFIG_PNG_ENCODER | |
| 140 #endif | |
| 141 #ifdef CONFIG_PPM_ENCODER | |
| 142 register_avcodec(&ppm_encoder); | |
| 143 #endif //CONFIG_PPM_ENCODER | |
| 144 #ifdef CONFIG_PGM_ENCODER | |
| 145 register_avcodec(&pgm_encoder); | |
| 146 #endif //CONFIG_PGM_ENCODER | |
| 147 #ifdef CONFIG_PGMYUV_ENCODER | |
| 148 register_avcodec(&pgmyuv_encoder); | |
| 149 #endif //CONFIG_PGMYUV_ENCODER | |
| 150 #ifdef CONFIG_PBM_ENCODER | |
| 151 register_avcodec(&pbm_encoder); | |
| 152 #endif //CONFIG_PBM_ENCODER | |
| 153 #ifdef CONFIG_PAM_ENCODER | |
| 154 register_avcodec(&pam_encoder); | |
| 155 #endif //CONFIG_PAM_ENCODER | |
| 156 #ifdef CONFIG_HUFFYUV_ENCODER | |
| 157 register_avcodec(&huffyuv_encoder); | |
| 158 #endif //CONFIG_HUFFYUV_ENCODER | |
| 159 #ifdef CONFIG_FFVHUFF_ENCODER | |
| 160 register_avcodec(&ffvhuff_encoder); | |
| 161 #endif //CONFIG_FFVHUFF_ENCODER | |
| 162 #ifdef CONFIG_ASV1_ENCODER | |
| 163 register_avcodec(&asv1_encoder); | |
| 164 #endif //CONFIG_ASV1_ENCODER | |
| 165 #ifdef CONFIG_ASV2_ENCODER | |
| 166 register_avcodec(&asv2_encoder); | |
| 167 #endif //CONFIG_ASV2_ENCODER | |
| 168 #ifdef CONFIG_FFV1_ENCODER | |
| 169 register_avcodec(&ffv1_encoder); | |
| 170 #endif //CONFIG_FFV1_ENCODER | |
| 171 #ifdef CONFIG_SNOW_ENCODER | |
| 172 register_avcodec(&snow_encoder); | |
| 173 #endif //CONFIG_SNOW_ENCODER | |
| 174 #ifdef CONFIG_ZLIB_ENCODER | |
| 175 register_avcodec(&zlib_encoder); | |
| 176 #endif //CONFIG_ZLIB_ENCODER | |
| 177 #ifdef CONFIG_DVVIDEO_ENCODER | |
| 178 register_avcodec(&dvvideo_encoder); | |
| 179 #endif //CONFIG_DVVIDEO_ENCODER | |
| 180 #ifdef CONFIG_SONIC_ENCODER | |
| 181 register_avcodec(&sonic_encoder); | |
| 182 #endif //CONFIG_SONIC_ENCODER | |
| 183 #ifdef CONFIG_SONIC_LS_ENCODER | |
| 184 register_avcodec(&sonic_ls_encoder); | |
| 185 #endif //CONFIG_SONIC_LS_ENCODER | |
| 186 #ifdef CONFIG_X264 | 197 #ifdef CONFIG_X264 |
| 187 #ifdef CONFIG_X264_ENCODER | 198 #ifdef CONFIG_X264_ENCODER |
| 188 register_avcodec(&x264_encoder); | 199 register_avcodec(&x264_encoder); |
| 189 #endif //CONFIG_X264_ENCODER | 200 #endif //CONFIG_X264_ENCODER |
| 190 #endif | 201 #endif |
| 191 #ifdef CONFIG_LIBGSM | 202 #ifdef CONFIG_XVID |
| 192 register_avcodec(&libgsm_encoder); | 203 #ifdef CONFIG_XVID_ENCODER |
| 193 #endif //CONFIG_LIBGSM | 204 register_avcodec(&xvid_encoder); |
| 194 #ifdef CONFIG_RAWVIDEO_ENCODER | 205 #endif //CONFIG_XVID_ENCODER |
| 195 register_avcodec(&rawvideo_encoder); | 206 #endif |
| 196 #endif //CONFIG_RAWVIDEO_ENCODER | 207 #ifdef CONFIG_ZLIB_ENCODER |
| 208 register_avcodec(&zlib_encoder); | |
| 209 #endif //CONFIG_ZLIB_ENCODER | |
| 197 | 210 |
| 198 /* decoders */ | 211 /* decoders */ |
| 199 #ifdef CONFIG_GIF_DECODER | |
| 200 register_avcodec(&gif_decoder); | |
| 201 #endif | |
| 202 #ifdef CONFIG_H263_DECODER | |
| 203 register_avcodec(&h263_decoder); | |
| 204 #endif //CONFIG_H263_DECODER | |
| 205 #ifdef CONFIG_H261_DECODER | |
| 206 register_avcodec(&h261_decoder); | |
| 207 #endif //CONFIG_H261_DECODER | |
| 208 #ifdef CONFIG_MPEG4_DECODER | |
| 209 register_avcodec(&mpeg4_decoder); | |
| 210 #endif //CONFIG_MPEG4_DECODER | |
| 211 #ifdef CONFIG_MSMPEG4V1_DECODER | |
| 212 register_avcodec(&msmpeg4v1_decoder); | |
| 213 #endif //CONFIG_MSMPEG4V1_DECODER | |
| 214 #ifdef CONFIG_MSMPEG4V2_DECODER | |
| 215 register_avcodec(&msmpeg4v2_decoder); | |
| 216 #endif //CONFIG_MSMPEG4V2_DECODER | |
| 217 #ifdef CONFIG_MSMPEG4V3_DECODER | |
| 218 register_avcodec(&msmpeg4v3_decoder); | |
| 219 #endif //CONFIG_MSMPEG4V3_DECODER | |
| 220 #ifdef CONFIG_WMV1_DECODER | |
| 221 register_avcodec(&wmv1_decoder); | |
| 222 #endif //CONFIG_WMV1_DECODER | |
| 223 #ifdef CONFIG_WMV2_DECODER | |
| 224 register_avcodec(&wmv2_decoder); | |
| 225 #endif //CONFIG_WMV2_DECODER | |
| 226 #ifdef CONFIG_VC1_DECODER | |
| 227 register_avcodec(&vc1_decoder); | |
| 228 #endif //CONFIG_VC1_DECODER | |
| 229 #ifdef CONFIG_WMV3_DECODER | |
| 230 register_avcodec(&wmv3_decoder); | |
| 231 #endif //CONFIG_WMV3_DECODER | |
| 232 #ifdef CONFIG_H263I_DECODER | |
| 233 register_avcodec(&h263i_decoder); | |
| 234 #endif //CONFIG_H263I_DECODER | |
| 235 #ifdef CONFIG_FLV_DECODER | |
| 236 register_avcodec(&flv_decoder); | |
| 237 #endif //CONFIG_FLV_DECODER | |
| 238 #ifdef CONFIG_RV10_DECODER | |
| 239 register_avcodec(&rv10_decoder); | |
| 240 #endif //CONFIG_RV10_DECODER | |
| 241 #ifdef CONFIG_RV20_DECODER | |
| 242 register_avcodec(&rv20_decoder); | |
| 243 #endif //CONFIG_RV20_DECODER | |
| 244 #ifdef CONFIG_SVQ1_DECODER | |
| 245 register_avcodec(&svq1_decoder); | |
| 246 #endif //CONFIG_SVQ1_DECODER | |
| 247 #ifdef CONFIG_SVQ3_DECODER | |
| 248 register_avcodec(&svq3_decoder); | |
| 249 #endif //CONFIG_SVQ3_DECODER | |
| 250 #ifdef CONFIG_WMAV1_DECODER | |
| 251 register_avcodec(&wmav1_decoder); | |
| 252 #endif //CONFIG_WMAV1_DECODER | |
| 253 #ifdef CONFIG_WMAV2_DECODER | |
| 254 register_avcodec(&wmav2_decoder); | |
| 255 #endif //CONFIG_WMAV2_DECODER | |
| 256 #ifdef CONFIG_INDEO2_DECODER | |
| 257 register_avcodec(&indeo2_decoder); | |
| 258 #endif //CONFIG_INDEO2_DECODER | |
| 259 #ifdef CONFIG_INDEO3_DECODER | |
| 260 register_avcodec(&indeo3_decoder); | |
| 261 #endif //CONFIG_INDEO3_DECODER | |
| 262 #ifdef CONFIG_TSCC_DECODER | |
| 263 register_avcodec(&tscc_decoder); | |
| 264 #endif //CONFIG_TSCC_DECODER | |
| 265 #ifdef CONFIG_CSCD_DECODER | |
| 266 register_avcodec(&cscd_decoder); | |
| 267 #endif //CONFIG_CSCD_DECODER | |
| 268 #ifdef CONFIG_NUV_DECODER | |
| 269 register_avcodec(&nuv_decoder); | |
| 270 #endif //CONFIG_NUV_DECODER | |
| 271 #ifdef CONFIG_ULTI_DECODER | |
| 272 register_avcodec(&ulti_decoder); | |
| 273 #endif //CONFIG_ULTI_DECODER | |
| 274 #ifdef CONFIG_QDRAW_DECODER | |
| 275 register_avcodec(&qdraw_decoder); | |
| 276 #endif //CONFIG_QDRAW_DECODER | |
| 277 #ifdef CONFIG_XL_DECODER | |
| 278 register_avcodec(&xl_decoder); | |
| 279 #endif //CONFIG_XL_DECODER | |
| 280 #ifdef CONFIG_QPEG_DECODER | |
| 281 register_avcodec(&qpeg_decoder); | |
| 282 #endif //CONFIG_QPEG_DECODER | |
| 283 #ifdef CONFIG_LOCO_DECODER | |
| 284 register_avcodec(&loco_decoder); | |
| 285 #endif //CONFIG_LOCO_DECODER | |
| 286 #ifdef CONFIG_KMVC_DECODER | |
| 287 register_avcodec(&kmvc_decoder); | |
| 288 #endif //CONFIG_KMVC_DECODER | |
| 289 #ifdef CONFIG_WNV1_DECODER | |
| 290 register_avcodec(&wnv1_decoder); | |
| 291 #endif //CONFIG_WNV1_DECODER | |
| 292 #ifdef CONFIG_AASC_DECODER | |
| 293 register_avcodec(&aasc_decoder); | |
| 294 #endif //CONFIG_AASC_DECODER | |
| 295 #ifdef CONFIG_FRAPS_DECODER | |
| 296 register_avcodec(&fraps_decoder); | |
| 297 #endif //CONFIG_FRAPS_DECODER | |
| 298 #ifdef CONFIG_FAAD | 212 #ifdef CONFIG_FAAD |
| 299 #ifdef CONFIG_AAC_DECODER | 213 #ifdef CONFIG_AAC_DECODER |
| 300 register_avcodec(&aac_decoder); | 214 register_avcodec(&aac_decoder); |
| 301 #endif //CONFIG_AAC_DECODER | 215 #endif //CONFIG_AAC_DECODER |
| 302 #ifdef CONFIG_MPEG4AAC_DECODER | 216 #ifdef CONFIG_MPEG4AAC_DECODER |
| 303 register_avcodec(&mpeg4aac_decoder); | 217 register_avcodec(&mpeg4aac_decoder); |
| 304 #endif //CONFIG_MPEG4AAC_DECODER | 218 #endif //CONFIG_MPEG4AAC_DECODER |
| 305 #endif | 219 #endif |
| 306 #ifdef CONFIG_MPEG1VIDEO_DECODER | 220 #ifdef CONFIG_AASC_DECODER |
| 307 register_avcodec(&mpeg1video_decoder); | 221 register_avcodec(&aasc_decoder); |
| 308 #endif //CONFIG_MPEG1VIDEO_DECODER | 222 #endif //CONFIG_AASC_DECODER |
| 309 #ifdef CONFIG_MPEG2VIDEO_DECODER | 223 #ifdef CONFIG_A52 |
| 310 register_avcodec(&mpeg2video_decoder); | 224 #ifdef CONFIG_AC3_DECODER |
| 311 #endif //CONFIG_MPEG2VIDEO_DECODER | 225 register_avcodec(&ac3_decoder); |
| 312 #ifdef CONFIG_MPEGVIDEO_DECODER | 226 #endif //CONFIG_AC3_DECODER |
| 313 register_avcodec(&mpegvideo_decoder); | 227 #endif |
| 314 #endif //CONFIG_MPEGVIDEO_DECODER | 228 #ifdef CONFIG_ALAC_DECODER |
| 315 #ifdef HAVE_XVMC | 229 register_avcodec(&alac_decoder); |
| 316 #ifdef CONFIG_MPEG_XVMC_DECODER | 230 #endif //CONFIG_ALAC_DECODER |
| 317 register_avcodec(&mpeg_xvmc_decoder); | 231 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED) |
| 318 #endif //CONFIG_MPEG_XVMC_DECODER | 232 #ifdef CONFIG_AMR_NB_DECODER |
| 233 register_avcodec(&amr_nb_decoder); | |
| 234 #endif //CONFIG_AMR_NB_DECODER | |
| 235 #endif /* CONFIG_AMR_NB || CONFIG_AMR_NB_FIXED */ | |
| 236 #ifdef CONFIG_AMR_WB | |
| 237 #ifdef CONFIG_AMR_WB_DECODER | |
| 238 register_avcodec(&amr_wb_decoder); | |
| 239 #endif //CONFIG_AMR_WB_DECODER | |
| 240 #endif /* CONFIG_AMR_WB */ | |
| 241 #ifdef CONFIG_ASV1_DECODER | |
| 242 register_avcodec(&asv1_decoder); | |
| 243 #endif //CONFIG_ASV1_DECODER | |
| 244 #ifdef CONFIG_ASV2_DECODER | |
| 245 register_avcodec(&asv2_decoder); | |
| 246 #endif //CONFIG_ASV2_DECODER | |
| 247 #ifdef CONFIG_AVS_DECODER | |
| 248 register_avcodec(&avs_decoder); | |
| 249 #endif //CONFIG_AVS_DECODER | |
| 250 #ifdef CONFIG_BMP_DECODER | |
| 251 register_avcodec(&bmp_decoder); | |
| 252 #endif //CONFIG_BMP_DECODER | |
| 253 #ifdef CONFIG_CAVS_DECODER | |
| 254 register_avcodec(&cavs_decoder); | |
| 255 #endif //CONFIG_CAVS_DECODER | |
| 256 #ifdef CONFIG_CINEPAK_DECODER | |
| 257 register_avcodec(&cinepak_decoder); | |
| 258 #endif //CONFIG_CINEPAK_DECODER | |
| 259 #ifdef CONFIG_CLJR_DECODER | |
| 260 register_avcodec(&cljr_decoder); | |
| 261 #endif //CONFIG_CLJR_DECODER | |
| 262 #ifdef CONFIG_COOK_DECODER | |
| 263 register_avcodec(&cook_decoder); | |
| 264 #endif //CONFIG_COOK_DECODER | |
| 265 #ifdef CONFIG_CSCD_DECODER | |
| 266 register_avcodec(&cscd_decoder); | |
| 267 #endif //CONFIG_CSCD_DECODER | |
| 268 #ifdef CONFIG_CYUV_DECODER | |
| 269 register_avcodec(&cyuv_decoder); | |
| 270 #endif //CONFIG_CYUV_DECODER | |
| 271 #ifdef CONFIG_DSICINAUDIO_DECODER | |
| 272 register_avcodec(&dsicinaudio_decoder); | |
| 273 #endif //CONFIG_DSICINAUDIO_DECODER | |
| 274 #ifdef CONFIG_DSICINVIDEO_DECODER | |
| 275 register_avcodec(&dsicinvideo_decoder); | |
| 276 #endif //CONFIG_DSICINVIDEO_DECODER | |
| 277 #ifdef CONFIG_DTS | |
| 278 #ifdef CONFIG_DTS_DECODER | |
| 279 register_avcodec(&dts_decoder); | |
| 280 #endif //CONFIG_DTS_DECODER | |
| 319 #endif | 281 #endif |
| 320 #ifdef CONFIG_DVVIDEO_DECODER | 282 #ifdef CONFIG_DVVIDEO_DECODER |
| 321 register_avcodec(&dvvideo_decoder); | 283 register_avcodec(&dvvideo_decoder); |
| 322 #endif //CONFIG_DVVIDEO_DECODER | 284 #endif //CONFIG_DVVIDEO_DECODER |
| 285 #ifdef CONFIG_EIGHTBPS_DECODER | |
| 286 register_avcodec(&eightbps_decoder); | |
| 287 #endif //CONFIG_EIGHTBPS_DECODER | |
| 288 #ifdef CONFIG_FFV1_DECODER | |
| 289 register_avcodec(&ffv1_decoder); | |
| 290 #endif //CONFIG_FFV1_DECODER | |
| 291 #ifdef CONFIG_FFVHUFF_DECODER | |
| 292 register_avcodec(&ffvhuff_decoder); | |
| 293 #endif //CONFIG_FFVHUFF_DECODER | |
| 294 #ifdef CONFIG_FLAC_DECODER | |
| 295 register_avcodec(&flac_decoder); | |
| 296 #endif //CONFIG_FLAC_DECODER | |
| 297 #ifdef CONFIG_FLASHSV_DECODER | |
| 298 register_avcodec(&flashsv_decoder); | |
| 299 #endif //CONFIG_FLASHSV_DECODER | |
| 300 #ifdef CONFIG_FLIC_DECODER | |
| 301 register_avcodec(&flic_decoder); | |
| 302 #endif //CONFIG_FLIC_DECODER | |
| 303 #ifdef CONFIG_FLV_DECODER | |
| 304 register_avcodec(&flv_decoder); | |
| 305 #endif //CONFIG_FLV_DECODER | |
| 306 #ifdef CONFIG_FOURXM_DECODER | |
| 307 register_avcodec(&fourxm_decoder); | |
| 308 #endif //CONFIG_FOURXM_DECODER | |
| 309 #ifdef CONFIG_FRAPS_DECODER | |
| 310 register_avcodec(&fraps_decoder); | |
| 311 #endif //CONFIG_FRAPS_DECODER | |
| 312 #ifdef CONFIG_GIF_DECODER | |
| 313 register_avcodec(&gif_decoder); | |
| 314 #endif | |
| 315 #ifdef CONFIG_H261_DECODER | |
| 316 register_avcodec(&h261_decoder); | |
| 317 #endif //CONFIG_H261_DECODER | |
| 318 #ifdef CONFIG_H263_DECODER | |
| 319 register_avcodec(&h263_decoder); | |
| 320 #endif //CONFIG_H263_DECODER | |
| 321 #ifdef CONFIG_H263I_DECODER | |
| 322 register_avcodec(&h263i_decoder); | |
| 323 #endif //CONFIG_H263I_DECODER | |
| 324 #ifdef CONFIG_H264_DECODER | |
| 325 register_avcodec(&h264_decoder); | |
| 326 #endif //CONFIG_H264_DECODER | |
| 327 #ifdef CONFIG_HUFFYUV_DECODER | |
| 328 register_avcodec(&huffyuv_decoder); | |
| 329 #endif //CONFIG_HUFFYUV_DECODER | |
| 330 #ifdef CONFIG_IDCIN_DECODER | |
| 331 register_avcodec(&idcin_decoder); | |
| 332 #endif //CONFIG_IDCIN_DECODER | |
| 333 #ifdef CONFIG_IMC_DECODER | |
| 334 register_avcodec(&imc_decoder); | |
| 335 #endif //CONFIG_IMC_DECODER | |
| 336 #ifdef CONFIG_INDEO2_DECODER | |
| 337 register_avcodec(&indeo2_decoder); | |
| 338 #endif //CONFIG_INDEO2_DECODER | |
| 339 #ifdef CONFIG_INDEO3_DECODER | |
| 340 register_avcodec(&indeo3_decoder); | |
| 341 #endif //CONFIG_INDEO3_DECODER | |
| 342 #ifdef CONFIG_INTERPLAY_DPCM_DECODER | |
| 343 register_avcodec(&interplay_dpcm_decoder); | |
| 344 #endif //CONFIG_INTERPLAY_DPCM_DECODER | |
| 345 #ifdef CONFIG_INTERPLAY_VIDEO_DECODER | |
| 346 register_avcodec(&interplay_video_decoder); | |
| 347 #endif //CONFIG_INTERPLAY_VIDEO_DECODER | |
| 348 #ifdef CONFIG_KMVC_DECODER | |
| 349 register_avcodec(&kmvc_decoder); | |
| 350 #endif //CONFIG_KMVC_DECODER | |
| 351 #ifdef CONFIG_LIBGSM | |
| 352 register_avcodec(&libgsm_decoder); | |
| 353 #endif //CONFIG_LIBGSM | |
| 354 #ifdef CONFIG_LOCO_DECODER | |
| 355 register_avcodec(&loco_decoder); | |
| 356 #endif //CONFIG_LOCO_DECODER | |
| 357 #ifdef CONFIG_MACE3_DECODER | |
| 358 register_avcodec(&mace3_decoder); | |
| 359 #endif //CONFIG_MACE3_DECODER | |
| 360 #ifdef CONFIG_MACE6_DECODER | |
| 361 register_avcodec(&mace6_decoder); | |
| 362 #endif //CONFIG_MACE6_DECODER | |
| 363 #ifdef CONFIG_MDEC_DECODER | |
| 364 register_avcodec(&mdec_decoder); | |
| 365 #endif //CONFIG_MDEC_DECODER | |
| 323 #ifdef CONFIG_MJPEG_DECODER | 366 #ifdef CONFIG_MJPEG_DECODER |
| 324 register_avcodec(&mjpeg_decoder); | 367 register_avcodec(&mjpeg_decoder); |
| 325 #endif //CONFIG_MJPEG_DECODER | 368 #endif //CONFIG_MJPEG_DECODER |
| 326 #ifdef CONFIG_MJPEGB_DECODER | 369 #ifdef CONFIG_MJPEGB_DECODER |
| 327 register_avcodec(&mjpegb_decoder); | 370 register_avcodec(&mjpegb_decoder); |
| 328 #endif //CONFIG_MJPEGB_DECODER | 371 #endif //CONFIG_MJPEGB_DECODER |
| 329 #ifdef CONFIG_SP5X_DECODER | 372 #ifdef CONFIG_MMVIDEO_DECODER |
| 330 register_avcodec(&sp5x_decoder); | 373 register_avcodec(&mmvideo_decoder); |
| 331 #endif //CONFIG_SP5X_DECODER | 374 #endif //CONFIG_MMVIDEO_DECODER |
| 332 #ifdef CONFIG_ZLIB | |
| 333 #ifdef CONFIG_PNG_DECODER | |
| 334 register_avcodec(&png_decoder); | |
| 335 #endif //CONFIG_PNG_DECODER | |
| 336 #endif | |
| 337 #ifdef CONFIG_MP2_DECODER | 375 #ifdef CONFIG_MP2_DECODER |
| 338 register_avcodec(&mp2_decoder); | 376 register_avcodec(&mp2_decoder); |
| 339 #endif //CONFIG_MP2_DECODER | 377 #endif //CONFIG_MP2_DECODER |
| 340 #ifdef CONFIG_MP3_DECODER | 378 #ifdef CONFIG_MP3_DECODER |
| 341 register_avcodec(&mp3_decoder); | 379 register_avcodec(&mp3_decoder); |
| 344 register_avcodec(&mp3adu_decoder); | 382 register_avcodec(&mp3adu_decoder); |
| 345 #endif //CONFIG_MP3ADU_DECODER | 383 #endif //CONFIG_MP3ADU_DECODER |
| 346 #ifdef CONFIG_MP3ON4_DECODER | 384 #ifdef CONFIG_MP3ON4_DECODER |
| 347 register_avcodec(&mp3on4_decoder); | 385 register_avcodec(&mp3on4_decoder); |
| 348 #endif //CONFIG_MP3ON4_DECODER | 386 #endif //CONFIG_MP3ON4_DECODER |
| 349 #ifdef CONFIG_MACE3_DECODER | 387 #ifdef HAVE_XVMC |
| 350 register_avcodec(&mace3_decoder); | 388 #ifdef CONFIG_MPEG_XVMC_DECODER |
| 351 #endif //CONFIG_MACE3_DECODER | 389 register_avcodec(&mpeg_xvmc_decoder); |
| 352 #ifdef CONFIG_MACE6_DECODER | 390 #endif //CONFIG_MPEG_XVMC_DECODER |
| 353 register_avcodec(&mace6_decoder); | 391 #endif |
| 354 #endif //CONFIG_MACE6_DECODER | 392 #ifdef CONFIG_MPEG1VIDEO_DECODER |
| 355 #ifdef CONFIG_HUFFYUV_DECODER | 393 register_avcodec(&mpeg1video_decoder); |
| 356 register_avcodec(&huffyuv_decoder); | 394 #endif //CONFIG_MPEG1VIDEO_DECODER |
| 357 #endif //CONFIG_HUFFYUV_DECODER | 395 #ifdef CONFIG_MPEG2VIDEO_DECODER |
| 358 #ifdef CONFIG_FFVHUFF_DECODER | 396 register_avcodec(&mpeg2video_decoder); |
| 359 register_avcodec(&ffvhuff_decoder); | 397 #endif //CONFIG_MPEG2VIDEO_DECODER |
| 360 #endif //CONFIG_FFVHUFF_DECODER | 398 #ifdef CONFIG_MPEG4_DECODER |
| 361 #ifdef CONFIG_FFV1_DECODER | 399 register_avcodec(&mpeg4_decoder); |
| 362 register_avcodec(&ffv1_decoder); | 400 #endif //CONFIG_MPEG4_DECODER |
| 363 #endif //CONFIG_FFV1_DECODER | 401 #ifdef CONFIG_MPEGVIDEO_DECODER |
| 402 register_avcodec(&mpegvideo_decoder); | |
| 403 #endif //CONFIG_MPEGVIDEO_DECODER | |
| 404 #ifdef CONFIG_MSMPEG4V1_DECODER | |
| 405 register_avcodec(&msmpeg4v1_decoder); | |
| 406 #endif //CONFIG_MSMPEG4V1_DECODER | |
| 407 #ifdef CONFIG_MSMPEG4V2_DECODER | |
| 408 register_avcodec(&msmpeg4v2_decoder); | |
| 409 #endif //CONFIG_MSMPEG4V2_DECODER | |
| 410 #ifdef CONFIG_MSMPEG4V3_DECODER | |
| 411 register_avcodec(&msmpeg4v3_decoder); | |
| 412 #endif //CONFIG_MSMPEG4V3_DECODER | |
| 413 #ifdef CONFIG_MSRLE_DECODER | |
| 414 register_avcodec(&msrle_decoder); | |
| 415 #endif //CONFIG_MSRLE_DECODER | |
| 416 #ifdef CONFIG_MSVIDEO1_DECODER | |
| 417 register_avcodec(&msvideo1_decoder); | |
| 418 #endif //CONFIG_MSVIDEO1_DECODER | |
| 419 #ifdef CONFIG_MSZH_DECODER | |
| 420 register_avcodec(&mszh_decoder); | |
| 421 #endif //CONFIG_MSZH_DECODER | |
| 422 #ifdef CONFIG_NUV_DECODER | |
| 423 register_avcodec(&nuv_decoder); | |
| 424 #endif //CONFIG_NUV_DECODER | |
| 425 #ifdef CONFIG_ZLIB | |
| 426 #ifdef CONFIG_PNG_DECODER | |
| 427 register_avcodec(&png_decoder); | |
| 428 #endif //CONFIG_PNG_DECODER | |
| 429 #endif | |
| 430 #ifdef CONFIG_QDM2_DECODER | |
| 431 register_avcodec(&qdm2_decoder); | |
| 432 #endif //CONFIG_QDM2_DECODER | |
| 433 #ifdef CONFIG_QDRAW_DECODER | |
| 434 register_avcodec(&qdraw_decoder); | |
| 435 #endif //CONFIG_QDRAW_DECODER | |
| 436 #ifdef CONFIG_QPEG_DECODER | |
| 437 register_avcodec(&qpeg_decoder); | |
| 438 #endif //CONFIG_QPEG_DECODER | |
| 439 #ifdef CONFIG_QTRLE_DECODER | |
| 440 register_avcodec(&qtrle_decoder); | |
| 441 #endif //CONFIG_QTRLE_DECODER | |
| 442 #ifdef CONFIG_RA_144_DECODER | |
| 443 register_avcodec(&ra_144_decoder); | |
| 444 #endif //CONFIG_RA_144_DECODER | |
| 445 #ifdef CONFIG_RA_288_DECODER | |
| 446 register_avcodec(&ra_288_decoder); | |
| 447 #endif //CONFIG_RA_288_DECODER | |
| 448 #ifdef CONFIG_RAWVIDEO_DECODER | |
| 449 register_avcodec(&rawvideo_decoder); | |
| 450 #endif //CONFIG_RAWVIDEO_DECODER | |
| 451 #ifdef CONFIG_ROQ_DECODER | |
| 452 register_avcodec(&roq_decoder); | |
| 453 #endif //CONFIG_ROQ_DECODER | |
| 454 #ifdef CONFIG_ROQ_DPCM_DECODER | |
| 455 register_avcodec(&roq_dpcm_decoder); | |
| 456 #endif //CONFIG_ROQ_DPCM_DECODER | |
| 457 #ifdef CONFIG_RPZA_DECODER | |
| 458 register_avcodec(&rpza_decoder); | |
| 459 #endif //CONFIG_RPZA_DECODER | |
| 460 #ifdef CONFIG_RV10_DECODER | |
| 461 register_avcodec(&rv10_decoder); | |
| 462 #endif //CONFIG_RV10_DECODER | |
| 463 #ifdef CONFIG_RV20_DECODER | |
| 464 register_avcodec(&rv20_decoder); | |
| 465 #endif //CONFIG_RV20_DECODER | |
| 466 #ifdef CONFIG_SHORTEN_DECODER | |
| 467 register_avcodec(&shorten_decoder); | |
| 468 #endif //CONFIG_SHORTEN_DECODER | |
| 469 #ifdef CONFIG_SMACKAUD_DECODER | |
| 470 register_avcodec(&smackaud_decoder); | |
| 471 #endif //CONFIG_SMACKAUD_DECODER | |
| 472 #ifdef CONFIG_SMACKER_DECODER | |
| 473 register_avcodec(&smacker_decoder); | |
| 474 #endif //CONFIG_SMACKER_DECODER | |
| 475 #ifdef CONFIG_SMC_DECODER | |
| 476 register_avcodec(&smc_decoder); | |
| 477 #endif //CONFIG_SMC_DECODER | |
| 364 #ifdef CONFIG_SNOW_DECODER | 478 #ifdef CONFIG_SNOW_DECODER |
| 365 register_avcodec(&snow_decoder); | 479 register_avcodec(&snow_decoder); |
| 366 #endif //CONFIG_SNOW_DECODER | 480 #endif //CONFIG_SNOW_DECODER |
| 367 #ifdef CONFIG_CYUV_DECODER | 481 #ifdef CONFIG_SOL_DPCM_DECODER |
| 368 register_avcodec(&cyuv_decoder); | 482 register_avcodec(&sol_dpcm_decoder); |
| 369 #endif //CONFIG_CYUV_DECODER | 483 #endif //CONFIG_SOL_DPCM_DECODER |
| 370 #ifdef CONFIG_H264_DECODER | 484 #ifdef CONFIG_SONIC_DECODER |
| 371 register_avcodec(&h264_decoder); | 485 register_avcodec(&sonic_decoder); |
| 372 #endif //CONFIG_H264_DECODER | 486 #endif //CONFIG_SONIC_DECODER |
| 487 #ifdef CONFIG_SP5X_DECODER | |
| 488 register_avcodec(&sp5x_decoder); | |
| 489 #endif //CONFIG_SP5X_DECODER | |
| 490 #ifdef CONFIG_SVQ1_DECODER | |
| 491 register_avcodec(&svq1_decoder); | |
| 492 #endif //CONFIG_SVQ1_DECODER | |
| 493 #ifdef CONFIG_SVQ3_DECODER | |
| 494 register_avcodec(&svq3_decoder); | |
| 495 #endif //CONFIG_SVQ3_DECODER | |
| 496 #ifdef CONFIG_TARGA_DECODER | |
| 497 register_avcodec(&targa_decoder); | |
| 498 #endif //CONFIG_TARGA_DECODER | |
| 499 #ifdef CONFIG_THEORA_DECODER | |
| 500 register_avcodec(&theora_decoder); | |
| 501 #endif //CONFIG_THEORA_DECODER | |
| 502 #ifdef CONFIG_TIERTEXSEQVIDEO_DECODER | |
| 503 register_avcodec(&tiertexseqvideo_decoder); | |
| 504 #endif //CONFIG_TIERTEXSEQVIDEO_DECODER | |
| 505 #ifdef CONFIG_TIFF_DECODER | |
| 506 register_avcodec(&tiff_decoder); | |
| 507 #endif //CONFIG_TIFF_DECODER | |
| 508 #ifdef CONFIG_TRUEMOTION1_DECODER | |
| 509 register_avcodec(&truemotion1_decoder); | |
| 510 #endif //CONFIG_TRUEMOTION1_DECODER | |
| 511 #ifdef CONFIG_TRUEMOTION2_DECODER | |
| 512 register_avcodec(&truemotion2_decoder); | |
| 513 #endif //CONFIG_TRUEMOTION2_DECODER | |
| 514 #ifdef CONFIG_TRUESPEECH_DECODER | |
| 515 register_avcodec(&truespeech_decoder); | |
| 516 #endif //CONFIG_TRUESPEECH_DECODER | |
| 517 #ifdef CONFIG_TSCC_DECODER | |
| 518 register_avcodec(&tscc_decoder); | |
| 519 #endif //CONFIG_TSCC_DECODER | |
| 520 #ifdef CONFIG_TTA_DECODER | |
| 521 register_avcodec(&tta_decoder); | |
| 522 #endif //CONFIG_TTA_DECODER | |
| 523 #ifdef CONFIG_ULTI_DECODER | |
| 524 register_avcodec(&ulti_decoder); | |
| 525 #endif //CONFIG_ULTI_DECODER | |
| 526 #ifdef CONFIG_VC1_DECODER | |
| 527 register_avcodec(&vc1_decoder); | |
| 528 #endif //CONFIG_VC1_DECODER | |
| 529 #ifdef CONFIG_VCR1_DECODER | |
| 530 register_avcodec(&vcr1_decoder); | |
| 531 #endif //CONFIG_VCR1_DECODER | |
| 532 #ifdef CONFIG_VMDAUDIO_DECODER | |
| 533 register_avcodec(&vmdaudio_decoder); | |
| 534 #endif //CONFIG_VMDAUDIO_DECODER | |
| 535 #ifdef CONFIG_VMDVIDEO_DECODER | |
| 536 register_avcodec(&vmdvideo_decoder); | |
| 537 #endif //CONFIG_VMDVIDEO_DECODER | |
| 538 #ifdef CONFIG_VMNC_DECODER | |
| 539 register_avcodec(&vmnc_decoder); | |
| 540 #endif //CONFIG_VMNC_DECODER | |
| 541 #ifdef CONFIG_VORBIS_DECODER | |
| 542 register_avcodec(&vorbis_decoder); | |
| 543 #endif //CONFIG_VORBIS_DECODER | |
| 373 #ifdef CONFIG_VP3_DECODER | 544 #ifdef CONFIG_VP3_DECODER |
| 374 register_avcodec(&vp3_decoder); | 545 register_avcodec(&vp3_decoder); |
| 375 #endif //CONFIG_VP3_DECODER | 546 #endif //CONFIG_VP3_DECODER |
| 376 #ifdef CONFIG_THEORA_DECODER | |
| 377 register_avcodec(&theora_decoder); | |
| 378 #endif //CONFIG_THEORA_DECODER | |
| 379 #ifdef CONFIG_VP5_DECODER | 547 #ifdef CONFIG_VP5_DECODER |
| 380 register_avcodec(&vp5_decoder); | 548 register_avcodec(&vp5_decoder); |
| 381 #endif //CONFIG_VP5_DECODER | 549 #endif //CONFIG_VP5_DECODER |
| 382 #ifdef CONFIG_VP6_DECODER | 550 #ifdef CONFIG_VP6_DECODER |
| 383 register_avcodec(&vp6_decoder); | 551 register_avcodec(&vp6_decoder); |
| 384 #endif //CONFIG_VP6_DECODER | 552 #endif //CONFIG_VP6_DECODER |
| 385 #ifdef CONFIG_VP6F_DECODER | 553 #ifdef CONFIG_VP6F_DECODER |
| 386 register_avcodec(&vp6f_decoder); | 554 register_avcodec(&vp6f_decoder); |
| 387 #endif //CONFIG_VP6F_DECODER | 555 #endif //CONFIG_VP6F_DECODER |
| 388 #ifdef CONFIG_ASV1_DECODER | 556 #ifdef CONFIG_VQA_DECODER |
| 389 register_avcodec(&asv1_decoder); | 557 register_avcodec(&vqa_decoder); |
| 390 #endif //CONFIG_ASV1_DECODER | 558 #endif //CONFIG_VQA_DECODER |
| 391 #ifdef CONFIG_ASV2_DECODER | 559 #ifdef CONFIG_WAVPACK_DECODER |
| 392 register_avcodec(&asv2_decoder); | 560 register_avcodec(&wavpack_decoder); |
| 393 #endif //CONFIG_ASV2_DECODER | 561 #endif //CONFIG_WAVPACK_DECODER |
| 394 #ifdef CONFIG_VCR1_DECODER | 562 #ifdef CONFIG_WMAV1_DECODER |
| 395 register_avcodec(&vcr1_decoder); | 563 register_avcodec(&wmav1_decoder); |
| 396 #endif //CONFIG_VCR1_DECODER | 564 #endif //CONFIG_WMAV1_DECODER |
| 397 #ifdef CONFIG_CLJR_DECODER | 565 #ifdef CONFIG_WMAV2_DECODER |
| 398 register_avcodec(&cljr_decoder); | 566 register_avcodec(&wmav2_decoder); |
| 399 #endif //CONFIG_CLJR_DECODER | 567 #endif //CONFIG_WMAV2_DECODER |
| 400 #ifdef CONFIG_FOURXM_DECODER | 568 #ifdef CONFIG_WMV1_DECODER |
| 401 register_avcodec(&fourxm_decoder); | 569 register_avcodec(&wmv1_decoder); |
| 402 #endif //CONFIG_FOURXM_DECODER | 570 #endif //CONFIG_WMV1_DECODER |
| 403 #ifdef CONFIG_MDEC_DECODER | 571 #ifdef CONFIG_WMV2_DECODER |
| 404 register_avcodec(&mdec_decoder); | 572 register_avcodec(&wmv2_decoder); |
| 405 #endif //CONFIG_MDEC_DECODER | 573 #endif //CONFIG_WMV2_DECODER |
| 406 #ifdef CONFIG_ROQ_DECODER | 574 #ifdef CONFIG_WMV3_DECODER |
| 407 register_avcodec(&roq_decoder); | 575 register_avcodec(&wmv3_decoder); |
| 408 #endif //CONFIG_ROQ_DECODER | 576 #endif //CONFIG_WMV3_DECODER |
| 409 #ifdef CONFIG_INTERPLAY_VIDEO_DECODER | 577 #ifdef CONFIG_WNV1_DECODER |
| 410 register_avcodec(&interplay_video_decoder); | 578 register_avcodec(&wnv1_decoder); |
| 411 #endif //CONFIG_INTERPLAY_VIDEO_DECODER | 579 #endif //CONFIG_WNV1_DECODER |
| 580 #ifdef CONFIG_WS_SND1_DECODER | |
| 581 register_avcodec(&ws_snd1_decoder); | |
| 582 #endif //CONFIG_WS_SND1_DECODER | |
| 583 #ifdef CONFIG_XAN_DPCM_DECODER | |
| 584 register_avcodec(&xan_dpcm_decoder); | |
| 585 #endif //CONFIG_XAN_DPCM_DECODER | |
| 412 #ifdef CONFIG_XAN_WC3_DECODER | 586 #ifdef CONFIG_XAN_WC3_DECODER |
| 413 register_avcodec(&xan_wc3_decoder); | 587 register_avcodec(&xan_wc3_decoder); |
| 414 #endif //CONFIG_XAN_WC3_DECODER | 588 #endif //CONFIG_XAN_WC3_DECODER |
| 415 #ifdef CONFIG_RPZA_DECODER | 589 #ifdef CONFIG_XL_DECODER |
| 416 register_avcodec(&rpza_decoder); | 590 register_avcodec(&xl_decoder); |
| 417 #endif //CONFIG_RPZA_DECODER | 591 #endif //CONFIG_XL_DECODER |
| 418 #ifdef CONFIG_CINEPAK_DECODER | |
| 419 register_avcodec(&cinepak_decoder); | |
| 420 #endif //CONFIG_CINEPAK_DECODER | |
| 421 #ifdef CONFIG_MSRLE_DECODER | |
| 422 register_avcodec(&msrle_decoder); | |
| 423 #endif //CONFIG_MSRLE_DECODER | |
| 424 #ifdef CONFIG_MSVIDEO1_DECODER | |
| 425 register_avcodec(&msvideo1_decoder); | |
| 426 #endif //CONFIG_MSVIDEO1_DECODER | |
| 427 #ifdef CONFIG_VQA_DECODER | |
| 428 register_avcodec(&vqa_decoder); | |
| 429 #endif //CONFIG_VQA_DECODER | |
| 430 #ifdef CONFIG_IDCIN_DECODER | |
| 431 register_avcodec(&idcin_decoder); | |
| 432 #endif //CONFIG_IDCIN_DECODER | |
| 433 #ifdef CONFIG_EIGHTBPS_DECODER | |
| 434 register_avcodec(&eightbps_decoder); | |
| 435 #endif //CONFIG_EIGHTBPS_DECODER | |
| 436 #ifdef CONFIG_SMC_DECODER | |
| 437 register_avcodec(&smc_decoder); | |
| 438 #endif //CONFIG_SMC_DECODER | |
| 439 #ifdef CONFIG_FLIC_DECODER | |
| 440 register_avcodec(&flic_decoder); | |
| 441 #endif //CONFIG_FLIC_DECODER | |
| 442 #ifdef CONFIG_TRUEMOTION1_DECODER | |
| 443 register_avcodec(&truemotion1_decoder); | |
| 444 #endif //CONFIG_TRUEMOTION1_DECODER | |
| 445 #ifdef CONFIG_TRUEMOTION2_DECODER | |
| 446 register_avcodec(&truemotion2_decoder); | |
| 447 #endif //CONFIG_TRUEMOTION2_DECODER | |
| 448 #ifdef CONFIG_VMDVIDEO_DECODER | |
| 449 register_avcodec(&vmdvideo_decoder); | |
| 450 #endif //CONFIG_VMDVIDEO_DECODER | |
| 451 #ifdef CONFIG_VMDAUDIO_DECODER | |
| 452 register_avcodec(&vmdaudio_decoder); | |
| 453 #endif //CONFIG_VMDAUDIO_DECODER | |
| 454 #ifdef CONFIG_MSZH_DECODER | |
| 455 register_avcodec(&mszh_decoder); | |
| 456 #endif //CONFIG_MSZH_DECODER | |
| 457 #ifdef CONFIG_ZLIB_DECODER | 592 #ifdef CONFIG_ZLIB_DECODER |
| 458 register_avcodec(&zlib_decoder); | 593 register_avcodec(&zlib_decoder); |
| 459 #endif //CONFIG_ZLIB_DECODER | 594 #endif //CONFIG_ZLIB_DECODER |
| 460 #ifdef CONFIG_ZMBV_DECODER | 595 #ifdef CONFIG_ZMBV_DECODER |
| 461 register_avcodec(&zmbv_decoder); | 596 register_avcodec(&zmbv_decoder); |
| 462 #endif //CONFIG_ZMBV_DECODER | 597 #endif //CONFIG_ZMBV_DECODER |
| 463 #ifdef CONFIG_SMACKER_DECODER | |
| 464 register_avcodec(&smacker_decoder); | |
| 465 #endif //CONFIG_SMACKER_DECODER | |
| 466 #ifdef CONFIG_SMACKAUD_DECODER | |
| 467 register_avcodec(&smackaud_decoder); | |
| 468 #endif //CONFIG_SMACKAUD_DECODER | |
| 469 #ifdef CONFIG_SONIC_DECODER | |
| 470 register_avcodec(&sonic_decoder); | |
| 471 #endif //CONFIG_SONIC_DECODER | |
| 472 #ifdef CONFIG_A52 | |
| 473 #ifdef CONFIG_AC3_DECODER | |
| 474 register_avcodec(&ac3_decoder); | |
| 475 #endif //CONFIG_AC3_DECODER | |
| 476 #endif | |
| 477 #ifdef CONFIG_DTS | |
| 478 #ifdef CONFIG_DTS_DECODER | |
| 479 register_avcodec(&dts_decoder); | |
| 480 #endif //CONFIG_DTS_DECODER | |
| 481 #endif | |
| 482 #ifdef CONFIG_RA_144_DECODER | |
| 483 register_avcodec(&ra_144_decoder); | |
| 484 #endif //CONFIG_RA_144_DECODER | |
| 485 #ifdef CONFIG_RA_288_DECODER | |
| 486 register_avcodec(&ra_288_decoder); | |
| 487 #endif //CONFIG_RA_288_DECODER | |
| 488 #ifdef CONFIG_ROQ_DPCM_DECODER | |
| 489 register_avcodec(&roq_dpcm_decoder); | |
| 490 #endif //CONFIG_ROQ_DPCM_DECODER | |
| 491 #ifdef CONFIG_INTERPLAY_DPCM_DECODER | |
| 492 register_avcodec(&interplay_dpcm_decoder); | |
| 493 #endif //CONFIG_INTERPLAY_DPCM_DECODER | |
| 494 #ifdef CONFIG_XAN_DPCM_DECODER | |
| 495 register_avcodec(&xan_dpcm_decoder); | |
| 496 #endif //CONFIG_XAN_DPCM_DECODER | |
| 497 #ifdef CONFIG_SOL_DPCM_DECODER | |
| 498 register_avcodec(&sol_dpcm_decoder); | |
| 499 #endif //CONFIG_SOL_DPCM_DECODER | |
| 500 #ifdef CONFIG_QTRLE_DECODER | |
| 501 register_avcodec(&qtrle_decoder); | |
| 502 #endif //CONFIG_QTRLE_DECODER | |
| 503 #ifdef CONFIG_FLAC_DECODER | |
| 504 register_avcodec(&flac_decoder); | |
| 505 #endif //CONFIG_FLAC_DECODER | |
| 506 #ifdef CONFIG_SHORTEN_DECODER | |
| 507 register_avcodec(&shorten_decoder); | |
| 508 #endif //CONFIG_SHORTEN_DECODER | |
| 509 #ifdef CONFIG_ALAC_DECODER | |
| 510 register_avcodec(&alac_decoder); | |
| 511 #endif //CONFIG_ALAC_DECODER | |
| 512 #ifdef CONFIG_WS_SND1_DECODER | |
| 513 register_avcodec(&ws_snd1_decoder); | |
| 514 #endif //CONFIG_WS_SND1_DECODER | |
| 515 #ifdef CONFIG_VORBIS_DECODER | |
| 516 register_avcodec(&vorbis_decoder); | |
| 517 #endif | |
| 518 #ifdef CONFIG_VORBIS_ENCODER | |
| 519 register_avcodec(&vorbis_encoder); | |
| 520 #endif | |
| 521 #ifdef CONFIG_LIBGSM | |
| 522 register_avcodec(&libgsm_decoder); | |
| 523 #endif //CONFIG_LIBGSM | |
| 524 #ifdef CONFIG_QDM2_DECODER | |
| 525 register_avcodec(&qdm2_decoder); | |
| 526 #endif //CONFIG_QDM2_DECODER | |
| 527 #ifdef CONFIG_COOK_DECODER | |
| 528 register_avcodec(&cook_decoder); | |
| 529 #endif //CONFIG_COOK_DECODER | |
| 530 #ifdef CONFIG_TRUESPEECH_DECODER | |
| 531 register_avcodec(&truespeech_decoder); | |
| 532 #endif //CONFIG_TRUESPEECH_DECODER | |
| 533 #ifdef CONFIG_TTA_DECODER | |
| 534 register_avcodec(&tta_decoder); | |
| 535 #endif //CONFIG_TTA_DECODER | |
| 536 #ifdef CONFIG_AVS_DECODER | |
| 537 register_avcodec(&avs_decoder); | |
| 538 #endif //CONFIG_AVS_DECODER | |
| 539 #ifdef CONFIG_CAVS_DECODER | |
| 540 register_avcodec(&cavs_decoder); | |
| 541 #endif //CONFIG_CAVS_DECODER | |
| 542 #ifdef CONFIG_RAWVIDEO_DECODER | |
| 543 register_avcodec(&rawvideo_decoder); | |
| 544 #endif //CONFIG_RAWVIDEO_DECODER | |
| 545 #ifdef CONFIG_FLASHSV_DECODER | |
| 546 register_avcodec(&flashsv_decoder); | |
| 547 #endif //CONFIG_FLASHSV_DECODER | |
| 548 #ifdef CONFIG_VMNC_DECODER | |
| 549 register_avcodec(&vmnc_decoder); | |
| 550 #endif //CONFIG_VMNC_DECODER | |
| 551 #ifdef CONFIG_WAVPACK_DECODER | |
| 552 register_avcodec(&wavpack_decoder); | |
| 553 #endif //CONFIG_WAVPACK_DECODER | |
| 554 #ifdef CONFIG_TARGA_DECODER | |
| 555 register_avcodec(&targa_decoder); | |
| 556 #endif //CONFIG_TARGA_DECODER | |
| 557 #ifdef CONFIG_DSICINVIDEO_DECODER | |
| 558 register_avcodec(&dsicinvideo_decoder); | |
| 559 #endif //CONFIG_DSICINVIDEO_DECODER | |
| 560 #ifdef CONFIG_DSICINAUDIO_DECODER | |
| 561 register_avcodec(&dsicinaudio_decoder); | |
| 562 #endif //CONFIG_DSICINAUDIO_DECODER | |
| 563 #ifdef CONFIG_TIERTEXSEQVIDEO_DECODER | |
| 564 register_avcodec(&tiertexseqvideo_decoder); | |
| 565 #endif //CONFIG_TIERTEXSEQVIDEO_DECODER | |
| 566 #ifdef CONFIG_TIFF_DECODER | |
| 567 register_avcodec(&tiff_decoder); | |
| 568 #endif //CONFIG_TIFF_DECODER | |
| 569 #ifdef CONFIG_IMC_DECODER | |
| 570 register_avcodec(&imc_decoder); | |
| 571 #endif //CONFIG_IMC_DECODER | |
| 572 | |
| 573 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED) | |
| 574 #ifdef CONFIG_AMR_NB_DECODER | |
| 575 register_avcodec(&amr_nb_decoder); | |
| 576 #endif //CONFIG_AMR_NB_DECODER | |
| 577 #ifdef CONFIG_AMR_NB_ENCODER | |
| 578 register_avcodec(&amr_nb_encoder); | |
| 579 #endif //CONFIG_AMR_NB_ENCODER | |
| 580 #endif /* CONFIG_AMR_NB || CONFIG_AMR_NB_FIXED */ | |
| 581 | |
| 582 #ifdef CONFIG_AMR_WB | |
| 583 #ifdef CONFIG_AMR_WB_DECODER | |
| 584 register_avcodec(&amr_wb_decoder); | |
| 585 #endif //CONFIG_AMR_WB_DECODER | |
| 586 #ifdef CONFIG_AMR_WB_ENCODER | |
| 587 register_avcodec(&amr_wb_encoder); | |
| 588 #endif //CONFIG_AMR_WB_ENCODER | |
| 589 #endif /* CONFIG_AMR_WB */ | |
| 590 | |
| 591 #ifdef CONFIG_BMP_DECODER | |
| 592 register_avcodec(&bmp_decoder); | |
| 593 #endif | |
| 594 | |
| 595 #if CONFIG_MMVIDEO_DECODER | |
| 596 register_avcodec(&mmvideo_decoder); | |
| 597 #endif //CONFIG_MMVIDEO_DECODER | |
| 598 | 598 |
| 599 /* pcm codecs */ | 599 /* pcm codecs */ |
| 600 #ifdef CONFIG_PCM_ALAW_DECODER | |
| 601 register_avcodec(&pcm_alaw_decoder); | |
| 602 #endif | |
| 603 #ifdef CONFIG_PCM_ALAW_ENCODER | |
| 604 register_avcodec(&pcm_alaw_encoder); | |
| 605 #endif | |
| 606 #ifdef CONFIG_PCM_MULAW_DECODER | |
| 607 register_avcodec(&pcm_mulaw_decoder); | |
| 608 #endif | |
| 609 #ifdef CONFIG_PCM_MULAW_ENCODER | |
| 610 register_avcodec(&pcm_mulaw_encoder); | |
| 611 #endif | |
| 612 #ifdef CONFIG_PCM_S8_DECODER | |
| 613 register_avcodec(&pcm_s8_decoder); | |
| 614 #endif | |
| 615 #ifdef CONFIG_PCM_S8_ENCODER | |
| 616 register_avcodec(&pcm_s8_encoder); | |
| 617 #endif | |
| 618 #ifdef CONFIG_PCM_S16BE_DECODER | |
| 619 register_avcodec(&pcm_s16be_decoder); | |
| 620 #endif | |
| 621 #ifdef CONFIG_PCM_S16BE_ENCODER | |
| 622 register_avcodec(&pcm_s16be_encoder); | |
| 623 #endif | |
| 624 #ifdef CONFIG_PCM_S16LE_DECODER | |
| 625 register_avcodec(&pcm_s16le_decoder); | |
| 626 #endif | |
| 627 #ifdef CONFIG_PCM_S16LE_ENCODER | |
| 628 register_avcodec(&pcm_s16le_encoder); | |
| 629 #endif | |
| 630 #ifdef CONFIG_PCM_S24BE_DECODER | |
| 631 register_avcodec(&pcm_s24be_decoder); | |
| 632 #endif | |
| 633 #ifdef CONFIG_PCM_S24BE_ENCODER | |
| 634 register_avcodec(&pcm_s24be_encoder); | |
| 635 #endif | |
| 636 #ifdef CONFIG_PCM_S24DAUD_DECODER | |
| 637 register_avcodec(&pcm_s24daud_decoder); | |
| 638 #endif | |
| 639 #ifdef CONFIG_PCM_S24DAUD_ENCODER | |
| 640 register_avcodec(&pcm_s24daud_encoder); | |
| 641 #endif | |
| 642 #ifdef CONFIG_PCM_S24LE_DECODER | |
| 643 register_avcodec(&pcm_s24le_decoder); | |
| 644 #endif | |
| 645 #ifdef CONFIG_PCM_S24LE_ENCODER | |
| 646 register_avcodec(&pcm_s24le_encoder); | |
| 647 #endif | |
| 648 #ifdef CONFIG_PCM_S32BE_DECODER | |
| 649 register_avcodec(&pcm_s32be_decoder); | |
| 650 #endif | |
| 651 #ifdef CONFIG_PCM_S32BE_ENCODER | |
| 652 register_avcodec(&pcm_s32be_encoder); | |
| 653 #endif | |
| 600 #ifdef CONFIG_PCM_S32LE_DECODER | 654 #ifdef CONFIG_PCM_S32LE_DECODER |
| 601 register_avcodec(&pcm_s32le_decoder); | 655 register_avcodec(&pcm_s32le_decoder); |
| 602 #endif | 656 #endif |
| 603 #ifdef CONFIG_PCM_S32LE_ENCODER | 657 #ifdef CONFIG_PCM_S32LE_ENCODER |
| 604 register_avcodec(&pcm_s32le_encoder); | 658 register_avcodec(&pcm_s32le_encoder); |
| 605 #endif | 659 #endif |
| 606 #ifdef CONFIG_PCM_S32BE_DECODER | 660 #ifdef CONFIG_PCM_U8_DECODER |
| 607 register_avcodec(&pcm_s32be_decoder); | 661 register_avcodec(&pcm_u8_decoder); |
| 608 #endif | 662 #endif |
| 609 #ifdef CONFIG_PCM_S32BE_ENCODER | 663 #ifdef CONFIG_PCM_U8_ENCODER |
| 610 register_avcodec(&pcm_s32be_encoder); | 664 register_avcodec(&pcm_u8_encoder); |
| 665 #endif | |
| 666 #ifdef CONFIG_PCM_U16BE_DECODER | |
| 667 register_avcodec(&pcm_u16be_decoder); | |
| 668 #endif | |
| 669 #ifdef CONFIG_PCM_U16BE_ENCODER | |
| 670 register_avcodec(&pcm_u16be_encoder); | |
| 671 #endif | |
| 672 #ifdef CONFIG_PCM_U16LE_DECODER | |
| 673 register_avcodec(&pcm_u16le_decoder); | |
| 674 #endif | |
| 675 #ifdef CONFIG_PCM_U16LE_ENCODER | |
| 676 register_avcodec(&pcm_u16le_encoder); | |
| 677 #endif | |
| 678 #ifdef CONFIG_PCM_U24BE_DECODER | |
| 679 register_avcodec(&pcm_u24be_decoder); | |
| 680 #endif | |
| 681 #ifdef CONFIG_PCM_U24BE_ENCODER | |
| 682 register_avcodec(&pcm_u24be_encoder); | |
| 683 #endif | |
| 684 #ifdef CONFIG_PCM_U24LE_DECODER | |
| 685 register_avcodec(&pcm_u24le_decoder); | |
| 686 #endif | |
| 687 #ifdef CONFIG_PCM_U24LE_ENCODER | |
| 688 register_avcodec(&pcm_u24le_encoder); | |
| 689 #endif | |
| 690 #ifdef CONFIG_PCM_U32BE_DECODER | |
| 691 register_avcodec(&pcm_u32be_decoder); | |
| 692 #endif | |
| 693 #ifdef CONFIG_PCM_U32BE_ENCODER | |
| 694 register_avcodec(&pcm_u32be_encoder); | |
| 611 #endif | 695 #endif |
| 612 #ifdef CONFIG_PCM_U32LE_DECODER | 696 #ifdef CONFIG_PCM_U32LE_DECODER |
| 613 register_avcodec(&pcm_u32le_decoder); | 697 register_avcodec(&pcm_u32le_decoder); |
| 614 #endif | 698 #endif |
| 615 #ifdef CONFIG_PCM_U32LE_ENCODER | 699 #ifdef CONFIG_PCM_U32LE_ENCODER |
| 616 register_avcodec(&pcm_u32le_encoder); | 700 register_avcodec(&pcm_u32le_encoder); |
| 617 #endif | 701 #endif |
| 618 #ifdef CONFIG_PCM_U32BE_DECODER | |
| 619 register_avcodec(&pcm_u32be_decoder); | |
| 620 #endif | |
| 621 #ifdef CONFIG_PCM_U32BE_ENCODER | |
| 622 register_avcodec(&pcm_u32be_encoder); | |
| 623 #endif | |
| 624 #ifdef CONFIG_PCM_S24LE_DECODER | |
| 625 register_avcodec(&pcm_s24le_decoder); | |
| 626 #endif | |
| 627 #ifdef CONFIG_PCM_S24LE_ENCODER | |
| 628 register_avcodec(&pcm_s24le_encoder); | |
| 629 #endif | |
| 630 #ifdef CONFIG_PCM_S24BE_DECODER | |
| 631 register_avcodec(&pcm_s24be_decoder); | |
| 632 #endif | |
| 633 #ifdef CONFIG_PCM_S24BE_ENCODER | |
| 634 register_avcodec(&pcm_s24be_encoder); | |
| 635 #endif | |
| 636 #ifdef CONFIG_PCM_U24LE_DECODER | |
| 637 register_avcodec(&pcm_u24le_decoder); | |
| 638 #endif | |
| 639 #ifdef CONFIG_PCM_U24LE_ENCODER | |
| 640 register_avcodec(&pcm_u24le_encoder); | |
| 641 #endif | |
| 642 #ifdef CONFIG_PCM_U24BE_DECODER | |
| 643 register_avcodec(&pcm_u24be_decoder); | |
| 644 #endif | |
| 645 #ifdef CONFIG_PCM_U24BE_ENCODER | |
| 646 register_avcodec(&pcm_u24be_encoder); | |
| 647 #endif | |
| 648 #ifdef CONFIG_PCM_S24DAUD_DECODER | |
| 649 register_avcodec(&pcm_s24daud_decoder); | |
| 650 #endif | |
| 651 #ifdef CONFIG_PCM_S24DAUD_ENCODER | |
| 652 register_avcodec(&pcm_s24daud_encoder); | |
| 653 #endif | |
| 654 #ifdef CONFIG_PCM_S16LE_DECODER | |
| 655 register_avcodec(&pcm_s16le_decoder); | |
| 656 #endif | |
| 657 #ifdef CONFIG_PCM_S16LE_ENCODER | |
| 658 register_avcodec(&pcm_s16le_encoder); | |
| 659 #endif | |
| 660 #ifdef CONFIG_PCM_S16BE_DECODER | |
| 661 register_avcodec(&pcm_s16be_decoder); | |
| 662 #endif | |
| 663 #ifdef CONFIG_PCM_S16BE_ENCODER | |
| 664 register_avcodec(&pcm_s16be_encoder); | |
| 665 #endif | |
| 666 #ifdef CONFIG_PCM_U16LE_DECODER | |
| 667 register_avcodec(&pcm_u16le_decoder); | |
| 668 #endif | |
| 669 #ifdef CONFIG_PCM_U16LE_ENCODER | |
| 670 register_avcodec(&pcm_u16le_encoder); | |
| 671 #endif | |
| 672 #ifdef CONFIG_PCM_U16BE_DECODER | |
| 673 register_avcodec(&pcm_u16be_decoder); | |
| 674 #endif | |
| 675 #ifdef CONFIG_PCM_U16BE_ENCODER | |
| 676 register_avcodec(&pcm_u16be_encoder); | |
| 677 #endif | |
| 678 #ifdef CONFIG_PCM_S8_DECODER | |
| 679 register_avcodec(&pcm_s8_decoder); | |
| 680 #endif | |
| 681 #ifdef CONFIG_PCM_S8_ENCODER | |
| 682 register_avcodec(&pcm_s8_encoder); | |
| 683 #endif | |
| 684 #ifdef CONFIG_PCM_U8_DECODER | |
| 685 register_avcodec(&pcm_u8_decoder); | |
| 686 #endif | |
| 687 #ifdef CONFIG_PCM_U8_ENCODER | |
| 688 register_avcodec(&pcm_u8_encoder); | |
| 689 #endif | |
| 690 #ifdef CONFIG_PCM_ALAW_DECODER | |
| 691 register_avcodec(&pcm_alaw_decoder); | |
| 692 #endif | |
| 693 #ifdef CONFIG_PCM_ALAW_ENCODER | |
| 694 register_avcodec(&pcm_alaw_encoder); | |
| 695 #endif | |
| 696 #ifdef CONFIG_PCM_MULAW_DECODER | |
| 697 register_avcodec(&pcm_mulaw_decoder); | |
| 698 #endif | |
| 699 #ifdef CONFIG_PCM_MULAW_ENCODER | |
| 700 register_avcodec(&pcm_mulaw_encoder); | |
| 701 #endif | |
| 702 | 702 |
| 703 /* adpcm codecs */ | 703 /* adpcm codecs */ |
| 704 #ifdef CONFIG_ADPCM_4XM_DECODER | |
| 705 register_avcodec(&adpcm_4xm_decoder); | |
| 706 #endif | |
| 707 #ifdef CONFIG_ADPCM_4XM_ENCODER | |
| 708 register_avcodec(&adpcm_4xm_encoder); | |
| 709 #endif | |
| 710 #ifdef CONFIG_ADPCM_ADX_DECODER | |
| 711 register_avcodec(&adpcm_adx_decoder); | |
| 712 #endif | |
| 713 #ifdef CONFIG_ADPCM_ADX_ENCODER | |
| 714 register_avcodec(&adpcm_adx_encoder); | |
| 715 #endif | |
| 716 #ifdef CONFIG_ADPCM_CT_DECODER | |
| 717 register_avcodec(&adpcm_ct_decoder); | |
| 718 #endif | |
| 719 #ifdef CONFIG_ADPCM_CT_ENCODER | |
| 720 register_avcodec(&adpcm_ct_encoder); | |
| 721 #endif | |
| 722 #ifdef CONFIG_ADPCM_EA_DECODER | |
| 723 register_avcodec(&adpcm_ea_decoder); | |
| 724 #endif | |
| 725 #ifdef CONFIG_ADPCM_EA_ENCODER | |
| 726 register_avcodec(&adpcm_ea_encoder); | |
| 727 #endif | |
| 728 #ifdef CONFIG_ADPCM_G726_DECODER | |
| 729 register_avcodec(&adpcm_g726_decoder); | |
| 730 #endif | |
| 731 #ifdef CONFIG_ADPCM_G726_ENCODER | |
| 732 register_avcodec(&adpcm_g726_encoder); | |
| 733 #endif | |
| 734 #ifdef CONFIG_ADPCM_IMA_DK3_DECODER | |
| 735 register_avcodec(&adpcm_ima_dk3_decoder); | |
| 736 #endif | |
| 737 #ifdef CONFIG_ADPCM_IMA_DK3_ENCODER | |
| 738 register_avcodec(&adpcm_ima_dk3_encoder); | |
| 739 #endif | |
| 740 #ifdef CONFIG_ADPCM_IMA_DK4_DECODER | |
| 741 register_avcodec(&adpcm_ima_dk4_decoder); | |
| 742 #endif | |
| 743 #ifdef CONFIG_ADPCM_IMA_DK4_ENCODER | |
| 744 register_avcodec(&adpcm_ima_dk4_encoder); | |
| 745 #endif | |
| 704 #ifdef CONFIG_ADPCM_IMA_QT_DECODER | 746 #ifdef CONFIG_ADPCM_IMA_QT_DECODER |
| 705 register_avcodec(&adpcm_ima_qt_decoder); | 747 register_avcodec(&adpcm_ima_qt_decoder); |
| 706 #endif | 748 #endif |
| 707 #ifdef CONFIG_ADPCM_IMA_QT_ENCODER | 749 #ifdef CONFIG_ADPCM_IMA_QT_ENCODER |
| 708 register_avcodec(&adpcm_ima_qt_encoder); | 750 register_avcodec(&adpcm_ima_qt_encoder); |
| 709 #endif | 751 #endif |
| 752 #ifdef CONFIG_ADPCM_IMA_SMJPEG_DECODER | |
| 753 register_avcodec(&adpcm_ima_smjpeg_decoder); | |
| 754 #endif | |
| 755 #ifdef CONFIG_ADPCM_IMA_SMJPEG_ENCODER | |
| 756 register_avcodec(&adpcm_ima_smjpeg_encoder); | |
| 757 #endif | |
| 710 #ifdef CONFIG_ADPCM_IMA_WAV_DECODER | 758 #ifdef CONFIG_ADPCM_IMA_WAV_DECODER |
| 711 register_avcodec(&adpcm_ima_wav_decoder); | 759 register_avcodec(&adpcm_ima_wav_decoder); |
| 712 #endif | 760 #endif |
| 713 #ifdef CONFIG_ADPCM_IMA_WAV_ENCODER | 761 #ifdef CONFIG_ADPCM_IMA_WAV_ENCODER |
| 714 register_avcodec(&adpcm_ima_wav_encoder); | 762 register_avcodec(&adpcm_ima_wav_encoder); |
| 715 #endif | 763 #endif |
| 716 #ifdef CONFIG_ADPCM_IMA_DK3_DECODER | |
| 717 register_avcodec(&adpcm_ima_dk3_decoder); | |
| 718 #endif | |
| 719 #ifdef CONFIG_ADPCM_IMA_DK3_ENCODER | |
| 720 register_avcodec(&adpcm_ima_dk3_encoder); | |
| 721 #endif | |
| 722 #ifdef CONFIG_ADPCM_IMA_DK4_DECODER | |
| 723 register_avcodec(&adpcm_ima_dk4_decoder); | |
| 724 #endif | |
| 725 #ifdef CONFIG_ADPCM_IMA_DK4_ENCODER | |
| 726 register_avcodec(&adpcm_ima_dk4_encoder); | |
| 727 #endif | |
| 728 #ifdef CONFIG_ADPCM_IMA_WS_DECODER | 764 #ifdef CONFIG_ADPCM_IMA_WS_DECODER |
| 729 register_avcodec(&adpcm_ima_ws_decoder); | 765 register_avcodec(&adpcm_ima_ws_decoder); |
| 730 #endif | 766 #endif |
| 731 #ifdef CONFIG_ADPCM_IMA_WS_ENCODER | 767 #ifdef CONFIG_ADPCM_IMA_WS_ENCODER |
| 732 register_avcodec(&adpcm_ima_ws_encoder); | 768 register_avcodec(&adpcm_ima_ws_encoder); |
| 733 #endif | 769 #endif |
| 734 #ifdef CONFIG_ADPCM_IMA_SMJPEG_DECODER | |
| 735 register_avcodec(&adpcm_ima_smjpeg_decoder); | |
| 736 #endif | |
| 737 #ifdef CONFIG_ADPCM_IMA_SMJPEG_ENCODER | |
| 738 register_avcodec(&adpcm_ima_smjpeg_encoder); | |
| 739 #endif | |
| 740 #ifdef CONFIG_ADPCM_MS_DECODER | 770 #ifdef CONFIG_ADPCM_MS_DECODER |
| 741 register_avcodec(&adpcm_ms_decoder); | 771 register_avcodec(&adpcm_ms_decoder); |
| 742 #endif | 772 #endif |
| 743 #ifdef CONFIG_ADPCM_MS_ENCODER | 773 #ifdef CONFIG_ADPCM_MS_ENCODER |
| 744 register_avcodec(&adpcm_ms_encoder); | 774 register_avcodec(&adpcm_ms_encoder); |
| 745 #endif | 775 #endif |
| 746 #ifdef CONFIG_ADPCM_4XM_DECODER | 776 #ifdef CONFIG_ADPCM_SBPRO_2_DECODER |
| 747 register_avcodec(&adpcm_4xm_decoder); | 777 register_avcodec(&adpcm_sbpro_2_decoder); |
| 748 #endif | 778 #endif |
| 749 #ifdef CONFIG_ADPCM_4XM_ENCODER | 779 #ifdef CONFIG_ADPCM_SBPRO_2_ENCODER |
| 750 register_avcodec(&adpcm_4xm_encoder); | 780 register_avcodec(&adpcm_sbpro_2_encoder); |
| 781 #endif | |
| 782 #ifdef CONFIG_ADPCM_SBPRO_3_DECODER | |
| 783 register_avcodec(&adpcm_sbpro_3_decoder); | |
| 784 #endif | |
| 785 #ifdef CONFIG_ADPCM_SBPRO_3_ENCODER | |
| 786 register_avcodec(&adpcm_sbpro_3_encoder); | |
| 787 #endif | |
| 788 #ifdef CONFIG_ADPCM_SBPRO_4_DECODER | |
| 789 register_avcodec(&adpcm_sbpro_4_decoder); | |
| 790 #endif | |
| 791 #ifdef CONFIG_ADPCM_SBPRO_4_ENCODER | |
| 792 register_avcodec(&adpcm_sbpro_4_encoder); | |
| 793 #endif | |
| 794 #ifdef CONFIG_ADPCM_SWF_DECODER | |
| 795 register_avcodec(&adpcm_swf_decoder); | |
| 796 #endif | |
| 797 #ifdef CONFIG_ADPCM_SWF_ENCODER | |
| 798 register_avcodec(&adpcm_swf_encoder); | |
| 751 #endif | 799 #endif |
| 752 #ifdef CONFIG_ADPCM_XA_DECODER | 800 #ifdef CONFIG_ADPCM_XA_DECODER |
| 753 register_avcodec(&adpcm_xa_decoder); | 801 register_avcodec(&adpcm_xa_decoder); |
| 754 #endif | 802 #endif |
| 755 #ifdef CONFIG_ADPCM_XA_ENCODER | 803 #ifdef CONFIG_ADPCM_XA_ENCODER |
| 756 register_avcodec(&adpcm_xa_encoder); | 804 register_avcodec(&adpcm_xa_encoder); |
| 757 #endif | 805 #endif |
| 758 #ifdef CONFIG_ADPCM_ADX_DECODER | |
| 759 register_avcodec(&adpcm_adx_decoder); | |
| 760 #endif | |
| 761 #ifdef CONFIG_ADPCM_ADX_ENCODER | |
| 762 register_avcodec(&adpcm_adx_encoder); | |
| 763 #endif | |
| 764 #ifdef CONFIG_ADPCM_EA_DECODER | |
| 765 register_avcodec(&adpcm_ea_decoder); | |
| 766 #endif | |
| 767 #ifdef CONFIG_ADPCM_EA_ENCODER | |
| 768 register_avcodec(&adpcm_ea_encoder); | |
| 769 #endif | |
| 770 #ifdef CONFIG_ADPCM_G726_DECODER | |
| 771 register_avcodec(&adpcm_g726_decoder); | |
| 772 #endif | |
| 773 #ifdef CONFIG_ADPCM_G726_ENCODER | |
| 774 register_avcodec(&adpcm_g726_encoder); | |
| 775 #endif | |
| 776 #ifdef CONFIG_ADPCM_CT_DECODER | |
| 777 register_avcodec(&adpcm_ct_decoder); | |
| 778 #endif | |
| 779 #ifdef CONFIG_ADPCM_CT_ENCODER | |
| 780 register_avcodec(&adpcm_ct_encoder); | |
| 781 #endif | |
| 782 #ifdef CONFIG_ADPCM_SWF_DECODER | |
| 783 register_avcodec(&adpcm_swf_decoder); | |
| 784 #endif | |
| 785 #ifdef CONFIG_ADPCM_SWF_ENCODER | |
| 786 register_avcodec(&adpcm_swf_encoder); | |
| 787 #endif | |
| 788 #ifdef CONFIG_ADPCM_YAMAHA_DECODER | 806 #ifdef CONFIG_ADPCM_YAMAHA_DECODER |
| 789 register_avcodec(&adpcm_yamaha_decoder); | 807 register_avcodec(&adpcm_yamaha_decoder); |
| 790 #endif | 808 #endif |
| 791 #ifdef CONFIG_ADPCM_YAMAHA_ENCODER | 809 #ifdef CONFIG_ADPCM_YAMAHA_ENCODER |
| 792 register_avcodec(&adpcm_yamaha_encoder); | 810 register_avcodec(&adpcm_yamaha_encoder); |
| 793 #endif | 811 #endif |
| 794 #ifdef CONFIG_ADPCM_SBPRO_4_DECODER | |
| 795 register_avcodec(&adpcm_sbpro_4_decoder); | |
| 796 #endif | |
| 797 #ifdef CONFIG_ADPCM_SBPRO_4_ENCODER | |
| 798 register_avcodec(&adpcm_sbpro_4_encoder); | |
| 799 #endif | |
| 800 #ifdef CONFIG_ADPCM_SBPRO_3_DECODER | |
| 801 register_avcodec(&adpcm_sbpro_3_decoder); | |
| 802 #endif | |
| 803 #ifdef CONFIG_ADPCM_SBPRO_3_ENCODER | |
| 804 register_avcodec(&adpcm_sbpro_3_encoder); | |
| 805 #endif | |
| 806 #ifdef CONFIG_ADPCM_SBPRO_2_DECODER | |
| 807 register_avcodec(&adpcm_sbpro_2_decoder); | |
| 808 #endif | |
| 809 #ifdef CONFIG_ADPCM_SBPRO_2_ENCODER | |
| 810 register_avcodec(&adpcm_sbpro_2_encoder); | |
| 811 #endif | |
| 812 | 812 |
| 813 /* subtitles */ | 813 /* subtitles */ |
| 814 #ifdef CONFIG_DVBSUB_DECODER | |
| 815 register_avcodec(&dvbsub_decoder); | |
| 816 #endif | |
| 817 #ifdef CONFIG_DVBSUB_ENCODER | |
| 818 register_avcodec(&dvbsub_encoder); | |
| 819 #endif | |
| 814 #ifdef CONFIG_DVDSUB_DECODER | 820 #ifdef CONFIG_DVDSUB_DECODER |
| 815 register_avcodec(&dvdsub_decoder); | 821 register_avcodec(&dvdsub_decoder); |
| 816 #endif | 822 #endif |
| 817 #ifdef CONFIG_DVDSUB_ENCODER | 823 #ifdef CONFIG_DVDSUB_ENCODER |
| 818 register_avcodec(&dvdsub_encoder); | 824 register_avcodec(&dvdsub_encoder); |
| 819 #endif | 825 #endif |
| 820 | 826 |
| 821 #ifdef CONFIG_DVBSUB_DECODER | |
| 822 register_avcodec(&dvbsub_decoder); | |
| 823 #endif | |
| 824 #ifdef CONFIG_DVBSUB_ENCODER | |
| 825 register_avcodec(&dvbsub_encoder); | |
| 826 #endif | |
| 827 | |
| 828 /* parsers */ | 827 /* parsers */ |
| 828 #ifdef CONFIG_AAC_PARSER | |
| 829 av_register_codec_parser(&aac_parser); | |
| 830 #endif | |
| 831 #ifdef CONFIG_AC3_PARSER | |
| 832 av_register_codec_parser(&ac3_parser); | |
| 833 #endif | |
| 834 #ifdef CONFIG_CAVSVIDEO_PARSER | |
| 835 av_register_codec_parser(&cavsvideo_parser); | |
| 836 #endif | |
| 837 #ifdef CONFIG_DVBSUB_PARSER | |
| 838 av_register_codec_parser(&dvbsub_parser); | |
| 839 #endif | |
| 840 #ifdef CONFIG_DVDSUB_PARSER | |
| 841 av_register_codec_parser(&dvdsub_parser); | |
| 842 #endif | |
| 843 #ifdef CONFIG_H261_PARSER | |
| 844 av_register_codec_parser(&h261_parser); | |
| 845 #endif | |
| 846 #ifdef CONFIG_H263_PARSER | |
| 847 av_register_codec_parser(&h263_parser); | |
| 848 #endif | |
| 849 #ifdef CONFIG_H264_PARSER | |
| 850 av_register_codec_parser(&h264_parser); | |
| 851 #endif | |
| 852 #ifdef CONFIG_MJPEG_PARSER | |
| 853 av_register_codec_parser(&mjpeg_parser); | |
| 854 #endif | |
| 855 #ifdef CONFIG_MPEG4VIDEO_PARSER | |
| 856 av_register_codec_parser(&mpeg4video_parser); | |
| 857 #endif | |
| 858 #ifdef CONFIG_MPEGAUDIO_PARSER | |
| 859 av_register_codec_parser(&mpegaudio_parser); | |
| 860 #endif | |
| 829 #ifdef CONFIG_MPEGVIDEO_PARSER | 861 #ifdef CONFIG_MPEGVIDEO_PARSER |
| 830 av_register_codec_parser(&mpegvideo_parser); | 862 av_register_codec_parser(&mpegvideo_parser); |
| 831 #endif | 863 #endif |
| 832 #ifdef CONFIG_MPEG4VIDEO_PARSER | |
| 833 av_register_codec_parser(&mpeg4video_parser); | |
| 834 #endif | |
| 835 #ifdef CONFIG_CAVSVIDEO_PARSER | |
| 836 av_register_codec_parser(&cavsvideo_parser); | |
| 837 #endif | |
| 838 #ifdef CONFIG_H261_PARSER | |
| 839 av_register_codec_parser(&h261_parser); | |
| 840 #endif | |
| 841 #ifdef CONFIG_H263_PARSER | |
| 842 av_register_codec_parser(&h263_parser); | |
| 843 #endif | |
| 844 #ifdef CONFIG_H264_PARSER | |
| 845 av_register_codec_parser(&h264_parser); | |
| 846 #endif | |
| 847 #ifdef CONFIG_MJPEG_PARSER | |
| 848 av_register_codec_parser(&mjpeg_parser); | |
| 849 #endif | |
| 850 #ifdef CONFIG_PNM_PARSER | 864 #ifdef CONFIG_PNM_PARSER |
| 851 av_register_codec_parser(&pnm_parser); | 865 av_register_codec_parser(&pnm_parser); |
| 852 #endif | |
| 853 #ifdef CONFIG_MPEGAUDIO_PARSER | |
| 854 av_register_codec_parser(&mpegaudio_parser); | |
| 855 #endif | |
| 856 #ifdef CONFIG_AC3_PARSER | |
| 857 av_register_codec_parser(&ac3_parser); | |
| 858 #endif | |
| 859 #ifdef CONFIG_DVDSUB_PARSER | |
| 860 av_register_codec_parser(&dvdsub_parser); | |
| 861 #endif | |
| 862 #ifdef CONFIG_DVBSUB_PARSER | |
| 863 av_register_codec_parser(&dvbsub_parser); | |
| 864 #endif | |
| 865 #ifdef CONFIG_AAC_PARSER | |
| 866 av_register_codec_parser(&aac_parser); | |
| 867 #endif | 866 #endif |
| 868 | 867 |
| 869 av_register_bitstream_filter(&dump_extradata_bsf); | 868 av_register_bitstream_filter(&dump_extradata_bsf); |
| 870 av_register_bitstream_filter(&remove_extradata_bsf); | 869 av_register_bitstream_filter(&remove_extradata_bsf); |
| 871 av_register_bitstream_filter(&noise_bsf); | 870 av_register_bitstream_filter(&noise_bsf); |
