aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAge
* 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