summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ao_openal: wipe out global context on init errorKevin Mitchell2016-01-181-0/+1
* vo_drm: fix CRTC usagerr-2016-01-181-1/+1
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingAman Gupta2016-01-184-2/+53
* lavc_conv: pass real_time=1 option to ffmpeg for eia_608 decoderAman Gupta2016-01-181-1/+7
* ass_mp: add mp_ass_flush_old_events()Aman Gupta2016-01-182-0/+15
* command: fix NULL pointer deref in "video-codec" propertywm42016-01-181-1/+1
* demux: disable stream cache if no tracks are selectedwm42016-01-182-1/+12
* demux: remove unused functionwm42016-01-182-15/+0
* demux: fix interleaved subtitle reading in unthreaded modewm42016-01-181-16/+17
* demux: unify codepaths for threaded/unthreaded track switchingwm42016-01-181-10/+8
* cache: add mechanism for disabling readaheadwm42016-01-182-1/+17
* demux: remove unused flagwm42016-01-182-4/+1
* manpage: adjust --display-fps descriptionwm42016-01-181-3/+7
* af_lavrresample: fudge some channel layout conversionwm42016-01-181-0/+33
* sub: fix memory leakswm42016-01-182-3/+8
* image_writer: fix writing flipped images as jpgwm42016-01-171-1/+1
* player: refactor: eliminate MPContext.d_videowm42016-01-179-100/+109
* player: refactor: eliminate MPContext.d_subwm42016-01-175-62/+74
* command: modify OSD message when forcing original video aspect ratiowm42016-01-161-0/+7
* video: refactor: disentangle decoding/filtering some morewm42016-01-166-109/+180
* osd: make osd-width/height properties watchablewm42016-01-152-3/+8
* global: add client API pointer to library handlewm42016-01-154-0/+10
* video: refactor: slightly disentangle video filteringwm42016-01-151-43/+32
* cocoa: get fps only from dislaylinkStefano Pigozzi2016-01-141-8/+9
* cocoa: add an observer for screenmode changeStefano Pigozzi2016-01-141-0/+26
* manpage: update win32 config pathwm42016-01-141-1/+1
* video: fix interactively changing aspect ratiowm42016-01-143-1/+7
* man: options: Clarify expected behaviour with --dvbin-full-transponder.Oliver Freyermuth2016-01-141-4/+7
* player: prefer "service_name" as media title.Oliver Freyermuth2016-01-141-0/+3
* options: add "service_name" as display tag.Oliver Freyermuth2016-01-141-1/+1
* demux_lavf: update metadata with information from AV_PROGRAM on switch.Oliver Freyermuth2016-01-141-0/+6
* man: options: hint to cycling of program property.Oliver Freyermuth2016-01-141-0/+2
* man: input: document new DVB bindings and properties.Oliver Freyermuth2016-01-142-1/+13
* player: implement SWITCH for dvb-channel-name property, add binding.Oliver Freyermuth2016-01-142-0/+12
* player: remove unused last_dvb_step member.Oliver Freyermuth2016-01-142-4/+0
* player, stream_dvb: implement dvb-channel-name property.Oliver Freyermuth2016-01-144-1/+59
* stream_dvb: global protection mutex and usage bit for global_dvb_state.Oliver Freyermuth2016-01-142-1/+21
* stream_dvb: implement GET_METADATA and return program name.Oliver Freyermuth2016-01-141-2/+13
* stream_dvb: persist state-information across channel-switches.Oliver Freyermuth2016-01-142-35/+71
* dvb: rename dvb_config_t to dvb_state_t, keep config and state there.Oliver Freyermuth2016-01-143-117/+128
* video: decouple filtering/decoding slightly morewm42016-01-146-101/+119
* player: remove stale declarationwm42016-01-141-1/+0
* video: refactor: shuffle code aroundwm42016-01-144-76/+75
* video: refactor: handle video format fixups closer to decoderwm42016-01-147-92/+83
* manpage: mention that image subtitles can not be repositioned etc.wm42016-01-121-0/+8
* stream: stream_read_complete() reads from current pos, not 0wm42016-01-121-1/+1
* demux_lavf: fix charset conversion with UTF-16 subtitleswm42016-01-121-5/+6
* player: simplify backsteppingwm42016-01-124-117/+38
* player: handle hrseek framedrop correctlywm42016-01-122-2/+2
* demux: merge sh_video/sh_audio/sh_subwm42016-01-1224-247/+232
* TOOLS/stats-conv: slightly better colorwm42016-01-121-3/+9
* build: fix mpv.conf installationwm42016-01-111-1/+1
* build: add option to customize config files system pathStefano Pigozzi2016-01-112-1/+3
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-1184-83/+83
* sub: read subtitles until their timestamps are past videowm42016-01-111-1/+1
* player: eliminate demux_get_next_pts()wm42016-01-116-37/+6
* cache: remove useless return valuewm42016-01-111-5/+2
* vaapi: replace VA_STR_FOURCCwm42016-01-114-7/+4
* ao_coreaudio: replace fourcc_repr()wm42016-01-113-35/+7
* etc: rename "example.conf" to "mpv.conf"Dmitrij D. Czarkoff2016-01-111-0/+0
* dxva2: log more debug infoswm42016-01-111-11/+41
* ao_wasapi: move out some utility functionswm42016-01-115-76/+128
* common: add mp_tag_str() utility functionwm42016-01-112-0/+20
* waf: add "lua51" ("51obsd") to list of possible lua namesDmitrij D. Czarkoff2016-01-111-0/+1
* ytdl: Include Referer header as wellYen Chi Hsuan2016-01-101-3/+6
* TOOLS: remove old build systemwm42016-01-102-1500/+0
* player: detect audio PTS jumps, make video PTS heuristic less aggressivewm42016-01-094-14/+23
* Fix build on older libavcodec versionswm42016-01-083-0/+9
* manpage: adjust documented screenshot file namewm42016-01-081-2/+3
* img_format: fix padding calculation with P010wm42016-01-081-1/+1
* vd_lavc: log codec profile when attempting hardware decodingwm42016-01-081-0/+4
* common: allow "\/" as escape sequencewm42016-01-081-1/+2
* dvb: cleanup dvb_params struct, remove some unneeded fdsOliver Freyermuth2016-01-073-11/+8
* img_format: fix compilation on older libavutil releaseswm42016-01-071-1/+1
* vo_opengl: generic semi-planar supportwm42016-01-071-9/+10
* img_format: add a generic flag for semi-planar formatswm42016-01-072-4/+30
* img_format: take care of pixfmts that declare paddingwm42016-01-071-2/+9
* win32: fix fd://James Ross-Gowan2016-01-073-6/+13
* filter_kernels: improve the gaussian functionNiklas Haas2016-01-071-2/+2
* filter_kernels: relicense under BSDwm42016-01-071-11/+5
* vo_opengl: hwdec_vdpau: relicense under LGPLwm42016-01-071-7/+7
* vo_opengl: video.h: fix licensewm42016-01-071-7/+8
* vo_opengl: hwdec_vaegl: change license to LGPL 2.1wm42016-01-071-9/+7
* mpv.desktop: add audio/mp4 mime typewm42016-01-071-1/+1
* player: reset playback abort when reloading a filewm42016-01-071-0/+1
* player: make watch later/resume work when "playing" directorieswm42016-01-066-9/+98
* video: fix debug messagewm42016-01-061-1/+1
* filter_kernels: replace AGG-based codewm42016-01-061-71/+69
* ao_dsound: remove this audio outputwm42016-01-065-732/+2
* ao_wasapi: remove unnecessary header fileKevin Mitchell2016-01-055-74/+31
* ao_wasapi: initialize change notify in main threadKevin Mitchell2016-01-052-3/+6
* ao_wasapi: remove old vistablob prototypeKevin Mitchell2016-01-051-2/+0
* ao_wasapi: make find_deviceID read only wrt struct aoKevin Mitchell2016-01-053-19/+20
* ao_wasapi: move device selection to main threadKevin Mitchell2016-01-053-8/+10
* ao_wasapi: avoid some redundant error messages in device selectionKevin Mitchell2016-01-051-15/+7
* ao_wasapi: alloc later to avoid free on errorKevin Mitchell2016-01-051-2/+1
* audio: update outdated commentwm42016-01-051-3/+4
* ao_pulse: attempt to fall back to an arbitrary sample formatwm42016-01-051-2/+7
* ao_pulse: check for sample rate boundswm42016-01-051-1/+1
* ao_pulse: move format setting into a functionwm42016-01-051-20/+26
* options: raise maximum value for --audio-sampleratewm42016-01-051-1/+1
* vo_rpi: handle rotationwm42016-01-051-1/+14
* vo_rpi: work around firmware oddness leading to incorrect video rectwm42016-01-051-2/+4
* bundle: remove git sha from the Info.plist versionStefano Pigozzi2016-01-051-1/+10
* build: add option of html manualChris Mayo2016-01-052-0/+19
* demux_lavf: re-enable codepage autodetection for .assfwr2016-01-041-2/+1
* ao_wasapi: remove +x flag from fileswm42016-01-044-0/+0
* chmap_sel: prefer inexact equivalents over perfect upmixwm42016-01-042-11/+22
* ao_wasapi: just use a pointer to the deviceID in change_notifyKevin Mitchell2016-01-041-3/+1
* ao_wasapi: correctly name the IMMNotificationClientVtblKevin Mitchell2016-01-041-2/+2
* ao_wasapi: make persistent enumerator local to change_notifyKevin Mitchell2016-01-044-21/+12
* ao_wasapi: rewrite device listing and selectionKevin Mitchell2016-01-042-225/+187
* vo_opengl: fix operation on GLES 2.0wm42016-01-041-2/+2
* sd_ass: fix memory leaks with --sub-ass=nowm42016-01-041-1/+4
* vo_opengl: reset nnedi3 weights properlyBin Jin2016-01-031-0/+1
* x11: silence xdg-screensaver failure messagewm42016-01-031-2/+2
* player: make sure streams are selected with ordered chapterswm42016-01-031-3/+3
* CONTRIBUTING: discourage reports against unmaintained releaseswm42016-01-031-0/+2
* ao_wasapi: fix delay calculation againKevin Mitchell2016-01-021-6/+12
* options: exclude 360 from --video-rotate rangewm42016-01-022-2/+2
* Update copyright yearwm42016-01-012-2/+2
* sub: do not check for duplicates if --sub-clear-on-seek is setwm42015-12-311-1/+5
* video: do not disable hr-seek framedrop too earlywm42015-12-301-7/+5
* demux_mkv: skip EBML void elementsKagami Hiiragi2015-12-291-1/+1
* TOOLS/zsh.pl: add .opus extension in zsh completionsEric G2015-12-291-1/+1
* example.conf: minor changeswm42015-12-291-12/+10
* manpage: lua: fix command nameswm42015-12-291-5/+5
* sub: change how subtitles are readwm42015-12-297-78/+87
* sub: remove packet list thingwm42015-12-281-27/+1
* sub: do charset conversion in demux_lavf.cwm42015-12-283-48/+21
* demux_lavf: prepare for using wrapper stream instancewm42015-12-281-14/+20
* wayland: fix typo in error messageAlessandro Ghedini2015-12-271-1/+1
* sub: refactor initializationwm42015-12-277-151/+86
* sub: minor refactor how video FPS for MicroDVD is setwm42015-12-275-29/+30
* demux_mkv: adjust subtitle preroll defaultswm42015-12-272-5/+22
* README: remove pointer to homebrew-mpvStefano Pigozzi2015-12-261-4/+0
* vo_rpi: fix previous commitwm42015-12-261-1/+1
* vo_rpi: fix compilationwm42015-12-262-6/+2
* filter_kernels: use more precise parameters for robidoux filterswm42015-12-261-4/+10
* vo_opengl: fix gray playbackwm42015-12-261-4/+3
* command: replace ROUND() with lrint()wm42015-12-262-7/+4
* sub: destroy/recreate ASS_Renderer when disabling/enablings subswm42015-12-265-8/+34
* sub: always recreate ASS_Renderer on subtitle decoder reinitwm42015-12-268-150/+75
* sub: cache subtitle state per track instead of per demuxer streamwm42015-12-266-49/+31
* vo_opengl: flip image if backend uses flipped renderingwm42015-12-251-0/+2
* command: change heuristic for files with 1 chapterwm42015-12-251-2/+3
* player: fix previous commitwm42015-12-251-11/+17
* options: add --audio-file-pathswm42015-12-254-16/+29
* sub: clear subtitle list when crossing timeline boundarywm42015-12-253-4/+19
* command: fix eof-reached property change notification in corner caseswm42015-12-241-2/+2
* sub: use macros to remove code duplicationwm42015-12-241-49/+31
* sub: merge bitmap render functions into one for each kindwm42015-12-241-84/+45
* sub: remove "inaccurate" code pathwm42015-12-241-10/+0
* sub: find GBRP format automatically when rendering to RGBwm42015-12-244-23/+17
* vo_opengl: fix operation on GLSL versions earlier than 1.30wm42015-12-241-1/+1
* sub: better alpha blending when rendering to alpha surfaceswm42015-12-243-1/+37
* vo_opengl: fall back to gcc thread local storage (2)wm42015-12-231-1/+0
* demux_mf: fix previous commitwm42015-12-231-5/+7
* demux: remove weird tripple-buffering for the sh_stream listwm42015-12-2313-146/+199
* input: add a catch-all "unmapped" commandwm42015-12-234-1/+14
* input: add key name to script-binding command responsewm42015-12-235-13/+20
* old-configure: add a missing definewm42015-12-231-0/+1
* vo_opengl: fall back to gcc thread local storagewm42015-12-231-1/+7
* CONTRIBUTING.md: add some more hintswm42015-12-231-0/+6
* player: minor simplificationwm42015-12-232-5/+3
* CONTRIBUTING.md: add missing wordswm42015-12-221-1/+1
* stream_lavf: remove tabswm42015-12-221-2/+2
* vo_opengl: blend transparent video against tiles by defaultwm42015-12-222-6/+13
* Add a CONTRIBUTING.md filewm42015-12-222-9/+33
* tests: fix #includeIlya Tumaykin2015-12-221-1/+1
* input.conf: remove a redundant and a broken examplewm42015-12-221-2/+0
* input.conf: erase `audio-delay` from `Not assigned by default`openingnow2015-12-221-2/+0
* dec_sub: avoid segfault on sub_init_decoder failureAman Gupta2015-12-221-1/+2
* demux_lavf: rename to handle_new_stream to clarify intentAman Gupta2015-12-221-2/+2
* ao_wasapi: fix delay calculationKevin Mitchell2015-12-211-21/+36
* demux_lavf: make trace output for mp_seek easier to digestAman Gupta2015-12-211-1/+4
* Fix some typos in code commentsAman Gupta2015-12-213-3/+3
* vf_yadif: change defaultswm42015-12-214-6/+11
* ao_wasapi: move volume control init to it's own functionKevin Mitchell2015-12-211-21/+34
* ao_wasapi: correctly handle audio session display failureKevin Mitchell2015-12-211-10/+14
* ao_wasapi: non-fatal error handling for COM marshallingKevin Mitchell2015-12-213-55/+65