summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demux_lavf: get total duration from per-track durations as fallbackwm42017-03-011-2/+19
* vd_lavc: log pixel format requested from decoderwm42017-03-011-8/+18
* vf_vavpp: fix first-field modewm42017-02-281-3/+3
* vf_vavpp: add advanced deint bug compatibility for Intel vaapi driverswm42017-02-282-4/+27
* vf_vavpp: minor fixeswm42017-02-281-2/+4
* cocoa: improve calculation of new window position on a different screenAkemi2017-02-281-13/+44
* cocoa: only move window into screen bounds when changing screensAkemi2017-02-271-3/+9
* cocoa: fix segfault in certain circumstancesAkemi2017-02-273-3/+9
* osc: fix window dragging with showwindowed=noAkemi2017-02-271-0/+2
* cocoa: add option to force dedicated GPUAkemi2017-02-274-15/+44
* osx: drop support for OS X 10.7 and earlierAkemi2017-02-273-33/+0
* ao_alsa: close audio device if polling returns POLLERRwm42017-02-271-1/+3
* ao_alsa: fix an error checkwm42017-02-271-1/+1
* vo_opengl: hwdec_d3d11egl: make it work with some ANGLE DLL versionswm42017-02-271-1/+7
* decode: fix extra surface countwm42017-02-274-5/+4
* vf_vavpp: always limit forward/backward surfaces to requested numberwm42017-02-271-3/+7
* vf_vavpp: remove apparently broken change-detectionwm42017-02-271-2/+0
* vo_opengl: use misc/ctype.h instead of <ctype.h>wm42017-02-251-2/+2
* client: call certain external functions outside of client lockwm42017-02-241-2/+3
* demux_lavf: skip avformat_find_stream_info() for some formatswm42017-02-232-5/+26
* lavfi: temporary workaround for FFmpeg av_buffersrc_parameters_set() bugwm42017-02-221-0/+9
* cocoa: fix dragging out of focus windowAkemi2017-02-213-6/+22
* player: don't block playback stop when seekingwm42017-02-211-3/+0
* player: fix stats-logging of sleep statewm42017-02-211-2/+3
* player: remove unnecessary wakeupwm42017-02-211-1/+0
* vo: fix subtleties in the redrawing logicwm42017-02-213-10/+12
* player: reduce blocking on VO when switching pausewm42017-02-212-3/+10
* img_format: stop setting some fields to dummy values for hwaccel formatswm42017-02-211-6/+7
* mp_image: for hwaccel, use underlying fmt in mp_image_params_guess_csp()wm42017-02-211-1/+2
* ao: never set ao->device = ""Kevin Mitchell2017-02-201-2/+3
* cocoa: only report mouse movements when window is not being draggedAkemi2017-02-203-1/+19
* cocoa: make window draggable on initAkemi2017-02-201-0/+2
* stream_cb: remove leftover doxygen linewm42017-02-201-1/+0
* vo_tct: check ioctl resultrr-2017-02-201-6/+6
* image_writer: check a return valuewm42017-02-201-1/+3
* command: add a redundant NULL checkwm42017-02-201-1/+1
* dec_video, dec_audio: remove redundant NULL-checkswm42017-02-202-4/+2
* ao: fix potential NULL deref in ao_device_list_add()wm42017-02-201-2/+2
* command: fix wrong sizeof() argumentwm42017-02-201-1/+1
* lavfi: support hwdec filters for --lavfi-complexwm42017-02-203-0/+22
* lavfi: use AVBufferSrcParameterswm42017-02-201-23/+34
* lavfi: use mp_image to store the filter pad formatwm42017-02-203-16/+31
* Fix two typoswm42017-02-202-2/+2
* wscript: drop pointless libavcodec vaapi.h/dxva2.h/d3d11va.h checkswm42017-02-201-5/+3
* vd_lavc: increase verbosity if requested hwaccel is not compiledwm42017-02-201-1/+2
* vd_lavc, vaapi: move hw device creation to generic codewm42017-02-209-161/+104
* vo_opengl: remove dxva2 dummy hwdec backendwm42017-02-205-90/+6
* cocoa: fix cursor hiding at the top of the screen in fullscreenAkemi2017-02-191-0/+12
* cocoa: fix cursor hiding in the Dock area of the screenAkemi2017-02-191-1/+1
* cocoa: simplify the cursor hiding codeAkemi2017-02-191-35/+15
* cocoa: fix scroll wheel input with Shift modifierAkemi2017-02-191-1/+2
* wscript: fix --egl-angle-lib for waf 1.9James Ross-Gowan2017-02-191-2/+4
* waf: fix linking of win32 console wrapperRicardo Constantino2017-02-191-3/+3
* travis: disable OSXwm42017-02-181-1/+1
* lavc_conv: pass pkt_timebase to ffmpegAman Gupta2017-02-181-0/+3
* manpage: discourage vo_vaapi furtherwm42017-02-171-3/+2
* vo_opengl: implement videotoolbox hwdec on iOSAman Gupta2017-02-175-3/+220
* vo_opengl: don't crash on unsupported formatswm42017-02-171-1/+2
* build: update wafwm42017-02-171-2/+2
* vo_opengl: hwdec_vaegl: use new format setup functionwm42017-02-173-14/+28
* vo_opengl: hwdec_osx: use new format setup functionwm42017-02-174-90/+23
* vo_opengl: hwdec_cuda: use new format setup functionwm42017-02-171-34/+8
* vo_opengl: move texture mapping of pixel formats to helper functionwm42017-02-173-128/+163
* vo_opengl: handle GL_LUMINANCE_ALPHA and integer textures differentlywm42017-02-175-31/+38
* videotoolbox: fix RGB formatwm42017-02-172-2/+2
* videotoolbox: remove weird format-negotiation between VO and decoderwm42017-02-173-38/+12
* videotoolbox: add reverse format mapping functionwm42017-02-172-5/+21
* videotoolbox: factor some duplicated codewm42017-02-175-84/+80
* manpage: remove stale --volume-restore-data entrywm42017-02-171-12/+0
* cocoa: refactor mouse events and cursor visibilityAkemi2017-02-164-39/+41
* osx: improve bundle handlingAkemi2017-02-164-52/+9
* vd_lavc: fix inverted error checkwm42017-02-161-1/+1
* vd_lavc: move most vaapi hwaccel setup code to generic codewm42017-02-163-48/+95
* vd_lavc: remove some leftover vaapi locking infrastructurewm42017-02-162-23/+0
* cocoa: gracefully quit from the Dock's context menuAkemi2017-02-161-4/+10
* Copyright: list specific exceptions to stated ruleswm42017-02-161-1/+9
* DOCS/waf-buildsystem.rst: fix typoPedro Pombeiro2017-02-151-1/+1
* Revert "dvb: add support for DVB-T2"wm42017-02-144-766/+625
* vo_opengl: hwdec_vaegl: fix potentially undefined memory accesswm42017-02-141-2/+2
* cocoa: fix black edges on live resizeAkemi2017-02-131-20/+34
* cocoa: add --ontop-level option for modifying ontop window levelAkemi2017-02-134-6/+25
* lavfi: fix minor memory leakwm42017-02-131-9/+11
* mp_image: use AVFrame.opaque_ref to pass through mpv-only fieldswm42017-02-131-0/+20
* mpv.desktop: add translation for [da]scootergrisen2017-02-131-0/+3
* dvb: add support for DVB-T2ivan-832017-02-134-625/+766
* Fix build with HAVE_GL==0Michael Forney2017-02-131-1/+4
* atomic: remove __atomic builtin usagewm42017-02-133-41/+10
* win32: update the fullscreen state on restoringpavelxdd2017-02-121-1/+22
* DOCS/contribute.md: adjust coding style for if/else bracingwm42017-02-111-6/+4
* vo_opengl: angle: log the device/surface implementationJames Ross-Gowan2017-02-121-13/+27
* ytdl_hook: support livestream segmented DASH VODsRicardo Constantino2017-02-101-4/+6
* DOCS/mplayer-changes.rst: fix syntaxwm42017-02-101-1/+4
* dvb: move priv allocation to dvb_openThomas V2017-02-101-1/+1
* lavfi: cosmetics: more consistent variable namingwm42017-02-091-3/+3
* ao_oss: fix mixer channel messageKevin Mitchell2017-02-081-1/+1
* ao_oss: use --audio-device if --oss-device isn't set.Kevin Mitchell2017-02-081-6/+10
* lavfi: slightly better disconnected output handlingwm42017-02-081-6/+14
* Use AV_INPUT_BUFFER_PADDING_SIZE instead of deprecated onewang-bin2017-02-083-4/+4
* manpage: fix incorrect option name for --record-filewm42017-02-082-2/+2
* mp_image_tool: guard hw downloading against allocation failureswm42017-02-071-1/+1
* player: add experimental stream recording featurewm42017-02-0717-5/+597
* vo_opengl: egl_helpers: fix for non-WindowsJames Ross-Gowan2017-02-081-1/+1
* vo_opengl: angle: rewrite with custom swap chainJames Ross-Gowan2017-02-077-240/+724
* ytdl_hook: reenable support for length-less segments in EDLRicardo Constantino2017-02-061-12/+28
* manpage: Reorganise discussion of cuda hwdec to be less confusingPhilip Langdale2017-02-061-12/+8
* DOCS/edl-mpv.rst: fix typowm42017-02-051-1/+1
* ytdl_hook: fix EDL syntaxwm42017-02-051-1/+1
* demux_edl: fix behavior with no init segment providedwm42017-02-051-0/+6
* tv: Zero-out newly-allocated handle in tv_new_handle()Frédéric Brière2017-02-051-4/+1
* demux_timeline: more silencingwm42017-02-041-1/+1
* demux: try not to read packets when cancelledwm42017-02-041-1/+3
* ytdl_hook: Add non-dash fallbacks to default formatsRicardo Constantino2017-02-041-3/+3
* ytdl_hook, edl: implement pseudo-DASH supportwm42017-02-048-70/+276
* demux_timeline: move code aroundwm42017-02-041-41/+41
* ytdl: support segmented dashRicardo Constantino2017-02-041-12/+16
* sub: remove .txt as text subtitle extensionwm42017-02-031-1/+1
* manpage: state that hwdec d3d11va requires Windows 8+S2F0amEgS2xvdmVy2017-02-031-2/+2
* player: different way to auto-enable the demuxer cachewm42017-02-025-11/+20
* stream: get rid of streamtype enumwm42017-02-0219-50/+47
* stream: better method signal caching, rename weird uncached_stream fieldwm42017-02-023-10/+11
* cocoa: fix color profile retrievalAkemi2017-02-021-0/+1
* cocoa: fix dropping of files and URLsAkemi2017-02-021-14/+5
* cocoa: optimise screen event handlingAkemi2017-02-022-9/+20
* cocoa: fix displaylink refresh rate retrievalAkemi2017-02-021-23/+29
* osx: consistent normalisation when searching for external filesAkemi2017-02-023-4/+19
* hw_dxva2: create a IDirect3D9Ex devicewm42017-02-021-18/+27
* tvi_dummy: don't return bad dummy PTSwm42017-02-021-2/+3
* demux_tv: free the correct field instead of creating dangling pointerwm42017-02-021-1/+1
* sub: add justify of subtitlesDan Oscarsson2017-02-018-0/+26
* osc: allow playlist buttons when loopingRicardo Constantino2017-02-011-2/+3
* TOOLS/matroska.py: use python3wm42017-02-011-1/+1
* osc: box: clip with ellipsis after too much stretchingRicardo Constantino2017-01-311-2/+9
* osc: bottom/topbar: clip title instead of stretchingRicardo Constantino2017-01-311-4/+6
* player: add .scc subtitle extensionwm42017-01-311-1/+2
* demux_mkv: passthrough BlockAdditions for libvpx alphawm42017-01-314-1/+54
* TOOLS/matroska.py: fix some minor things for dumpingwm42017-01-311-5/+4
* demux_mkv: any reference makes a frame not a keyframewm42017-01-311-2/+1
* command: nicer OSd-formatting for loop-filewm42017-01-311-0/+1
* input.conf: change "L" to change loop-file by defaultwm42017-01-312-1/+5
* ytdl_hook: refactor edl track joiningRicardo Constantino2017-01-301-20/+28
* ytdl_hook: respect --no-audio, don't force-select trackRicardo Constantino2017-01-301-1/+1
* build: fix --disable-gl if cuda is enabledwm42017-01-301-0/+1
* cocoa: fix unwanted behavior with window level other than the defaultAkemi2017-01-291-2/+4
* vo_opengl: dxinterop: use the new SAFE_RELEASE macroJames Ross-Gowan2017-01-301-15/+8
* win32: add COM-specific SAFE_RELEASE to windows_utils.hJames Ross-Gowan2017-01-305-30/+31
* player: print hw format on "VO: " line toowm42017-01-291-2/+5
* ytdl_hook: fix opening hitbox.tv rtmp streamRicardo Constantino2017-01-291-0/+2
* vaapi: improve a commentwm42017-01-281-1/+7
* vaapi: remove central lock around vaapi API callswm42017-01-287-85/+2
* waftools/checks/generic: hacks for linking against static/shared libskwkam2017-01-281-5/+18
* wscript: add LIBRARY_PATH for library detectionkwkam2017-01-282-0/+4
* build: rpi: rely on pkgconfig for compiler flagsIlya Tumaykin2017-01-282-20/+28
* win32: snap to screen edgespavelxdd2017-01-275-0/+153
* build: explicitly check for FFmpeg vs. Libav, and their exact versionswm42017-01-273-43/+59
* wscript: merge libavfilter check into the main ffmpeg checkwm42017-01-271-7/+2
* atomic: drop __sync builtinswm42017-01-272-28/+1
* stream: minor cleanup to previous commitwm42017-01-271-12/+7
* stream: set EOF if stream is canceledwm42017-01-261-1/+3
* command: shorten long playlists on OSDwm42017-01-264-9/+107
* osd: move some internal declarations to internal headerswm42017-01-263-10/+7
* vd_lavc: allocate 8 ref frames for VP9wm42017-01-261-2/+6
* vo_opengl: egl_helpers: fix variable namewm42017-01-261-3/+3
* client API: adjust opengl_cb hardware decoding commentswm42017-01-261-3/+6
* stream_lavf: add support for data URIsRicardo Constantino2017-01-253-1/+6
* vf_lavfi: don't crash with VOs without hardware decoding supportwm42017-01-251-5/+7
* ad_lavc, vd_lavc: preserve codec_id/codec_type when setting paramswm42017-01-251-0/+8
* ad_lavc, vd_lavc: move mpv->lavc decoder parameter setup to common codewm42017-01-254-38/+79
* manpage: add "A/V sync" to make it findable with Ctrl+foctos2017-01-251-1/+1
* osc: fix crashes related to field eventresponder being nilRoland Hieber2017-01-251-0/+1
* command: fix potential crash for script-binding with multi-commandswm42017-01-241-1/+2
* cue: accept lower-case cue commandswm42017-01-241-1/+1
* stream: check for playback aborts on reading toowm42017-01-241-0/+2
* av_common: remove old/unused timestamp passthrough codewm42017-01-241-21/+8
* build: new vaapi hwaccel API does not use av_image_copy_uc_from()wm42017-01-241-1/+1
* av_common: drop unused functionwm42017-01-242-24/+0
* build: replace some FFmpeg API checks with version checkswm42017-01-247-32/+8
* ad_lavc: respect AV_FRAME_FLAG_DISCARDwm42017-01-241-0/+5
* sub: add option to force using video resolution for image subtitleswm42017-01-234-1/+10
* sd_lavc: remove old broken heuristicwm42017-01-232-39/+10
* player: actually initialize/destroy MPContext.lockwm42017-01-221-0/+3
* charset_conv: fallback to interpreting subs as latin1 if iconv failswm4