Commit Graph

27 Commits

Author SHA1 Message Date
martii
fb8c2f33d1 libeplayer3/container_ffmpeg: minor cleanup 2013-11-09 21:15:04 +01:00
martii
824b328ec1 libeplayer3/container_ffmpeg: no need to scale the buffer 2013-11-09 21:14:30 +01:00
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
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
7c46077051 deuglify library build
* build intermediate libraries for each subdirectory
* link those libs in main directory instead of single objects
* ugly hack in configure.ac to disable dynamic lib for now
2012-12-01 13:29:27 +01:00
Stefan Seyfried
09f394fbef libeplayer3: sync with tdt git commit 06fe782fd6
This ports this commit:
    Author: Matthias <matthias@Build-VM.(none)>
    Date:   Fri Oct 26 19:54:46 2012 +0200

        [libeplayer3] enable wav payback (16 bit le)
2012-11-03 17:25:52 +01:00
Stefan Seyfried
67dc685e61 libeplayer3: fix invalid free()
according to the man pages....
* dirname() can not return NULL
* the pointer returned by dirname must not be free()d
* strdup() can return NULL
2012-10-04 00:02:51 +02:00
Stefan Seyfried
173ef3230a libeplayer3: sync with tdt git commit fed2a419dc 2012-10-03 23:51:56 +02:00
Stefan Seyfried
4d43213158 libeplayer3: add hack to decrease libavcodec probe size
almost disable the libavcodec format probing when using
"myts://" instead of "file://" urls to improve startup speed
for timeshift etc
2012-10-03 23:22:58 +02:00
Stefan Seyfried
c4b359bf92 libeplayer3: silence a seemingly harmless warning 2012-04-08 17:16:06 +02:00
Stefan Seyfried
d2a05977e5 libeplayer3: get rid of __FILE__ for shorter logmessages 2012-02-26 16:11:45 +01:00
Stefan Seyfried
3d12d277aa libeplayer3: silence many warnings 2012-02-18 12:06:10 +01:00
Stefan Seyfried
e6e07fb496 build static libeplayer3 and link eplayer3 and meta against it 2012-02-18 12:05:11 +01:00
Stefan Seyfried
54592dc88b spark: build libeplayer3 statically into libstb-hal 2012-02-15 00:17:38 +01:00
Stefan Seyfried
e4a2e1cbb7 add libeplayer3 from tdt git
This imports libeplayer3 as of commit 9160371ccc6 (2012-02-02)
git://gitorious.org/open-duckbox-project-sh4/tdt.git
It would be better to use the original repo, but I need too many
changes for now :-(
2012-02-14 23:01:24 +01:00