summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_raw.c
Commit message (Expand)AuthorAgeFilesLines
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-142/+0
* Fix crash with incomplete yuv2 frames.reimar2010-03-281-1/+1
* Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* Add support for Apple's yuv2 raw formatreimar2007-11-301-0/+7
* Make vd_raw VDCTRL_QUERY_FORMAT simpler to understandreimar2007-05-141-1/+2
* basic nv12 and nv21 support by Angelo Cano <angelo_cano@fastmail.fm>alex2003-08-311-5/+10
* fixing palette exportarpi2002-10-171-1/+8
* rgb1/rgb4 supportarpi2002-10-171-1/+15
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* yuv handling simplified (using new mpi fields)alex2002-07-071-12/+5
* don't require sh->bih (should fix v4l)arpi2002-06-221-5/+4
* yvu9 supportalex2002-06-211-0/+7
* - modify bih->biCompression instead of sh->formatarpi2002-05-291-8/+12
* better fix for i420/iyuv as suggested by arpirfelker2002-05-041-1/+1
* fixed raw i420/iyuv to some extent, so that cb/cr channels are norfelker2002-05-031-4/+8
* 8bpp raw avi supportarpi2002-04-291-0/+5
* adding support for 12 bit planar YUV formats (for YUV4MPEG(2))rik2002-03-231-0/+7
* handle error from mpcodecs_config_vo()arpi2002-03-161-2/+1
* common includes moved to private vd_internal.harpi2002-03-071-8/+0
* xanim, raw, rle addedarpi2002-03-071-0/+81