summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* video: refactor GPU memcpy usagewm42015-09-2510-82/+112
* vd_lavc: Fix recovery from vdpau preemptionPhilip Langdale2015-09-251-3/+3
* vo_rpi, wayland: fix buildwm42015-09-252-7/+7
* vo_opengl: vaapi: undo vaAcquireBufferHandle() correctly on errorwm42015-09-251-2/+4
* vaapi: cosmetics, minor fixeswm42015-09-251-3/+3
* vo_opengl: vaapi: handle YV12 correctlywm42015-09-251-0/+3
* vo_opengl: vaapi: document DRM fourcc upstream defineswm42015-09-251-3/+4
* vo_opengl: vaapi: use dummy image to determine plane layoutwm42015-09-251-9/+8
* vo_opengl: vaapi: remove unnecessary loopwm42015-09-251-2/+1
* vo_opengl: vaapi: fix cleanupwm42015-09-251-0/+2
* vo_opengl: support new VAAPI EGL interopwm42015-09-256-0/+262
* vo_opengl: add mechanism to retrieve Display from EGL contextwm42015-09-253-1/+33
* vo_opengl: load certain EGL extensions needed for VAAPI EGL interopwm42015-09-256-1/+56
* vo_opengl: enable X11 EGL backend by defaultwm42015-09-241-1/+0
* vo_opengl: actually set hardware decoder mapped texture formatwm42015-09-244-3/+6
* client API: rename GL_MP_D3D_interfaceswm42015-09-246-15/+46
* vo_opengl: remove sharpen scalers, add sharpen sub-optionwm42015-09-237-53/+49
* vo_opengl: move deband_opts declaration to where it's usedwm42015-09-232-8/+8
* vo_opengl: remove unsued chroma_location fieldwm42015-09-232-2/+0
* vo_opengl: move shader file caching to video.cwm42015-09-234-50/+44
* player: fix another --force-window bugwm42015-09-231-1/+1
* vd_lavc: do not abort hardware decoding on errorswm42015-09-231-8/+7
* vf_vavpp: allocate output surfaces with the same size as inputwm42015-09-233-1/+15
* va_vavpp: set input/output processing regionwm42015-09-231-2/+2
* vd_lavc: minor cleanup to hwdec fallback codewm42015-09-231-15/+8
* DOCS: update client API changes for releaseMartin Herkt2015-09-231-1/+1
* DOCS: update release policyMartin Herkt2015-09-231-27/+69
* win32: allow multiple windows at the same timewm42015-09-221-6/+1
* build: allow disabling vapoursynth completelywm42015-09-221-7/+8
* player: fix excessive CPU usage in audio-only modewm42015-09-221-3/+4
* player: some more --force-window fixeswm42015-09-212-12/+17
* player: do not destroy VO prematurely when initializing playbackwm42015-09-201-1/+2
* player: rename and move find_subfiles.cwm42015-09-206-5/+5
* player: add opus to list of external audio file extensionswm42015-09-201-1/+1
* player: make force-window in auto-profiles actually workwm42015-09-204-29/+36
* player: make force-window=immediate work in auto-profileswm42015-09-201-0/+3
* vf_yadif: add hack for Libav compatibilitywm42015-09-201-3/+12
* audio/filter: remove reentrancy flagwm42015-09-205-22/+1
* TOOLS/zsh.pl: only check the actual exit code when calling mpvPhilip Sequeira2015-09-201-2/+2
* vf_vdpaurb: query_format is still requiredPhilip Langdale2015-09-181-0/+6
* vf_vdpaurb: Pass through non-hardware-decoded contentPhilip Langdale2015-09-151-9/+8
* manpage: add a note about libavfilterwm42015-09-112-0/+8
* video/filter: remove some vf_lavfi wrapperswm42015-09-118-380/+0
* vf_lavfi: cosmetics: fix coding stylewm42015-09-111-11/+11
* af_lavfi: implement af-metadata propertywm42015-09-116-10/+63
* af: use generic statuc codeswm42015-09-111-7/+7
* player: prefer logical current directory pathwm42015-09-111-0/+4
* vf: vf_stereo3d depends on libavfilterwm42015-09-112-2/+2
* ao_lavc: minor simplificationwm42015-09-111-2/+2
* ao_alsa: use sample format determination codeKevin Mitchell2015-09-101-12/+10
* ao_alsa: add double to sample format listKevin Mitchell2015-09-101-0/+1
* ao_alsa: put spdif formats into find_alsa_formatKevin Mitchell2015-09-101-9/+9
* audio/format: revise af_format_conversion_scoreKevin Mitchell2015-09-101-8/+13
* video: make --field-dominance set interlaced flagKevin Mitchell2015-09-102-4/+10
* vo_rpi: fix compilationwm42015-09-111-2/+2
* ao_oss: use new sample format determination codewm42015-09-101-1/+2
* ao_lavc: use new sample format determination codewm42015-09-103-24/+16
* audio/format: add function for determining sample conversion candidateswm42015-09-102-0/+32
* audio/format: fix interlaved vs. non-interleaved conversionswm42015-09-101-1/+1
* audio/format: actually prefer float over double sample formatwm42015-09-101-1/+1
* video: do not use deprecated libavutil pixdesc fieldswm42015-09-103-5/+27
* vo_opengl: fix shader compilation with debanding and OSX hwdecwm42015-09-103-8/+10
* vo_opengl: move sampler type mapping to a functionwm42015-09-102-7/+14
* command: make "add <property> 0" not change the valuewm42015-09-103-5/+10
* cache: do not include backbuffer size in total stream cache sizewm42015-09-102-2/+4
* DOCS: cleanup API changes version markerswm42015-09-102-10/+11
* vo_opengl: fix deband sub-option handlingwm42015-09-091-1/+6
* vo_opengl: implement debanding (and remove source-shader)Niklas Haas2015-09-097-98/+228
* old-makefile: update for recent OpenGL refactorswm42015-09-091-9/+14
* vo_opengl: move self-contained shader routines to a separate fileNiklas Haas2015-09-095-348/+425
* vo_opengl: reduce code duplication for scaler optionsNiklas Haas2015-09-091-33/+16
* vo_opengl: remove gl_ prefixes from files in video/out/openglNiklas Haas2015-09-0927-56/+56
* vo_opengl: move gl_* files to their own subdirNiklas Haas2015-09-0927-40/+40
* vo_opengl: minor refactorNiklas Haas2015-09-091-5/+5
* Use setfield, not --field-dominance. See #2297.Rudolf Polzer2015-09-091-6/+6
* vo_opengl: filter allowed options in dumb-modewm42015-09-081-14/+14
* vo_opengl: move gl_video_opts copying code to separate functionwm42015-09-082-15/+22
* af_lavrresample: remove unnecessary indirectionswm42015-09-081-35/+30
* af_lavrresample: add normalize suboptionwm42015-09-082-1/+13
* vo_opengl: restore single pass optimization as separate code pathwm42015-09-073-31/+92
* vo_opengl: move video source rectangle computation to a functionwm42015-09-071-18/+29
* vo_opengl: comsetics: remove unnecessary line breakwm42015-09-071-4/+2
* vo_opengl: require FBOs and get rid of the single-pass optimizationNiklas Haas2015-09-072-91/+42
* osd: delay libass initialization as far as possiblewm42015-09-072-5/+11
* options: fix --no-configwm42015-09-054-5/+5
* DOCS/client_api_examples/sdl: make the window resizablewm42015-09-041-1/+2
* af_lavrresample: add missing include statementwm42015-09-041-0/+1
* vo_opengl: use the correct attribute name for vertex positionwm42015-09-041-2/+2
* audio/filter: remove af_bs2b toowm42015-09-047-202/+0
* audio/filter: remove some useless filterswm42015-09-0324-4132/+0
* player: log error code on playback exitwm42015-09-031-0/+2
* ebml: warn if an EBML has unknown lengthwm42015-09-031-0/+4
* manpage: fix typowm42015-09-031-1/+1
* vd_lavc: better hwdec log outputwm42015-09-022-4/+17
* vd_lavc: factor all hwdec fallbacks into the same functionwm42015-09-021-24/+19
* vo_opengl: improve robustness against PBO failurewm42015-09-021-29/+40
* vo_opengl: enable pbo by default with opengl-hqwm42015-09-022-1/+2
* vo_opengl: slightly simplify plane size determinationwm42015-09-021-2/+5
* vo_opengl: don't distinguish "real" and texture sizewm42015-09-023-34/+28
* vo_opengl: simplify PBO copywm42015-09-021-6/+2
* vo_opengl: rename get_image to map_imagewm42015-09-021-2/+2
* vo_opengl: remove redundant statement in PBO codewm42015-09-022-5/+0
* screenshot: avoid confusing template error message with no fileKevin Mitchell2015-09-021-9/+11
* sub: always try to use libavcodec text subtitle converterwm42015-09-011-12/+4
* vo_opengl: remove some leftoverswm42015-09-011-4/+0
* vo_opengl, vda: return to old statewm42015-09-012-31/+5
* sub: fix --sub-codepage UTF-8 with fallbackwm42015-09-011-0/+4
* vo_rpi, vo_opengl: do not globally terminate EGL on VO uninitwm42015-08-311-2/+1
* vo_opengl: fix alpha video in one casewm42015-08-301-0/+2
* video: make container vs. bitstream aspect ratio configurablewm42015-08-307-18/+59
* w32: shift drag and drop appendsKevin Mitchell2015-08-301-2/+4
* x11: drag and drop append with modifierKevin Mitchell2015-08-302-1/+8
* input: add append argument to file drop eventKevin Mitchell2015-08-306-12/+21
* osc: reinit on playlist changesKevin Mitchell2015-08-291-0/+1
* player: slightly better error reporting when opening file failswm42015-08-281-2/+7
* client API: improve an error messagewm42015-08-281-1/+1
* osc: exit tick immediately if disabled.torque2015-08-281-0/+2
* sd_ass: assume negative durations are unknown durations, and handle themwm42015-08-271-5/+27
* ytdl: catch bogous extractor infoChrisK22015-08-271-12/+12
* demux_mkv: discard broken indexwm42015-08-261-4/+17
* demux_mkv: don't read index twicewm42015-08-261-1/+1
* video: disable interpolation during framesteppingwm42015-08-251-0/+1
* vo_opengl: force redraw when framestepping with interpolationwm42015-08-251-1/+3
* ao_alsa: fix minor memory leakwm42015-08-251-8/+11
* vd_lavc: bump number of allocated surfaces for hwdec with HEVCwm42015-08-241-1/+4
* vaapi: add HEVC profile entrieswm42015-08-241-0/+10
* demux_libarchive: don't allow probing to read unlimited datawm42015-08-241-5/+17
* vda, videotoolbox: guard against unexpected pixel formatwm42015-08-231-0/+4
* audio: don't sleep when finishing audio resyncwm42015-08-231-1/+1
* vda, videotoolbox: fix broken condition in screenshot codewm42015-08-231-1/+1
* stream_libarchive: read tar only in "unsafe" modewm42015-08-221-2/+4
* player: add --playlist-pos optionwm42015-08-225-1/+24
* vo_opengl: remove dead codewm42015-08-221-9/+0
* docs: correct typo for 'ingore-chmap'Ellis Berner2015-08-221-1/+1
* command: make the playback-time property writablewm42015-08-212-2/+9
* player: return better guess for playback time during seekswm42015-08-211-13/+27
* options: sub-file replaces subfile, instead of subStian Eikeland2015-08-211-1/+1
* gl_wayland: Wait for frame callbacksJari Vetoniemi2015-08-211-0/+5
* vo_wayland: Wait for frame callbacksJari Vetoniemi2015-08-213-18/+84
* gl_wayland: eglSwapInterval(0) to avoid blockingJari Vetoniemi2015-08-213-18/+14
* TOOLS/lua/autoload: fix adding more files at end of auto-playlistRicardo Constantino2015-08-201-2/+5
* TOOLS/lua/autoload: add all files on startwm42015-08-201-2/+2
* stream_libarchive: disable raw filterwm42015-08-201-2/+0
* vo_opengl: add tscale-clamp optionNiklas Haas2015-08-205-2/+15
* vo_rpi: disable background by defaultwm42015-08-202-6/+18
* player: deliver IDLE event after uninitializing statewm42015-08-201-1/+1
* gl_rpi: destroy the EGLSurface toowm42015-08-201-2/+5
* vo_rpi: use correct variable for osd layerwm42015-08-201-1/+1
* stream_libarchive: fix libarchive callback signaturewm42015-08-201-1/+1
* vo_rpi: fix blackscreen before the first subtitle/OSD is renderedwm42015-08-201-0/+1
* old-configure: avoid a warningwm42015-08-191-0/+1
* vd_lavc: remove unneeded hwdec parameterswm42015-08-198-25/+16
* video: don't decode 2 frames ahead with display-syncwm42015-08-191-2/+1
* build: make sure the HAVE_ key is undefined on failureStefano Pigozzi2015-08-191-0/+1
* Revert "build: workaround for broken waf crap"Stefano Pigozzi2015-08-191-7/+1
* build: workaround for broken waf crapwm42015-08-181-1/+7
* stream_libarchive: restrict number of allowed formatswm42015-08-181-2/+11
* manpage: fix typowm42015-08-181-1/+1
* vo_rpi: redraw subtitles only on changewm42015-08-183-4/+33
* vo_rpi: use EGL to render subtitleswm42015-08-185-137/+91
* rpi: factor out context creationwm42015-08-182-63/+108
* demux_libarchive: reject 0-sized fileswm42015-08-181-0/+3
* stream: provide a stream_get_size() convenience functionwm42015-08-189-30/+27
* demux_libarchive: open flat compressed fileswm42015-08-173-4/+13
* DOCS/client_api_examples/sdl: don't curse the mainloopwm42015-08-171-2/+2
* video: fix VideoToolbox/VDA autodetectionwm42015-08-174-44/+24
* stream: libarchive wrapper for reading compressed archiveswm42015-08-179-0/+378
* player: actually close files on playback endwm42015-08-151-1/+1
* vo_rpi: fix NULL pointer derefwm42015-08-141-1/+1
* atomics: cleanup HAVE_ATOMICS definewm42015-08-132-5/+3
* vo_rpi: simplify background handlingwm42015-08-131-19/+1
* vo_rpi: unregister vsync callbackwm42015-08-131-1/+3
* vo_rpi: skip OSD rendering when repeating frameswm42015-08-131-4/+8
* DOCS/client_api_examples/sdl: add more explanation commentswm42015-08-121-1/+21
* client API: change subtle wording to different subtle wordingwm42015-08-121-1/+1
* player: use OSD formattin for DS on the terminal status linewm42015-08-122-4/+9
* demux: remove redundant demux_chapter.name fieldwm42015-08-127-22/+13
* vo: fix video EOF with display-syncwm42015-08-121-2/+2
* DOCS/client_api_examples/sdl: don't load file before GL initwm42015-08-111-4/+4
* cocoa: hide cursor using a blank image instead of a system-wide APIRodger Combs2015-08-111-4/+14
* DOCS/client_api_examples: add SDL OpenGL examplewm42015-08-112-0/+142
* manpage: fix typowm42015-08-11