[FFmpeg-devel] [PATCH] Core Audio Format demuxer (v5)

Justin Ruggles justin.ruggles
Sun Sep 6 14:29:35 CEST 2009


Vitor Sessak wrote:

> Justin Ruggles wrote:
>> Peter Ross wrote:
>>
>>> On Sat, Sep 05, 2009 at 05:13:05AM +0200, Michael Niedermayer wrote:
>>>> On Wed, Aug 26, 2009 at 08:19:26PM +1000, Peter Ross wrote:
>>>>> On Sat, Aug 15, 2009 at 12:08:35PM +0200, Diego Biurrun wrote:
>>>>>> On Sat, Aug 15, 2009 at 05:35:42PM +1000, Peter Ross wrote:
>>>>>>> Revised patch enclosed.
>>>>>> .. some nitpicks ..
>>>>> Ok. Revised patched enclosed.
>>> Next revision of patch enclosed. I have addressed all of Michael's
>>> comments.
>>>
>>> +  /* currently unsupported codecs */
>>> +  /*{ AC-3 over S/PDIF          MKBETAG('c','a','c','3') },*/
>>> +  /*{ MPEG4CELP                 MKBETAG('c','e','l','p') },*/
>>> +  /*{ MPEG4HVXC                 MKBETAG('h','v','x','c') },*/
>>> +  /*{ MPEG4TwinVQ               MKBETAG('t','w','v','q') },*/
>>> +    { 0, 0 },
>>> +};
>> We have a TwinVQ decoder now.
> 
> TwinVQ in MP4 is not supported, mostly due to the lack of samples in the 
> wild.

Ah, I didn't know there were actually 2 different codecs with the same name.

-Justin



More information about the ffmpeg-devel mailing list