[FFmpeg-devel] [PATCH] QCELP decoder

Vitor Sessak vitor1001
Thu Nov 20 20:04:57 CET 2008


Kenan Gillet wrote:
> On Sat, Nov 15, 2008 at 3:10 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
>> On Fri, Nov 14, 2008 at 03:32:51PM -0800, Kenan Gillet wrote:
>>> Hi,
>>> On Fri, Nov 14, 2008 at 2:27 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
>>>> On Fri, Nov 14, 2008 at 12:17:50PM -0800, Kenan Gillet wrote:
>>>>> On Nov 14, 2008, at 2:14 AM, Michael Niedermayer wrote:
>>>> [...]
>>>>>>

[...]

>>>
>>> hopefully the round 11 will be attached this time
>> [...]
>>> Index: libavcodec/qcelpdata.h
>>> ===================================================================
>>> --- libavcodec/qcelpdata.h    (revision 15824)
>>> +++ libavcodec/qcelpdata.h    (working copy)
>>> @@ -23,8 +23,54 @@
>>>  #define AVCODEC_QCELPDATA_H
>>>
>>>  #include <stdint.h>
>>> +#include <stddef.h>
>>>
>>> +#include "qcelp.h"
>>> +#include "bitstream.h"
>>> +
>>>  /**
>>> + * @file qcelpdata.h
>>> + *
>>> + * QCELP unpacking tables and structures,
>>> + * QCELP decoding tables and structures
>>> + *
>>> + * @author Reynaldo H. Verdejo Pinochet
>>> + */
>>> +

[...]

>>> @@ -406,7 +462,7 @@
>>>    100.000/QCELP_SCALE, 112.250/QCELP_SCALE, 125.875/QCELP_SCALE, 141.250/QCELP_SCALE,
>>>    158.500/QCELP_SCALE, 177.875/QCELP_SCALE, 199.500/QCELP_SCALE, 223.875/QCELP_SCALE,
>>>    251.250/QCELP_SCALE, 281.875/QCELP_SCALE, 316.250/QCELP_SCALE, 354.875/QCELP_SCALE,
>>> -  398.125/QCELP_SCALE, 446.625/QCELP_SCALE, 501.125/QCELP_SCALE, 563.375/QCELP_SCALE,
>>> +  398.125/QCELP_SCALE, 446.625/QCELP_SCALE, 501.125/QCELP_SCALE, 562.375/QCELP_SCALE,
>>>    631.000/QCELP_SCALE, 708.000/QCELP_SCALE, 794.375/QCELP_SCALE, 891.250/QCELP_SCALE,
>>>   1000.000/QCELP_SCALE};
>>>
>> if this is a intended bugfix and has been from spec or ref then its ok of
>> course
>>
> 
> yes it is a bugfix.

Committed it.

-Vitor




More information about the ffmpeg-devel mailing list