summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vf_lavc.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
* Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.diego2006-07-131-54/+0
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-3/+3
* Move conditional compilation out of the code and into the build system.diego2006-01-311-3/+0
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-4/+4
* restored framerate autodetection based on heightnicodvb2005-06-281-1/+1
* set pix_fmtmichael2005-05-051-0/+1
* LIBAVCODEC_BUILD >= 4754michael2005-04-301-0/+17
* 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