Commit Graph

278 Commits

Author SHA1 Message Date
martii
a1c809cd47 libeplayer3: cleanup 2013-07-19 14:36:25 +02:00
martii
025e2082e9 libeplayer: reduce debugging output 2013-07-19 10:43:56 +02:00
martii
44f19e563a h264: don't mess with packet length 2013-07-19 10:30:04 +02:00
martii
876c7e95e1 libeplayer3/h264: unbreak 2013-07-14 16:07:15 +02:00
martii
ea4054f258 libeplayer3/container_ffmpeg: No attributes needed for mutex init 2013-07-14 15:17:36 +02:00
martii
43f6a4cdb6 libeplayer3 cleanup 2013-07-14 14:55:48 +02:00
martii
13a488c1e3 libeplayer3/h264 cleanup 2013-07-14 13:36:19 +02:00
martii
28a5f96c8b libeplayer3: experimental h.264 playback fix 2013-07-14 13:30:50 +02:00
martii
ec73a2bcd4 libeplayer3: cleanup 2013-07-14 10:04:05 +02:00
martii
29d549ff3f libeplayer3: use actual pids instead of indexes 2013-07-12 22:34:39 +02:00
martii
233c330e4c ffmpeg-2.0 2013-07-10 19:27:57 +02:00
martii
42018c2f9c libeplayer3/container_ffmpeg: revert swr_next_pts call 2013-07-07 16:20:01 +02:00
martii
83756d1f9b libeplayer3: minor changes 2013-07-07 15:59:55 +02:00
martii
59d83d0bd4 libeplayer3: re-enable audio after seeking (still broken) 2013-07-07 10:34:29 +02:00
martii
fcd2c1b246 libeplayer3: need to call avcodec_free_frame after swresample, too 2013-07-06 17:06:01 +02:00
martii
4037122259 sync with seife 2013-06-19 12:41:13 +02:00
Stefan Seyfried
03c9c65bea 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
martii
b2eb2038d7 libeplayer3: the mp3 handler can easily take care of vorbis data, too. 2013-06-13 20:58:08 +02:00
martii
d2ee743530 libeplayer3: vorbis can easily be handled by the mp3 writer 2013-06-10 15:49:38 +02:00
martii
17a2a6553a libeplayer3/h264: disable debugging 2013-06-10 15:11:13 +02:00
martii
65e69b07fb libeplayer3: get rid of compiler warnings 2013-06-10 15:06:00 +02:00
martii
997af12a20 libeplayer3: drop legacy ffmpeg support 2013-06-10 13:13:52 +02:00
martii
429a9df2a5 libeplayer/h264: Fix playback. 2013-06-10 12:38:47 +02:00
martii
4b5228cfb0 libeplayer3: deactivate debugging 2013-06-08 12:34:19 +02:00
martii
4f56cae01d libeplayer3: cleanup 2013-06-08 12:05:36 +02:00
martii
6e25a6f00f libeplayer3: further malloc-memcpy-write -> writev replacements; not fully regression tested 2013-06-08 11:15:09 +02:00
martii
0d54652815 libeplayer3/h264: replace malloc/memcpy/write with writev 2013-06-08 10:19:40 +02:00
martii
076715fd68 libeplayer3: drop buffering code due to crashes 2013-06-07 15:16:29 +02:00
martii
b035d8ef59 replace libavresample with libswresample 2013-06-01 13:47:47 +02:00
martii
7b8f5aede9 libeplayer reverse play: experimental adjustment to find previous I-frame 2013-04-11 17:59:22 +02:00
martii
093b3fd51a libeplayer3: fix segv 2013-04-10 20:41:44 +02:00
martii
4a7c1fb975 eplayer3: subtitle fixes 2013-04-01 11:57:36 +02:00
martii
f3f3a49b87 crude hack for movieplayer tuxtxt integration 2013-03-31 11:55:51 +02:00
martii
76992e2f0c teletext handling changes 2013-03-29 18:14:52 +01:00
martii
997d162cd3 libeplayer3: dynamically update pid list 2013-03-25 20:42:36 +01:00
martii
9e74193f34 libeplayer3/playback_libeplayer3: change noprobe handling 2013-03-18 18:49:00 +01:00
martii
1a499b7054 libeplayer/container_ffmpeg: use injected PCM for raw PCM, too 2013-03-17 09:47:18 +01:00
martii
bd87abd06b libeplayer3/container_ffmpeg: handle .wtv extensions, too 2013-03-16 19:43:25 +01:00
martii
0cdfdc60ae libeplayer3/container_ffmpeg: fix WMA playback 2013-03-16 18:24:49 +01:00
martii
f546bd5218 libeplayer3: add callback to abort avformat_open_input 2013-03-10 15:44:30 +01:00
martii
bf87a25c4d libeplayer3/container_ffmpeg: cleanup 2013-03-09 16:40:54 +01:00
martii
ee0e87dc05 libeplayer3/container_ffmpeg: cleanup 2013-03-09 16:37:05 +01:00
martii
78c53d1baa libeplayer3: merge buffered IO code from TDT; implement proper audio resampling 2013-03-09 14:47:34 +01:00
martii
ba9ba931ed libeplayer3/container_ffmpeg: minor cleanup 2013-03-04 19:22:47 +01:00
martii
4417f2549d libeplayer3/container_ffmpeg: no need to scale the buffer 2013-03-04 17:37:44 +01:00
martii
8d5e5a7cd2 libeplayer3: this may improve recovery from broken streams 2013-03-03 20:55:39 +01:00
martii
d4c0cfe133 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-03-03 13:38:39 +01:00
martii
17f3713093 libeplayer: set 65535 as maximum PES length 2013-02-26 19:57:15 +01:00
martii
9bb9a8d5fd libeplayer: assume unlimited PES length for too large packets 2013-02-26 19:56:08 +01:00
martii
a367d1f5db sync with seife 2013-01-30 19:13:45 +01:00