summaryrefslogtreecommitdiffstats
path: root/video
Commit message (Expand)AuthorAgeFilesLines
* w32_common: fix mouse clicksMartin Herkt2013-12-191-12/+17
* vf_lavfi: don't access AVFilterPad directlywm42013-12-181-2/+3
* Reduce recursive config.h inclusions in headerswm42013-12-185-6/+7
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-173-6/+6
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1766-100/+100
* Move options/config related files from mpvcore/ to options/wm42013-12-1747-62/+62
* Move mpvcore/input/ to input/wm42013-12-176-15/+15
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-165-26/+26
* Allow some options taking filenames to refer to mpv config dirwm42013-12-141-1/+4
* vf_dsize: fix bug caused by typowm42013-12-141-1/+1
* video: change --video-zoom behaviorwm42013-12-131-3/+5
* dec_video: fix handling of timestamp resetswm42013-12-121-1/+0
* video: display last frame, drain frames on video reconfigwm42013-12-102-0/+5
* vo: reset some fields properlywm42013-12-101-0/+6
* video: move VO reinit from filter chain to playerwm42013-12-103-117/+34
* video: move handling of brightness and deinterlacing controlwm42013-12-103-30/+42
* vf_vo: remove VO reset on filter uninitwm42013-12-101-5/+0
* video: move video filter chain initialization from decoder to playerwm42013-12-105-62/+37
* compat: add compatibility kludge for Libav 9wm42013-12-081-8/+14
* vf: redo conversion filter insertion/format negotiationwm42013-12-076-175/+187
* video/filter: make vf->control non-recursivewm42013-12-0712-32/+27
* vf: remove flags from filter format statuswm42013-12-074-37/+25
* video: create a separate context for video filter chainwm42013-12-077-137/+175
* video/filter: remove vf_match_csp()wm42013-12-076-119/+4
* vf: remove unused functionwm42013-12-072-23/+0
* vf: print error when creating filter failswm42013-12-071-0/+1
* cocoa: make borderless window resizableagiz2013-12-071-1/+1
* vf: declare config() as legacywm42013-12-051-5/+5
* video/filter: remove unneeded config callbackswm42013-12-055-45/+0
* video: remove --flipwm42013-12-057-22/+7
* vf: move norm_qscale() to the only filter which uses itwm42013-12-052-15/+15
* vf_sub, vf_dlopen: default struct is not neededwm42013-12-052-7/+3
* vf: cleanup removed filter entrywm42013-12-051-1/+0
* video/filter: fix some bogus free() callswm42013-12-054-8/+0
* options: remove legacy hacks for sub-option handlingwm42013-12-041-17/+8
* vd_lavc: factor out libavcodec thread setupwm42013-12-041-15/+1
* vd_lavc: don't check required hwdec fieldswm42013-12-041-4/+3
* av_common: add timebase parameter to mp_set_av_packet()wm42013-12-041-2/+3
* wayland: print waylands display errosAlexander Preisinger2013-12-041-0/+40
* vf_noise: reduce binary sizewm42013-12-041-4/+1
* vf_eq: revert unintended binary size increasewm42013-12-041-13/+10
* video/filter: remove legacy option handling hackswm42013-12-0432-37/+35
* vf_vo: don't abuse option strings to set VOwm42013-12-042-6/+15
* vf_rotate: use option parserwm42013-12-041-2/+7
* vf_pp: use option parserwm42013-12-041-5/+14
* vf_ilpack: use option parserwm42013-12-041-8/+10
* vf_eq: use option parserwm42013-12-041-26/+22
* vf_dsize: use option parserwm42013-12-041-31/+19
* vf_divtc: use option parserwm42013-12-041-78/+36
* video/filter: remove vf_down3drightwm42013-12-042-158/+0
* vf: remove unneeded fieldwm42013-12-041-1/+0
* vf_pullup: change options, reroute to vf_lavfiwm42013-12-041-10/+37
* vf_unsharp: change options, reroute to vf_lavfiwm42013-12-041-50/+37
* vf_phase: change options, reroute to vf_lavfiwm42013-12-041-35/+48
* vf_noise: reroute to vf_lavfiwm42013-12-041-26/+42
* vf_stereo3d: reroute to vf_lavfiwm42013-12-041-10/+31
* vf_hqdn3d: change options, reroute to vf_lavfiwm42013-12-041-67/+34
* vf_gradfun: reroute to vf_lavfiwm42013-12-041-0/+23
* vf_delogo: reroute to vf_lavfiwm42013-12-041-2/+20
* vf_yadif: change options, reroute to vf_lavfiwm42013-12-041-15/+24
* vf_lavfi: export a wrapper functionwm42013-12-042-6/+156
* video: remove VFCAP_POSTPROCwm42013-12-042-7/+1
* vf_screenshot: remove unnecessary codewm42013-12-041-5/+0
* gl_video: change internal API for hwdec mp_image downloadStefano Pigozzi2013-12-023-10/+13
* gl_video: use hwdec download_image call only if hwdec is activewm42013-12-021-2/+3
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-022-4/+6
* vo_opengl: support for vda hardware decodingStefano Pigozzi2013-12-025-0/+161
* gl_video: support packed YUV formats with Apple extensionsStefano Pigozzi2013-12-024-2/+47
* vo_opengl: add support for rectangle textureswm42013-12-015-44/+86
* mp_image: deal with FFmpeg PSEUDOPAL braindeathwm42013-12-013-3/+15
* vo_null: don't reject hwaccel formatswm42013-12-011-2/+0
* options: add options that set defaults for af/vf/ao/vowm42013-12-012-0/+4
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-298-158/+156
* vf_pullup: properly reset on seekwm42013-11-291-14/+37
* gl_hwdec: use a imgfmt field instead of a query_format callbackwm42013-11-294-15/+5
* vdpau: always let decoder output IMGFMT_VDPAUwm42013-11-293-3/+4
* vaapi: remove unused hw image formats, simplifywm42013-11-297-26/+11
* build: make pthreads mandatorywm42013-11-283-21/+5
* video: add insane hack to work around FFmpeg/Libav insanitywm42013-11-281-3/+8
* video: warn against non-monotonic PTS instead of decreasing PTSwm42013-11-281-2/+2
* video: add heuristic to prevent framedrop during hrseek if pts brokenwm42013-11-282-0/+9
* video: replace d_video->pts field, change PTS jump checkswm42013-11-272-5/+6
* video: if PTS is missing, make something up using the frameratewm42013-11-271-3/+7
* video: refactor PTS code, add fall back heuristic to DTSwm42013-11-273-70/+113
* Move some code from player to audio/video reset functionswm42013-11-271-0/+7
* cosmetics: rename video/audio reset functionswm42013-11-274-10/+10
* video: remove commented codewm42013-11-271-13/+2
* video: use dts as fallback when determining pts by sortingwm42013-11-271-11/+10
* video/filter: fix PIC compile on x86Natanael Copa2013-11-262-3/+9
* video: unbreak --no-correct-pts with demuxers that use DTSwm42013-11-262-4/+6
* cocoa: unlock on uninitStefano Pigozzi2013-11-261-1/+3
* video: move timestamp determination code to dec_videowm42013-11-252-0/+44
* video: disable PTS sorting fallback by defaultwm42013-11-251-2/+3
* demux: export dts from demux_lavf, use it for aviwm42013-11-251-4/+1
* player: merge no-correct-pts with correct-pts codewm42013-11-252-0/+4
* player: change semantics of --no-correct-ptswm42013-11-251-1/+0
* dec_video: fix function signaturewm42013-11-252-4/+6
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFramewm42013-11-254-17/+22
* osd: remove mp_osd_res.video_par fieldwm42013-11-247-8/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-2418-21/+16
* vd_lavc: improve a commentwm42013-11-241-1/+2
* vd_lavc: when falling back to software, revert filter error statuswm42013-11-231-0/+2
* Attempt to fix build on older libavcodec versionswm42013-11-232-0/+2
* video: don't overwrite demuxer FPS valuewm42013-11-231-1/+1
* video: move handling of container vs. stream AR out of vd_lavc.cwm42013-11-234-39/+34
* dec_video: make vf_input and hwdec_info statically allocatedwm42013-11-233-7/+5
* dec_video: remove "initialized" fieldwm42013-11-232-13/+8
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-3/+3
* video: move decoder context from sh_video into new structwm42013-11-236-187/+216
* options: print lavfi filter list with --vf=lavfi=helpwm42013-11-231-0/+40
* options: implement --pphelp differentlywm42013-11-233-0/+8
* video: remove vf_pp auto-insertionwm42013-11-234-34/+0
* video: merge vd.c into dec_video.cwm42013-11-232-175/+138
* video: move struct mp_hwdec_info into its own header filewm42013-11-2312-23/+30
* vo_opengl: fix compilationwm42013-11-221-2/+2
* vf_vavpp: make it work with vo_opengl and software decodingwm42013-11-223-5/+5
* vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFOwm42013-11-221-4/+8
* cocoa: use window-scale to support video scaling functionalityStefano Pigozzi2013-11-223-6/+10
* cocoa: implement window-scaleStefano Pigozzi2013-11-221-0/+20
* switch the build system to wafStefano Pigozzi2013-11-211-3/+3
* vdpau_old: enable OpenGL interopwm42013-11-191-0/+1
* demux: rename demux_packet.h to packet.hwm42013-11-182-2/+2
* vo_vdpau: don't calculate destination alpha when drawing OSDwm42013-11-181-2/+2
* gl_common: print SW renderer warning only if it was the only reason we reject...wm42013-11-141-1/+1
* vd_lavc: select correct hw decoder profile for constrained baseline h264wm42013-11-141-2/+4
* gl_common: remove unneeded callbackwm42013-11-144-4/+0
* wayland: create xkbcommon keymap from stringAlexander Preisinger2013-11-131-2/+1
* waylad: implement functionality for window-scalingAlexander Preisinger2013-11-121-0/+12
* vo_lavc: fix -ovoffset.Rudolf Polzer2013-11-111-1/+3
* vo_opengl: fix alpha values written to the framebufferwm42013-11-103-5/+16
* gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop specwm42013-11-091-2/+6
* vdpau: unbreakwm42013-11-091-0/+1
* vdpau: drop dummy render functionwm42013-11-071-14/+2
* memcpy_pic: reformatwm42013-11-061-27/+17
* vd_lavc: remove explicit crystalhd supportwm42013-11-061-14/+0
* gl_header_fixes: fix inverted conditionwm42013-11-051-1/+1
* vo_opengl: support for vdpau hardware decodingwm42013-11-055-0/+294
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cwm42013-11-053-220/+271
* vo_opengl: redo aspects of initialization, change hwdec APIwm42013-11-053-38/+38
* vo_opengl/vaapi: use IMGFMT_RGB0wm42013-11-051-1/+1
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itwm42013-11-053-27/+36
* vo_xv: fix compilation of SHM not availablewm42013-11-051-1/+1
* Adjust wayland definesPaweł Forysiuk2013-11-041-1/+1
* vdpau: drop required/deprecated access to a libavcodec struct fieldwm42013-11-041-3/+0
* vo_opengl: cosmetics/fix typoswm42013-11-042-2/+2
* vo_opengl: reserve 4 texture units for video instead of 3wm42013-11-041-5/+5
* Merge remote-tracking branch 'origin/have_configure'Stefano Pigozzi2013-11-0417-73/+72
|\
| * fix weird DPMS->EXT replacementwm42013-11-041-3/+3
| * Merge branch 'master' into have_configurewm42013-11-0412-32/+396
| |\
| * | configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-0317-72/+71
* | | vo_opengl: fix use of uninitialized memorywm42013-11-041-1/+1
| |/ |/|
* | vo_opengl: add support for VA-API OpenGL interopwm42013-11-044-0/+147
* | vo_opengl: add infrastructure for hardware decoding OpenGL interopwm42013-11-048-32/+224
* | mp_image: add helper for copying image attributeswm42013-11-032-0/+25
|/
* w32: implement functionality required for window-scalewm42013-11-021-0/+23
* x11: make window-scale use windowed size in fullscreen modewm42013-11-021-2/+2
* demux: rename Windows symbolswm42013-11-021-10/+10
* Fix some more -Wshadow warningswm42013-11-015-19/+19
* video: check profiles with hardware decodingwm42013-11-015-72/+131
* Enable -Wshadowwm42013-11-013-9/+8
* command: add property to scale window sizewm42013-10-312-0/+15
* x11: factor out normal window resize codewm42013-10-311-23/+31
* vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctnesswm42013-10-311-7/+13
* dec_video: remove unused declaration of a former global variablewm42013-10-311-2/+0
* gl_common: osx: fix compilation with latest XQuartz RCStefano Pigozzi2013-10-301-1/+1
* x11: restore support for --wid=0wm42013-10-301-2/+4
* x11: remove ancient metacity hackwm42013-10-301-14/+1
* x11: minor cosmeticswm42013-10-301-16/+11
* gl_x11: change error message when GL3 context creation failswm42013-10-281-1/+1
* x11_common: refactor of fstype codewm42013-10-281-102/+73
* cocoa: apply the more invasive constraining only with cmd+1/2/3Stefano Pigozzi2013-10-281-2/+10
* x11: fix border togglingwm42013-10-272-2/+5
* vo_xv: check whether image allocation succeedswm42013-10-271-6/+24
* gl_common: suggest --vo=opengl-old if OpenGL 2.1 missingwm42013-10-261-1/+6
* x11_common: reduce screensaver heartbeat from 30 to 10 secondswm42013-10-251-1/+1
* cocoa: constraint the window position a little moreStefano Pigozzi2013-10-251-1/+6
* wayland: better name for mouse coordinat