aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_video.h
Commit message (Expand)AuthorAge
* core, vo: modify OSD redraw architecture, support EOSDGravatar Uoti Urpala2011-12-06
* commands, vd_ffmpeg: fix switch_ratio slave commandGravatar Uoti Urpala2011-11-14
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* core, demux, vd_ffmpeg: pass side data from demux_lavf to vd_ffmpegGravatar Uoti Urpala2011-08-20
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | OSD: Ensure that OSD content is drawn in filter-added framesGravatar Uoti Urpala2009-01-15
* | Update OSD while pausedGravatar Uoti Urpala2008-12-09
* | Merge svn changes up to r28087Gravatar Uoti Urpala2008-12-04
|\|
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Create a context struct for OSD stateGravatar Uoti Urpala2008-06-24
|/
* Add necessary header #includes to fix 'make checkheaders'.Gravatar diego2008-03-06
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Make init_video function in dec_video static, it is not used outside that file.Gravatar reimar2007-12-11
* get/set video colors string is constantGravatar reimar2007-12-02
* Remove redundant variable declaration.Gravatar diego2007-08-25
* Update OSD contents only after the correct values for the frame are known.Gravatar uau2006-11-14
* Add a new video pts tracking mode, enabled by option -correct-pts.Gravatar uau2006-07-06
* feed something (hopefully correct timestamps) into the video filter chainGravatar michael2006-03-21
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* flushing stuff after seeking (finally we can view MPEG without thouse blocks ...Gravatar michael2004-02-18
* compiler warning fixesGravatar arpi2002-10-13
* -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
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* -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
* Add the control VFCTRL_CHANGE_RECTANGLEGravatar kmkaplan2002-08-04
* mp_image moved to libmpcodecsGravatar arpi2002-04-13