summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demux_timeline: disable cache for inactive segmentswm42016-02-161-0/+8
* Rewrite ordered chapters and timeline stuffwm42016-02-1511-12/+618
* player: remove old timeline/ordered chapters supportwm42016-02-155-277/+51
* packet: cosmetics: reorder fieldswm42016-02-151-4/+8
* audio/video: expose codec info as separate fieldwm42016-02-158-14/+16
* video: remove pointless parameter indirectionwm42016-02-153-4/+6
* sub: move sub decoder init to a functionwm42016-02-151-30/+44
* cocoa: fix charcode retrieving for accented charactersAlexis Nootens2016-02-151-1/+2
* player: add on_preloaded hookwm42016-02-152-0/+27
* player: restore old/correct --force-window behaviorwm42016-02-151-0/+3
* vo_opengl_cb: unbreak destroying+recreating GL contextwm42016-02-151-2/+2
* dxva2: support HEVC Main 10wm42016-02-151-8/+35
* dxva2: use mp_image pool for d3d surfacesKevin Mitchell2016-02-144-131/+222
* dxva2: remove unused structure membersKevin Mitchell2016-02-141-5/+1
* dxva2: streamline number of surface calculationKevin Mitchell2016-02-141-9/+2
* client API: explain when mpv_create() can return NULLwm42016-02-141-1/+4
* demux_mkv: support channel layout in VfW muxed PCMwm42016-02-141-1/+7
* mpv.conf: add some more optionswm42016-02-131-0/+8
* client API: handle double->int64 conversion correctlywm42016-02-131-1/+3
* manpage: normal filters are still active with complex filterswm42016-02-121-0/+3
* lavfi: dump the filter graphwm42016-02-121-0/+13
* ipc: fix uninitialized fieldwm42016-02-121-1/+1
* player: remove dead codewm42016-02-122-2/+2
* mp_image: force display size to at least 1x1wm42016-02-121-2/+2
* player: remove double assignment in declarationwm42016-02-121-1/+1
* sub: remove always-true checkwm42016-02-121-1/+1
* vo_opengl: unconfuse Coveritywm42016-02-121-1/+1
* stream_dvb: fix minor resource leakswm42016-02-121-0/+3
* stream_dvb: remove dead codewm42016-02-121-5/+0
* ad_lavc: fix --ad-lavc-threads rangewm42016-02-111-1/+1
* build: enable vaapi under drm-onlywm42016-02-111-1/+1
* demux: reduce verbositywm42016-02-111-2/+3
* video: approximate AVI timestamps via DTS handlingwm42016-02-114-54/+12
* manpage: fix indenting issue in vf_formatNiklas Haas2016-02-111-21/+21
* player: abort loading if there is a problem with complex filterswm42016-02-101-5/+11
* lavfi: stop playback on some unrecoverable situationswm42016-02-101-1/+3
* wscript_build: disable SONAME generation when building for AndroidJan Ekström2016-02-101-11/+18
* Enable building the opengl-cb video renderer on AndroidJan Ekström2016-02-103-3/+44
* Initial Android supportJan Ekström2016-02-108-0/+110
* demux_mf: only use glob() if it is availableJan Ekström2016-02-101-0/+2
* player: assume setlocale() returns NULL if locales are not supportedwm42016-02-101-1/+1
* player: fix crash if no video decoder can be initializedwm42016-02-102-0/+3
* player: force refresh seek when changing audio filterswm42016-02-093-4/+18
* vo_opengl_cb: do also not block when drawing nothingwm42016-02-091-1/+1
* image_writer: take care of prediction_method deprecationwm42016-02-091-1/+3
* manpage: add example for playing 2 audio tracks at the same timewm42016-02-081-0/+2
* player: add --external-file optionwm42016-02-084-14/+19
* build: enable vo_opengl_cb if GL headers are presentwm42016-02-081-1/+10
* build: make posix_spawn optionalwm42016-02-082-1/+12
* mpv.conf: adjustmentswm42016-02-081-23/+32
* vo_opengl: vdpau: call glVDPAUFiniNV only if initializedwm42016-02-081-6/+8
* wscript: mark subprocess as requiredwm42016-02-071-0/+1
* wayland: set fs mode on every configureAlexander Preisinger2016-02-071-5/+6
* video/decode/dxva2.c: GUID_NULL conflictskwkam2016-02-061-1/+1
* common/common.c: handle utf16 in mp_parse_escapekwkam2016-02-061-1/+12
* lavfi: fix EOF casewm42016-02-061-3/+4
* audio: fix EOF handling if nothing could be decoded at allwm42016-02-061-0/+4
* vd_lavc: fix use after free in some hwdecsKevin Mitchell2016-02-061-8/+3
* audio: minor simplificationwm42016-02-051-3/+0
* player: remove some further current_track dependencieswm42016-02-052-9/+7
* lavfi: fix build on Libavwm42016-02-051-0/+2
* player: add complex filter graph supportwm42016-02-0511-53/+1121
* build: make libavfilter mandatorywm42016-02-055-22/+12
* player: move audio and video decoder init to separate functionswm42016-02-053-33/+74
* player: simplify error_on_track()wm42016-02-051-15/+13
* options: set fs=yes by default on RPI, and change RPI defaults handlingwm42016-02-052-4/+5
* vo_rpi: add geometry handlingUros Vampl2016-02-051-10/+59
* vd_lavc: avoid calling flush on an unopened AVCodecContextwm42016-02-051-6/+9
* input: ignore --input-cursor for events injected by input commandswm42016-02-044-13/+35
* sub: implement "sub-seek 0"wm42016-02-042-6/+13
* video: remove AVI timestamps for dropped frameswm42016-02-041-1/+5
* ao_coreaudio: fix 7.1(rear) channel mappingwm42016-02-041-0/+27
* af_lavrresample: change fudged channelswm42016-02-041-2/+2
* vd_lavc: remove redundant best_csp fieldwm42016-02-032-15/+3
* vd_lavc: force microsecond timestamps on RPIwm42016-02-032-3/+9
* command: fix track cycling logicwm42016-02-031-9/+4
* command: show original aspect in video-aspect property toowm42016-02-021-16/+19
* w32_common: switch to UniformResourceLocatorWwm42016-02-021-3/+5
* TOOLS/lua/autoload.lua: remove the extension prior to sortAlexis Nootens2016-02-021-0/+5
* build: add special openbsd case for iconv checkStefano Pigozzi2016-02-011-1/+5
* player: refactor: reduce some dependencies on current_trackwm42016-02-013-24/+15
* player: use different variable to indicate coverartwm42016-02-014-17/+15
* audio/video: merge decoder return valueswm42016-02-017-46/+43
* CONTRIBUTING.md: encourage users to ping forgotten issueswm42016-02-011-0/+2
* audio: remove default preference for libdcadecwm42016-02-012-2/+2
* vo_opengl: hwdec: use IDs for API, and log which backend is usedwm42016-02-017-17/+30
* audio: use brutal resync only on larger PTS discontinuitieswm42016-01-311-2/+4
* audio: fix a case of going to sleep before playback startwm42016-01-311-0/+1
* DOCS: explain about DVD situation in man page.archenemies2016-01-311-0/+39
* x11: stop waiting for MapNotify when WM_STATE changesTracerneo2016-01-311-1/+3
* vd_lavc: release surfaces before destroying decoderwm42016-01-301-4/+3
* Fix build on Libavwm42016-01-301-0/+1
* vd_lavc: allow switching between hw/sw decoding any timewm42016-01-293-23/+35
* vd_lavc: simplify an aspect of hwdec fallbackwm42016-01-292-10/+5
* player: refactor: some more minor decoder/output decouplingwm42016-01-293-16/+22
* audio: refactor: separate audio init and filter/output initwm42016-01-291-47/+62
* audio: move pts reset checkwm42016-01-294-16/+17
* player: fix initial audio sync in certain caseswm42016-01-293-6/+2
* video: fix broken-PTS fallback determinationwm42016-01-291-11/+6
* audio: move mp_audio->AVFrame conversion to a functionwm42016-01-293-20/+76
* TOOLS/lua/ao-null-reload.lua: send ao-reload on audio-device-list changeKevin Mitchell2016-01-281-0/+20
* rpi: add VC-1 supportwm42016-01-281-0/+1
* mp_image: copy dts as part of mp_image attributes toowm42016-01-281-0/+1
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionKevin Mitchell2016-01-283-3/+3
* ao_wasapi: correct check for specified device on default changeKevin Mitchell2016-01-283-5/+11
* ao_wasapi: fix check for already found deviceKevin Mitchell2016-01-281-1/+1
* video: fix coverart switchingwm42016-01-271-2/+3
* rpi: add mpeg-4 decoding supportwm42016-01-271-0/+1
* demux_mkv: allow negative timestampswm42016-01-271-18/+20
* vo_opengl: do chroma merging in integer conversion stagewm42016-01-271-3/+13
* vo_opengl: add precision qualifier to usampler2D on ANGLEwm42016-01-271-1/+1
* vo_opengl: replace tscale-interpolates-only with interpolation-thresholdwm42016-01-274-13/+28
* vo_opengl: support 10 bit support with ANGLEwm42016-01-264-11/+121
* vo_opengl: actually reset use_normalized_range fieldwm42016-01-261-3/+3
* vo_opengl: default to rgba16f FBOs on ANGLEwm42016-01-262-4/+7
* command: always allow setting volume/mute propertieswm42016-01-264-7/+42
* video: slightly improve video stream switchingwm42016-01-261-0/+5
* vaapi: lower number of allocated surfaces againwm42016-01-261-1/+1
* manpage: fix typowm42016-01-251-1/+1
* vo_opengl: add tscale-interpolates-only sub-optionwm42016-01-254-1/+13
* vo_opengl: default scaler-resizes-only sub-option to yeswm42016-01-253-1/+4
* vd_lavc: delay images before reading them backwm42016-01-254-9/+52
* video: cleanup pts/dts passing between decoder componentswm42016-01-254-11/+18
* vo_opengl: rename custom shader entrypoint from sample to sample_pixelwm42016-01-253-4/+26
* vo_opengl: vdpau: better handling of preemption recoverywm42016-01-251-1/+1
* vdpau: force driver to report preemption earlywm42016-01-253-3/+21
* audio: fix spdif PCM fallbackwm42016-01-251-0/+2
* audio: release pending audio frame on seekingwm42016-01-251-0/+2
* video: remove some useless old RGB formatswm42016-01-256-62/+1
* dvb: fix segmentation fault in case no valid configuration is found.Oliver Freyermuth2016-01-241-2/+3
* manpage: minor correctionswm42016-01-242-8/+4
* video: limit maximum number of VO frames correctlywm42016-01-241-1/+1
* DOCS/interface-changes: fix typowm42016-01-231-1/+1
* player: free queued audio frame on uninitwm42016-01-231-0/+1
* manpage: adjust vf/af-command descriptionwm42016-01-221-1/+4
* af_lavfi, vf_lavfi: fix compilation on Libavwm42016-01-222-0/+2
* command: add af-command commandwm42016-01-227-0/+32
* vo_opengl: vaapi: don't expect EGL exts. to be in common ext. stringwm42016-01-221-2/+6
* command: add vf-command commandwm42016-01-227-0/+36
* ao_wasapi: use correct UINT type for device enumerationKevin Mitchell2016-01-221-5/+5
* 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