aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_video.c
Commit message (Expand)AuthorAge
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Allow demuxers to return packets with no pts in -correct-pts modeGravatar uau2007-03-11
* Reindent messy functions before working on themGravatar uau2007-03-11
* Discard earlier failure in building filter chain when trying a new codec.Gravatar reimar2007-03-03
* Add global field dominance flag instead of duplicating this "everywhere"Gravatar reimar2007-02-02
* Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16Gravatar reimar2007-01-27
* Update OSD contents only after the correct values for the frame are known.Gravatar uau2006-11-14
* Add VFCTRL_DRAW_EOSD.Gravatar eugeni2006-08-24
* old 10l: do not try to compile mmx code if we do not have mmxGravatar rfelker2006-07-19
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* get_path as const, patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-03
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* Add properties for the tv input color controls.Gravatar albeu2006-04-22
* feed something (hopefully correct timestamps) into the video filter chainGravatar michael2006-03-21
* passing pts through the filter layer (lets see if pts or cola comes out at th...Gravatar michael2006-03-21
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* 10lGravatar attila2005-08-31
* Allow forcing of demuxers and codecs by prepending '+'Gravatar reimar2005-08-30
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* 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