aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAge
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...Gravatar michael2004-02-18
* codecs.conf is obsolete.Gravatar diego2003-08-22
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...Gravatar arpi2003-06-09
* moving postprocess code to libavcodecGravatar michael2003-02-14
* linux->osdepGravatar arpi2003-02-09
* dlopen() support for ad and vdGravatar alex2002-11-11
* *HUGE* set of compiler warning fixes, unused variables removalGravatar arpi2002-11-06
* verbose can be negativeGravatar arpi2002-11-01
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansGravatar arpi2002-09-26
* best audio/video codec selection & init moved to libmpcodecsGravatar arpi2002-09-25
* changing return type of put_image void->intGravatar arpi2002-09-10
* 100l... sh->vcodec may be changed by mpvdec->decode()Gravatar arpi2002-08-31
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsGravatar arpi2002-08-31
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apiGravatar alex2002-08-28
* messages moved from dec_??d?o.cGravatar jaf2002-08-13
* Add the control VFCTRL_CHANGE_RECTANGLEGravatar kmkaplan2002-08-04
* ... removed from vf's control(), sing struct for equalizer. based on patch by...Gravatar arpi2002-07-28
* print warning about unsupported video eq attributesGravatar arpi2002-07-25
* eq reworkedGravatar alex2002-07-25
* fixed possible 10l bug (vf not initialized yet)Gravatar alex2002-07-25
* equalizer reworkedGravatar alex2002-07-24
* support the 'align16' codec flagGravatar arpi2002-06-25
* restore original bih->biCompression if codec init failedGravatar arpi2002-05-29
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20
* blit_frame is useless - noticed by Nick K.Gravatar arpi2002-05-05
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNGravatar arpi2002-05-01
* A little fix with hw video parameters settingGravatar albeu2002-04-27
* filters uninitGravatar arpi2002-04-20
* OSD handled by vf control()Gravatar arpi2002-04-15
* vf control codes added, autoq supportGravatar arpi2002-04-07
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...Gravatar arpi2002-04-06
* check and set codec selection - impossible to do it at find_codecGravatar arpi2002-03-25
* try to uncomment this line - very funny effect (skipping I frames)Gravatar arpi2002-03-23
* using -dr instead -vaa_drGravatar alex2002-03-20
* supports query_format in codecsGravatar arpi2002-03-18
* init_video() changed - now it handles codec selectionGravatar arpi2002-03-18
* init_video_vaa() removedGravatar arpi2002-03-17
* useless 'max benchmar' removedGravatar arpi2002-03-17
* pitches mess removedGravatar arpi2002-03-14
* framedrop fixGravatar arpi2002-03-11
* old temp vars removed, in-codecs equalizer support added, error message if -v...Gravatar arpi2002-03-09
* direct rendering supportGravatar arpi2002-03-07
* 10lGravatar arpi2002-03-07
* new controls added for query/set pp levelGravatar arpi2002-03-06
* avcodec_inited moved to vd_ffmpegGravatar arpi2002-03-06
* implemented basic wrapper functions to new libmpcodecs apiGravatar arpi2002-03-01
* dec_video.c addedGravatar arpi2002-03-01