comparison etc/codecs.conf @ 31118:df3c26e9d5c8

Enable libavcodecs new MPEG-1 Audio float decoder.
author cehoyos
date Fri, 14 May 2010 14:24:16 +0000
parents 960deaaae9f0
children 9a2e299dc256
comparison
equal deleted inserted replaced
31117:8a83d235a370 31118:df3c26e9d5c8
4130 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) 4130 fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
4131 fourcc "MP3 " ; used in .nsv files 4131 fourcc "MP3 " ; used in .nsv files
4132 fourcc "LAME" ; used in mythtv .nuv files 4132 fourcc "LAME" ; used in mythtv .nuv files
4133 driver mp3lib 4133 driver mp3lib
4134 4134
4135 audiocodec ffmp3on4float
4136 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio"
4137 status working
4138 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc
4139 driver ffmpeg
4140 dll "mp3on4float"
4141
4135 audiocodec ffmp3on4 4142 audiocodec ffmp3on4
4136 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio" 4143 info "FFmpeg Multi-channel MPEG layer-3 on MP4 audio"
4137 status working 4144 status working
4138 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc 4145 format 0x1d61346d ; 'm','4','a',29 internal MPlayer fourcc
4139 driver ffmpeg 4146 driver ffmpeg
4140 dll "mp3on4" 4147 dll "mp3on4"
4141 4148
4142 audiocodec ffmp3 4149 audiocodec ffmp3float
4143 info "FFmpeg MPEG layer-3 audio" 4150 info "FFmpeg MPEG layer-3 audio"
4144 comment "integer only" 4151 comment "integer only"
4145 status working 4152 status working
4146 format 0x55 4153 format 0x55
4147 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files) 4154 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
4148 format 0x55005354 ; broken file 4155 format 0x55005354 ; broken file
4149 fourcc ".mp3" ; CBR/VBR MP3 (MOV files) 4156 fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
4150 fourcc "MP3 " ; used in .nsv files 4157 fourcc "MP3 " ; used in .nsv files
4151 fourcc "LAME" ; used in mythtv .nuv files 4158 fourcc "LAME" ; used in mythtv .nuv files
4152 driver ffmpeg 4159 driver ffmpeg
4160 dll "mp3float"
4161
4162 audiocodec ffmp3
4163 info "FFmpeg MPEG layer-3 audio"
4164 comment "integer only"
4165 status working
4166 format 0x55
4167 format 0x5500736d ; "ms\0\x55" older mp3 fcc (MOV files)
4168 format 0x55005354 ; broken file
4169 fourcc ".mp3" ; CBR/VBR MP3 (MOV files)
4170 fourcc "MP3 " ; used in .nsv files
4171 fourcc "LAME" ; used in mythtv .nuv files
4172 driver ffmpeg
4153 dll "mp3" 4173 dll "mp3"
4174
4175 audiocodec ffmp3adufloat
4176 info "FFmpeg MPEG layer-3 adu audio"
4177 comment "integer only"
4178 status working
4179 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc
4180 driver ffmpeg
4181 dll "mp3adufloat"
4154 4182
4155 audiocodec ffmp3adu 4183 audiocodec ffmp3adu
4156 info "FFmpeg MPEG layer-3 adu audio" 4184 info "FFmpeg MPEG layer-3 adu audio"
4157 comment "integer only" 4185 comment "integer only"
4158 status working 4186 status working
4159 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc 4187 format 0x55756461 ; 'a','d','u',0x55 internal MPlayer fourcc
4160 driver ffmpeg 4188 driver ffmpeg
4161 dll "mp3adu" 4189 dll "mp3adu"
4190
4191 audiocodec ffmp2float
4192 info "FFmpeg MPEG layer-1 and layer-2 audio"
4193 comment "integer only"
4194 status working
4195 format 0x50
4196 format 0x5000736d ; "ms\0\x50" older mp2 fcc (MOV files)
4197 fourcc ".mp2" ; MP2 (MOV files)
4198 fourcc ".mp1" ; MP1 (MOV files)
4199 driver ffmpeg
4200 dll "mp2float"
4162 4201
4163 audiocodec ffmp2 4202 audiocodec ffmp2
4164 info "FFmpeg MPEG layer-1 and layer-2 audio" 4203 info "FFmpeg MPEG layer-1 and layer-2 audio"
4165 comment "integer only" 4204 comment "integer only"
4166 status working 4205 status working