index
:
vdr-plugin-dxr3
buffer-and-sync-rewrite
master
old-main
VDR DXR3 Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dxr3audiodecoder.c
Age
Commit message (
Expand
)
Author
2009-06-15
Update copyright boilerplates from http://www.gnu.org/licenses/lgpl-2.1.txt a...
Ville Skyttä
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
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
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
2009-01-12
remove dxr3vdrincludes.h
Christian Gmeiner
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
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-23
Sync std:: fixes from HEAD.
scop
2005-03-16
Sync comments from HEAD.
scop
2005-01-03
ironed out some compile errors
austriancoder
2004-12-09
change code to fit own coding style
austriancoder
2004-10-10
using now std:: instead of namespace std;
austriancoder
2004-09-13
added and converted comments into a doxygen friendly format
austriancoder
2004-08-05
initial import
austriancoder