summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_lavc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build with LIBAVCODEC_BUILD < 4684.ranma2003-11-091-0/+4
* constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.cranma2003-10-241-1/+4
* many small typo and grammar fixesgabucino2003-10-041-1/+1
* Add the new -vf option wich is the same as vop in reverse order.albeu2003-03-151-1/+2
* 1000lmichael2003-03-131-2/+16
* AVVideoFrame -> AVFramemichael2002-12-091-3/+16
* cleanupmichael2002-12-041-5/+1
* support for lavc build 4641michael2002-12-041-8/+18
* - using avcodec_alloc_context()arpi2002-10-221-4/+5
* changing return type of put_image void->intarpi2002-09-101-3/+3
* mostly compiler warning fixes, some small bugfixarpi2002-08-281-1/+1
* dynamic libavcodec.so support updated byarpi2002-08-141-1/+1
* FPS autodetection, accept args: quality:fpsarpi2002-05-081-4/+30
* 10larpi2002-04-281-1/+1
* realtime yv12->mpeg1 with libavcodec qscale=1arpi2002-04-271-0/+147