aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo
Commit message (Expand)AuthorAge
* cleanup: remove unused MEncoder-related codeGravatar Clément Bœsch2011-01-25
* vo_vdpau: allow "deint=-N" to specify mode without enabling deintGravatar Uoti Urpala2011-01-04
* Merge branch 'hr-seek'Gravatar Uoti Urpala2010-12-20
|\
| * input: support bindings with modifier keys for X inputGravatar Uoti Urpala2010-12-20
* | cosmetics: remove unused code, small formatting tweaksGravatar Uoti Urpala2010-12-20
* | font_load_ft.c: disable -fontconfig if compiled without libfontconfigGravatar komh2010-12-16
| * libvo: register X11 connection fd in input event systemGravatar Uoti Urpala2010-12-14
|/
* vo_vdpau: remove wrong mp_image usage_count change (no visible effect)Gravatar Uoti Urpala2010-12-13
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* vo_gl: create stereo-capable window when using Quadbuffer 3DGravatar reimar2010-11-14
* libvo/w32_common.c: Move setting of pixel format from init to configGravatar reimar2010-11-14
* libvo/w32_common.c: minor cleanupGravatar reimar2010-11-14
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* vo_kva: Restore all the attributes after changing aspect ratioGravatar komh2010-11-07
* vo_kva: Prevent a parent window from painting over ours in slave modeGravatar komh2010-11-07
* vo_directx: Fix possible out-of-bounds accessGravatar reimar2010-11-07
* options: move -name and -title to option structGravatar Clément Bœsch2010-11-04
* vo_gl: Move the read_pnm function into a separate fileGravatar cigaes2010-11-02
* vo_gl: Extract code to read a pnm file into a separate functionGravatar reimar2010-11-02
* vo_dxr3: Fix validity checks before closing a file descriptorGravatar reimar2010-11-02
* vo_dxr3: Fix indentationGravatar reimar2010-11-02
* vo_mga: minor code cleanupGravatar reimar2010-11-02
* vo_xmga: Remove an unmotivated and pointless panscan_calc callGravatar reimar2010-11-02
* vo_xvidix: reconfigure also on window moveGravatar reimar2010-11-02
* vo_xmga: fix event handlingGravatar reimar2010-11-02
* vo_xmga: Remove a useless MGA_VID_CONFIG ioctlGravatar reimar2010-11-02
* x11_common: add VO_EVENT_MOVEGravatar reimar2010-11-02
* vo_mga: switch to newer screen dimension handling APIGravatar reimar2010-11-02
* aspect.c: use fallback if screen dimensions are not knownGravatar reimar2010-11-02
* Remove remaining %lf printf conversionsGravatar reimar2010-11-02
* libvo: remove UNUSED() macrosGravatar diego2010-11-02
* vesa_lvo.c: make functions staticGravatar diego2010-11-02
* vesa_lvo.c: Move vlvo_preinit() below the functions that it usesGravatar diego2010-11-02
* vo_vesa: Mark vlvo_draw_slice_420() as staticGravatar diego2010-11-02
* vo_vesa: mark a function staticGravatar diego2010-11-02
* vo_vesa, vo_directfb2: Replace local min/max macros by FFMIN/FFMAXGravatar diego2010-11-02
* vo_mga: use libswscale interface for g200 (untested)Gravatar ramiro2010-11-02
* vo_caca: Update URL to patch for new API supportGravatar diego2010-11-02
* build: update DirectFB requirements, reduce #ifdefsGravatar diego2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* vo_corevideo.h: Add standard multiple inclusion guardsGravatar diego2010-11-02
* vo_ivtv; Move ivtv_fd extern variable declaration to vo_ivtv.hGravatar diego2010-11-02
* vo_v4l2: Move v4l2_fd extern declaration to vo_v4l2.hGravatar diego2010-11-02
* ao_mpegpes,vo_mpegpes: Rename vo_mpegpes_fd2 variable to ao_mpegpes_fdGravatar diego2010-11-02
* mga: disable g200 supportGravatar ramiro2010-11-02
* Add central init_avcodec() to avoid duplicated libavcodec init codeGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* vo_gl.c: Use early return instead of large if blockGravatar reimar2010-11-02
* vo_gl: Make OSD rendering code more readableGravatar reimar2010-11-02
* vo_corevideo: Move variable into the only function it's used inGravatar reimar2010-11-02