summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_yuy2.c
Commit message (Expand)AuthorAgeFilesLines
* remove vf_yuy2, functionality is replaced by -vf format=yuv2siretart2010-05-141-100/+0
* cosmetics: Rename struct vf_instance_s --> vf_instance.diego2010-02-211-3/+3
* Rename open() vf initialization function to vf_open().diego2010-02-211-2/+2
* 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-4/+4
* Make all vf_info_t structs constreimar2007-12-021-1/+1
* Remove useless fastmemcpy.h include for filters that do not even do any memcpy.reimar2007-05-271-1/+0
* Move postproc ---> libswscalelucabe2006-06-301-1/+1
* Part2 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-311-1/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* 10lalex2003-10-031-0/+3
* vf_clone_mpi_attributes()michael2003-04-191-2/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* changing return type of put_image void->intarpi2002-09-101-2/+2
* yuv422planar->yuy2 supportarpi2002-09-091-1/+6
* mp_image.h and img_format.h moved to libmpcodecsarpi2002-04-131-2/+2
* capabilities support -> automatic insertion of scale, expand, pparpi2002-04-111-1/+1
* 2 new simple filters: yuy2 and formatarpi2002-04-091-0/+74