aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* Remove the internal GUIGravatar Anton Khirnov2009-07-07
* Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\
| * Revert "fix missing event on move that breaks xmga window movement"Gravatar Uoti Urpala2009-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
| * Use memcpy_pic2 instead of reimplementing it.Gravatar reimar2009-06-26
| * Close /dev/tty again on uninit.Gravatar reimar2009-06-26
| * Fix indentation broken in last patchGravatar reimar2009-06-26
| * Get rid of completely pointless vt_doit variableGravatar reimar2009-06-26
| * 10l, use fopen directly instead of open + fdopenGravatar reimar2009-06-26
| * Use a single err_out in fb_preinit, also fixes a leak when vo_dbpp has anGravatar reimar2009-06-26
| * Use FFALIGN and FFMAX3Gravatar reimar2009-06-26
| * Remove useless castsGravatar reimar2009-06-26
| * fbdev: remove pointless ()Gravatar reimar2009-06-26
| * Use the RESET_GEOMETRY macro in one more place instead of duplicating its code.Gravatar reimar2009-06-26
| * 100l, RESET_GEOMETRY must reset values to INT_MIN, not -1, -1 is aGravatar reimar2009-06-26
| * fix missing event on move that breaks xmga window movementGravatar attila2009-06-19
| * enable fontconfig support by default. This change takes only in effect,Gravatar siretart2009-06-17
| * When used with shared_buffer, there's no need for a NSApp object, which cause...Gravatar adrian2009-05-18
| * When used with shared_buffer, autorelease in each flip_page so objects don't ...Gravatar adrian2009-05-18
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | video_out.c: Fix a minor memory leakGravatar Uoti Urpala2009-05-09
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Do not use flag CWBackPixel when calling vo_x11_create_vo_window():Gravatar cehoyos2009-05-08
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
| * Rename macosx video output driver to corevideo.Gravatar diego2009-05-04
| * Replace QuickTime.h #include with Carbon.h, which is really needed.Gravatar diego2009-05-04
* | x11_common.h: Remove declarations of some nonexistent variablesGravatar Uoti Urpala2009-05-04
| * Change getdladdr to always use dlopen, dlsym and then dlclose.Gravatar reimar2009-04-23
| * Fix a signedness issue that caused a warning to be wrongfully printed at runt...Gravatar gpoirier2009-04-21
| * Unify error message output and update error messages.Gravatar diego2009-04-20
| * follow renaming of pbBufPtr() to put_bits_ptr() by stefanoGravatar rik2009-04-13
| * fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.Gravatar gpoirier2009-04-13
* | Merge svn changes up to r29154Gravatar Uoti Urpala2009-04-09
|\|
| * Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it.Gravatar ramiro2009-04-08
* | Merge branch 'ordered_chapters'Gravatar Uoti Urpala2009-04-08
|\ \
* | | vo_xv: Fix context Shminfo table sizeGravatar Uoti Urpala2009-04-05
* | | Make VO xv preferred over vdpau againGravatar Uoti Urpala2009-04-02
* | | Merge svn changes up to r29134Gravatar Uoti Urpala2009-04-02
|\ \ \ | | |/ | |/|
| * | Remove unnecessary malloc.h #includes and related #ifdeffery.Gravatar diego2009-04-02
| | * VO: Don't reset pause status in VO config() functionsGravatar Uoti Urpala2009-04-02
* | | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\ \ \
| | * | Prefer vo vdpau over vo xv where available.Gravatar cehoyos2009-03-31
| |/ /
| * | Get rid of nonsensical limits on -geometry x, y,w and h values, they onlyGravatar reimar2009-03-31
| | * VO: Don't force window position in X11 VOsGravatar Uoti Urpala2009-03-31
| * | Support IMGFMT_NV12 for vo vdpau.Gravatar cehoyos2009-03-30
| * | Make sure we do not accidentally use the vdp_get_error_string from theGravatar reimar2009-03-30
| * | Add support for IMGFMT_YUY2 and IMGFMT_UYVY to vo vdpau.Gravatar cehoyos2009-03-29
| * | VDPAU supports IMGFMT_I420 and IMGFMT_IYUV.Gravatar cehoyos2009-03-29