
noreply at mythtv
Jul 9, 2012, 8:34 PM
Post #1 of 1
(48 views)
Permalink
|
|
mythtv branch master updated by beirdo. v0.26-pre-828-g067ebe9
|
|
The branch, master has been updated on the mythtv repository by gitolite user beirdo. via 067ebe942a5ca1519d09a2b7b80da48abbd4bf51 (commit) from cb1775bd23a2c587bb6f73bfb049410e49720507 (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 067ebe942a5ca1519d09a2b7b80da48abbd4bf51 Author: Lawrence Rust <lvr [at] softsystem> at Sat, 23 Jun 2012 18:31:53 +0200 Committer: Gavin Hurlbut <ghurlbut [at] mythtv> at Mon, 9 Jul 2012 20:34:19 -0700 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=067ebe942a5ca1519d09a2b7b80da48abbd4bf51 transcode: Tolerate mpeg errors when re-encoding to I-frames around cut points If a recording has a cutlist and is transcoded using that cutlist then if there are MPEG decoding errors around the cut point the process of re-coding to I frames can fail and the whole transcoding fails. This patch makes the function MPEG2fixup::ConvertToI tolerant to decoding errors and just skips the offending frames. Fixes #10863 Signed-off-by: Lawrence Rust <lvr [at] softsystem> Signed-off-by: Gavin Hurlbut <ghurlbut [at] mythtv> ----------------------------------------------------------------------- Summary of changes: mythtv/programs/mythtranscode/mpeg2fix.cpp | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|