aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vo_opengl: don't use normalized coords for debanding rectangle texturesGravatar wm42016-02-18
* vo_opengl: pass the correct target to deband functionsGravatar wm42016-02-18
* wscript: remove dxva2-dxinterop configure testGravatar Kevin Mitchell2016-02-17
* vo_opengl: dxinterop: add dxva2 passthroughGravatar Kevin Mitchell2016-02-17
* dxva2: add interop (non-copyback) hwdec_typeGravatar Kevin Mitchell2016-02-17
* vo_opengl: dxinterop: improve error messagesGravatar Kevin Mitchell2016-02-17
* windows_utils: try and use FormatMessage for errors.Gravatar Kevin Mitchell2016-02-17
* dxva2: avoid using AV_PIX_FMT_P010 directlyGravatar wm42016-02-17
* dxva2: use mp_HESULT_to_str on FAILED(hr)Gravatar Kevin Mitchell2016-02-16
* dxva2: use mp_image_pool_get_no_alloc for decoder imagesGravatar Kevin Mitchell2016-02-16
* dxva2: check for failure of mp_image_new_custom_refGravatar Kevin Mitchell2016-02-16
* dxva2: another attempt at using mp_image poolGravatar Kevin Mitchell2016-02-16
* mp_image_pool: add mp_image_pool_addGravatar Kevin Mitchell2016-02-16
* dxva2: fix license on some newly added files to lgpl v2.1+Gravatar Kevin Mitchell2016-02-16
* demux_timeline: cosmetics: move a functionGravatar wm42016-02-16
* demux_timeline: disable cache for inactive segmentsGravatar wm42016-02-16
* Rewrite ordered chapters and timeline stuffGravatar wm42016-02-15
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15
* packet: cosmetics: reorder fieldsGravatar wm42016-02-15
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* video: remove pointless parameter indirectionGravatar wm42016-02-15
* sub: move sub decoder init to a functionGravatar wm42016-02-15
* cocoa: fix charcode retrieving for accented charactersGravatar Alexis Nootens2016-02-15
* player: add on_preloaded hookGravatar wm42016-02-15
* player: restore old/correct --force-window behaviorGravatar wm42016-02-15
* vo_opengl_cb: unbreak destroying+recreating GL contextGravatar wm42016-02-15
* dxva2: support HEVC Main 10Gravatar wm42016-02-15
* dxva2: use mp_image pool for d3d surfacesGravatar Kevin Mitchell2016-02-14
* dxva2: remove unused structure membersGravatar Kevin Mitchell2016-02-14
* dxva2: streamline number of surface calculationGravatar Kevin Mitchell2016-02-14
* client API: explain when mpv_create() can return NULLGravatar wm42016-02-14
* demux_mkv: support channel layout in VfW muxed PCMGravatar wm42016-02-14
* mpv.conf: add some more optionsGravatar wm42016-02-13
* client API: handle double->int64 conversion correctlyGravatar wm42016-02-13
* manpage: normal filters are still active with complex filtersGravatar wm42016-02-12
* lavfi: dump the filter graphGravatar wm42016-02-12
* ipc: fix uninitialized fieldGravatar wm42016-02-12
* player: remove dead codeGravatar wm42016-02-12
* mp_image: force display size to at least 1x1Gravatar wm42016-02-12
* player: remove double assignment in declarationGravatar wm42016-02-12
* sub: remove always-true checkGravatar wm42016-02-12
* vo_opengl: unconfuse CoverityGravatar wm42016-02-12
* stream_dvb: fix minor resource leaksGravatar wm42016-02-12
* stream_dvb: remove dead codeGravatar wm42016-02-12
* ad_lavc: fix --ad-lavc-threads rangeGravatar wm42016-02-11
* build: enable vaapi under drm-onlyGravatar wm42016-02-11
* demux: reduce verbosityGravatar wm42016-02-11
* video: approximate AVI timestamps via DTS handlingGravatar wm42016-02-11
* manpage: fix indenting issue in vf_formatGravatar Niklas Haas2016-02-11
* player: abort loading if there is a problem with complex filtersGravatar wm42016-02-10