Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-29 | rename dxr3audiodecoder.[ch] to decoder.[ch] | Christian Gmeiner | |
In the near future the decoder will be able to decode MPEG2 video frames to implement basic a GrabImage(). | |||
2010-06-28 | remove dead code | 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-03-18 | a small cleanup | 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-04 | rename Uncopyable.h to uncopyable.h | Christian Gmeiner | |
2009-12-09 | make cDxr3AudioDecoder::Init() private | Christian Gmeiner | |
There is no need to call Init() as it gets called by is self, if a different audio header is found. | |||
2009-12-09 | make call to cDxr3AudioDecoder::DecodeAc3Dts simpler | Christian Gmeiner | |
2009-12-08 | fix broken compile - reported by Jan Willies | 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 | remove not needed bools and the logic behind them | Christian Gmeiner | |
2009-12-04 | rework checking of mpeg audio header | 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-02 | cleanup header includes | 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-03-28 | get rid of dxr3ffmpeg | Christian Gmeiner | |
2009-02-18 | introduce Uncopyable class | 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. | |||
2008-12-29 | Convert to UTF-8. | 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 | |
2005-04-18 | Add (X)Emacs indentation settings. | scop | |
2005-04-18 | Oops, wrong tree... revert. | scop | |
2005-04-18 | Add (X)Emacs indentation settings. | scop | |
2005-03-14 | Merge copyright infos from HEAD. | scop | |
2004-12-09 | change code to fit own coding style | austriancoder | |
2004-09-18 | added/updated copyright informations | austriancoder | |
2004-09-13 | added and converted comments into a doxygen friendly format | austriancoder | |
2004-08-05 | initial import | austriancoder | |