Commit Graph

87 Commits

Author SHA1 Message Date
TangoCash
ddc3bf3d30 -playback: fix compiling generic pc 2017-05-04 12:39:23 +02:00
TangoCash
5628130216 fix generic 2017-03-10 21:49:33 +01:00
TangoCash
0bed01e919 add support for H265 2016-07-24 17:14:43 +02:00
TangoCash
36f199b2fa porting cookie.patch to generic 2016-04-03 09:35:35 +02:00
TangoCash
747c5cb3f1 fix generic compile 2016-03-26 12:23:02 +01:00
TangoCash
944c27e51f fix char conversion 2016-03-26 12:19:37 +01:00
TangoCash
e73708b71c fix last commit 2016-03-26 12:09:34 +01:00
TangoCash
fd23101501 fix header 2016-03-26 12:03:13 +01:00
TangoCash
43ded09d01 compile fix 2015-11-14 08:09:44 +01:00
TangoCash
7ec6b85fa3 silence debug 2015-07-03 11:30:56 +02:00
max10
1bca61569e fix generic-pc: ffmpeg is deprecated 2015-04-22 14:26:19 +02:00
TangoCash
8b534137c9 stop message flooding 2015-03-31 22:51:46 +02:00
smogm
95ee7f9e98 move libthread to libstb-hal 2015-01-12 18:15:08 +01:00
smogm
3ef2eeb8aa fix thread namespace 2015-01-12 16:38:28 +01:00
smogm
c37263f594 add changed files 2015-01-11 18:12:55 +01:00
smogm
626c785081 add mutex and thread abstraction to common files 2015-01-11 17:58:37 +01:00
smogm
78dd12e2dd add mutex and thread abstraction 2015-01-11 17:52:31 +01:00
TangoCash
410b707f76 implement simple gstreamer_plackback 2015-01-03 19:24:37 +01:00
TangoCash
88f8a280fc small fix 2014-10-07 21:22:33 +02:00
martii
d1908cec2a fix generic compile 2014-07-21 19:35:55 +02:00
martii
aeec7f13a0 unbreak generic build 2014-04-13 10:07:06 +02:00
martii
c3278d9c3e cleanup 2014-03-21 23:27:37 +01:00
martii
8c577d8e6f libeplayer3: subtitles will now be displayed by neutrino 2014-03-21 20:15:01 +01:00
martii
1853f87202 fix generic-pc 2014-03-16 07:40:17 +01:00
martii
1c676196af libeplayer3/libspark: cPlayback: implement retrieval of metadata 2014-01-19 12:25:35 +01:00
martii
908464559c rename cPlayback::isPlaying() => cPlayback::IsPlaying() 2014-01-12 14:13:14 +01:00
martii
8df85c94e8 unbreak generic-pc build 2013-11-02 15:12:10 +01:00
martii
848730507b sync with seife 2013-10-06 10:16:33 +02:00
Stefan Seyfried
28b21d2295 cVideo: add dummy functions for PIP stuff 2013-09-28 18:25:45 +02:00
martii
83201e0199 unbreak generic-pc build 2013-09-15 15:53:49 +02:00
martii
1756351a36 [SPARK] cVideo::ShowPicture: add optional argument for destination m2v 2013-09-06 22:23:22 +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
2b91afacec generic-pc build fix 2013-07-28 12:20:01 +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
b018b10a66 sync 2013-06-01 17:21:07 +02:00
Stefan Seyfried
618e7723bf generic-pc: implement cDemux::getSTC() 2013-06-01 17:16:56 +02:00
Stefan Seyfried
7e9d0f49a9 generic-pc: increase video and audio demux buffer 2013-06-01 17:15:33 +02:00
Stefan Seyfried
dd7ee34c8c cDemux: fix error reporting vor video, audio, ... channels 2013-06-01 17:05:23 +02:00
Stefan Seyfried
437a7d1b51 generic-pc: help finding missing blit() calls 2013-06-01 15:58:47 +02:00
Stefan Seyfried
94830cf33f generic-pc: improve decoder info messages 2013-06-01 15:41:32 +02:00
Stefan Seyfried
619751eaf0 generic-pc: silence decoder threads output 2013-06-01 15:39:19 +02:00
Stefan Seyfried
2efe616a23 generic-pc: implement cAudio::getAudioInfo() 2013-06-01 15:21:43 +02:00
martii
8a68eb3f15 replace libavresample with libswresample 2013-06-01 13:47:47 +02:00
Stefan Seyfried
f4f72f34b9 generic-pc: add audio sample conversion
ffmpeg audiodecoders after version 1.1 deliver audio samples in planar
formats by default instead of packed as before. Additionally, the AC3
decoder delivers now in planar float.
Use libswresample for sample format conversion, this will work with old
(where it hopefully does nothing) and new ffmpeg versions.
Later on, also sample rate and channel layout conversion could be
implemented if desired.
Tested with ffmpeg versions 1.0.6 and 1.2.1.
2013-06-01 13:43:51 +02:00
martii
8b533c3c59 generic-pc/glfb: use r/g/y/b keys as additional color keys 2013-06-01 12:29:30 +02:00