summaryrefslogtreecommitdiff
path: root/dxr3audiodecoder.c
AgeCommit message (Collapse)Author
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