aboutsummaryrefslogtreecommitdiffstats
path: root/main/omxplayer/omxplayer-alsa.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/omxplayer: update snapshot to 2016-08-03Timo Teräs2016-08-051-1494/+0
| | | | | | - dbus fix upstreamed - alsa support upstreamed - uses now ffmpeg for rescaling instead of speexdsp
* main/omxplayer: upgrade to 20160513, add dbus fixTimo Teräs2016-05-161-11/+34
|
* main/omxplayer: update alsa player patchTimo Teräs2016-02-261-73/+90
| | | | | - add support for live resampling using speexdsp - fix few bugs
* main/omxplayer: upgrade to snapshot of 2016-02-06 + alsa rewriteTimo Teräs2016-02-111-6359/+1305
| | | | | alsa support is rewritten properly. the new code is smaller, faster and more correct. seeking and pause works correct now too.
* main/omxplayer: add tentative support for alsaTimo Teräs2015-12-071-0/+6508
For playing videos with audio output via add-on board. Tentative version and subject for changes. This is basically the code from: https://github.com/stupid-boy/xbmc/commits/OMX_ALSA but it has been rebased, fitted to omxplayer and modified slightly to compile with omxplayer default compiler flags.