source: mythtv

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dbf9baa1b6   4 years Peter Bennett Fix bug caused by commit a3ae3a8 Problem was that in Terra theme, …
(edit) @df2a85930   4 years mark.kendall TV: Add a few TODOs
(edit) @abbc8c9f01   4 years mark.kendall TV: Add a little doxygen
(edit) @bda210029   4 years mark.kendall TV: Improve atomic creation via AcquireRelease? - with the previous …
(edit) @7d0100aeec   4 years mark.kendall TV: Remove database initialisation lock - this may have worked …
(edit) @adec07001   4 years mark.kendall TV: Remove unnecessary m_isEmbedded
(edit) @3a3f99d7ba   4 years mark.kendall TV: Consistent embedding behaviour - we have 1 UI widget that can …
(edit) @84f95b10d   4 years mark.kendall PlaybackBox?: Fix embedded display - this seems to be have been …
(edit) @6b9f6300d5   4 years mark.kendall TV: Use a static vector for sleep times
(edit) @e261f72965   4 years mark.kendall TV: Make reference counted - and refactor creation and static methods …
(edit) @a90e5c72b4   4 years mark.kendall TV: Remove unused variable
(edit) @5ba0032b6   4 years mark.kendall TV: Remove timer lock - timers should always be created and started …
(edit) @a2492b7d5   4 years mark.kendall MythOpenGLVideo: A new frame format is 'info' not 'warning'
(edit) @6fadac125   4 years mark.kendall TV: Use RequestStopEmbedding? slot
(edit) @64c0f687b   4 years mark.kendall MythVideoBounds?: Minor log typo
(edit) @a5439d6d7   4 years mark.kendall TV: Use signals/slots for embedding functionality - this allows us to …
(edit) @f36cc77e20   4 years mark.kendall GuideGrid?: Remove support for null video rendering - this is not …
(edit) @242b5bd5e   4 years mark.kendall TV: Inherit directly from TVBrowseHelper - this is the first of a …
(edit) @8734a5338   4 years mark.kendall TVBrowseHelper: Rename some methods in advance of refactor
(edit) @970e9ee8d5   4 years mark.kendall TVBrowseHelper: Rename member variables in advance of refactor
(edit) @489ea4de50   4 years mark.kendall TV: Move input switching to a lambda - as for other converted …
(edit) @40d8d9e2a   4 years mark.kendall TV: Cleanup last of multi PlayerContext? handling - don't return a …
(edit) @8ca8a214ab   4 years mark.kendall TVBrowseHelper: Sundry minor cleanup
(edit) @ede27c0d42   4 years mark.kendall TV: No need for TVPlayWindow to be a friend class
(edit) @11b6a24825   4 years mark.kendall TV: Add a comment on PlaybackBox? functionality not working
(edit) @6f5317645c   4 years mark.kendall TV: Use a lambda for jump to program action
(edit) @cbd6d47bff   4 years mark.kendall TV: Use a lambda for handling state changes
(edit) @9769890515   4 years mark.kendall TV: Sundry minor cleanup - mostly casts and a little coding standards
(edit) @85be5f313   4 years mark.kendall TV: Don't pass around PlayerContext? objects - we only have one now. - …
(edit) @a0652dbca   4 years mark.kendall TV: Remove support for multiple player contexts - there are still …
(edit) @03938c57d   4 years mark.kendall libmythtv: Remove current Picture-in-Picture implementation - NB the …
(edit) @ef010ecaaa   4 years jpoet mythfilldatabase: Don't duplicate channels just because no tuner …
(edit) @9a359557f3   4 years kdewaal Add H or V to satellite frequency in Channel Editor In the …
(edit) @0b155ab08   4 years Peter Bennett Service API: Fix bugs - When redirecting http requests to a slave …
(edit) @f63c724c4   4 years kdewaal Fix typo in comment.
(edit) @27f8e21088   4 years kdewaal Do not delete channels when deleting all video sources When doing …
(edit) @90993cab6   4 years mark.kendall Merge pull request #199 from …
(edit) @02842e2c3   4 years kdewaal Revert "Fix "null pointer dereference" warning in DTVChannelInfo" …
(edit) @ce13a3289   4 years kdewaal Fix "null pointer dereference" warning in DTVChannelInfo Compiling …
(edit) @b00d7c370   4 years mark.kendall TV: Remove an unused variable
(edit) @c5ef7896eb   4 years mark.kendall AvFormatDecoder?: Add a comment on double rate decoder deinterlacing
(edit) @bed1fc16c5   4 years mark.kendall MythPlayer?: Move and rename toString(FrameScanType?)
(edit) @821d3de66e   4 years mark.kendall MythPlayer?: Remove unused player flags
(edit) @859c0372f   4 years mark.kendall MythPlayer?: Remove MythMultiLocker? - no longer actually used in anger …
(edit) @c4bf40ccd   4 years mark.kendall MythPlayer?: Move GetRawVideoFrame? into MythCommFlagPlayer?
(edit) @d41a8ba8a   4 years mark.kendall MythCommFlagPlayer?: Cleanup
(edit) @4e943947f5   4 years mark.kendall CommFlag?: Use MythCommFlagPlayer? throughout - we create a …
(edit) @ff22985c53   4 years mark.kendall MythUIButtonList: Fix 2 consecutive identical branches warning
(edit) @1c365222b2   4 years mark.kendall MythGesture?: Use auto
(edit) @afa045f7a3   4 years kdewaal Warning message capture card without video source The warning message …
(edit) @2a4575707   4 years mark.kendall KeyBindings/MythControls?: Add ability to filter out 'modifier' …
(edit) @916349101   4 years mark.kendall MythGesture?: Rework button handling - use the Qt::MouseButton? enum …
(edit) @8d0aa1a1e   4 years mark.kendall MythGesture?: Add a LongClick? type - currently unused
(edit) @af7a9daea   4 years mark.kendall Vulkan: More 32bit updates
(edit) @fbd3d5f77   4 years mark.kendall MythGesture?: Add missing <map> include
(edit) @1471e40403   4 years mark.kendall MythGesture?: Use Q_ENUM and static sequence map
(edit) @3238ca5b0f   4 years mark.kendall MythGesture?: Remove private implementation
(edit) @3727dce49   4 years mark.kendall MythGesture?: Cleanup
(edit) @e626f8429   4 years mark.kendall Vulkan: Another 32bit fix
(edit) @8364e7155   4 years mark.kendall MythUIButtonList: Don't page Up and Down for gestures - just move …
(edit) @bf34f9c66   4 years mark.kendall MythUIImage: Fix a crash on certain themes - for some reason, we were …
(edit) @51674320b5   4 years mark.kendall Vulkan: Fix 32bit compile errors (round 3)
(edit) @24366d6b66   4 years mark.kendall workflows: Enable vulkan in master build
(edit) @723a61048   4 years mark.kendall Vulkan: Fix 32bit compile errors
(edit) @f0f4f5fc6   4 years mark.kendall libmythui: Fix dynamic_cast issues with MythRender? and subclasses - …
(edit) @bcbb2fc732   4 years mark.kendall MythRenderVulkan?: Test a fix for 32bit builds
(edit) @b2f73016c   4 years mark.kendall ScreenSaverX11: Access setting via MythCoreContext?
(edit) @7085e7a394   4 years mark.kendall MythPlayer?: Remove unused method
(edit) @b5aaaafa7   4 years mark.kendall VideoVisualCircles?: Minor whitespace
(edit) @2210e9910   4 years mark.kendall Android: Use Q_OS_ANDROID consistently
(edit) @d7ecd8f783   4 years kdewaal Rename modulation system DMBTH to DTMB DTMB is the modern name that …
(edit) @f1cfc489b0   4 years klaas Support DMBTH (DTMB) as DVB-T Select tuner type DVB-T when the card …
(edit) @cc682b107d   4 years mark.kendall AvFormatDecoder?: Fix potential error in DVD aspect ratio - from last …
(edit) @6f9825338   4 years mark.kendall AvFormatDecoder?: Fix some DVD menus with VAAPI and VDPAU - as noted …
(edit) @9c58cde3b   4 years mark.kendall MythRenderVulkan?: Squash a warning
(edit) @c405d27580   4 years mark.kendall MythVideoOutput?: Ensure deinterlacers are updated after input change …
(edit) @4c36f47e4c   4 years mythtv coverity: Fix null rereference.
(edit) @c93ac8936   4 years mythtv coverity: remove dead code.
(edit) @6e1ccec82e   4 years mythtv tidy: Remove redundant member initializer.
(edit) @ec879470c   4 years mythtv clazy: Replace count() or size() in a boolean context with !isEmpty().
(edit) @18b900055f   4 years mythtv cppcheck: Remove redundant initialization.
(edit) @4ac49181fe   4 years mythtv cppcheck: Fix false positive.
(edit) @b6e11dc15e   4 years mythtv cppcheck: Pass parameters by const reference.
(edit) @698c3477b   4 years mythtv cppcheck: Reduce the scope of variables.
(edit) @b75f4e382c   4 years mythtv cppcheck: Mark more function arguments as const.
(edit) @1a426fe0b2   4 years mythtv Suppress cppcheck warning in atsc_huffman.cpp
(edit) @175ade1c33   4 years mythtv Switch QMap -> QMultiMap in mythmusic. Qt5.15 has obsoleted the …
(edit) @e8d35b9024   4 years mythtv Fix plugin null dereference warnings when compiling with optimization.
(edit) @10f0023ac   4 years mythtv Switch QLinkedList -> std::list in frontend guidegrid code. Qt5.15 …
(edit) @d0f2e2f474   4 years mythtv Switch QHash -> QMultiHash in mythfrontend code. Qt5.15 has obsoleted …
(edit) @28a0629139   4 years mythtv Switch QMap -> QMultiMap in the image metadata code. Qt5.15 has …
(edit) @09986790f5   4 years mythtv Qt5.14 renamed QAtomicInteger::load to QAtomicInteger::loadRelaxed.
(edit) @038d144a5   4 years mythtv Switch QMap -> QMultiMap in http/upnp code. Qt5.15 has obsoleted the …
(edit) @36e95c3d3e   4 years mythtv Switch QMap -> QMultiMap in upnpcdsobjects.cpp. Qt5.15 has obsoleted …
(edit) @b1be69b1a   4 years mythtv Switch QMap -> QMultiMap in MPEG code. Qt5.15 has obsoleted the …
(edit) @ed9ee35dd9   4 years mythtv Switch QMap -> QMultiMap in MHEG code. Qt5.15 has obsoleted the …
(edit) @108b825177   4 years mythtv Switch QMap -> QMultiMap in UI code. Qt5.15 has obsoleted the …
(edit) @112e1c010   4 years mythtv Qt5.14 replaced QTextStream::endl with Qt::endl.
(edit) @fe5c7204c   4 years mythtv Fix QAbstractSocket::error obsolescence in Qt 5.15.
(edit) @a352d83b77   4 years mark.kendall MythVideoBounds?: Fix macOS build
Note: See TracRevisionLog for help on using the revision log.