index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpcodecs
/
ad_imaadpcm.c
Commit message (
Expand
)
Author
Age
*
Merge svn changes up to r27281
Uoti Urpala
2008-07-15
|
\
|
*
Make really sure channels can only be 1 or 2 for imaadpcm
reimar
2008-07-11
|
*
Simplify imaadpcm return statement
reimar
2008-07-11
|
*
Remove unused macros
reimar
2008-07-11
|
*
Explicitly include inttypes.h in ad_imaadpcm
reimar
2008-07-11
*
|
Merge svn changes up to r27202
Uoti Urpala
2008-07-05
|
\
|
|
*
Remove unused variable.
diego
2008-07-02
*
|
Merge svn changes up to r27184
Uoti Urpala
2008-07-01
|
\
|
|
*
Half size for adpcm_index
reimar
2008-06-29
|
*
Simplify predictor updates
reimar
2008-06-29
|
*
Get rid of 16-bit sign extension macro
reimar
2008-06-29
|
*
Simplify some imaadpcm macros
reimar
2008-06-29
|
*
Directly pass arrays into decode_nibbles
reimar
2008-06-29
|
*
Use smaller types for tables
reimar
2008-06-29
|
*
Make imaadpcm tables const
reimar
2008-06-29
|
*
Simplify code to read index/predictor
reimar
2008-06-29
|
*
Add a few size checks to IMA decoder. The code is still a mess though,
reimar
2008-06-29
|
*
Simplify ad_imaadpcm decode_audio function
reimar
2008-06-29
*
|
Make audio decoder description structs const
Uoti Urpala
2008-04-26
|
/
*
Hack around libavutil/bswap.h compilation problems due to always_inline undef...
reimar
2006-12-07
*
Remove bswap.h, use libavutil/bswap.h instead.
diego
2006-11-29
*
fix illegal read
reimar
2005-06-20
*
setting samplesize to 2 in decoders where neccessary.
reimar
2004-09-21
*
100l: you have 2 nibbles per byte, don't divide byte count by 2
rtognimp
2003-09-03
*
ms\0x00\x11 support
alex
2002-11-04
*
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...
arpi
2002-08-30
*
control() done
arpi
2002-04-03
*
audio input buffer allocation/free cleanup
arpi
2002-04-01
*
reworked ADPCM decoders; changes include:
melanson
2002-03-30
*
imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...
arpi
2002-03-25