summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAgeFilesLines
* Make video decoder description structs constUoti Urpala2008-04-251-7/+7
* Store video decoder functions in struct sh_video fieldUoti Urpala2008-04-251-24/+28
* dec_video.c: A couple of cosmetic changesUoti Urpala2008-04-251-12/+7
* Reformat dec_video.cUoti Urpala2008-04-251-255/+293
* Move correct_pts to options structUoti Urpala2008-04-231-2/+4
* typo fix: inited --> initializeddiego2008-02-141-11/+11
* Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" withreimar2008-01-121-8/+11
* Make init_video function in dec_video static, it is not used outside that file.reimar2007-12-111-1/+1
* get/set video colors string is constantreimar2007-12-021-2/+2
* Clean up the way get_path is handled: Compile get_path.c to an object to linkdiego2007-08-281-2/+0
* Remove redundant variable declaration.diego2007-08-251-2/+0
* Add explicit location for headers from the libmpdemux/ directory.diego2007-03-151-3/+3
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Allow demuxers to return packets with no pts in -correct-pts modeuau2007-03-111-3/+10
* Reindent messy functions before working on themuau2007-03-111-68/+71
* Discard earlier failure in building filter chain when trying a new codec.reimar2007-03-031-0/+3
* Add global field dominance flag instead of duplicating this "everywhere"reimar2007-02-021-0/+7
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16reimar2007-01-271-6/+15
* Update OSD contents only after the correct values for the frame are known.uau2006-11-141-10/+12
* Add VFCTRL_DRAW_EOSD.eugeni2006-08-241-1/+6
* old 10l: do not try to compile mmx code if we do not have mmxrfelker2006-07-191-1/+1
* Add a new video pts tracking mode, enabled by option -correct-pts.uau2006-07-061-0/+47
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-031-1/+1
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* Add properties for the tv input color controls.albeu2006-04-221-1/+1
* feed something (hopefully correct timestamps) into the video filter chainmichael2006-03-211-2/+2
* passing pts through the filter layer (lets see if pts or cola comes out at th...michael2006-03-211-1/+1
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-1/+1
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-1/+1
* 10lattila2005-08-311-1/+1
* Allow forcing of demuxers and codecs by prepending '+'reimar2005-08-301-3/+8
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...michael2004-02-181-0/+5
* codecs.conf is obsolete.diego2003-08-221-1/+1
* renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_...arpi2003-06-091-3/+3
* moving postprocess code to libavcodecmichael2003-02-141-2/+0
* linux->osdeparpi2003-02-091-2/+2
* dlopen() support for ad and vdalex2002-11-111-0/+40
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+2
* verbose can be negativearpi2002-11-011-2/+0
* -vc/-vfm accepts codec/driver _list_ now. empty list element for -vc meansarpi2002-09-261-10/+25
* best audio/video codec selection & init moved to libmpcodecsarpi2002-09-251-0/+33
* changing return type of put_image void->intarpi2002-09-101-3/+4
* 100l... sh->vcodec may be changed by mpvdec->decode()arpi2002-08-311-1/+2
* -afm/-vfm help implemenetd, some cosmetics of ad/vd codec names/commentsarpi2002-08-311-0/+11
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-6/+7
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+0
* messages moved from dec_??d?o.cjaf2002-08-131-7/+7
* Add the control VFCTRL_CHANGE_RECTANGLEkmkaplan2002-08-041-0/+15
* ... removed from vf's control(), sing struct for equalizer. based on patch by...arpi2002-07-281-3/+12
* print warning about unsupported video eq attributesarpi2002-07-251-1/+4
* eq reworkedalex2002-07-251-5/+11
* fixed possible 10l bug (vf not initialized yet)alex2002-07-251-2/+6
* equalizer reworkedalex2002-07-241-48/+18
* support the 'align16' codec flagarpi2002-06-251-0/+12
* restore original bih->biCompression if codec init failedarpi2002-05-291-4/+9
* 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