summaryrefslogtreecommitdiff
path: root/dxr3audiodecoder.h
AgeCommit message (Collapse)Author
2010-02-28Fix indentation settings.HEADmasterVille Skyttä
2010-01-04rename Uncopyable.h to uncopyable.hChristian Gmeiner
2009-12-09make cDxr3AudioDecoder::Init() privateChristian Gmeiner
There is no need to call Init() as it gets called by is self, if a different audio header is found.
2009-12-09make call to cDxr3AudioDecoder::DecodeAc3Dts simplerChristian Gmeiner
2009-12-08fix broken compile - reported by Jan WilliesChristian Gmeiner
2009-12-07fixed bug #169Christian 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-05will come back when usedChristian Gmeiner
2009-12-05add support for avcodec_decode_audio3Christian Gmeiner
2009-12-05remove not needed bools and the logic behind themChristian Gmeiner
2009-12-04rework checking of mpeg audio headerChristian Gmeiner
2009-06-15Update 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-05update emacs code style partChristian Gmeiner
2009-06-05prepare parts of the audio pipline to work directly with cDxr3PesFrameChristian Gmeiner
2009-05-02cleanup header includesChristian Gmeiner
2009-04-30no need to store channels and sample rate in the audiodecoderChristian Gmeiner
2009-04-20this is a small preperation for later patchesChristian Gmeiner
Reduce the number of method arguments and simply use a pointer to a cDxr3PesFrame.
2009-03-28get rid of dxr3ffmpegChristian Gmeiner
2009-02-18introduce Uncopyable classChristian Gmeiner
2009-02-18cleanup audiodecoder a little bitChristian 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-29Convert to UTF-8.scop
2005-08-02Update FSF's address.scop
2005-06-22Use VDR's logging facilities, no more dxr3plugin.log.scop
2005-04-19Mass indentation/whitespace cleanup.scop
2005-04-18More indentation settings.scop
2005-04-18Add (X)Emacs indentation settings.scop
2005-04-18Oops, wrong tree... revert.scop
2005-04-18Add (X)Emacs indentation settings.scop
2005-03-14Merge copyright infos from HEAD.scop
2004-12-09change code to fit own coding styleaustriancoder
2004-09-18added/updated copyright informationsaustriancoder
2004-09-13added and converted comments into a doxygen friendly formataustriancoder
2004-08-05initial importaustriancoder