[FFmpeg-devel] [PATCH 4/4] lavc: add teletext decoder using libzvbi

Timothy Gu timothygu99 at gmail.com
Thu Aug 15 04:09:37 CEST 2013


On Wednesday, August 14, 2013, Marton Balint wrote:

> Based on a patch by Wolfram Gloger <wmglo at dent.med.uni-muenchen.de<javascript:;>
> >.
> http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-December/136677.html
>
> The original patch was rebased by Tudor SUCIU <tudor.suciu at gmail.com<javascript:;>
> >.
>
> Lots of additional features and fixes are made by me.
>
> Fixes ticket #2086.
>
> Changes since last version:
> - additional documentation, gpl dependency
> - always allocate an AVPALETTE_SIZEd palette
> - minor renames and type changes
>
> Signed-off-by: Marton Balint <cus at passwd.hu <javascript:;>>
> ---
>  Changelog                |   1 +
>  configure                |   6 +
>  doc/general.texi         |  17 ++
>  libavcodec/Makefile      |   1 +
>  libavcodec/allcodecs.c   |   1 +
>  libavcodec/teletextdec.c | 472
> +++++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/version.h     |   2 +-
>  7 files changed, 499 insertions(+), 1 deletion(-)
>  create mode 100644 libavcodec/teletextdec.c
>

Missing doc/decoders doc, especially for the options.

[...]

Timothy


More information about the ffmpeg-devel mailing list