[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-3622-g666666b

Git Repo Owner noreply at mythtv.org
Fri Feb 26 04:48:33 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  666666b1f02282766eed79ae6e228ced0586c2bf (commit)
       via  636e870efd20af34091a4e7e63884ab49ce7189d (commit)
       via  5332e14d55a59fe33a02760237b6941ff5dfd4b5 (commit)
      from  a05e32711a75de75b4c570a2a36a65f74f2d6797 (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 666666b1f02282766eed79ae6e228ced0586c2bf
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 26 Feb 2016 15:48:13 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 26 Feb 2016 15:48:13 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=666666b1f02282766eed79ae6e228ced0586c2bf

Update README.sync
Remove old history, it serves little purpose really



commit 636e870efd20af34091a4e7e63884ab49ce7189d
Author:    Oliver Collyer <ovcollyer at mac.com> at Sat, 20 Feb 2016 09:33:49 +0200
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 26 Feb 2016 15:46:41 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=636e870efd20af34091a4e7e63884ab49ce7189d

ffserver&ffm: Fixed issues preventing ffserver write_index and files_size from being set correctly which was breaking ffserver streaming.
I discovered that ffserver streaming was broken (it seems like it has been since 20th November) and I opened a ticket for this (https://trac.ffmpeg.org/ticket/5250 <https://trac.ffmpeg.org/ticket/5250>).

I spent yesterday learning git bisect (with the kind help of cehoyos) to painstakingly track down the cause. This was made more difficult due to the presence of a segfault in ffserver during the period where the bug was introduced so I first had to identify when and how that was fixed and then retrospectively apply that fix again for each step of the second git bisect to find the actual bug.

Anyway, the fruits of my labour are the innocent looking patch below to correct a couple of typos and define a valid range for two variables.

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
(cherry picked from commit a2f8beef2dfaee573f7c4a607afaa9e83fc2c1e0)
Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



commit 5332e14d55a59fe33a02760237b6941ff5dfd4b5
Author:    Carl Eugen Hoyos <cehoyos at ag.or.at> at Tue, 23 Feb 2016 15:50:28 +0100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 26 Feb 2016 15:46:33 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5332e14d55a59fe33a02760237b6941ff5dfd4b5

postproc: fix unaligned access
Based on 59074310 by Andreas Cadhalpun.
Fixes ticket #5259.
(cherry picked from commit 2aa21eec1adcb3737be59f0eab7081c5a790faa9)

Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>



-----------------------------------------------------------------------

Summary of changes:
 mythtv/external/FFmpeg/README.sync               |   26 +---------------------
 mythtv/external/FFmpeg/ffserver.c                |    4 +-
 mythtv/external/FFmpeg/libavformat/ffmdec.c      |    4 +-
 mythtv/external/FFmpeg/libpostproc/postprocess.c |    2 +-
 4 files changed, 6 insertions(+), 30 deletions(-)

-- 



More information about the mythtv-commits mailing list