summaryrefslogtreecommitdiff
path: root/dxr3audiodecoder.c
AgeCommit message (Collapse)Author
2010-02-28Fix indentation settings.HEADmasterVille Skyttä
2010-01-09make more use of AccessorsChristian Gmeiner
2009-12-09make call to cDxr3AudioDecoder::DecodeAc3Dts simplerChristian Gmeiner
2009-12-07simplify support for different ffmpeg versionsChristian 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-05fix audio problems with vdr 1.7.10Christian Gmeiner
2009-12-05remove not needed bools and the logic behind themChristian Gmeiner
2009-12-05improve DecodeLpcm methodChristian Gmeiner
We got rid of the use of some dynamic memory useage and also added the reading of the channel count.
2009-12-04fix a small problem with initing the lastBitrate valueChristian Gmeiner
2009-12-04rework checking of mpeg audio headerChristian Gmeiner
2009-10-23move for-loop counter declaration into for-loop descriptionChristian Gmeiner
2009-10-23make use of ffmpeg macroChristian 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-28simplify DecodeChristian Gmeiner
if somebody sees TODO's in the logfile, please contact me
2009-05-07changed style of sourceChristian Gmeiner
2009-05-02cleanup header includesChristian Gmeiner
2009-04-30get rid of UNEXPECTED_PARAMETER_CHANGE exceptionChristian 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-04-18rename cDxr3PesFrame::ExtractNextFrame to cDxr3PesFrame::parseChristian Gmeiner
2009-04-15rename es to payload in pesframe and coChristian Gmeiner
2009-03-28get rid of dxr3ffmpegChristian Gmeiner
2009-02-23simplify audiosamplerate handlingChristian Gmeiner
2009-02-23simplify audiochannel handlingChristian 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.
2009-01-12remove dxr3vdrincludes.hChristian Gmeiner
Dont include .h files, which are not used in the current context.
2008-12-29Convert to UTF-8.scop
2007-04-03Use avcodec_decode_audio2() if available.scop
2007-01-07Spelling fixes.scop
2006-04-23-pedantic fixups.scop
2005-08-27Fix crash on audio sync buffer push timeouts (Jon Burgess).scop
2005-08-26Don't abort with lpcm frames containing an odd number of bytes, drop instead.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-23Sync std:: fixes from HEAD.scop
2005-03-16Sync comments from HEAD.scop
2005-01-03ironed out some compile errorsaustriancoder
2004-12-09change code to fit own coding styleaustriancoder
2004-10-10using now std:: instead of namespace std;austriancoder
2004-09-13added and converted comments into a doxygen friendly formataustriancoder
2004-08-05initial importaustriancoder