[mythtv-firehose] mythtv branch master updated by jyavenard. v0.26-pre-445-g4963b9d

Git Repo Owner noreply at mythtv.org
Sat Jun 2 05:51:15 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  4963b9dcacfdbc4dd438354f6f81380ed5588c45 (commit)
       via  3369fcfe4e4868f0391d8aca5bbdd37d1b0176e3 (commit)
      from  419fc84c5c8d25dd17e5a0fac7b6860a5f82a602 (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 4963b9dcacfdbc4dd438354f6f81380ed5588c45
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 2 Jun 2012 14:40:41 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 2 Jun 2012 15:35:12 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4963b9dcacfdbc4dd438354f6f81380ed5588c45

Ensure no modification to FFmpeg libavformat's URLProtocol change would break our code
FFmpeg's recently changed the structure of the URLProtocol object, which broke our code.
While this time it caused a compilation error and was easy to spot, it could have changed in such a way that it would have compiled properly and cause runtime crash.

C++ doesn't have C99 designated initialisers, so do it another way. Clean up avfringbuffer while at it



commit 3369fcfe4e4868f0391d8aca5bbdd37d1b0176e3
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 2 Jun 2012 10:07:47 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sat, 2 Jun 2012 15:25:23 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3369fcfe4e4868f0391d8aca5bbdd37d1b0176e3

Rename files to have more consistent naming scheme between all new FFmpeg files



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

Summary of changes:
 mythtv/external/FFmpeg/README.sync                 |    4 +-
 mythtv/external/FFmpeg/libavcodec/Makefile         |    2 +-
 .../libavcodec/{myth_utils.c => utils-mythtv.c}    |    0
 mythtv/external/FFmpeg/libavformat/Makefile        |    2 +-
 .../libavformat/{utils-myth.c => utils-mythtv.c}   |    0
 mythtv/libs/libmythtv/avformatdecoder.cpp          |   33 +++++------
 mythtv/libs/libmythtv/avformatwriter.cpp           |    8 +-
 mythtv/libs/libmythtv/avfringbuffer.cpp            |   59 +++++++++++---------
 mythtv/libs/libmythtv/avfringbuffer.h              |   34 ++++++++----
 9 files changed, 79 insertions(+), 63 deletions(-)
 rename mythtv/external/FFmpeg/libavcodec/{myth_utils.c => utils-mythtv.c} (100%)
 rename mythtv/external/FFmpeg/libavformat/{utils-myth.c => utils-mythtv.c} (100%)

-- 



More information about the mythtv-firehose mailing list