
noreply at mythtv
Aug 12, 2012, 10:48 PM
Post #1 of 1
(64 views)
Permalink
|
|
mythtv branch master updated by cpinkham. v0.26-beta-23-g2b3bd21
|
|
The branch, master has been updated on the mythtv repository by gitolite user cpinkham. via 2b3bd21a489a57a73b236146b9cc32e5b65e4235 (commit) from 5ff8a8a4103f998928fb23be38ae48d02d69c180 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2b3bd21a489a57a73b236146b9cc32e5b65e4235 Author: Chris Pinkham <cpinkham [at] mythtv> at Sun, 12 Aug 2012 22:43:08 -0700 Committer: Chris Pinkham <cpinkham [at] mythtv> at Sun, 12 Aug 2012 22:47:51 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=2b3bd21a489a57a73b236146b9cc32e5b65e4235 Revert [6fb8692] to not use aacenc.c AAC encoder by default. We've been recommended not to use the native AAC encoder by default since there are still some known issues with the encoder. This commit tries to be as minimally invasive as possible since we're close to release, but it does change it so that the native AAC encoder in libavcodec is not used unless neither libmp3lame nor libfaac support was configured. If the native AAC encoder is working fine for you then you don't have to do anything. If you want to use libmp3lame as MythTV v0.25 used, then configure MythTV with --enable-libmp3lame. If you wish to use AAC but prefer libfaac over the native AAC encoder, then you can run configure with --enable-libfaac --enable-nonfree. If both --enable-libmp3lame and --enable-libfaac are used, then libfaac will take precedence. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/avformatwriter.cpp | 13 +++++++++++-- mythtv/programs/mythtranscode/transcode.cpp | 26 +++++++++++++++++++++----- 2 files changed, 32 insertions(+), 7 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|