Skip to content

Releases: jehutting/omxplayer

SPECIAL VERSION FOR ISSUE #464 ONLY

11 Mar 22:37
Compare
Choose a tag to compare
Pre-release

Updated 'chapter rework' branch to latest omxplayer repository version ecd446d
Popcornmix OMXPlayer repository issue popcornmix # 464

BE AWARE that the package is an EXPERIMENTAL PACKAGE.
Although it does install and omxplayer is working on my Raspberry Pi, this doesn't mean it does on your Raspberry PI. So be sure you have a backup of your system/omxplayer at hand!

Install package with sudo dpkg -i

SPECIAL VERSION FOR ISSUE #766 ONLY

07 Mar 12:20
Compare
Choose a tag to compare
Pre-release

Debug version for Stops Looping after 22-24 hours
Popcornmix OMXPlayer repository issue popcornmix # 766

BE AWARE that the package is an EXPERIMENTAL PACKAGE.
Although it does install and omxplayer is working on my Raspberry Pi, this doesn't mean it does on your Raspberry PI. So be sure you have a backup of your system/omxplayer at hand!

Install package with sudo dpkg -i

SPECIAL VERSION FOR ISSUE #508 ONLY

24 Dec 10:37
Compare
Choose a tag to compare
Pre-release

Fix for Skipping/Flashing video on 2nd loop
Popcornmix OMXPlayer repository issue popcornmix#508

BE AWARE that the package is an EXPERIMENTAL PACKAGE.
Although it does install and omxplayer is working on my Raspberry Pi, this doesn't mean it does on your Raspberry PI. So be sure you have a backup of your system/omxplayer at hand!

Install package with sudo dpkg -i

SPECIAL VERSION FOR ISSUE #456 ONLY

12 May 14:19
Compare
Choose a tag to compare
Pre-release

Fix for --no-keys aborting omxplayer when D-Bus connection fails.
Popcornmix OMXPlayer repository issue popcornmix#456

BE AWARE that the package is an EXPERIMENTAL PACKAGE.
Although it does install and omxplayer is working on my Raspberry Pi, this doesn't mean it does on your Raspberry PI. So be sure you have a backup of your system/omxplayer at hand!

Install package with sudo dpkg -i

SPECIAL VERSION FOR ISSUE #456 ONLY

10 May 20:57
Compare
Choose a tag to compare
Pre-release

Initial implementation of the --no-dbus option.
Popcornmix OMXPlayer repository issue popcornmix#456

BE AWARE that the package is an EXPERIMENTAL PACKAGE.
Although it does install and omxplayer is working on my Raspberry Pi, this doesn't mean it does on your Raspberry PI. So be sure you have a backup of your system/omxplayer at hand!

Install package with sudo dpkg -i

SPECIAL VERSION FOR DEBUG PURPOSE ISSUE #437 ONLY

11 Apr 17:51
Compare
Choose a tag to compare

SPECIAL VERSION - JEHUTTING - FOR DEBUG PURPOSE ISSUE popcornmix#437 ONLY

Experimental debian package keyb-omxcontrol-dbus

09 Feb 15:14
Compare
Choose a tag to compare

BE AWARE that the package is an EXPERIMENTAL PACKAGE.
Although it does install and omxplayer is working on my Raspberry Pi, this doesn't mean it does on your Raspberry PI. So be sure you have a backup of your system/omxplayer at hand!

Install package with sudo dpkg -i

changelog:

  • Fix SIGSEGV/Keyboard buffer overflow upon multiple arrow key strokes.
  • Disabled the debug code in signal handler.
  • Removed NO_BUFFERING define for this release will not hold fast seeking mods.
  • Removed dbus-daemon forking code in omxplayer script.

Experimental debian package keyb-omxcontrol-dbus

01 Feb 17:02
Compare
Choose a tag to compare

BE AWARE that the package is an EXPERIMENTAL PACKAGE.
Although it does install and omxplayer is working on my Raspberry Pi, this doesn't mean it does on your Raspberry PI. So be sure you have a backup of your system/omxplayer at hand!

Install package with sudo dpkg -i <PACKAGE-NAME>

changelog:

  • Fix for 'cat FILE | omxplayer pipe:0'.
  • Fix for OMX_ErrorInsufficientResources.
  • Added '--genlog-path' option to set path of log file.
  • Made compiler directive "NO_DBUS_USAGE" to create an omxplayer without the D-Bus interface (OMXControl).
  • Added omxplayer option "--no-dbus" (to an omxplayer build WITH the D-Bus interface BUT) for OCCASIONALLY running without (omxplayer being controlled through) the D-Bus interface (OMXControl).
  • Fix omxplayer hangups
    • Keys from keyboard no longer via DBus interface.
    • Keyboard and OMXControl created in main(); no longer being 'static'.