Commit Graph

296 Commits

Author SHA1 Message Date
martii
eda54c7cea libspark/player: use int instead of short in some places 2013-10-31 15:58:49 +01:00
martii
d13fc04473 libspark/audio: align to player2 2013-10-30 18:28:52 +01:00
martii
42bf8cb685 libspark/audio: add EAC3 support 2013-10-29 21:47:18 +01:00
martii
e44c547d78 Revert "libspark/video: enable/disable analogue output when leaving/entering standby mode (experimental and untested)"
This reverts commit 8062db2387.
2013-10-21 19:41:48 +02:00
martii
8062db2387 libspark/video: enable/disable analogue output when leaving/entering standby mode (experimental and untested) 2013-10-20 18:46:33 +02:00
martii
848730507b sync with seife 2013-10-06 10:16:33 +02:00
martii
782bc95fd5 libspark/playback_libeplayer3: fix GetPts() 2013-10-05 10:42:21 +02:00
martii
70806da6ed libspark/audio: always use /proc/stb/avs/0/volume to set volume 2013-10-03 17:56:16 +02:00
Stefan Seyfried
642de31a8b spark: implement stuff needed for PIP
note that this does now work well at least on st7162 and thus is not
really tested.
2013-09-28 18:32:03 +02:00
Stefan Seyfried
28b21d2295 cVideo: add dummy functions for PIP stuff 2013-09-28 18:25:45 +02:00
martii
1756351a36 [SPARK] cVideo::ShowPicture: add optional argument for destination m2v 2013-09-06 22:23:22 +02:00
martii
938a6c4491 libspark/playback_libeplayer3: assume that libeplayer3 can handle arbitrary URLs 2013-08-18 20:03:47 +02:00
martii
2477b3f497 libspark/hw_caps: check vfd version first (needed to discriminate between Pingulux and Pingulux Plus) 2013-08-18 10:52:43 +02:00
martii
86e70db211 libspark/audio_mixer: don't try to free() stack-allocated snd_mixer_selem_id 2013-08-14 20:48:09 +02:00
martii
75e5268a3c libspark: implement SetColorFormat() 2013-08-11 12:39:20 +02:00
martii
89d1587513 libspark/dmx.cpp: print pid if addPid fails 2013-08-06 16:07:49 +02:00
martii
5579633b0c libeplayer3: drop non-shared framebuffer support 2013-08-04 16:22:07 +02:00
martii
5aa75077cd libeplayer3 optimizations 2013-07-29 18:35:48 +02:00
martii
b64bdcb370 libeplayer3: use uint32_t for frame buffer access 2013-07-27 11:17:49 +02:00
martii
84b264ad87 libeplayer3/subtitles/spark: use backbuffer and blit 2013-07-27 08:12:03 +02:00
martii
fb16fc2ffb libeplayer3: use actual pids instead of indexes 2013-07-12 22:34:39 +02:00
martii
e80f8646e7 libeplayer3: minor changes 2013-07-07 15:59:55 +02:00
martii
5d8e40ba04 libspark/hardware_caps: lie for Pingulux SCART support 2013-06-27 21:31:15 +02:00
martii
fc9108b06a libspark/playback_libeplayer3: no need for alloca() 2013-06-26 22:37:35 +02:00
martii
178fac0e8d libspark: experimental pip changes (doesn't work; needs driver support) 2013-06-20 13:29:54 +02:00
martii
bb86b78aad sync with seife 2013-06-19 12:41:13 +02:00
Stefan Seyfried
9338fc6d1f modernize configure.ac and Makefile.am
autoconf-1.13 has new warnings, silence them by updating
the buildsystem
2013-06-16 22:16:12 +02:00
Stefan Seyfried
70a2f5bca0 cPlayback: add new API functions for DVD chapter/subtitles
right now these are mostly dummies...
2013-06-16 21:42:42 +02:00
martii
23bea61473 cleanup 2013-06-08 15:39:35 +02:00
martii
e10d6a5a18 ShowPicture: revert API change 2013-06-07 16:21:04 +02:00
martii
ac072c5a41 libspark/playback: youtube URLs are easily longer than 400 bytes 2013-06-07 13:56:23 +02:00
martii
b018b10a66 sync 2013-06-01 17:21:07 +02:00
Stefan Seyfried
dd7ee34c8c cDemux: fix error reporting vor video, audio, ... channels 2013-06-01 17:05:23 +02:00
Stefan Seyfried
e5e05ffa09 fix library declarations for libtool 2013-06-01 12:25:52 +02:00
martii
236c2401f1 revert audio_mixer changes 2013-05-26 14:24:31 +02:00
martii
f70b1457cc libspark/audio_mixer: load alsa-lib temporarily only (fix) 2013-05-26 12:42:08 +02:00
martii
c09fc914a4 libspark/audio_mixer: load alsa-lib temporarily only 2013-05-26 10:56:08 +02:00
martii
151fd39d45 Merge remote-tracking branch 'seife/master' 2013-05-26 08:09:50 +02:00
Stefan Seyfried
b4be13eb84 video: ensure VIDEO_STD_MAX is big enough 2013-05-25 22:05:30 +02:00
martii
4e9395f788 libspark/video: use VIDEO_STILLPICTURE with NULL pointer to blank screen 2013-05-25 16:48:30 +02:00
martii
781cf7f389 libspark/video: ShowPicture: fix malloc size 2013-05-25 12:53:25 +02:00
martii
cde83d893d Merge remote-tracking branch 'seife/master' 2013-05-25 12:38:21 +02:00
martii
e68c20dfbe libspark/video: add missing newline 2013-05-25 11:24:32 +02:00
martii
18b798bee2 libspark/video: ShowPicture: use VIDEO_STILLPICTURE 2013-05-25 08:42:06 +02:00
martii
f88d47b0f2 libspark/video: ShowPicture: add flag to indicate that input file is already m2v and doesn't need to be converted 2013-05-18 15:29:19 +02:00
martii
a5cc6ae698 cleanup 2013-05-10 14:01:52 +02:00
Stefan Seyfried
6724f3f9e3 demux: define MAX_DMX_UNITS (not yet used) 2013-05-10 13:22:44 +02:00
martii
145b098d92 sync 2013-05-06 18:01:49 +02:00
Stefan Seyfried
88b8aa7b8f cRecord: fix compiler warning (type mismatch) 2013-05-05 20:14:12 +02:00
martii
0962c08e90 crude hack for movieplayer tuxtxt integration 2013-03-31 11:55:51 +02:00