Commit Graph

329 Commits

Author SHA1 Message Date
martii
a01b70f226 libeplayer3: this may improve recovery from broken streams 2013-11-09 21:14:21 +01:00
martii
dc95df1150 libeplayer3: switch back to software decoding for AAC; crude fix for PCM injection (newer ffmpeg versions return floats instead of shorts), injected PCM streams (OGG, for example), will now work again. I'd be grateful if anybody with a deeper understanding of the FFMPEG API would supply a cleaner fix ... 2013-11-09 21:14:12 +01:00
martii
78307db056 libeplayer: set 65535 as maximum PES length 2013-11-09 21:14:04 +01:00
martii
e99a8fd76a libeplayer: assume unlimited PES length for too large packets 2013-11-09 21:13:56 +01:00
martii
0bee4efa6e libeplayer3: experimental fixes 2013-11-09 21:13:47 +01:00
martii
fd72343f69 libeplayer/playback: initialize length to -1 2013-11-09 21:13:25 +01:00
martii
525cd01c2c libeplayer3 fix 2013-11-09 21:13:18 +01:00
martii
1c1d85e582 libeplayer3: check for valid avContext pointer 2013-11-09 21:13:10 +01:00
martii
4cf92f8102 improve subtitle handling 2013-11-09 21:12:50 +01:00
martii
f0446eeeb2 libspark/libeplayer: rudimentary subtitle support, probably unstable 2013-11-09 21:12:20 +01:00
martii
1cc9619c49 get rid of most compiler warnings 2013-11-09 21:11:32 +01:00
martii
e94b7daf85 fix indent 2013-11-09 21:08:33 +01:00
martii
d431e60284 libeplayer3: add support for teletext and dvbsubtitle streams 2013-11-09 21:02:35 +01:00
Stefan Seyfried
8563837c8b libtriple: fix memory allocation size 2013-11-09 18:00:08 +01:00
Stefan Seyfried
4c74b822ca spark: add missing initialization of flt variable 2013-11-09 14:39:29 +01:00
Stefan Seyfried
8f7e6e981f generic-pc: fix exporting of vdec 2013-11-09 14:16:29 +01:00
Stefan Seyfried
2dd8dd1d20 raspi: rename EGL_CFLAGS to OMX_CFLAGS
we are not really interested in EGL but in OpenMAX ;-)
2013-11-07 10:53:25 +01:00
Stefan Seyfried
1b5a6076d9 raspi: comment unused variable which breaks newer ffmpeg 2013-11-03 14:18:45 +01:00
Stefan Seyfried
e953af61c2 raspi: update egl configure hack 2013-11-03 14:18:07 +01:00
Stefan Seyfried
32d83d32c5 raspi: use egl packages if available 2013-11-03 13:30:51 +01:00
Stefan Seyfried
ecab8ca7c0 install library headers 2013-11-03 01:28:07 +01:00
Stefan Seyfried
95a20e181b all: clean up cRecord header, hide private stuff 2013-11-03 01:04:27 +01:00
Stefan Seyfried
fc0300416b all: clean up pwrmngr header file 2013-11-03 00:15:19 +01:00
Stefan Seyfried
e746daaf5a all: clean up cPlayback header, hide private stuff
compile tested only ;)
2013-11-02 23:39:31 +01:00
Stefan Seyfried
d94e47c757 spark: use proc_tools 2013-11-02 20:24:56 +01:00
Stefan Seyfried
1311c58e35 move glfb.h to include dir 2013-11-02 20:23:56 +01:00
Stefan Seyfried
1166d49486 all: clean up cAudio header, separate private stuff 2013-11-02 20:06:29 +01:00
Stefan Seyfried
69527185a9 all: clean up cVideo header, separate private stuff 2013-11-02 18:44:34 +01:00
Stefan Seyfried
5a56339925 all: clean up cDemux headers 2013-11-02 16:44:39 +01:00
Stefan Seyfried
60cc22c58a all: clean up cs_api.h / init_td.h 2013-11-02 14:27:47 +01:00
Stefan Seyfried
0bfaccd2ee generic-pc: clean up cAudio header, separate private stuff 2013-11-01 21:52:05 +01:00
Stefan Seyfried
50b1d46af1 raspi: clean up cAudio header 2013-11-01 21:09:27 +01:00
Stefan Seyfried
9563559afb generic-pc: remove unused stuff from playback.h header 2013-11-01 20:47:31 +01:00
Stefan Seyfried
cc973092ed generic-pc: fix build with gcc 4.8 2013-11-01 20:38:30 +01:00
Stefan Seyfried
04ae3878cc raspi: add missing include dir 2013-11-01 20:36:28 +01:00
Stefan Seyfried
d0a4a496ec generic-pc: rework glfb / cVideo internals
* hide implementation details in private classes / objects
* remove unneccessary internals from library include files
The goal is to finally have identical include files for all
platforms to faciliate easy cross-platform library installation.
2013-10-31 08:48:44 +01:00
Stefan Seyfried
91775a6029 move dependent headers into one directory
in preparation of proper installation of the lib
2013-10-27 14:34:45 +01:00
Stefan Seyfried
ffc375869b raspi: add support for MPEG2
TODO: check if the MPEG2 license is present (and warn if not)
2013-10-22 01:14:58 +02:00
Stefan Seyfried
de0950ffa9 raspi: cover the linux framebuffer with black background 2013-10-22 00:37:19 +02:00
Stefan Seyfried
c697d633aa generic-pc: don't crash in getAudioInfo if no codec is set 2013-10-21 17:44:31 +02:00
Stefan Seyfried
03754e8bc5 playback: add dummy RequestAbort() functions 2013-10-21 17:32:21 +02:00
Stefan Seyfried
0b1c4bcb9c raspi: first try of aspect ratio setting
this needs more work / testing with 4:3 input material
2013-10-21 00:29:01 +02:00
Stefan Seyfried
a78e983d5f raspi: improve set_volume 2013-10-21 00:21:56 +02:00
Stefan Seyfried
e0f5184900 raspi: first implementation of PIG in AVDec 2013-10-21 00:08:47 +02:00
Stefan Seyfried
824c602fb6 raspi/glfb: export info about display 2013-10-21 00:02:34 +02:00
Stefan Seyfried
0e49bfdb00 raspi/avdec: improve demux read function 2013-10-20 22:36:52 +02:00
Stefan Seyfried
2f7cb6401f raspi/AVDec: various improvements for A/V decoders
* retry on errors in the decoding loop
* better interaction with avcodec_omx
2013-10-20 01:11:36 +02:00
Stefan Seyfried
2784941b7e raspi/avcodec_omx: various hacks to the state machine
* fix invalid locking when for MSG_NEWCHANNEL
* fix restarting video decoder with proper omx teardown
2013-10-20 01:05:30 +02:00
Stefan Seyfried
b424d34536 raspi/codec: fix memleak when skipping packets 2013-10-20 01:04:40 +02:00
Stefan Seyfried
4c13442e05 raspi/avdec: allow setting audio out via RASPI_AUDIO variable 2013-10-20 01:02:56 +02:00