[FFmpeg-devel] [PATCH 2/2] libzvbi-teletextdec: split dvb packet to slices
Marton Balint
cus at passwd.hu
Sat Mar 8 22:10:34 CET 2014
On Mon, 3 Mar 2014, Marton Balint wrote:
> Instead of using the demux function of libzvbi to split the packet to slices
> (vbi lines), lets do it ourselves.
>
> - eliminates the 1 frame delay between page input and output
> - handles non-ascending line numbers more gracefully
> - enables us to return error codes on some invalid packets instead of silently
> ignoring them
>
> Signed-off-by: Marton Balint <cus at passwd.hu>
> ---
> libavcodec/libzvbi-teletextdec.c | 86 +++++++++++++++++++++++++---------------
> 1 file changed, 54 insertions(+), 32 deletions(-)
Hi Michael,
Please merge the teletext patch series from my stable branch:
ae017c2 libzvbi-teletextdec: use av_dlog where possible
085ca7d libzvbi-teletextdec: split dvb packet to slices
Thanks,
Marton
More information about the ffmpeg-devel
mailing list