aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_dxr3.c
Commit message (Expand)AuthorAge
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vo_dxr3: Fix validity checks before closing a file descriptorGravatar reimar2010-11-02
* vo_dxr3: Fix indentationGravatar reimar2010-11-02
* cosmetics: Remove some unused linesGravatar diego2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30663Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30605Gravatar Uoti Urpala2010-03-09
|\ \
| | * Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
| |/
| * Remove useless malloc casts.Gravatar reimar2010-02-16
* | Remove the internal GUIGravatar Anton Khirnov2009-07-07
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | 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
* | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\|
| * Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
* | Merge svn changes up to r28641Gravatar Uoti Urpala2009-02-18
|\|
| * Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r27949Gravatar Uoti Urpala2008-11-17
|\|
| * Remove explicit setting of vo_ontop since that is already done by vo_x11_crea...Gravatar reimar2008-11-15
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Rename font-related preprocessor directives.Gravatar diego2008-08-07
| * Change a bunch of X11-specific preprocessor directives.Gravatar diego2008-08-04
* | Merge svn changes up to r27399Gravatar Uoti Urpala2008-08-02
|\|
| * Rename two GUI-related preprocessor directives:Gravatar diego2008-07-30
* | libvo: Move aspect.c static variables to vo structGravatar Uoti Urpala2008-05-01
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
|/
* Remove changelog from file header, we have revision control for this.Gravatar diego2008-01-06
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* Make X11 window creation and (with -fixed-vo) management simpler and moreGravatar reimar2007-06-27
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* Gui --> guiGravatar diego2007-04-23
* cosmetics: typo fixes, usefuLL --> useful and aswell --> as wellGravatar diego2007-02-22
* fix typo X<->YGravatar attila2006-04-24
* Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with ...Gravatar reynaldo2006-04-24
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* Fix compilation, use vo_fs instead of fullscreen variable. Not tested.Gravatar reimar2005-11-06
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butGravatar ivo2005-08-05
* replace VO and VF numeric flags with #defined identifiersGravatar henry2005-04-18
* Fix memset() usage, patch by Ismail DonmezGravatar rathann2005-03-31
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.Gravatar diego2004-10-28
* Removed superfluous XFlush calls before XSync.Gravatar al2004-08-20
* string handling security fixesGravatar diego2004-06-25