Changes between Version 56 and Version 57 of FutureDevelopment


Ignore:
Timestamp:
10/19/11 20:59:19 (14 years ago)
Author:
Raymond Wagner
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FutureDevelopment

    v56 v57  
    1111 * Support for playback of ISO and VIDEO_TS folders over storage groups to allow removal of local file support.
    1212 * [TaskThemeDownloader themes.mythtv.org] Theme download site and accompanying mythfrontend/mythbackend code
     13 * Support for VAAPI hardware decoding (for AMD, Intel, and PowerVR chips)
     14 * Support for CrystalHD hardware decoding (to be provided largely by upstream support in FFMPEG)
    1315
    1416== In Progress ==
     
    1618 * Move backend configuration into mythbackend MediaServer (mini-http server), eliminating mythtv-setup
    1719 * Revitalization of MythWeather to be TOS compliant, and less buggy
    18  * Support for VAAPI hardware decoding (for AMD, Intel, and PowerVR chips)
    19  * Support for CrystalHD hardware decoding (to be provided largely by upstream support in FFMPEG)
     20 * [TaskPluginIncorporation Incorporate the MythVideo, MythMusic and MythGallery plugins] into the core app? Allow the user interface to be consolidated more.
    2021
    2122== High Priority ==
    22  * [TaskPluginIncorporation Incorporate the MythVideo, MythMusic and MythGallery plugins] into the core app? Allow the user interface to be consolidated more.
    2323 * Switch to [TaskEmbeddedMysql embedded mysql] for the database to simplify initial configuration.
    2424 * Re-implement orphan and optimization perl scripts as internal housekeeping tasks.
    2525 * [RecordedFile Database Schema updates] for normalizing MythTV & MythVideo file related tables.
    2626 * Improve [TaskThemeDownloader themes.mythtv.org] for user submitted content.
     27 * [JobQueueRewrite Rework of jobqueue] to remove special handling of transcoding/commflagging, and remove the four-userjob limit.
    2728
    2829== Normal Priority ==
     
    3233   * [http://code.google.com/apis/protocolbuffers/ Google Protocol Buffers]?
    3334 * Improve developer documentation by doxygenifying all the major classes, and the major subsystems of MythTV.
    34  * Split of mythbackend into a two programs; one for performing scheduling, file serving, and jobqueue, the other for handling capture inputs.
     35 * Split recording duties out of mythbackend into a separate daemon.
    3536 * [wiki:TaskMFileSystemWatcher Background scanning and notifications for content in Storage Groups.]
    36  * [JobQueueRewrite Rework of jobqueue] to remove special handling of transcoding/commflagging, and remove the four-userjob limit.
    3737 * Revamp of perl bindings.
    3838 * Additional official bindings: php (split from MythWeb?), ruby, java, ...