30 Commits

Author SHA1 Message Date
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
martii
ad0b3175c1 libeplayer3: implement multi-program support 2014-08-22 18:53:52 +02:00
martii
de993ea5b1 libeplayer3: cleanup AVFormatContext propagation to writers 2014-05-01 10:15:14 +02:00
martii
5ab9e2deda libeplayer3/input: stream duration fix 2014-04-30 19:08:30 +02:00
martii
12845ab18c libeplayer3: minor adjustments 2014-04-16 17:26:53 +02:00
martii
cb3db6256c libeplayer3: continue refresh 2014-04-08 20:02:07 +02:00
martii
12c9643978 libeplayer3: merge Playback to Player class 2014-04-07 21:25:30 +02:00
martii
ca5effe1bc libeplayer3: implement Playback and Input classes 2014-04-07 21:01:02 +02:00
martii
1112111e2d libeplayer3: implement Manager class 2014-04-06 21:12:56 +02:00
martii
6e37a5bcc1 libeplayer3: implement Output class 2014-04-06 18:19:00 +02:00
martii
85fcd7379d libeplayer3: rename Content_t => Player 2014-04-06 12:11:40 +02:00
martii
d97d2a84d8 libeplayer3: implement Writer class 2014-04-06 11:35:17 +02:00
martii
25948637ab libeplayer: simplify writer/pcm 2014-04-05 19:32:58 +02:00
martii
2d0ca622f8 libeplayer3: c++ adjustments 2014-04-05 16:02:06 +02:00
martii
7a80a1f3e1 libeplayer: remove inject_raw_pcm (unused) 2014-04-05 13:24:39 +02:00
martii
500e8e8eac libeplayer3: move audio resampling to dedicated ipcm writer 2014-04-05 13:21:58 +02:00
martii
ff13f75588 libeplayer3: move width/height/framerate/timescale calculation to writers 2014-04-05 11:36:49 +02:00
martii
85bcfb4a17 libeplayer3: change extradata handling 2014-04-05 11:05:37 +02:00
martii
01144c864b libeplayer3: make ffmpeg data available to manager, output and writer 2014-04-05 10:16:30 +02:00
martii
a4baa13ed1 libeplayer3: cleanup types 2014-04-05 10:01:52 +02:00
martii
f60e040d03 libeplayer3: let neutrino handle bitmap subtitles 2014-03-16 07:29:38 +01:00
martii
9b6880102e libeplayer3, libspark/playback_libeplayer3: chapter support 2013-12-23 16:47:29 +01:00
martii
4b5391ad4d libeplayer3: run through indent, no binary change 2013-11-21 19:40:47 +01:00
martii
370efa3852 libeplayer3: tracks update is now lock-free 2013-08-16 19:35:07 +02:00
martii
4f56cae01d libeplayer3: cleanup 2013-06-08 12:05:36 +02:00
martii
4a7345e6e6 sync 2012-11-04 18:46:58 +01:00
Stefan Seyfried
e544fab4f2 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
martii
65c64c77b4 enable wav payback (16 bit le) (from TDT, thanks hellmaster1024) 2012-10-27 18:07:02 +02:00
martii
2627072d1d libeplayer3: add support for teletext and dvbsubtitle streams 2012-08-04 13:31:28 +02:00
Stefan Seyfried
1005c3f53e 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