[ubuntu/natty] mythtv 2:0.24.0+fixes.20101214.1405782-0ubuntu1 (Accepted)
Mario Limonciello
Mario_Limonciello at Dell.com
Tue Dec 14 18:00:41 GMT 2010
mythtv (2:0.24.0+fixes.20101214.1405782-0ubuntu1) natty; urgency=low
* in the git building rule, make sure to include the proper phrases
for autobuilds.
* reverse the rule for do-new-release.sh
* include a data directory to fix mythweb postinst breaking.
* New upstream checkout (1405782)
* >>Upstream changes since last upload (d3d2640):
* [1405782] Fix ALSA buffer allocation.
* [588cc6e] Fix potential deadlocks resulting in "Waited 100ms for
video buffers"
* [208e2f5] Add some extra NULL pointer protection in the main decoder
loop.
* [fc09367] Fix setting the display refresh rate in live tv.
* [f3ddc58] Backport to fixes/0.24.
* [52f8df1] Backport to fixes/0.24.
* [4e4653f] One change got committed by mistake
* [0d719aa] Following SHA: 9dc22bcc223e753d072dcdb2910ea271d377a5ef.
Add a little bit of leeway when checking the alsa buffer size, as
alsa may round down the value.
* [8115c44] Tidy up the block processing in AddFrames by renaming
variables. Block size is properly calculated based on the source
channels. Properly cast all variables involved in 64 bits timecode
calculation as int64_t, and make all constants long long ones. Make
the code easier to re-read
* [1b695d7] Issue we were trying to fix in SHA:
312ef27cd0d5a8b515cf0ba2587bdc2ba94aac28 were in fact related to the
alsa hardware buffer size being too low. And the calculation for
what the correct buffer size should be being incorrect, we never got
the proper value displayed/set. For 5.1 32 bits LPCM, 48kHz a
minimum buffer size should be 225kB. Alsa default is 64kB
* [3a0bc28] Simplify upmixing and fix some issues, in particular
timestamp that could be incorrect under some circumstances, fix
writing silence to the audio card when in pause mode (we could under
some circumstances not write enough data leading to underruns
* [cfd7b78] Remove the state change QWaitCondition from the TV class.
* [3e29dab] Left justify CC-608 captions.
* [6bb60cd] Minor CC-608 caption display optimisation.
* [7b4f3fb] Don't create an additional thread for media playback.
* [8155c43] Fix control socket call used for Video._playOnFe().
* [df2d58b] Fix missing parameter in SG filelist query. Patch from
fedora a t ready2think.
* [aec0097] fix CPU flags in libmythsoundtouch
* [ee57332] Backport b674e521028d49193c7d from HEAD to branch
fixes/0.24
* [3e9463e] Following [98a196], fix same logic error used in the
settings which prevented selecting 7.1 unless audio advanced was
selected
* [5cd75db] Fix logic error that forced to have audio advanced checked
to get 7.1 LPCM
Date: Tue, 14 Dec 2010 10:32:47 -0600
Changed-By: Mario Limonciello <Mario_Limonciello at Dell.com>
Maintainer: MythTV Ubuntu Maintainers <ubuntu-mythtv at lists.ubuntu.com>
Signed-By: Mario Limonciello <superm1 at ubuntu.com>
https://launchpad.net/ubuntu/natty/+source/mythtv/2:0.24.0+fixes.20101214.1405782-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 14 Dec 2010 10:32:47 -0600
Source: mythtv
Binary: mythtv mythtv-common mythtv-doc mythtv-database mythtv-backend mythtv-transcode-utils mythtv-frontend libmyth-0.24-0 libmyth-dev libmythtv-perl libmyth-python mythtv-backend-master mythtv-dbg mythplugins mythgallery mythgame mythmusic mythnews mythvideo mythweather mythweb mytharchive mythzoneminder mythbrowser mythnetvision mythtv-themes mythtv-theme-arclight mythtv-theme-childish mythtv-theme-graphite mythtv-theme-metallurgy mythtv-theme-mythbuntu
Architecture: source
Version: 2:0.24.0+fixes.20101214.1405782-0ubuntu1
Distribution: natty
Urgency: low
Maintainer: MythTV Ubuntu Maintainers <ubuntu-mythtv at lists.ubuntu.com>
Changed-By: Mario Limonciello <Mario_Limonciello at Dell.com>
Description:
libmyth-0.24-0 - Common library code for MythTV and add-on modules (runtime)
libmyth-dev - Common library code for MythTV and add-on modules (development)
libmyth-python - A python library to access some MythTV features
libmythtv-perl - A PERL library to access some MythTV features
mytharchive - create and burn DVD's from MythTV - binary file
mythbrowser - A web browser for MythTV
mythgallery - Image gallery/slideshow add-on module for MythTV
mythgame - Emulator & PC Game frontend module for MythTV
mythmusic - Music add-on module for MythTV
mythnetvision - A Internet Video Player plugin for MythTV
mythnews - An RSS feed news reader module for MythTV
mythplugins - Metapackage package for MythTV plugins
mythtv - A personal video recorder application (client and server)
mythtv-backend - A personal video recorder application (server)
mythtv-backend-master - Metapackage to setup and configure a "Master Backend" profile of
mythtv-common - A personal video recorder application (common data)
mythtv-database - A personal video recorder application (database)
mythtv-dbg - Debug symbols for mythtv packages
mythtv-doc - A personal video recorder application (documentation)
mythtv-frontend - A personal video recorder application (client)
mythtv-theme-arclight - The arclight MythTV Theme
mythtv-theme-childish - The childish MythTV Theme
mythtv-theme-graphite - The graphite MythTV Theme
mythtv-theme-metallurgy - The metallurgy MythTV Theme
mythtv-theme-mythbuntu - The mythbuntu MythTV Theme
mythtv-themes - Themes for MythTV
mythtv-transcode-utils - Utilities used for transcoding MythTV tasks
mythvideo - A generic video player frontend module for MythTV
mythweather - Weather add-on module for MythTV
mythweb - Web interface add-on module for MythTV
mythzoneminder - view status and display footage recorded with zoneminder
Changes:
mythtv (2:0.24.0+fixes.20101214.1405782-0ubuntu1) natty; urgency=low
.
* in the git building rule, make sure to include the proper phrases
for autobuilds.
* reverse the rule for do-new-release.sh
* include a data directory to fix mythweb postinst breaking.
* New upstream checkout (1405782)
* >>Upstream changes since last upload (d3d2640):
* [1405782] Fix ALSA buffer allocation.
* [588cc6e] Fix potential deadlocks resulting in "Waited 100ms for
video buffers"
* [208e2f5] Add some extra NULL pointer protection in the main decoder
loop.
* [fc09367] Fix setting the display refresh rate in live tv.
* [f3ddc58] Backport to fixes/0.24.
* [52f8df1] Backport to fixes/0.24.
* [4e4653f] One change got committed by mistake
* [0d719aa] Following SHA: 9dc22bcc223e753d072dcdb2910ea271d377a5ef.
Add a little bit of leeway when checking the alsa buffer size, as
alsa may round down the value.
* [8115c44] Tidy up the block processing in AddFrames by renaming
variables. Block size is properly calculated based on the source
channels. Properly cast all variables involved in 64 bits timecode
calculation as int64_t, and make all constants long long ones. Make
the code easier to re-read
* [1b695d7] Issue we were trying to fix in SHA:
312ef27cd0d5a8b515cf0ba2587bdc2ba94aac28 were in fact related to the
alsa hardware buffer size being too low. And the calculation for
what the correct buffer size should be being incorrect, we never got
the proper value displayed/set. For 5.1 32 bits LPCM, 48kHz a
minimum buffer size should be 225kB. Alsa default is 64kB
* [3a0bc28] Simplify upmixing and fix some issues, in particular
timestamp that could be incorrect under some circumstances, fix
writing silence to the audio card when in pause mode (we could under
some circumstances not write enough data leading to underruns
* [cfd7b78] Remove the state change QWaitCondition from the TV class.
* [3e29dab] Left justify CC-608 captions.
* [6bb60cd] Minor CC-608 caption display optimisation.
* [7b4f3fb] Don't create an additional thread for media playback.
* [8155c43] Fix control socket call used for Video._playOnFe().
* [df2d58b] Fix missing parameter in SG filelist query. Patch from
fedora a t ready2think.
* [aec0097] fix CPU flags in libmythsoundtouch
* [ee57332] Backport b674e521028d49193c7d from HEAD to branch
fixes/0.24
* [3e9463e] Following [98a196], fix same logic error used in the
settings which prevented selecting 7.1 unless audio advanced was
selected
* [5cd75db] Fix logic error that forced to have audio advanced checked
to get 7.1 LPCM
Checksums-Sha1:
1b8cb59c23ed358cf38f6cbf8c7de2161f62a1eb 3551 mythtv_0.24.0+fixes.20101214.1405782-0ubuntu1.dsc
1a06686a98176708f6f3cdcf2fc41077913e5d6a 98428784 mythtv_0.24.0+fixes.20101214.1405782.orig.tar.gz
49e6150bd24be0d4c863c27adeef2219c52c3a7c 144930 mythtv_0.24.0+fixes.20101214.1405782-0ubuntu1.debian.tar.gz
Checksums-Sha256:
73797d62b0109efdca562d4edbd365b4d787f1e00bd1371e03190c5b027e2f50 3551 mythtv_0.24.0+fixes.20101214.1405782-0ubuntu1.dsc
4d90b80de2adc7eec16b18cd03c6b0f9eb5144fe6cb47a297799ce30ee933a07 98428784 mythtv_0.24.0+fixes.20101214.1405782.orig.tar.gz
d1ec1120e3cfa97c6f5732ce42bad4de9ead84cb417a1c8e4033c41f4886df88 144930 mythtv_0.24.0+fixes.20101214.1405782-0ubuntu1.debian.tar.gz
Files:
69ec9853e405042f393482832b08b9e4 3551 graphics optional mythtv_0.24.0+fixes.20101214.1405782-0ubuntu1.dsc
ef7da8cd06530d1fc746a13e61cde15b 98428784 graphics optional mythtv_0.24.0+fixes.20101214.1405782.orig.tar.gz
bc1fafb3a8d0ec29cbaae03813ba6076 144930 graphics optional mythtv_0.24.0+fixes.20101214.1405782-0ubuntu1.debian.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0HnFwACgkQ2CrZjkA73YvAMgCfQIklRd/m14F4mLBNKw5s3L2z
JPwAnj2FGd3oGsaP4ptfLuroBHMbqWy9
=1s9C
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list