summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ao_wasapi: exit earlier if there are zero playback devices foundKevin Mitchell2016-01-221-0/+5
* dvb: remove trailing whitespacewm42016-01-222-18/+18
* dvb: fix compilation with older Linux headerswm42016-01-221-1/+2
* video: don't wait for last video frame in the normal casewm42016-01-221-4/+8
* sub: change when/how subtitles are read completelywm42016-01-221-12/+8
* audio: refactor: move MPContext.ao_buffer fieldwm42016-01-222-25/+22
* player: fix some oversights in video refactoringwm42016-01-222-10/+10
* player: refactor: eliminate MPContext.d_audiowm42016-01-226-37/+57
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-228-201/+277
* wscript: Update `--lua' helpMichael Reed2016-01-221-1/+1
* vo_opengl: vaapi: reorganize platform entrypoints as tablewm42016-01-211-15/+20
* stream_dvb: add verbose output in non-DVBv5 querying.Oliver Freyermuth2016-01-211-1/+3
* stream_dvb: use DVBv5 API also for DVB-C tuning.Oliver Freyermuth2016-01-211-8/+39
* stream_dvb: improve messages on delivery-type detection.Oliver Freyermuth2016-01-211-10/+14
* stream_dvb: don't requery tuner type, rely on initial query.Oliver Freyermuth2016-01-211-11/+9
* stream_dvb: support frontends with multiple delivery systems.Oliver Freyermuth2016-01-213-59/+122
* x11: get *current* XRandR screen configurationNils Schneider2016-01-201-1/+1
* vo_opengl: add KMS/DRM VAAPI hardware decoding interopwm42016-01-203-1/+26
* ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HDwm42016-01-201-1/+2
* audio: change downmix behavior, add --audio-normalize-downmixwm42016-01-207-4/+25
* audio: change --audio-channels default back to stereowm42016-01-203-6/+10
* player: never show "DS: (unavailable)"wm42016-01-201-3/+6
* Change 3 more files to LGPLwm42016-01-203-21/+21
* vaapi: fix compilation on older FFmpeg/Libavwm42016-01-201-1/+1
* audio: remove initial decoding retry limitationwm42016-01-192-11/+0
* audio: move direct packet reading from decoders to common codewm42016-01-195-29/+27
* audio: move dec_audio.pool to ad_spdifwm42016-01-193-3/+3
* ao_coreaudio_chmap: change license to LGPLwm42016-01-192-14/+14
* filter_kernels.h: adjust the licensewm42016-01-191-11/+5
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-1933-392/+231
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-1988-629/+613
* demux: remove a minor difference between threaded/unthreaded modeswm42016-01-191-2/+2
* demux: fix leaking closed captions packets with unselected sub streamwm42016-01-191-6/+6
* ao_wasapi: use share_mode value instead of raw option opt_exclusiveKevin Mitchell2016-01-181-1/+1
* 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
* </