Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes/0.28 #119

Closed
wants to merge 116 commits into from
Closed

Fixes/0.28 #119

wants to merge 116 commits into from

Conversation

aolsorken
Copy link

Thank you for contributing to MythTV.

As many of our developers do not visit GitHub it is important to track
all contributions at our central ticket tracker over at code.mythtv.org

To prevent your contributions being overlooked please create a new ticket
there and refer to this pull request. (Bonus points for linking to the
ticket in the pull request, too. It helps us noticed potentially overlooked
pull requests due to missing tickets.)

https://code.mythtv.org/trac/wiki/TicketHowTo
https://code.mythtv.org/trac/newticket

Paul Harrison and others added 30 commits February 17, 2016 22:08
(cherry picked from commit e1caef4)
(cherry picked from commit d674942)
and the upnp ssl port were hardcoded.

This changes the default port number to be
- backendport + 5  (websocket port)
- backendport + 10 (upnp ssl port)

This leaves the default upnp ssl port unchanged, and moves
the websocket port to one which does not conflict.

This allows 2 instances of the backend to run simultaneously
on the same system (ie. dev & prod), provided that the backend
port for one of them is changed to a different one.
When saving a new card, there are some situations where the
videodevice and hostname have not been saved yet.  In those cases, we
do have a cardid, so use it too.

Refs #12499

(cherry picked from commit 9df773a)
Since cardid now needs to be passed, there is no need for two versions
of DiSEqCDevTree::Store().  Also, update the ABI version.

Refs #12499

(cherry picked from commit 0d5b814)
Thank you Walter!

Closes #12658

Signed-off-by: Nicolas Riendeau <nriendeau@mythtv.org>
Thank you Walter!

Closes #12660

Signed-off-by: Nicolas Riendeau <nriendeau@mythtv.org>
translation from Yianni Vidalis

Thank you Yianni!

Closes #12665

Signed-off-by: Nicolas Riendeau <nriendeau@mythtv.org>
Missed changes during resync

(cherry picked from commit fcd1fc0)
… the

list

Fixes a regression caused by my fix for #8441 -jpp
Signed-off-by: John Poet <jpoet@mythtv.org>

(cherry picked from commit 38ca7f7)
Should fix a FreeBSD build error.

(cherry picked from commit 44945d0)
(cherry picked from commit b39489f)
Signed-off-by: Stuart Auchterlonie <stuarta@mythtv.org>
(cherry picked from commit 7fbdddd)
The v4l_compat package from ports in FreeBSD 10.2
does not yet support all the featurs we use in our
v4l2 recorder.

(cherry picked from commit 62baeb5)
Closes #12503

Merge remote-tracking branch 'JohnLBergqvist/johnlbergqvist'
…ming a Blu-ray is a video file.

Currently just the playback position and angle are bookmarked.

This commit also includes a couple of unrelated database ToDos to keep the number of database updates down.

Refs #12612
(cherry picked from commit 5df2014)
…mage type if it's not a valid UDF image.

(cherry picked from commit b9f3e71)
Nicolas Riendeau and others added 28 commits April 10, 2016 22:10
…ProcessFrame into the AVSync method. This allows the OSD painting to be bypased on frames that are skipped. Also make the change in MythDVDPlayer since that also calls AVSync.

Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
(cherry picked from commit 7f8614e)
… into frames.

Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
(cherry picked from commit 109bf9d)
…end for OSD.

Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
(cherry picked from commit 5d06abc)
…ext to letterbox or pillarbox playback.

Signed-off-by: Stuart Morgan <smorgan@mythtv.org>
(cherry picked from commit aa676f7)
aa676f7 prevented background bleed where the decoder was openmax
but does not cover the case where the decoder is ffmpeg and the renderer is openmax,
which still bleeds through. This is a viable combination which provides better quality
than openmax decoder in some cases.

Also fixes a segfault documented by #12700 & #12709, which was introduced by the fix for #12691.

Fixes #12693

Signed-off-by: Roger Siddons <rsiddons@mythtv.org>
(cherry picked from commit ed3741d)
916e43b inadvertently adds a failed File Transfer to the fileTransferList
causing a segfault when a subsequent socket disconnection attempts to clean up and
delete the File Transfer again.

Fixes #12650

(cherry picked from commit ea5fdd4)
(cherry picked from commit 00af0f533d1d076c526863c1b0d9731179e11c9b)
Patch by lomion

Fixes #12702

(cherry picked from commit 6569cff)
from Petr Srsen

Thank you Petr!

Closes #12726
(cherry picked from commit f11f32c)
Exisiting python scripts depend on the Recorded class taking the chanid/starttime instead of the recordedid as the primary key.
This patch updates the Recorded class to continue using the chanid/starttime pair.
A future patch can add recordedid as a second option so as not to break backwards compatibility.

Fixes: #12260
(cherry picked from commit ce1935b)
Feedback suggests "Dir1 > Dir2 > Image" is preferable to "Dir1 : Dir2 : Image"

(cherry picked from commit 336193d)
Keybinding Images:"COVER" (default 'C') will set the parent dir cover of the selected image.
Or clear the the cover when the parent dir is selected.

(cherry picked from commit 4e70774)
When images are slow to load the "Loading" status can be irritating.
This patch adds a user setting to delay the "Loading" & "Playing" status.

(cherry picked from commit 75a698e)
Up/Down jumps forward/back 10 slides in slideshow view

(cherry picked from commit c41c6e7)
The pop-ups don't cater for multiple media, nor respect the autoplay settings

Fixes #12689

(cherry picked from commit 24c5575)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet