log libmpcodecs/dec_video.h @ 31967:45e6a4af3006

age author description
2010-06-18 diego Move field_dominance extern variable declaration to dec_video.h.
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2008-12-03 diego Get rid of pointless 'extern' keywords.
2008-03-06 diego Add necessary header #includes to fix 'make checkheaders'.
2008-02-22 diego Add MPLAYER_ prefix to multiple inclusion guards.
2008-01-01 diego Add multiple inclusion guards to all header files that lack them.
2007-12-11 reimar Make init_video function in dec_video static, it is not used outside that file.
2007-12-02 reimar get/set video colors string is constant
2007-08-25 diego Remove redundant variable declaration.
2006-11-14 uau Update OSD contents only after the correct values for the frame are known.
2006-07-06 uau Add a new video pts tracking mode, enabled by option -correct-pts.
2006-03-21 michael feed something (hopefully correct timestamps) into the video filter chain
2006-02-09 rathann Patch by Stefan Huehner / stefan % huehner ! org \
2004-02-18 michael flushing stuff after seeking (finally we can view MPEG without thouse blocks after seeking with -vc ffmpeg12)
2002-10-13 arpi compiler warning fixes
2002-09-26 arpi -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc means
2002-09-25 arpi best audio/video codec selection & init moved to libmpcodecs
2002-09-22 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
2002-08-31 arpi -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/comments
2002-08-30 arpi -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
2002-08-04 kmkaplan Add the control VFCTRL_CHANGE_RECTANGLE
2002-04-13 arpi mp_image moved to libmpcodecs base dec_video.h@c1e8b4d4e68c