Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-28 | remove todo | Christian Gmeiner | |
2010-06-28 | remove dead code | Christian Gmeiner | |
2010-04-16 | remove redundant check if pFrame is null | Christian Gmeiner | |
2010-04-16 | bring back ac3 via pcm-encapsulation | Christian Gmeiner | |
I own hardware to test it, but at the moment no speakers are connected so I hope it really runs :) Feedback is welcome | |||
2010-04-10 | make use of Accessors | Christian Gmeiner | |
2010-03-18 | a small cleanup | Christian Gmeiner | |
2010-02-05 | there is no need to store SampleContext in pesframe | Christian Gmeiner | |
2010-02-05 | update audio context and dont forget to open the audio device | Christian Gmeiner | |
2010-02-05 | respect volume setting | Christian Gmeiner | |
2010-02-02 | add method to decode a given frame | Christian Gmeiner | |
The method decode(...) will write the decoded audio frame directly to the card via oss or alsa audio interface. | |||
2010-02-02 | remove old buffer and a/v sync parts | Christian Gmeiner | |
2010-01-09 | make more use of Accessors | Christian Gmeiner | |
2009-12-09 | make call to cDxr3AudioDecoder::DecodeAc3Dts simpler | Christian Gmeiner | |
2009-12-07 | simplify support for different ffmpeg versions | Christian Gmeiner | |
2009-12-07 | fixed bug #169 | Christian Gmeiner | |
ffmpep warns that the frame size is incorrect. To fix this warning, we calcuate the frame size based on the mpeg audio header. This calculated value is used for avcodec_decode_audio functions. | |||
2009-12-05 | will come back when used | Christian Gmeiner | |
2009-12-05 | add support for avcodec_decode_audio3 | Christian Gmeiner | |
2009-12-05 | fix audio problems with vdr 1.7.10 | Christian Gmeiner | |
2009-12-05 | remove not needed bools and the logic behind them | Christian Gmeiner | |
2009-12-05 | improve DecodeLpcm method | Christian Gmeiner | |
We got rid of the use of some dynamic memory useage and also added the reading of the channel count. | |||
2009-12-04 | fix a small problem with initing the lastBitrate value | Christian Gmeiner | |
2009-12-04 | rework checking of mpeg audio header | Christian Gmeiner | |
2009-10-23 | move for-loop counter declaration into for-loop description | Christian Gmeiner | |
2009-10-23 | make use of ffmpeg macro | Christian Gmeiner | |
2009-06-15 | Update copyright boilerplates from http://www.gnu.org/licenses/lgpl-2.1.txt ↵ | Ville Skyttä | |
and http://www.gnu.org/licenses/gpl-2.0.txt | |||
2009-06-05 | update emacs code style part | Christian Gmeiner | |
2009-06-05 | prepare parts of the audio pipline to work directly with cDxr3PesFrame | Christian Gmeiner | |
2009-05-28 | simplify Decode | Christian Gmeiner | |
if somebody sees TODO's in the logfile, please contact me | |||
2009-05-07 | changed style of source | Christian Gmeiner | |
2009-05-02 | cleanup header includes | Christian Gmeiner | |
2009-04-30 | get rid of UNEXPECTED_PARAMETER_CHANGE exception | Christian Gmeiner | |
2009-04-30 | no need to store channels and sample rate in the audiodecoder | Christian Gmeiner | |
2009-04-20 | this is a small preperation for later patches | Christian Gmeiner | |
Reduce the number of method arguments and simply use a pointer to a cDxr3PesFrame. | |||
2009-04-18 | rename cDxr3PesFrame::ExtractNextFrame to cDxr3PesFrame::parse | Christian Gmeiner | |
2009-04-15 | rename es to payload in pesframe and co | Christian Gmeiner | |
2009-03-28 | get rid of dxr3ffmpeg | Christian Gmeiner | |
2009-02-23 | simplify audiosamplerate handling | Christian Gmeiner | |
2009-02-23 | simplify audiochannel handling | Christian Gmeiner | |
2009-02-18 | cleanup audiodecoder a little bit | Christian Gmeiner | |
If we can not find the audio codec, stop everything, as we need a working ffmpeg installation. Also some unused variables were removed. | |||
2009-01-12 | remove dxr3vdrincludes.h | Christian Gmeiner | |
Dont include .h files, which are not used in the current context. | |||
2008-12-29 | Convert to UTF-8. | scop | |
2007-04-03 | Use avcodec_decode_audio2() if available. | scop | |
2007-01-07 | Spelling fixes. | scop | |
2006-04-23 | -pedantic fixups. | scop | |
2005-08-27 | Fix crash on audio sync buffer push timeouts (Jon Burgess). | scop | |
2005-08-26 | Don't abort with lpcm frames containing an odd number of bytes, drop instead. | scop | |
2005-08-02 | Update FSF's address. | scop | |
2005-06-22 | Use VDR's logging facilities, no more dxr3plugin.log. | scop | |
2005-04-19 | Mass indentation/whitespace cleanup. | scop | |
2005-04-18 | More indentation settings. | scop | |