[FFmpeg-cvslog] r12894 - in trunk/libavcodec: aac_ac3_parser.c aac_ac3_parser.h aac_parser.c ac3_parser.c

Janne Grunau janne-ffmpeg
Fri Sep 19 15:50:21 CEST 2008


On Saturday 19 April 2008 03:50:41 michael wrote:
> Author: michael
> Date: Sat Apr 19 03:50:40 2008
> New Revision: 12894
>
> Log:
> Change aac and ac3 parsers to use ff_combine_frame().

this breaks parsing of some AC3 streams. For example 
ac3_parsing_errors_rev12894.mpg in incoming.

I'm not sure if this is the actual changeset which is to blame. It is 
the first which introduces
"frame sync error" and "incomplete frame" messages. But those are only 
at the start of the file while the beeps with current trunk are later 
in the file.

Playback of that sample is broken from 13579 til 13653. Revision 13654 
fixes playback but introduces nasty beeps after each frame sync error.

Janne

ffplay output of rev 12894

janne at tjalk ffmpeg.git % ./ffplay ac3_parsing_errors_rev12894.mpg
FFplay version git-968e7dc, Copyright (c) 2003-2008 Fabrice Bellard, et 
al.
  configuration: --cpu=k8 --enable-gpl --cc=ccache gcc
  libavutil version: 49.6.0
  libavcodec version: 51.55.0
  libavformat version: 52.13.0
  libavdevice version: 52.0.0
  built on Sep 19 2008 15:40:06, gcc: 4.2.3 (Gentoo 4.2.3 p1.0)
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error
[ac3 @ 0x7c12e0]incomplete frame
[ac3 @ 0x7c12e0]frame sync error





More information about the ffmpeg-cvslog mailing list