| Commit message (Expand) | Author | Age | Files | Lines |
* | vd_lavc: factor out libavcodec thread setup | wm4 | 2013-12-04 | 1 | -15/+1 |
* | vd_lavc: don't check required hwdec fields | wm4 | 2013-12-04 | 1 | -4/+3 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 1 | -2/+3 |
* | wayland: print waylands display erros | Alexander Preisinger | 2013-12-04 | 1 | -0/+40 |
* | vf_noise: reduce binary size | wm4 | 2013-12-04 | 1 | -4/+1 |
* | vf_eq: revert unintended binary size increase | wm4 | 2013-12-04 | 1 | -13/+10 |
* | video/filter: remove legacy option handling hacks | wm4 | 2013-12-04 | 32 | -37/+35 |
* | vf_vo: don't abuse option strings to set VO | wm4 | 2013-12-04 | 2 | -6/+15 |
* | vf_rotate: use option parser | wm4 | 2013-12-04 | 1 | -2/+7 |
* | vf_pp: use option parser | wm4 | 2013-12-04 | 1 | -5/+14 |
* | vf_ilpack: use option parser | wm4 | 2013-12-04 | 1 | -8/+10 |
* | vf_eq: use option parser | wm4 | 2013-12-04 | 1 | -26/+22 |
* | vf_dsize: use option parser | wm4 | 2013-12-04 | 1 | -31/+19 |
* | vf_divtc: use option parser | wm4 | 2013-12-04 | 1 | -78/+36 |
* | video/filter: remove vf_down3dright | wm4 | 2013-12-04 | 2 | -158/+0 |
* | vf: remove unneeded field | wm4 | 2013-12-04 | 1 | -1/+0 |
* | vf_pullup: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -10/+37 |
* | vf_unsharp: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -50/+37 |
* | vf_phase: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -35/+48 |
* | vf_noise: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -26/+42 |
* | vf_stereo3d: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -10/+31 |
* | vf_hqdn3d: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -67/+34 |
* | vf_gradfun: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -0/+23 |
* | vf_delogo: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -2/+20 |
* | vf_yadif: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -15/+24 |
* | vf_lavfi: export a wrapper function | wm4 | 2013-12-04 | 2 | -6/+156 |
* | video: remove VFCAP_POSTPROC | wm4 | 2013-12-04 | 2 | -7/+1 |
* | vf_screenshot: remove unnecessary code | wm4 | 2013-12-04 | 1 | -5/+0 |
* | gl_video: change internal API for hwdec mp_image download | Stefano Pigozzi | 2013-12-02 | 3 | -10/+13 |
* | gl_video: use hwdec download_image call only if hwdec is active | wm4 | 2013-12-02 | 1 | -2/+3 |
* | options: add option to disable using right Alt key as Alt Gr | Vivek Jain | 2013-12-02 | 2 | -4/+6 |
* | vo_opengl: support for vda hardware decoding | Stefano Pigozzi | 2013-12-02 | 5 | -0/+161 |
* | gl_video: support packed YUV formats with Apple extensions | Stefano Pigozzi | 2013-12-02 | 4 | -2/+47 |
* | vo_opengl: add support for rectangle textures | wm4 | 2013-12-01 | 5 | -44/+86 |
* | mp_image: deal with FFmpeg PSEUDOPAL braindeath | wm4 | 2013-12-01 | 3 | -3/+15 |
* | vo_null: don't reject hwaccel formats | wm4 | 2013-12-01 | 1 | -2/+0 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 2 | -0/+4 |
* | Take care of some libavutil deprecations, drop support for FFmpeg 1.0 | wm4 | 2013-11-29 | 8 | -158/+156 |
* | vf_pullup: properly reset on seek | wm4 | 2013-11-29 | 1 | -14/+37 |
* | gl_hwdec: use a imgfmt field instead of a query_format callback | wm4 | 2013-11-29 | 4 | -15/+5 |
* | vdpau: always let decoder output IMGFMT_VDPAU | wm4 | 2013-11-29 | 3 | -3/+4 |
* | vaapi: remove unused hw image formats, simplify | wm4 | 2013-11-29 | 7 | -26/+11 |
* | build: make pthreads mandatory | wm4 | 2013-11-28 | 3 | -21/+5 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 1 | -3/+8 |
* | video: warn against non-monotonic PTS instead of decreasing PTS | wm4 | 2013-11-28 | 1 | -2/+2 |
* | video: add heuristic to prevent framedrop during hrseek if pts broken | wm4 | 2013-11-28 | 2 | -0/+9 |
* | video: replace d_video->pts field, change PTS jump checks | wm4 | 2013-11-27 | 2 | -5/+6 |
* | video: if PTS is missing, make something up using the framerate | wm4 | 2013-11-27 | 1 | -3/+7 |
* | video: refactor PTS code, add fall back heuristic to DTS | wm4 | 2013-11-27 | 3 | -70/+113 |
* | Move some code from player to audio/video reset functions | wm4 | 2013-11-27 | 1 | -0/+7 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 4 | -10/+10 |
* | video: remove commented code | wm4 | 2013-11-27 | 1 | -13/+2 |
* | video: use dts as fallback when determining pts by sorting | wm4 | 2013-11-27 | 1 | -11/+10 |
* | video/filter: fix PIC compile on x86 | Natanael Copa | 2013-11-26 | 2 | -3/+9 |
* | video: unbreak --no-correct-pts with demuxers that use DTS | wm4 | 2013-11-26 | 2 | -4/+6 |
* | cocoa: unlock on uninit | Stefano Pigozzi | 2013-11-26 | 1 | -1/+3 |
* | video: move timestamp determination code to dec_video | wm4 | 2013-11-25 | 2 | -0/+44 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 1 | -2/+3 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 1 | -4/+1 |
* | player: merge no-correct-pts with correct-pts code | wm4 | 2013-11-25 | 2 | -0/+4 |
* | player: change semantics of --no-correct-pts | wm4 | 2013-11-25 | 1 | -1/+0 |
* | dec_video: fix function signature | wm4 | 2013-11-25 | 2 | -4/+6 |
* | video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrame | wm4 | 2013-11-25 | 4 | -17/+22 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 7 | -8/+1 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 18 | -21/+16 |
* | vd_lavc: improve a comment | wm4 | 2013-11-24 | 1 | -1/+2 |
* | vd_lavc: when falling back to software, revert filter error status | wm4 | 2013-11-23 | 1 | -0/+2 |
* | Attempt to fix build on older libavcodec versions | wm4 | 2013-11-23 | 2 | -0/+2 |
* | video: don't overwrite demuxer FPS value | wm4 | 2013-11-23 | 1 | -1/+1 |
* | video: move handling of container vs. stream AR out of vd_lavc.c | wm4 | 2013-11-23 | 4 | -39/+34 |
* | dec_video: make vf_input and hwdec_info statically allocated | wm4 | 2013-11-23 | 3 | -7/+5 |
* | dec_video: remove "initialized" field | wm4 | 2013-11-23 | 2 | -13/+8 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 1 | -3/+3 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 6 | -187/+216 |
* | options: print lavfi filter list with --vf=lavfi=help | wm4 | 2013-11-23 | 1 | -0/+40 |
* | options: implement --pphelp differently | wm4 | 2013-11-23 | 3 | -0/+8 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 4 | -34/+0 |
* | video: merge vd.c into dec_video.c | wm4 | 2013-11-23 | 2 | -175/+138 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 12 | -23/+30 |
* | vo_opengl: fix compilation | wm4 | 2013-11-22 | 1 | -2/+2 |
* | vf_vavpp: make it work with vo_opengl and software decoding | wm4 | 2013-11-22 | 3 | -5/+5 |
* | vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFO | wm4 | 2013-11-22 | 1 | -4/+8 |
* | cocoa: use window-scale to support video scaling functionality | Stefano Pigozzi | 2013-11-22 | 3 | -6/+10 |
* | cocoa: implement window-scale | Stefano Pigozzi | 2013-11-22 | 1 | -0/+20 |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 1 | -3/+3 |
* | vdpau_old: enable OpenGL interop | wm4 | 2013-11-19 | 1 | -0/+1 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 2 | -2/+2 |
* | vo_vdpau: don't calculate destination alpha when drawing OSD | wm4 | 2013-11-18 | 1 | -2/+2 |
* | gl_common: print SW renderer warning only if it was the only reason we reject... | wm4 | 2013-11-14 | 1 | -1/+1 |
* | vd_lavc: select correct hw decoder profile for constrained baseline h264 | wm4 | 2013-11-14 | 1 | -2/+4 |
* | gl_common: remove unneeded callback | wm4 | 2013-11-14 | 4 | -4/+0 |
* | wayland: create xkbcommon keymap from string | Alexander Preisinger | 2013-11-13 | 1 | -2/+1 |
* | waylad: implement functionality for window-scaling | Alexander Preisinger | 2013-11-12 | 1 | -0/+12 |
* | vo_lavc: fix -ovoffset. | Rudolf Polzer | 2013-11-11 | 1 | -1/+3 |
* | vo_opengl: fix alpha values written to the framebuffer | wm4 | 2013-11-10 | 3 | -5/+16 |
* | gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop spec | wm4 | 2013-11-09 | 1 | -2/+6 |
* | vdpau: unbreak | wm4 | 2013-11-09 | 1 | -0/+1 |
* | vdpau: drop dummy render function | wm4 | 2013-11-07 | 1 | -14/+2 |
* | memcpy_pic: reformat | wm4 | 2013-11-06 | 1 | -27/+17 |
* | vd_lavc: remove explicit crystalhd support | wm4 | 2013-11-06 | 1 | -14/+0 |
* | gl_header_fixes: fix inverted condition | wm4 | 2013-11-05 | 1 | -1/+1 |
* | vo_opengl: support for vdpau hardware decoding | wm4 | 2013-11-05 | 5 | -0/+294 |
* | vdpau: move device and video surface management from vo_vdpau.c to vdpau.c | wm4 | 2013-11-05 | 3 | -220/+271 |
* | vo_opengl: redo aspects of initialization, change hwdec API | wm4 | 2013-11-05 | 3 | -38/+38 |
* | vo_opengl/vaapi: use IMGFMT_RGB0 | wm4 | 2013-11-05 | 1 | -1/+1 |
* | video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support it | wm4 | 2013-11-05 | 3 | -27/+36 |
* | vo_xv: fix compilation of SHM not available | wm4 | 2013-11-05 | 1 | -1/+1 |
* | Adjust wayland defines | Paweł Forysiuk | 2013-11-04 | 1 | -1/+1 |
* | vdpau: drop required/deprecated access to a libavcodec struct field | wm4 | 2013-11-04 | 1 | -3/+0 |
* | vo_opengl: cosmetics/fix typos | wm4 | 2013-11-04 | 2 | -2/+2 |
* | vo_opengl: reserve 4 texture units for video instead of 3 | wm4 | 2013-11-04 | 1 | -5/+5 |
* | Merge remote-tracking branch 'origin/have_configure' | Stefano Pigozzi | 2013-11-04 | 17 | -73/+72 |
|\ |
|
| * | fix weird DPMS->EXT replacement | wm4 | 2013-11-04 | 1 | -3/+3 |
| * | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 12 | -32/+396 |
| |\ |
|
| * | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 17 | -72/+71 |
* | | | vo_opengl: fix use of uninitialized memory | wm4 | 2013-11-04 | 1 | -1/+1 |
| |/
|/| |
|
* | | vo_opengl: add support for VA-API OpenGL interop | wm4 | 2013-11-04 | 4 | -0/+147 |
* | | vo_opengl: add infrastructure for hardware decoding OpenGL interop | wm4 | 2013-11-04 | 8 | -32/+224 |
* | | mp_image: add helper for copying image attributes | wm4 | 2013-11-03 | 2 | -0/+25 |
|/ |
|
* | w32: implement functionality required for window-scale | wm4 | 2013-11-02 | 1 | -0/+23 |
* | x11: make window-scale use windowed size in fullscreen mode | wm4 | 2013-11-02 | 1 | -2/+2 |
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 1 | -10/+10 |
* | Fix some more -Wshadow warnings | wm4 | 2013-11-01 | 5 | -19/+19 |
* | video: check profiles with hardware decoding | wm4 | 2013-11-01 | 5 | -72/+131 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 3 | -9/+8 |
* | command: add property to scale window size | wm4 | 2013-10-31 | 2 | -0/+15 |
* | x11: factor out normal window resize code | wm4 | 2013-10-31 | 1 | -23/+31 |
* | vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctness | wm4 | 2013-10-31 | 1 | -7/+13 |
* | dec_video: remove unused declaration of a former global variable | wm4 | 2013-10-31 | 1 | -2/+0 |
* | gl_common: osx: fix compilation with latest XQuartz RC | Stefano Pigozzi | 2013-10-30 | 1 | -1/+1 |
* | x11: restore support for --wid=0 | wm4 | 2013-10-30 | 1 | -2/+4 |
* | x11: remove ancient metacity hack | wm4 | 2013-10-30 | 1 | -14/+1 |
* | x11: minor cosmetics | wm4 | 2013-10-30 | 1 | -16/+11 |
* | gl_x11: change error message when GL3 context creation fails | wm4 | 2013-10-28 | 1 | -1/+1 |
* | x11_common: refactor of fstype code | wm4 | 2013-10-28 | 1 | -102/+73 |
* | cocoa: apply the more invasive constraining only with cmd+1/2/3 | Stefano Pigozzi | 2013-10-28 | 1 | -2/+10 |
* | x11: fix border toggling | wm4 | 2013-10-27 | 2 | -2/+5 |
* | vo_xv: check whether image allocation succeeds | wm4 | 2013-10-27 | 1 | -6/+24 |
* | gl_common: suggest --vo=opengl-old if OpenGL 2.1 missing | wm4 | 2013-10-26 | 1 | -1/+6 |
* | x11_common: reduce screensaver heartbeat from 30 to 10 seconds | wm4 | 2013-10-25 | 1 | -1/+1 |
* | cocoa: constraint the window position a little more | Stefano Pigozzi | 2013-10-25 | 1 | -1/+6 |
* | wayland: better name for mouse coordinates | Alexander Preisinger | 2013-10-25 | 2 | -7/+7 |
* | wayland: fix fullscreen transparent border regions | Alexander Preisinger | 2013-10-25 | 2 | -22/+30 |
* | m_config: refactor option defaults handling | wm4 | 2013-10-24 | 6 | -10/+26 |
* | video/filter: remove useless vf_info fields | wm4 | 2013-10-23 | 33 | -178/+96 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 17 | -123/+51 |
* | vo_opengl: don't enable PBOs with opengl-hq | wm4 | 2013-10-23 | 1 | -1/+1 |
* | gl_video: add RGB10_A2 FBO format | wm4 | 2013-10-23 | 1 | -0/+1 |
* | cocoa: set and clear gl context inside of sync sections | Stefano Pigozzi | 2013-10-20 | 1 | -6/+6 |
* | wayland: use mp_input_test_dragging | Alexander Preisinger | 2013-10-20 | 2 | -3/+8 |
* | Revert "wayland: remove moving window by grabbing" | Alexander Preisinger | 2013-10-20 | 1 | -0/+4 |
* | Revert "wayland: remove outdated comment" | Alexander Preisinger | 2013-10-20 | 1 | -0/+2 |
* | vdpau_old: restore hardware decoding with old API | wm4 | 2013-10-19 | 1 | -0/+1 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 1 | -1/+1 |
* | sws_utils: work around libswscale crash with --contrast=-100 | wm4 | 2013-10-16 | 1 | -1/+2 |
* | vf_scale: fix get/set confusion | wm4 | 2013-10-16 | 1 | -1/+1 |
* | x11_common: don't handle mouse enter events | wm4 | 2013-10-15 | 1 | -5/+1 |
* | mplayer, vo_image: simplify OSD redrawing, fix vo_image crash | wm4 | 2013-10-13 | 1 | -5/+0 |
* | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 3 | -8/+4 |
* | cocoa: make --ontop also cover dock+menubar | Stefano Pigozzi | 2013-10-12 | 1 | -1/+3 |
* | cocoa: refactor precise scrolling to a separate method | Stefano Pigozzi | 2013-10-12 | 1 | -4/+7 |
* | cocoa: fix mouse wheel scrolling | Mad Fish | 2013-10-12 | 1 | -1/+1 |
* | cocoa_common: check if the screen has a menubar in a more generic way | Stefano Pigozzi | 2013-10-09 | 1 | -1/+3 |
* | vo_x11, vo_xv: fix OSD redrawing with --force-window | wm4 | 2013-10-06 | 2 | -16/+19 |
* | cocoa_common: add OS X 10.7 compatibility hacks includes | Stefano Pigozzi | 2013-10-05 | 2 | -0/+2 |
* | gl_x11: fail gracefully if selected FBconfig has no X visual | wm4 | 2013-10-03 | 1 | -0/+6 |
* | vo_opengl_old: mp_msg conversion | wm4 | 2013-10-02 | 1 | -74/+65 |
* | cosmetics: replace "CTRL" defines by enums | wm4 | 2013-10-02 | 2 | -17/+21 |
* | vo: mark frame lost after seek reset | wm4 | 2013-10-02 | 1 | |