Uoti Urpala
|
31db39d8ec
|
Make video decoder description structs const
This makes the per-decoder struct vd_functions and its ->info
struct constants. Same for the mpcodecs_vd_drivers[] table of
pointers to those structs.
|
2008-04-25 07:16:32 +03:00 |
|
diego
|
c32f706c96
|
Do not #include libavutil/common.h. It is not used directly and mpbswap.h
now #includes all required headers on its own.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26312 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-04-01 14:19:45 +00:00 |
|
reimar
|
2d243412f2
|
Colourspace conversions do _not_ belong into a decoder!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25695 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-01-12 15:26:24 +00:00 |
|
reimar
|
d100c41da0
|
Cosmetics: get rid of huge amounts of trailing whitespace
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25694 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-01-12 15:01:05 +00:00 |
|
reimar
|
574edcc737
|
Remove an unused global variable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25693 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-01-12 14:58:39 +00:00 |
|
reimar
|
e15487b068
|
Avoid uselessly global variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25692 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2008-01-12 14:56:11 +00:00 |
|
reimar
|
f05afe18ee
|
Removed useless fastmemcpy.h includes in video decoders
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23393 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-05-27 20:45:34 +00:00 |
|
reimar
|
974fc343bd
|
Include string.h for memcpy, fastmemcpy.h alone is not enough.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23323 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2007-05-16 21:45:46 +00:00 |
|
reimar
|
18004d2d98
|
Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2006-12-07 11:58:07 +00:00 |
|
diego
|
cac6c0eea2
|
Remove bswap.h, use libavutil/bswap.h instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21388 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2006-11-29 15:02:45 +00:00 |
|
lucabe
|
f4091e4791
|
Software Scaler headers usage cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18749 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2006-06-18 10:59:23 +00:00 |
|
pacman
|
489f7efe11
|
Spelling fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18605 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2006-06-06 21:22:47 +00:00 |
|
pacman
|
9b5b4feac8
|
Fix BGR32 big-endian output
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18168 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2006-04-20 22:44:33 +00:00 |
|
arpi
|
d483a015a2
|
tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-09-22 02:33:28 +00:00 |
|
arpi
|
1b667f61ba
|
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7181 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-08-30 21:44:20 +00:00 |
|
arpi
|
9ce72369ce
|
rgb24, bgr 24/32 support even for grayscale
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6098 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-05-15 12:53:00 +00:00 |
|
atmos4
|
1f8a7b1336
|
eeh 10l removed too much lines :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5367 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-03-27 03:07:07 +00:00 |
|
atmos4
|
a6723d9346
|
Issue a warning in VDec if disp_w and disp_h weren't set by codec and try workaround.
Fix ijpg codec to set sh->disp_w and sh->disp_h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5366 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-03-27 02:58:55 +00:00 |
|
arpi
|
ce04a5f401
|
handle error from mpcodecs_config_vo()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5125 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-03-16 01:10:31 +00:00 |
|
pontscho
|
9bd7609ccd
|
libjpeg and loader conflict workaround
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5049 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-03-11 20:13:45 +00:00 |
|
pontscho
|
78afcadf2e
|
kill few warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5043 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-03-11 08:42:07 +00:00 |
|
arpi
|
d8c75b82e9
|
removed unneeded includes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5034 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-03-10 23:45:44 +00:00 |
|
pontscho
|
f9f6c9fd93
|
Add IJPG decoder.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5030 b3059339-0415-0410-9bf9-f77b7e298cf2
|
2002-03-10 22:49:18 +00:00 |
|