Commit Graph

50 Commits

Author SHA1 Message Date
Stefan Seyfried
42267080f9 libeplayer3: enable streams that use http auth 2016-01-09 15:43:30 +01:00
Stefan Seyfried
be9ebb472a libeplayer3: fix signed/unsigend comparison warning 2016-01-08 17:40:50 +01:00
Stefan Seyfried
66cc42cb19 libeplayer3: add comments to input class, fix warning 2016-01-08 17:27:51 +01:00
max10
d7403705d9 test aac 2016-01-08 17:23:35 +01:00
Stefan Seyfried
444ccdad5d libeplayer3: disable debug output printf's 2016-01-08 17:16:19 +01:00
Stefan Seyfried
042057b565 libeplayer3: add aac_adtstoasc bitstream filter
Add the aac_adtstoasc bitstream filter for AAC streams. In the
cases where it is not needed, it does not seem to hurt, and in
other cases it fixes audio playback.
TODO: improve the handling of the bsfc allocation / deallocation,
      this should go in a Track() destructor or similar.
2016-01-08 17:03:04 +01:00
max10
f163af47d2 add aac.cpp THX DboxOldie 2015-03-07 18:31:37 +01:00
Stefan Seyfried
f5e9cceb64 libeplayer3: remove absolute file names
this makes debug output nicer to read for out-of-tree builds
2015-02-22 12:08:47 +01:00
Stefan Seyfried
c2d2be320f libeplayer3: fix compiler warning 2015-02-13 18:15:48 +01:00
Stefan Seyfried
d4365037f6 libeplayer: disable subtitle code
current neutrino is not prepared for this, so comment
it out to fix linking
2015-02-13 17:57:55 +01:00
martii
67a6810022 libeplayer3/manager: use AVDISCARD_NONE instead of AVDISCARD_DEFAULT to disable programs 2014-08-31 12:36:22 +02:00
martii
ad0b3175c1 libeplayer3: implement multi-program support 2014-08-22 18:53:52 +02:00
martii
d4a8c87ec3 libeplayer3/input: amend 545732a12b 2014-07-28 18:02:50 +02:00
martii
760b46a373 libeplayer3/input: disable avformat logging 2014-07-27 11:09:45 +02:00
martii
8449c055e0 libeplayer3/input: don't modify avformat stream id 2014-07-27 10:36:43 +02:00
martii
4e2ff2ce6d libeplayer3/input: allow access to AVFormatContext 2014-05-29 21:57:38 +02:00
martii
fe095b5a2c libeplayer3/input.cpp: filter duplicated messages 2014-05-24 13:04:06 +02:00
martii
33726e48d0 libeplayer3/input: no need for alloca() 2014-05-03 14:29:26 +02:00
martii
96ae9b1d40 libeplayer3/input: fix SwitchVideo (unused, but anyway) 2014-05-03 12:35:59 +02:00
martii
263f211cbe libeplayer3: limit video frame skipping to network streams 2014-05-02 15:05:47 +02:00
martii
b0a734c607 libeplayer3: skip video until first audio frame was found 2014-05-02 14:52:10 +02:00
martii
3c2f594147 libeplayer3: minor adjustments 2014-05-02 13:34:08 +02:00
martii
e7d95eb3d3 libeplayer3: fix audio switching on already terminated playback 2014-05-01 12:52:38 +02:00
martii
de993ea5b1 libeplayer3: cleanup AVFormatContext propagation to writers 2014-05-01 10:15:14 +02:00
martii
64a524ab5c libeplayer3/input: fix audio flush packet initialization 2014-05-01 10:01:36 +02:00
martii
5ab9e2deda libeplayer3/input: stream duration fix 2014-04-30 19:08:30 +02:00
martii
f9931b3b1b libeplayer3/writer: implement decoder flushing 2014-04-27 12:45:15 +02:00
martii
dd7db83276 libeplayer3/input: unbreak dvbsub pts calculation 2014-04-26 14:51:54 +02:00
martii
bdc242d29b libeplayer3/writer/pcm: simplify pts handling 2014-04-21 14:00:51 +02:00
martii
c5426c8596 libeplayer3: fix backward mode 2014-04-18 16:09:54 +02:00
martii
ae1bcb466b libeplayer3: use av_rescale for pts calulations 2014-04-18 11:16:44 +02:00
martii
9d6397ac35 libeplayer3/input: disable noprobe and retry if probing fails 2014-04-18 09:48:28 +02:00
martii
12845ab18c libeplayer3: minor adjustments 2014-04-16 17:26:53 +02:00
martii
06449fcbfd libeplayer3/input: don't segv in deconstructor 2014-04-15 19:47:59 +02:00
martii
b4ec2c34b9 libeplayer3: optimizations (untested) 2014-04-15 17:12:22 +02:00
martii
62d526f799 libeplayer3: use uint64_t instead of float/double for position calculations 2014-04-14 21:47:40 +02:00
martii
d53589353e libeplayer3/input: increase probesize 2014-04-13 16:30:33 +02:00
martii
4b648be6fa libeplayer3/input: fix AV_CODEC_ID_MP2 usage 2014-04-12 16:53:55 +02:00
martii
bbe2472f2d libeplayer3: cast away compiler warning 2014-04-11 14:49:42 +02:00
martii
4da9260b54 libeplayer3: cleanup 2014-04-11 14:20:22 +02:00
martii
1a808def2f libeplayer3: ffmpeg now provides teletext details in codec->extradata 2014-04-11 14:11:36 +02:00
martii
6c594a7cda libeplayer3: cleanup 2014-04-10 23:51:17 +02:00
martii
be26d8d46b 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
478a83efad libeplayer3/input: rename some variables 2014-04-10 20:47:44 +02:00
martii
6c340eb752 libeplayer3: extend API 2014-04-09 22:06:41 +02:00
martii
eafc00a861 libeplayer is now C++, no more need for extern "C" to access Neutrino functions 2014-04-08 20:42:17 +02:00
martii
bfbe8ed51a libeplayer3: track update: remove redundant teletext pid from return string 2014-04-08 20:10:05 +02:00
martii
cb3db6256c libeplayer3: continue refresh 2014-04-08 20:02:07 +02:00
martii
fcd1dc8399 libeplayer3: cleanups 2014-04-07 23:00:03 +02:00
martii
5448fb35bf libeplayer3: rename files 2014-04-07 21:34:01 +02:00