1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-07-01 01:37:20 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
kyak
73ca357b16 update ffmpeg to a working git revision 2011-05-11 21:09:59 +04:00
David Kühling
1217996fa6 mplayer: correct last patch for size-non-multiple-of-16 theora files 2011-05-01 14:24:11 +02:00
David Kühling
9b60e67998 mplayer: fix playback of Theora files width width/height not multiple of 16 2011-05-01 13:39:29 +02:00
David Kühling
af52b4f8c7 mplayer: correct name of mplayer.conf. everything seems to work correctly now. 2011-04-30 14:25:04 +02:00
David Kühling
ad04b8f8c7 mplayer: oops, have to create /etc/mplayer first 2011-04-30 14:11:55 +02:00
David Kühling
6bfc32e709 mplayer: fix mplayer bug for Theora frametime computation w/ emtpy packets 2011-04-30 14:09:26 +02:00
David Kühling
4ce8eb4b47 mplayer: install config to /etc/mplayer/mplayer.config (renamed files/config) 2011-04-30 14:08:34 +02:00
David Kühling
781599fc4a mplayer: update README tips for encoding videos for NanoNote 2011-04-30 11:49:12 +02:00
kyak
773c2448fa mplayer: install config from withing mplayer package 2011-04-30 13:16:55 +04:00
kyak
d69ac0f856 mplayer: correctly checkout ffmpeg from git 2011-04-30 13:06:19 +04:00
David Kühling
030251fdf6 mplayer: Make alsa work (use larger buffer), and use it instead of OSS This
reduces CPU load during playback, and also makes the audio mixer react much
more quickly (note: if mplayer automatic resampling kicks in now, we should
add -af-adv force=2 to make it use the fastest resampling filter)
2011-04-27 08:28:37 +02:00
David Kühling
dd543382bc mplayer: upgrade to newer mplayer/ffmpeg upstream revisions, speedup tremor
(tremor speedup costs us some audio quality, but it's a movie player after
all, not a hifi-system :)
2011-04-27 07:16:12 +02:00
David Kühling
5751ee93d0 mplayer: (increase release number) 2011-04-25 18:02:20 +02:00
David Kühling
ffb6f8b339 Disable (all?) patented codecs. Disable ffmpeg's (broken) ogg demuxer. 2011-04-24 21:27:53 +02:00
David Kühling
6a975d2489 mplayer: use svn versions of mplayer plus mplayer-internal ffmpeg from git
Mplayer project seems to have stopped providing release tarballs and recommends
use of the SVN version.  Package uses revision pinning, so still nice and
deterministic.
2011-04-24 11:00:16 +02:00
David Kühling
81b4266594 mplayer: fix silly crash bug with -vo cvidix (when jz47xx_drv.so present).
add some more debug output for now.
2011-03-05 15:03:39 +01:00
David Kühling
9450286607 mplayer: enable vidix driver subsystem; try to dynamically load jz47xx_vid.so 2011-03-05 13:33:47 +01:00
kyak
8598739959 MPlayer: add missing dependencies 2011-02-19 12:52:52 +03:00
kyak
e027bf3768 mplayer: use ICONV notation 2011-02-06 22:14:05 +03:00
kyak
6b0e5bbc23 mplayer: explicitely disable X11 features 2011-01-25 12:19:34 +03:00
kyak
adf4c0e528 mplayer builds smartly depending on PATENTED flag
in non-patented version the following codecs are enabled:
Codecs: libavcodec(internal) xanim faad2(internal) musepack
libmpeg2(internal) liba52(internal) speex tremor(internal) liblzo

in patented version the following codecs are enabled:
Codecs: libavcodec(internal) xanim faad2(internal) musepack
libmpeg2(internal) liba52(internal) mp3lib(internal) speex
tremor(internal) libmad liblzo
2011-01-08 16:17:29 +03:00
kyak
7c7d365c6b MPlayer: enable volume control via Ben volume keys 2010-09-26 23:21:01 +04:00
kyak
2d9742edc1 MPlayer: enable OSD support 2010-09-26 23:03:19 +04:00
kyak
cebe75487b MPlayer is too good not to depend on @BUILD_PATENTED 2010-09-26 17:57:39 +04:00
kyak
a4873ed452 MPlayer: added mp3 support via libmad; see README 2010-09-26 17:51:31 +04:00
kyak
32de09894b MPlayer initial port. All available video outputs: sdl, directfb, fbdev
are super slow. Perhaps some things can be optimized/improved.
2010-09-26 01:45:28 +04:00