index
:
vdr-plugin-rpihddevice
master
next
VDR Raspberry Pi HD-Device Plugin
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio.c
Age
Commit message (
Expand
)
Author
2014-10-31
moved audio parser mutex back to Parse() method to improve performance
Thomas Reufer
2014-10-29
added DTS audio codec support
Thomas Reufer
2014-10-01
upmix mono audio channels to stereo when using PCM output on HDMI
Thomas Reufer
2014-09-29
set HDMI speaker layout to fix channel mapping for multi channel PCM output
Thomas Reufer
2014-09-29
fix packet length check for audio pass through
Thomas Reufer
2014-09-26
reworked audio decoding loop and set correct dstSize before resampling
Thomas Reufer
2014-07-13
support for >=ffmpeg-1.2 and >=libav-0.8 with resampling
Thomas Reufer
2014-07-01
replace av_log_format_line by vsnprintf to be compatible with libav
Thomas Reufer
2014-06-15
reworked setup parameter handling
Thomas Reufer
2014-05-25
Redirect ffmpeg messages to plugin/VDR logs
Thomas Reufer
2014-05-01
added cppcheck as Makefile target and code clean up based on cppcheck's results
Thomas Reufer
2014-04-24
add prefix to plugin specific class names
Thomas Reufer
2014-04-24
move cAudioParser inside cAudioDecoder to avoid duplicate class name
Thomas Reufer
2014-04-22
some minor audio bugfixes and code clean up
Thomas Reufer
2014-03-27
some minor audio bugfixes
Thomas Reufer
2014-03-27
fixed audio pts queue
Thomas Reufer
2014-03-23
added proper buffering at audio parser and reduced OMX audio buffers
Thomas Reufer
2014-02-26
force appending audio packets to parser even if it's not yet ready when in tr...
Thomas Reufer
2014-02-25
update comments
Thomas Reufer
2014-02-10
2014-02-10: Version 0.0.8
0.0.8
Thomas Reufer
2014-01-07
2013-12-30: Version 0.0.7
0.0.7
Thomas Reufer
2014-01-07
2013-12-16: Version 0.0.6a
0.0.6a
Thomas Reufer
2014-01-07
2013-12-15: Version 0.0.6
0.0.6
Thomas Reufer
2014-01-07
2013-11-17: Version 0.0.5
0.0.5
Thomas Reufer
2014-01-07
2013-10-14: Version 0.0.4
0.0.4
Thomas Reufer