Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Tue, 21 Apr 2009 08:19:22 +0000 | gpoirier | Fix a signedness issue that caused a warning to be wrongfully printed at runtime. |
Tue, 21 Apr 2009 01:08:03 +0000 | michael | Planar 16bit 420 422 444 YUV support (output is only supported in some |
Tue, 21 Apr 2009 00:08:06 +0000 | michael | Merge gray->gray converters into planarCopy(), this should also make planarCopy() |
Tue, 21 Apr 2009 00:03:00 +0000 | michael | Add macro to check for 16bit per sample. |
Tue, 21 Apr 2009 00:01:59 +0000 | michael | Make sure src/dst are NULL when they arent used, some code uses this to |
Mon, 20 Apr 2009 21:05:32 +0000 | michael | Use generic BE check instead of checking for gray16LE. |
Mon, 20 Apr 2009 21:04:55 +0000 | michael | add isBE() |