index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libxineadec
/
xine_lpcm_decoder.c
Age
Commit message (
Expand
)
Author
2010-02-22
Swap round if/while in LPCM 24-bit handling.
Darren Salt
2010-01-10
Fix LPCM 24bit byte stream
Aoi Shinkai
2010-01-06
Join multiple chunks before passing to audio out
Petri Hintukainen
2010-01-06
Use local variable for buffer size
Petri Hintukainen
2010-01-06
Cosmetics
Petri Hintukainen
2010-01-06
Decode BluRay PCM header
Petri Hintukainen
2010-01-06
Added some debug logging
Petri Hintukainen
2009-11-30
Trim trailing space & reduce space+tab.
Darren Salt
2009-01-18
Remove '#include "config.h"' from all public header files.
Darren Salt
2008-05-07
xine_xmalloc() deprecation: replace its use with static and non-zero size.
Diego 'Flameeyes' Pettenò
2008-03-28
fix overreading from input buffer and report lost bytes in lpcm decoder
Kirill Belokurov
2008-03-27
take into account CPU endianness when converting 24bit=>16bit samples
Kirill Belokurov
2007-11-10
Delete most of the CVS $Id$/$Log$ lines.
Darren Salt
2007-11-09
Update FSF address on non-contributed code and COPYING files.
Diego 'Flameeyes' Pettenò
2007-08-15
Workaround for recent glibc & -D_FORTIFY_SOURCE=2 (defines open() as a macro).
Darren Salt
2007-04-04
Move the linear pcm decoder from liblpcm to libxineadec, as it's a single file.
Diego 'Flameeyes' Pettenò