summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAgeFilesLines
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-2/+2
* blit_frame is useless - noticed by Nick K.arpi2002-05-051-3/+1
* setting vf_inited flag, some printf->mp_msg, some MSGL_FATAL->MSGL_WARNarpi2002-05-011-3/+4
* A little fix with hw video parameters settingalbeu2002-04-271-1/+0
* filters uninitarpi2002-04-201-0/+1
* OSD handled by vf control()arpi2002-04-151-3/+2
* vf control codes added, autoq supportarpi2002-04-071-2/+19
* video filter layer - written from scratch, but inspired a lot by Fredrik Kuiv...arpi2002-04-061-12/+5
* check and set codec selection - impossible to do it at find_codecarpi2002-03-251-0/+2
* try to uncomment this line - very funny effect (skipping I frames)arpi2002-03-231-0/+2
* using -dr instead -vaa_dralex2002-03-201-1/+1
* supports query_format in codecsarpi2002-03-181-1/+1
* init_video() changed - now it handles codec selectionarpi2002-03-181-27/+29
* init_video_vaa() removedarpi2002-03-171-19/+0
* useless 'max benchmar' removedarpi2002-03-171-15/+0
* pitches mess removedarpi2002-03-141-1/+1
* framedrop fixarpi2002-03-111-0/+2
* old temp vars removed, in-codecs equalizer support added, error message if -v...arpi2002-03-091-16/+6
* direct rendering supportarpi2002-03-071-1/+2
* 10larpi2002-03-071-1/+1
* new controls added for query/set pp levelarpi2002-03-061-2/+6
* avcodec_inited moved to vd_ffmpegarpi2002-03-061-1/+1
* implemented basic wrapper functions to new libmpcodecs apiarpi2002-03-011-17/+45
* dec_video.c addedarpi2002-03-011-0/+207