[mythtv-commits] mythtv branch devel/resync-stable10 created by jyavenard. v0.27-pre2-358-ga1eac71

Git Repo Owner noreply at mythtv.org
Thu Dec 13 14:28:41 UTC 2012


The branch, devel/resync-stable10 has been created on the
mythtv repository by gitolite user jyavenard.
        at  a1eac715a9ff2f1d18cfddc69f49664c57150735 (commit)

- Log -----------------------------------------------------------------
commit a1eac715a9ff2f1d18cfddc69f49664c57150735
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:38:07 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 01:00:57 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a1eac715a9ff2f1d18cfddc69f49664c57150735

Select the "best" video tracks available for playback
Optimize and speed-up the detection and handling of video streams. Every video streams used to be opened during the scan, and the last one found would be use.
This commit change the behavior as follow:
Scan all streams.
Once scan is completed, search for the best video stream using FFmpeg convenience method av_find_best_stream. And only open the code and initialise the video output for that particular stream.

Also, should an error occur while scanning a particular stream, it is now simply ignored instead of completely stopping the scan.



commit 1b2fb3c14714ebd5c26199e0ae733a6f352d6b7c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 13 Dec 2012 23:56:58 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:57:27 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1b2fb3c14714ebd5c26199e0ae733a6f352d6b7c

Fix compilation issue on some systems.
This is to fix the error: "error: taking address of temporary array"



commit eda279632f0c5c36d2462eb13a21092b560317a4
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 13 Dec 2012 20:23:14 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:57:11 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=eda279632f0c5c36d2462eb13a21092b560317a4

Fix compilation on various systems.
FFmpeg added a new time.h header file; due to the include path set, this would confuse system headers.



commit 5f7c50d64415c5b8f32cc7e0cccae6ccd1f886b7
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:56:51 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:56:51 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5f7c50d64415c5b8f32cc7e0cccae6ccd1f886b7

Suppress some warnings related to constant being redefined



commit c4c473f5bf847af87bccb7733d24ca7571c8ad7a
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:54:28 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:54:28 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=c4c473f5bf847af87bccb7733d24ca7571c8ad7a

Updated mythmusic to work following FFmpeg resync
Decoded audio is now planar so we can't just copy the decoded data. Simplify the code to use one of the audio utility routine.



commit 61167e5b9b76f6af6d1ad6e30dc8eefa75dad978
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Tue, 11 Dec 2012 14:25:19 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:53:22 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=61167e5b9b76f6af6d1ad6e30dc8eefa75dad978

Update Myth source base to work with new FFmpeg following 99b0c9d95347b3d4ddea14d0d7ea98c018b1e784



commit a0eddef6bac87a105c70ba3b89e3e8c5480d7a4d
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 12 Dec 2012 20:53:29 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:49:15 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=a0eddef6bac87a105c70ba3b89e3e8c5480d7a4d

Fix compilation error following the addition of -Werror=implicit-function-declaration
Which function would have been called is a guess at this point, especially in regards to wtv media (which obviously no-one is using)



commit 9c40d80f78052d4fee57a1dac8488094d0e3b811
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 12 Dec 2012 20:45:46 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 14 Dec 2012 00:45:13 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9c40d80f78052d4fee57a1dac8488094d0e3b811

FFmpeg resync to SHA1:59d765e30cdabbba174f3d764eecda39ebfc63c2
This resync is now following FFmpeg stable branch: release/1.0
http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=refs/heads/release/1.0



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

-- 



More information about the mythtv-commits mailing list