aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd.c
Commit message (Expand)AuthorAge
* mpcodecs: remove mp_image_t.x/yGravatar wm42012-02-24
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* libvo: remove title argument from struct vo_driver.configGravatar wm42011-12-06
* video, options: implement better YUV->RGB conversion controlGravatar wm42011-10-16
* vd_ffmpeg: autoselect output colorspaces without codecs.confGravatar Uoti Urpala2011-06-26
* libmpeg2: drop libmpeg2 supportGravatar Uoti Urpala2011-02-01
* vo_zr2: drop Zoran supportGravatar Uoti Urpala2011-01-31
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* 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
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
| * Remove any auto-inserted lavc filter.Gravatar reimar2010-01-22
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Reduce console output verbosity: Move colorspace information to verbose mode.Gravatar diego2009-09-30
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | Merge svn changes up to r28951Gravatar Uoti Urpala2009-03-14
|\|
| * Remove internal NuppelVideo decoder, the code in libavcodec can decodeGravatar reimar2009-03-08
| * Add some "const" to mpcodecs_vd_driversGravatar reimar2009-03-06
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Make it possible for mpcodecs_get_image to return NULL as theGravatar reimar2009-02-17
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | vd.c: Remove pointless SCREEN_SIZE_[XY] #definesGravatar Uoti Urpala2008-10-25
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.Gravatar diego2008-10-16
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename preprocessor directives related to image libraries.Gravatar diego2008-08-05
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Change a bunch of codec-specific preprocessor directives from a HAVE_Gravatar diego2008-08-02
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | vd.c: Make extern decoder declarations constGravatar Uoti Urpala2008-04-26
* | Move vo_gamma_* to options structGravatar Uoti Urpala2008-04-26
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
* | Move vd_use_slices to options structGravatar Uoti Urpala2008-04-25
* | Remove global vo_flagsGravatar Uoti Urpala2008-04-25
* | vd.c: Cosmetic changes + remove malloc.hGravatar Uoti Urpala2008-04-25
* | Reformat vd.cGravatar Uoti Urpala2008-04-25
* | Move movie_aspect to options structGravatar Uoti Urpala2008-04-25
* | Move screen_size_xy to options structGravatar Uoti Urpala2008-04-25
* | Move opt_screen_size_[x|y] to options structGravatar Uoti Urpala2008-04-25
* | Move flip and softzoom to options structGravatar Uoti Urpala2008-04-25
* | Move vidmode to options structGravatar Uoti Urpala2008-04-25
* | Move fullscreen to options structGravatar Uoti Urpala2008-04-25
* | Store video decoder functions in struct sh_video fieldGravatar Uoti Urpala2008-04-25
* | Remove _s/_st suffix from some struct namesGravatar Uoti Urpala2008-04-25