[FFmpeg-devel] [PATCH] Decoder for CEA-608 and World System Teletext [WIP]

Anshul anshul.ffmpeg at gmail.com
Fri Jan 23 18:29:14 CET 2015


On January 23, 2015 7:05:28 PM IST, Michael Niedermayer <michaelni at gmx.at> wrote:
>On Fri, Jan 23, 2015 at 01:49:44PM +0100, wm4 wrote:
>> On Fri, 23 Jan 2015 13:40:36 +0100
>> Hendrik Leppkes <h.leppkes at gmail.com> wrote:
>> 
>> > On Fri, Jan 23, 2015 at 1:33 PM, wm4 <nfxjfg at googlemail.com> wrote:
>> > 
>> > > On Fri, 23 Jan 2015 04:42:22 +0100
>> > > Michael Niedermayer <michaelni at gmx.at> wrote:
>> > >
>> > > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
>> > > > index 99467bb..6a0fb5b 100644
>> > > > --- a/libavcodec/avcodec.h
>> > > > +++ b/libavcodec/avcodec.h
>> > > > @@ -503,11 +503,13 @@ enum AVCodecID {
>> > > >      AV_CODEC_ID_SSA,
>> > > >      AV_CODEC_ID_MOV_TEXT,
>> > > >      AV_CODEC_ID_HDMV_PGS_SUBTITLE,
>> > > > -    AV_CODEC_ID_DVB_TELETEXT,
>> > > > +    AV_CODEC_ID_DVB_VBI,
>> > >
>> > > Breaks everything, including API and ABI. I guess that's why the
>patch
>> > > is "WIP"?
>
>ive added the "WIP" to shans patch to indicate that it needs more work,
>iam actually not sure who will work on it (anshul, akira, shan ?),
>
>

I have kept it in my todo list, just now I am working on isdb closed caption, will take it over after completing isdb, if someone want to take it over, I would help him. For sure. I expect basic isdb to be completed by 10-15 days.

Also I wanted to ask if someone is intrested to buy the spec, or sponsor the spec of cc608 it would be highly appreciated,  since I have made this closed caption on basis of my knowledge gained at gsoc with ccextractor. So to take decision in case of discrepancy that would help a lot.
>> > >
>> > 
>> > Unless I missed something else, ABI is unaffected since the values
>didn't
>> > change, just the name of the enum entry. A #define would take care
>of that
>> > from the API side of things.
>> 
>> That would imply the new codec ID is actually compatible with the old
>> one. Should it still be renamed?
>
>shan is not subscribed AFAIK so if you dont CC him he wont reply
>probably
>
>[...]


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


More information about the ffmpeg-devel mailing list