[mythtv-commits] mythtv commit: r13512 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun May 27 18:51:24 UTC 2007


      Author: cpinkham
        Date: 2007-05-27 18:51:23 +0000 (Sun, 27 May 2007)
New Revision: 13512
   Changeset: http://cvs.mythtv.org/trac/changeset/13512

Modified:

   trunk/mythtv/libs/libmythtv/format.h
   trunk/mythtv/libs/libmythtv/fourcc.h
   trunk/mythtv/libs/libmythtv/nuppeldecoder.cpp
   trunk/mythtv/libs/libmythtv/nuppeldecoder.h

Log:

Modify NuppelDecoder to use libavcodec to decode the MP3 audio instead of
using lame directly.

Also add the ability to decode AC3 audio in the nuppel file if present.  SVN
HEAD can not currently write AC3 to a nuppel file, but that is something else
I have a patch in my tree for.  This is leading to allowing maintaining the
AC3 audio when transcoding from MPEG-2/.mpg to MPEG-4/.nuv.

If you notice any audio issues when playing nuppel files, try reverting this
patch to see if it cures the issue.  I have tested this with transcoded and
'new' nuppel files generated directly from NuppelVideoRecorder and everything
seems to be working correctly.

References #2972.






More information about the mythtv-commits mailing list