Commit Graph

22 Commits

Author SHA1 Message Date
Stefan Seyfried
9a5bc535b4 generic-pc: don't crash in getAudioInfo if no codec is set 2018-10-04 22:49:51 +02:00
svenhoefer
8a87094b11 - generic-pc/audio.cpp: add default-section to c->codec_id switch ...
to avoid compiler warnings
2018-10-04 22:49:48 +02:00
Jacek Jendrzej
1d4329a505 fix audio video rate info 2018-10-04 22:49:43 +02:00
max_10
745b3054ba Revert "add changed files"
This reverts commit c37263f594.
2018-10-04 22:48:59 +02:00
max_10
bc7be9dd74 Revert "fix thread namespace"
This reverts commit 3ef2eeb8aa.
2018-10-04 22:48:54 +02:00
max_10
1aece863c1 Revert "move libthread to libstb-hal"
This reverts commit 95ee7f9e98.
2018-10-04 22:48:05 +02:00
max_10
6a3abc86d8 all: clean up cDemux headers 2018-03-23 10:05:55 +01:00
max_10
4e1855eb75 generic-pc: switch to ffmpeg 3.0 API 2018-01-20 22:39:07 +01:00
svenhoefer
228b58137c - generic-pc/audio: fix segfault in getAudioInfo() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
2017-12-18 19:49:41 +01:00
max10
1bca61569e fix generic-pc: ffmpeg is deprecated 2015-04-22 14:26:19 +02:00
smogm
95ee7f9e98 move libthread to libstb-hal 2015-01-12 18:15:08 +01:00
smogm
3ef2eeb8aa fix thread namespace 2015-01-12 16:38:28 +01:00
smogm
c37263f594 add changed files 2015-01-11 18:12:55 +01:00
Stefan Seyfried
94830cf33f generic-pc: improve decoder info messages 2013-06-01 15:41:32 +02:00
Stefan Seyfried
619751eaf0 generic-pc: silence decoder threads output 2013-06-01 15:39:19 +02:00
Stefan Seyfried
2efe616a23 generic-pc: implement cAudio::getAudioInfo() 2013-06-01 15:21:43 +02:00
Stefan Seyfried
f4f72f34b9 generic-pc: add audio sample conversion
ffmpeg audiodecoders after version 1.1 deliver audio samples in planar
formats by default instead of packed as before. Additionally, the AC3
decoder delivers now in planar float.
Use libswresample for sample format conversion, this will work with old
(where it hopefully does nothing) and new ffmpeg versions.
Later on, also sample rate and channel layout conversion could be
implemented if desired.
Tested with ffmpeg versions 1.0.6 and 1.2.1.
2013-06-01 13:43:51 +02:00
Stefan Seyfried
02ae4f3c44 generic-pc: add audiplayer support to cAudio 2013-05-24 22:51:27 +02:00
Stefan Seyfried
5f0fb850d6 generic-pc: allow to disable softdecoder for debugging 2013-05-10 13:37:24 +02:00
Stefan Seyfried
7cff17cb95 generic-pc/audio: initialize curr_pts 2013-05-04 15:13:18 +02:00
Stefan Seyfried
53dc220e63 generic-pc: add somewhat working audio decoder 2013-05-04 11:47:15 +02:00
Stefan Seyfried
9f433f9dfa add implementation for boxtype "generic"
This is mostly a dummy implementation except for the dmx class which
should be working. It is intended for testing on PCs with budget
DVB cards which don't have a decoder anyway.
2012-10-08 20:34:38 +02:00