aboutsummaryrefslogtreecommitdiffhomepage
path: root/video
Commit message (Expand)AuthorAge
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* vd_lavc: improve a commentGravatar wm42013-11-24
* vd_lavc: when falling back to software, revert filter error statusGravatar wm42013-11-23
* Attempt to fix build on older libavcodec versionsGravatar wm42013-11-23
* video: don't overwrite demuxer FPS valueGravatar wm42013-11-23
* video: move handling of container vs. stream AR out of vd_lavc.cGravatar wm42013-11-23
* dec_video: make vf_input and hwdec_info statically allocatedGravatar wm42013-11-23
* dec_video: remove "initialized" fieldGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* video: move decoder context from sh_video into new structGravatar wm42013-11-23
* options: print lavfi filter list with --vf=lavfi=helpGravatar wm42013-11-23
* options: implement --pphelp differentlyGravatar wm42013-11-23
* video: remove vf_pp auto-insertionGravatar wm42013-11-23
* video: merge vd.c into dec_video.cGravatar wm42013-11-23
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vo_opengl: fix compilationGravatar wm42013-11-22
* vf_vavpp: make it work with vo_opengl and software decodingGravatar wm42013-11-22
* vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFOGravatar wm42013-11-22
* cocoa: use window-scale to support video scaling functionalityGravatar Stefano Pigozzi2013-11-22
* cocoa: implement window-scaleGravatar Stefano Pigozzi2013-11-22
* switch the build system to wafGravatar Stefano Pigozzi2013-11-21
* vdpau_old: enable OpenGL interopGravatar wm42013-11-19
* demux: rename demux_packet.h to packet.hGravatar wm42013-11-18
* vo_vdpau: don't calculate destination alpha when drawing OSDGravatar wm42013-11-18
* gl_common: print SW renderer warning only if it was the only reason we reject...Gravatar wm42013-11-14
* vd_lavc: select correct hw decoder profile for constrained baseline h264Gravatar wm42013-11-14
* gl_common: remove unneeded callbackGravatar wm42013-11-14
* wayland: create xkbcommon keymap from stringGravatar Alexander Preisinger2013-11-13
* waylad: implement functionality for window-scalingGravatar Alexander Preisinger2013-11-12
* vo_lavc: fix -ovoffset.Gravatar Rudolf Polzer2013-11-11
* vo_opengl: fix alpha values written to the framebufferGravatar wm42013-11-10
* gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop specGravatar wm42013-11-09
* vdpau: unbreakGravatar wm42013-11-09
* vdpau: drop dummy render functionGravatar wm42013-11-07
* memcpy_pic: reformatGravatar wm42013-11-06
* vd_lavc: remove explicit crystalhd supportGravatar wm42013-11-06
* gl_header_fixes: fix inverted conditionGravatar wm42013-11-05
* vo_opengl: support for vdpau hardware decodingGravatar wm42013-11-05
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cGravatar wm42013-11-05
* vo_opengl: redo aspects of initialization, change hwdec APIGravatar wm42013-11-05
* vo_opengl/vaapi: use IMGFMT_RGB0Gravatar wm42013-11-05
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itGravatar wm42013-11-05
* vo_xv: fix compilation of SHM not availableGravatar wm42013-11-05
* Adjust wayland definesGravatar Paweł Forysiuk2013-11-04
* vdpau: drop required/deprecated access to a libavcodec struct fieldGravatar wm42013-11-04
* vo_opengl: cosmetics/fix typosGravatar wm42013-11-04
* vo_opengl: reserve 4 texture units for video instead of 3Gravatar wm42013-11-04
* Merge remote-tracking branch 'origin/have_configure'Gravatar Stefano Pigozzi2013-11-04
|\
* | vo_opengl: fix use of uninitialized memoryGravatar wm42013-11-04