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_ijpg.c
Commit message (
Expand
)
Author
Age
*
Do not #include libavutil/common.h. It is not used directly and mpbswap.h
diego
2008-04-01
*
Colourspace conversions do _not_ belong into a decoder!
reimar
2008-01-12
*
Cosmetics: get rid of huge amounts of trailing whitespace
reimar
2008-01-12
*
Remove an unused global variable
reimar
2008-01-12
*
Avoid uselessly global variables
reimar
2008-01-12
*
Removed useless fastmemcpy.h includes in video decoders
reimar
2007-05-27
*
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
*
Spelling fix
pacman
2006-06-06
*
Fix BGR32 big-endian output
pacman
2006-04-20
*
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
arpi
2002-09-22
*
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...
arpi
2002-08-30
*
rgb24, bgr 24/32 support even for grayscale
arpi
2002-05-15
*
eeh 10l removed too much lines :(
atmos4
2002-03-27
*
Issue a warning in VDec if disp_w and disp_h weren't set by codec and try wor...
atmos4
2002-03-27
*
handle error from mpcodecs_config_vo()
arpi
2002-03-16
*
libjpeg and loader conflict workaround
pontscho
2002-03-11
*
kill few warning
pontscho
2002-03-11
*
removed unneeded includes
arpi
2002-03-10
*
Add IJPG decoder.
pontscho
2002-03-10