347 Commits

Author SHA1 Message Date
martii
84e5a47f24 libeplayer3: skip video until first audio frame was found 2014-05-02 14:52:10 +02:00
martii
dff15731cb libeplayer3: minor adjustments 2014-05-02 13:34:08 +02:00
martii
c3ad6b5b23 libeplayer3: fix audio switching on already terminated playback 2014-05-01 12:52:38 +02:00
martii
6eea7139a4 libeplayer3/writer: add fd to writer class 2014-05-01 12:51:41 +02:00
martii
b767224487 libeplayer3/writer: add fd to writer class 2014-05-01 12:51:26 +02:00
martii
e2e5582c64 libeplayer3: cleanup AVFormatContext propagation to writers 2014-05-01 10:15:14 +02:00
martii
eebb7d6b39 libeplayer3/input: fix audio flush packet initialization 2014-05-01 10:01:36 +02:00
martii
18d7a15b88 libeplayer3/input: stream duration fix 2014-04-30 19:08:30 +02:00
martii
246f0416eb libeplayer3: remove flac writer (now handled by mp3 writer) 2014-04-27 12:52:15 +02:00
martii
6e01c872da libeplayer3: remove flac writer (now handled by mp3 writer) 2014-04-27 12:51:40 +02:00
martii
87167a7f5d libeplayer3/writer: implement decoder flushing 2014-04-27 12:45:15 +02:00
martii
a76f665882 libeplayer3/writer/pcm: remove debug output 2014-04-26 19:54:42 +02:00
martii
4be41e8cf8 libeplayer3/writer/pcm: move reinit code out of packet loop 2014-04-26 19:20:32 +02:00
martii
ad8620e76a libeplayer3/writer: remove constructors/destructors from writer class 2014-04-26 14:57:22 +02:00
martii
8199257e8c libeplayer3/Makefile: minor rewrite 2014-04-26 14:56:15 +02:00
martii
07e6a4a9c1 libeplayer3: move calcPts to Input class 2014-04-26 14:54:38 +02:00
martii
55c516e2d8 libeplayer3/output: unbreak GetFrameCount() 2014-04-26 14:53:43 +02:00
martii
8b416c8c16 libeplayer3/writer/pcm: simplify 2014-04-26 14:53:02 +02:00
martii
9788b2403d libeplayer3/input: unbreak dvbsub pts calculation 2014-04-26 14:51:54 +02:00
martii
e784a6724c libeplayer3/writer/pcm: cleanup 2014-04-21 14:08:40 +02:00
martii
103037e239 libeplayer3/writer/pcm: simplify pts handling 2014-04-21 14:00:51 +02:00
martii
97440704de libeplayer3/writer/pcm: minor adjustments 2014-04-21 13:24:52 +02:00
martii
2e8a96a309 libeplayer3: minimize debug output 2014-04-18 16:20:07 +02:00
martii
b770330731 libeplayer3: fix backward mode 2014-04-18 16:09:54 +02:00
martii
91712236fe libeplayer3: use av_rescale for pts calulations 2014-04-18 11:16:44 +02:00
martii
020be569fa libeplayer3/input: disable noprobe and retry if probing fails 2014-04-18 09:48:28 +02:00
martii
2729075a35 libeplayer3: minor adjustments 2014-04-16 17:26:53 +02:00
martii
c43566e4a0 libeplayer3/writer/pcm: unbreak 2014-04-15 21:59:22 +02:00
martii
b21040d201 libeplayer3/input: don't segv in deconstructor 2014-04-15 19:47:59 +02:00
martii
2289de62e8 libeplayer3: optimizations (untested) 2014-04-15 17:12:22 +02:00
martii
8ccf1ba33b libeplayer3: use uint64_t instead of float/double for position calculations 2014-04-14 21:47:40 +02:00
martii
31230e5b19 libeplayer3/output: reset stream variables after Close() 2014-04-13 21:29:26 +02:00
martii
51b2ace4e4 libeplayer3: minor optimization 2014-04-13 19:29:07 +02:00
martii
958b5f6a2c libeplayer3/input: increase probesize 2014-04-13 16:30:33 +02:00
martii
7b0ea65fcd libeplayer3/input: fix AV_CODEC_ID_MP2 usage 2014-04-12 16:53:55 +02:00
martii
51891e653f libeplayer3 adjustments 2014-04-11 18:40:39 +02:00
martii
4b681a4412 libeplayer3: cast away compiler warning 2014-04-11 14:49:42 +02:00
martii
d212bcfbc5 libeplayer3: cleanup 2014-04-11 14:20:22 +02:00
martii
9c0088b6d5 libeplayer3: ffmpeg now provides teletext details in codec->extradata 2014-04-11 14:11:36 +02:00
martii
17b828f6f2 libeplayer3: cleanup 2014-04-10 23:51:17 +02:00
martii
908ff30629 libeplayer3: work around duplicate ffmpeg stream ids by comparing stream addresses instead of pids (plus a couple of optimizations) 2014-04-10 23:35:38 +02:00
martii
98666dd735 libeplayer3/input: rename some variables 2014-04-10 20:47:44 +02:00
martii
2626355684 libeplayer3/output: remove redundant videofd check 2014-04-10 20:46:39 +02:00
martii
36869c9088 libeplayer3/writer: unsigned char => uint8_t 2014-04-10 20:45:57 +02:00
martii
b2368cc64f libeplayer3/Makefile: disable debugging flags 2014-04-09 22:07:12 +02:00
martii
b6a2310df6 libeplayer3: extend API 2014-04-09 22:06:41 +02:00
martii
708505d804 libeplayer is now C++, no more need for extern "C" to access Neutrino functions 2014-04-08 20:42:17 +02:00
martii
1b926b4921 libeplayer3: rename player thread 2014-04-08 20:24:22 +02:00
martii
af7ca7de2e libeplayer3: change compile options 2014-04-08 20:12:35 +02:00
martii
0a9b607d43 libeplayer3: track update: remove redundant teletext pid from return string 2014-04-08 20:10:05 +02:00