log libmpcodecs/dec_video.c @ 11522:09a2a6288744

age author description
2003-08-22 diego codecs.conf is obsolete.
2003-06-09 arpi renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
2003-02-14 michael moving postprocess code to libavcodec
2003-02-09 arpi linux->osdep
2002-11-11 alex dlopen() support for ad and vd
2002-11-06 arpi *HUGE* set of compiler warning fixes, unused variables removal
2002-11-01 arpi verbose can be negative
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-10 arpi changing return type of put_image void->int
2002-08-31 arpi 100l... sh->vcodec may be changed by mpvdec->decode()
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-28 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
2002-08-13 jaf messages moved from dec_??d?o.c
2002-08-04 kmkaplan Add the control VFCTRL_CHANGE_RECTANGLE
2002-07-28 arpi ... removed from vf's control(), sing struct for equalizer. based on patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
2002-07-25 arpi print warning about unsupported video eq attributes
2002-07-25 alex eq reworked
2002-07-25 alex fixed possible 10l bug (vf not initialized yet)
2002-07-24 alex equalizer reworked
2002-06-25 arpi support the 'align16' codec flag
2002-05-29 arpi restore original bih->biCompression if codec init failed
2002-05-20 arpi big cosmetics patch, cleanup of messages printed by mplayer and libs.
2002-05-05 arpi blit_frame is useless - noticed by Nick K.
2002-05-01 arpi setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARN
2002-04-27 albeu A little fix with hw video parameters setting
2002-04-20 arpi filters uninit
2002-04-15 arpi OSD handled by vf control()
2002-04-07 arpi vf control codes added, autoq support
2002-04-06 arpi video filter layer - written from scratch, but inspired a lot by Fredrik Kuivinen's patch
2002-03-25 arpi check and set codec selection - impossible to do it at find_codec
2002-03-23 arpi try to uncomment this line - very funny effect (skipping I frames)
2002-03-20 alex using -dr instead -vaa_dr
2002-03-18 arpi supports query_format in codecs
2002-03-18 arpi init_video() changed - now it handles codec selection
2002-03-17 arpi init_video_vaa() removed
2002-03-17 arpi useless 'max benchmar' removed
2002-03-14 arpi pitches mess removed
2002-03-11 arpi framedrop fix
2002-03-09 arpi old temp vars removed, in-codecs equalizer support added, error message if -vfm N/A
2002-03-07 arpi direct rendering support
2002-03-07 arpi 10l
2002-03-06 arpi new controls added for query/set pp level
2002-03-06 arpi avcodec_inited moved to vd_ffmpeg
2002-03-01 arpi implemented basic wrapper functions to new libmpcodecs api
2002-03-01 arpi dec_video.c added base dec_video.c@dbf2630a38bf