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
/
vd_mtga.c
Commit message (
Expand
)
Author
Age
*
Make video decoder description structs const
Uoti Urpala
2008-04-25
*
Do not #include libavutil/common.h. It is not used directly and mpbswap.h
diego
2008-04-01
*
Do not use fast_memcpy when data is read again immediately afterwards.
reimar
2007-06-05
*
Do not use fast_memcpy for small size copy, esp. when the size is constant
reimar
2007-06-05
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
Include string.h for memcpy, fastmemcpy.h alone is not enough.
reimar
2007-05-16
*
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
*
Software Scaler headers usage cleanup
lucabe
2006-06-18
*
increment is a signed number (-1 or +1)
arpi
2003-03-15
*
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
arpi
2002-09-22
*
- fixed some bugs in RLE decoder
arpi
2002-09-15
*
query_format support by Tilman Sauerbeck <tsauerbeck@users.sourceforge.net>
alex
2002-09-13
*
TGA images (-mf on:type=tga) support
arpi
2002-09-10