[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1732-gc09bf01

Git Repo Owner noreply at mythtv.org
Sun Jul 6 01:46:47 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  c09bf01d76639f90ec261c7a8b9a37284ed1f238 (commit)
       via  f3c40c86c7c8c6c7865fef765a68d426a44f562b (commit)
       via  e16a9b0072c068a42759a78b4633d656b3627453 (commit)
       via  64d94c0dccf4e9d0f26ecb13ddd683f64ce2d2d3 (commit)
      from  548aaf78373cf0360b759b633df10c3690e3f06b (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 c09bf01d76639f90ec261c7a8b9a37284ed1f238
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 11:30:49 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 11:30:49 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c09bf01d76639f90ec261c7a8b9a37284ed1f238

Ensure class members are initialised in constructor
coverity CID 1224484



commit f3c40c86c7c8c6c7865fef765a68d426a44f562b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 11:13:02 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 11:13:02 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f3c40c86c7c8c6c7865fef765a68d426a44f562b

Coverity CID 1224483
If pginfo was null, the line above would have crashed. pginfo is never null



commit e16a9b0072c068a42759a78b4633d656b3627453
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 10:48:19 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 10:48:19 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e16a9b0072c068a42759a78b4633d656b3627453

Fix memory leak
Coverity CID 1224482



commit 64d94c0dccf4e9d0f26ecb13ddd683f64ce2d2d3
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 10:39:41 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Sun, 6 Jul 2014 10:39:41 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=64d94c0dccf4e9d0f26ecb13ddd683f64ce2d2d3

Allocate/DeAllocate video buffers using av_malloc
Also ensure frame.qscale_table is freed with av_free as it was allocated with av_malloc by FFmpeg



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

Summary of changes:
 mythtv/libs/libmyth/programinfo.cpp        |    8 +++++---
 mythtv/libs/libmythtv/videobuffers.cpp     |   12 ++----------
 mythtv/libs/libmythtv/videoout_opengl.cpp  |   14 ++++++++------
 mythtv/libs/libmythtv/videoout_xv.cpp      |   13 ++++++-------
 mythtv/programs/mythtranscode/main.cpp     |    2 +-
 mythtv/programs/mythtranscode/mpeg2fix.cpp |    1 +
 6 files changed, 23 insertions(+), 27 deletions(-)

-- 



More information about the mythtv-commits mailing list