log libmpcodecs/vf_lavc.c @ 27268:d79f8b282b35

age author description
2008-05-16 diego cosmetics: Remove pointless parentheses from return calls.
2008-02-25 diego FFmpeg now uses different (unified) #include paths.
2008-02-14 diego typo fix: inited --> initialized
2007-12-02 reimar Make all vf_info_t structs const
2007-05-27 reimar Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
2006-07-13 diego Remove #if LIBAVCODEC_BUILD >= XXX and #if LIBAVFORMAT_BUILD >= XXX jungle.
2006-03-21 michael passing pts through the filter layer (lets see if pts or cola comes out at the end)
2006-01-31 diego Move conditional compilation out of the code and into the build system.
2005-11-18 diego Unify include path handling, -I.. is in CFLAGS.
2005-06-28 nicodvb restored framerate autodetection based on height
2005-05-05 michael set pix_fmt
2005-04-30 michael LIBAVCODEC_BUILD >= 4754
2003-11-09 ranma Fix build with LIBAVCODEC_BUILD < 4684.
2003-10-24 ranma constant qscale was broken due to libavcodec changes, fix taken from ve_lavc.c
2003-10-04 gabucino many small typo and grammar fixes
2003-03-15 albeu Add the new -vf option wich is the same as vop in reverse order.
2003-03-13 michael 1000l
2002-12-09 michael AVVideoFrame -> AVFrame
2002-12-04 michael cleanup
2002-12-04 michael support for lavc build 4641
2002-10-22 arpi - using avcodec_alloc_context()
2002-09-10 arpi changing return type of put_image void->int
2002-08-28 arpi mostly compiler warning fixes, some small bugfix
2002-08-14 arpi dynamic libavcodec.so support updated by
2002-05-08 arpi FPS autodetection, accept args: quality:fps
2002-04-28 arpi 10l
2002-04-27 arpi realtime yv12->mpeg1 with libavcodec qscale=1