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_msadpcm.c
Commit message (
Expand
)
Author
Age
*
Simplify and clamp coefficient index for MS ADPCM
reimar
2008-07-12
*
100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...
reimar
2008-07-12
*
Check length of input buffer for msadpcm
reimar
2008-07-11
*
Add a comment on shift vs. division
reimar
2008-07-11
*
Scale msadpcm coefficients to fit into 8 bits
reimar
2008-07-11
*
Simplify ad_msadpmc.c: Use AV_RL16, merge sign extension into LE_16 read and
reimar
2008-07-11
*
Copy macro simplification from imaadpcm to msadpcm
reimar
2008-07-11
*
Remove useless comments from ad_msadpcm
reimar
2008-07-11
*
Make msadpcm arrays const
reimar
2008-07-11
*
Do not #include libavutil/common.h. It is not used directly and mpbswap.h
diego
2008-04-01
*
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
*
setting samplesize to 2 in decoders where neccessary.
reimar
2004-09-21
*
100l - Michael is right, we don't need le2me here
arpi
2002-10-24
*
10l
arpi
2002-10-23
*
fixed unaligned access (bus error on sparc)
arpi
2002-10-23
*
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...
arpi
2002-08-30
*
bugfix by Keiki SATOH <kki@wakusei.ne.jp>
arpi
2002-06-29
*
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
*
fixed so the decoder cooperates better with the rest of the system
melanson
2002-03-26
*
imported from MPlayerXP, dlopen() hack removed, some bugs fixed, interface fu...
arpi
2002-03-25