aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd.c
Commit message (Expand)AuthorAge
* 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
* | Add option pointer to vf structGravatar Uoti Urpala2008-04-23
|/
* Simplify preprocessor condition for QT codecs, configure already does theGravatar diego2008-03-15
* typo fix: inited --> initializedGravatar diego2008-02-14
* clarify comments/docs about lav* being the preferred place to implement newGravatar ivo2008-01-28
* copy note on new demuxers and codecs to the top of the array as well to beGravatar ivo2008-01-28
* note on new demuxers and codecs, add them to lav* instead of libmp*Gravatar ivo2008-01-28
* Remove unused definition.Gravatar diego2008-01-06