[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-1689-gb7b1606

Git Repo Owner noreply at mythtv.org
Mon Jun 30 21:25:54 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  b7b160608926ec051ad51715cf5f24b6b5c7e1e4 (commit)
       via  fd1432712d30fa258b8a1118c87e6989b8af5571 (commit)
       via  b645d9c20525b695e11d5b1b909e845a5d09885c (commit)
      from  d6663a5498f1ba1147a801dd4902b779b3afd1f8 (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 b7b160608926ec051ad51715cf5f24b6b5c7e1e4
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 30 Jun 2014 14:24:13 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 30 Jun 2014 14:24:13 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b7b160608926ec051ad51715cf5f24b6b5c7e1e4

Let FFmpeg determine how to probe for format when using SG
This makes for much more reliable format detection.



commit fd1432712d30fa258b8a1118c87e6989b8af5571
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 30 Jun 2014 14:16:12 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 30 Jun 2014 14:16:12 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fd1432712d30fa258b8a1118c87e6989b8af5571

Increase size of streaming buffer
streaming buffer size is also used to detect audio format, 16kB may not be sufficient to properly detect corrupted media or FLAC ones.
The buffer will be resized to 32kB by FFmpeg once the file has been successfully opened



commit b645d9c20525b695e11d5b1b909e845a5d09885c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 30 Jun 2014 14:14:21 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Mon, 30 Jun 2014 14:14:21 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b645d9c20525b695e11d5b1b909e845a5d09885c

Don’t use reference to initially allocated avio buffer
aviocontext can resize the buffer under some circumstances. Attempting to later free the original buffer address would cause a crash



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/avfdecoder.cpp |   63 +++++++++++------------
 mythplugins/mythmusic/mythmusic/avfdecoder.h   |    1 -
 2 files changed, 30 insertions(+), 34 deletions(-)

-- 



More information about the mythtv-commits mailing list