Stefan Seyfried
48df8f882a
raspi: fix ordering of AVDec and GLFB
...
it looks like the videocore libs are leaking objects if
OMX_Init() is called after the dispmanx setup, so do it
in the correct order
2013-10-19 22:59:41 +02:00
Stefan Seyfried
fa1eadcc56
fix wrong libtool initialization order
...
allow to build dynamic libraries (but keep static as default)
2013-10-14 00:35:55 +02:00
Stefan Seyfried
06035e8ea1
raspi/avcodec_omx: set thread names
2013-10-13 22:51:30 +02:00
Stefan Seyfried
e9b6f6c88b
lt_debug: use C linkage, allows usage from non-C++ code
2013-10-13 22:43:19 +02:00
Stefan Seyfried
510b655710
raspi: use decoder implementation from pidvbip
...
* remove ilclient
* use a decoder implementation similar to pidvbip instead,
see https://github.com/linuxstb/pidvbip
* video is decoded in hardware (videocore)
* audio is decoded by libavcodec
* add a AVDec wrapper class for both audio and video decoders
* very raw, needs more polishing. But decodes audio and video :-)
* only tested with h264
2013-10-13 22:36:45 +02:00
martii
ec58e86ae4
libeplayer3/ffmpeg: minor cleanup
2013-10-12 19:11:17 +02:00
Stefan Seyfried
19b0ff20e1
raspi: add first try of video decoder implementation
...
This is very raw and unfinished, it clearly needs some more polishing.
But it decodes h264 channels :-)
2013-10-10 00:10:21 +02:00
Stefan Seyfried
0f9bc4f95c
raspi: switch demux target to internal decoder
2013-10-10 00:05:55 +02:00
Stefan Seyfried
7c942c3745
raspi: add ilclient files
...
these are from the raspberrypi firmware git example apps that
show how to use the videocore for encoding / decoding.
I'll try to use them for accessing the a / v decoders.
License is 3-Clause BSD and thus compatible with GPLv2.
2013-10-09 23:50:50 +02:00
Stefan Seyfried
92edef3e48
add skeleton for Raspberry Pi support
...
no audio / video decoding, yet :-(
2013-10-05 22:02:13 +02:00
Stefan Seyfried
3ed147cab7
add set_threadname function
2013-10-05 22:01:57 +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
Stefan Seyfried
f009c3e76e
azbox: remove unneeded hacks from cVideo
2013-09-22 14:48:36 +02:00
Stefan Seyfried
2e20b8f2b6
azbox: add cDemux hack to avoid segfaults/corruption
2013-09-22 14:44:29 +02:00
Stefan Seyfried
f56ead6685
azbox: adapt cDemux to latest drivers
2013-09-22 14:42:48 +02:00
Stefan Seyfried
c31a1919c7
azbox: adapt cAudio to latest drivers
2013-09-22 14:41:54 +02:00
Stefan Seyfried
ad64d0ab4f
azbox: add O_CLOEXEC to open()
2013-09-21 15:00:16 +02:00
martii
2f7d1b15e0
libeplayer3/playback: convert mms urls to mmst instead of rtsp
2013-08-18 19:10:18 +02:00
martii
7d34affd1d
libeplayer3/manager: initialize track IDs
2013-08-16 19:50:20 +02:00
martii
370efa3852
libeplayer3: tracks update is now lock-free
2013-08-16 19:35:07 +02:00
martii
d1a2ceaa67
libeplayer3/container_ffmpeg: mutex fix
2013-08-16 14:33:30 +02:00
martii
f5f0eb0f26
libeplayer3/wmv: revert to (almost) original version
2013-08-15 17:05:55 +02:00
martii
2c6b721987
libeplayer/text_srt: minor optimization
2013-08-04 16:42:21 +02:00
martii
cb34d91c57
libeplayer3: drop non-shared framebuffer support
2013-08-04 16:22:07 +02:00
martii
be2ae1cbd8
libeplayer3: unbreak srt subs
2013-08-04 16:21:39 +02:00
martii
baff0efeb4
revert 286675f430
2013-08-02 15:07:15 +02:00
martii
78ae8e8a62
libeplayer3: divx fix
2013-08-02 14:37:03 +02:00
martii
45f4924ee4
libeplayer3: cleanup
2013-08-02 12:44:51 +02:00
martii
9dd8efc76d
libeplayer3: vc1, wmv: use InsertPesHeader for initial PES headers, too
2013-08-02 08:37:17 +02:00
martii
9987291e36
libeplayer3/output/writer/: remove PesHeader memset (both wrong and unneeded)
2013-08-01 20:35:22 +02:00
martii
3738572731
libeplayer3 optimizations
2013-07-29 18:35:48 +02:00
martii
e11af5361b
libeplayer3/container_ass: cosmetics
2013-07-28 14:40:30 +02:00
martii
81aeb8f182
libeplayer3/container_ffmpeg: cleanup
2013-07-28 13:04:20 +02:00
martii
6147c3ef5e
libeplayer3/writer/framebuffer: small optimization
2013-07-28 12:33:24 +02:00
martii
ef7ba87754
libeplayer3/container_ass: set thread name
2013-07-28 11:40:42 +02:00
martii
1215ab73a3
libeplayer3/pcm: cleanup
2013-07-28 10:12:36 +02:00
martii
373976ca3d
libeplayer3/pcm: minor clean-up, no code change
2013-07-28 10:06:21 +02:00
martii
c004f52cca
Fix libeplayer3's broken PCM injection implementation. Jumps in movieplayer now works without losing a/v sync.
2013-07-28 09:54:39 +02:00
martii
4433f4ad43
libeplayer3/container_ffmpeg: don't flush instead of clear
2013-07-27 12:24:50 +02:00
martii
34cb8f4030
libeplayer3: use uint32_t for frame buffer access
2013-07-27 11:17:49 +02:00
martii
b6d6afc07f
libeplayer3/continer_ass: crude hack to improve subtitle readability
2013-07-27 09:24:51 +02:00
martii
1fa3303cf7
libeplayer3/subtitles/spark: use backbuffer and blit
2013-07-27 08:12:03 +02:00
martii
6dba65cd53
libeplayer3/container_ass: font size adjusted
2013-07-26 22:50:26 +02:00
martii
0572e368df
libeplayer/playback: disable subtitle init hack
2013-07-26 21:39:57 +02:00
martii
bed6d04851
libeplayer3/subtitle: reduce debugging level
2013-07-26 20:29:01 +02:00
martii
fbb8780418
libeplayer3: initial attempt to unbreak ass/ssa subtitles
2013-07-26 16:59:58 +02:00
martii
5734870578
libeplayer/linuxdvb: cleanup
2013-07-24 21:38:31 +02:00
martii
23da35350a
libeplayer3/containter_ffmpeg: fix track update
2013-07-24 20:42:17 +02:00
martii
32f4d0b60b
libeplayer3/container_ffmpeg: no need for copying the input packet
2013-07-23 21:45:44 +02:00