summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_lavcdeint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _s/_st suffix from some struct namesUoti Urpala2008-04-251-3/+3
* FFmpeg now uses different (unified) #include paths.diego2008-02-251-5/+0
* typo fix: inited --> initializeddiego2008-02-141-3/+3
* 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-2/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-2/+2
* Move conditional compilation out of the code and into the build system.diego2006-01-311-5/+0
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* Found another 10l :-), but the filter is still broken :-(filon2003-01-041-1/+1
* codmeticsarpi2002-12-111-3/+0
* changing return type of put_image void->intarpi2002-09-101-3/+3
* dynamic libavcodec.so support updated byarpi2002-08-141-1/+1
* - yuv422 disabled (no IMGFMT for _planar_ 422)arpi2002-07-311-37/+13
* new filter to use libavcodec's deinterlacerarpi2002-07-311-0/+220