summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* af_lavcac3enc: error out properly if encoding failswm42016-07-311-0/+4
* af_lavcac3enc: fix aspects of AVFrame handlingwm42016-07-311-0/+3
* audio: make mp_audio_realloc[_min] ensure frame is writeablewm42016-07-311-1/+10
* ytdl: Error out with http_dash_segmentsRicardo Constantino2016-07-301-0/+4
* options: add vp9 to --hwdec-codecswm42016-07-302-4/+4
* wayland_common: fix fullscreen image switching bugRostislav Pehlivanov2016-07-303-6/+4
* wayland_common: prevent black bars on most non-native aspect ratiosRostislav Pehlivanov2016-07-301-0/+3
* demux_raw: s16be support was missing due to small typoEric Toombs2016-07-301-1/+1
* wscript: add proper non-version'd SONAME for AndroidJan Ekström2016-07-301-1/+7
* build: add --htmldir optionChris Mayo2016-07-302-1/+2
* wayland_common: clip window size to the display output sizeRostislav Pehlivanov2016-07-301-5/+7
* wayland_common: flush wakeup_pipe on a wakeupRostislav Pehlivanov2016-07-301-8/+10
* osdep/io: introduce mp_flush_wakeup_pipe()Rostislav Pehlivanov2016-07-305-10/+14
* wayland_common: remove untested/unusable wayland dnd codeRostislav Pehlivanov2016-07-302-188/+1
* vo_opengl: remove the 3dlut-size npot2 restrictionNiklas Haas2016-07-253-3/+4
* vo_opengl: reduce default 3dlut-size to 64x64x64Niklas Haas2016-07-252-2/+2
* x11: do not accidentally discard event flagswm42016-07-252-6/+5
* vo_opengl: increase 3DLUT accuracy at lower LUT sizesNiklas Haas2016-07-251-1/+8
* audio: use idiotic FFmpeg ABI rules for public-except-not-public fieldswm42016-07-241-5/+5
* player: disable DS with spdif transcoding toowm42016-07-241-2/+5
* af_lavcac3enc: use common code for AVFrame setupwm42016-07-243-16/+22
* demux_lavf: remove subtitle seeking special-casewm42016-07-241-22/+7
* vo_opengl: glctx can be NULL during initwm42016-07-211-1/+1
* x11, wayland: do not accidentally close FD 0wm42016-07-212-2/+6
* vo: remove now unused event_fd handlingwm42016-07-212-62/+8
* wayland_common: make function declaration consistentRostislav Pehlivanov2016-07-211-23/+21
* wayland: port to the new wakeup/wait_events frameworkRostislav Pehlivanov2016-07-214-71/+53
* manpage: not-document tscale=linearwm42016-07-211-0/+3
* vo_opengl: add a tscale=linear direct implementationNiklas Haas2016-07-211-3/+10
* cocoa: remove unused icc profile variablesAkemi2016-07-211-2/+0
* cocoa: update screen fps only if necessaryAkemi2016-07-211-1/+3
* x11: stop using vo.event_fdwm42016-07-208-1/+72
* vo_opengl: allow backends to provide callbacks for custom event loopswm42016-07-206-17/+51
* vo_wayland: fix high CPU usage due to busy pollingRostislav Pehlivanov2016-07-191-3/+3
* x11: skip ICC update on every window movewm42016-07-182-11/+26
* libarchive: sanitize non-UTF8 archive entrieswm42016-07-181-2/+2
* libarchive: unify entry iteration between stream/demux layerswm42016-07-183-42/+54
* audio: refactor mixer code and delete mixer.cwm42016-07-1714-225/+99
* audio: fix crashes due to broken uninit checkwm42016-07-151-5/+0
* vf_vavpp: get rid of mp_refqueue_is_interlaced()wm42016-07-153-11/+1
* vf_d3d11vpp: fix interlaced-only=no modewm42016-07-151-2/+2
* vf_d3d11vpp: add video processor selectionwm42016-07-152-5/+26
* player: do not cut off terminal status line if it contains newlineswm42016-07-151-1/+1
* af: avoid rebuilding filter chain in another minor casewm42016-07-151-0/+3
* videotoolbox: add yuv420p to --videotoolbox-formatwm42016-07-152-2/+12
* vo_opengl: hwdec: reset hw_subfmt fieldwm42016-07-158-0/+9
* video: change hw_subfmt meaningwm42016-07-156-26/+22
* man: fix PDF build errorMartin Herkt2016-07-151-0/+1
* videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with...Aman Gupta2016-07-155-9/+118
* DOCS/compile-windows.md: MSVC DLL usage instructionswm42016-07-141-0/+18
* Use - as command-name separator everywhereTimotej Lazar2016-07-1417-47/+47
* demux_timeline: restore mkv edition switchingwm42016-07-141-0/+3
* ao_pulse: fix some volume control rounding issueswm42016-07-141-2/+3
* ao_creoaudio: print OSStatus as decimal signed integer toowm42016-07-131-1/+1
* ao_coreaudio: use correct free function on errorswm42016-07-131-1/+1
* manpage: add some missing color management related sub-propertieswm42016-07-131-0/+3
* command: add properties for HDR metadataNiklas Haas2016-07-132-0/+8
* video: respect --deinterlace=autowm42016-07-121-1/+2
* win32: mpv.rc: re-add version infoJames Ross-Gowan2016-07-121-7/+25
* vo_opengl: angle: use WARP if there are no hw adaptersJames Ross-Gowan2016-07-121-2/+45
* cache: minor simplificationwm42016-07-111-7/+10
* cache: fix previous commitwm42016-07-111-1/+11
* cache: propagate seek failureswm42016-07-111-7/+17
* vo_opengl: angle: try D3D9 when D3D11 fails eglInitializeJames Ross-Gowan2016-07-111-7/+8
* audio: fix code for adjusting conversion filterswm42016-07-111-4/+5
* af_volume: don't let softvol overwrite af_volume volumedb sub-optionwm42016-07-111-2/+2
* audio: add heuristic to move auto-downmixing before other filterswm42016-07-101-7/+66
* audio: add auto-inserted flag to filter list loggingwm42016-07-101-0/+2
* audio: cleanup audio filter format negotiationwm42016-07-103-149/+62
* manpage: minor fixwm42016-07-102-3/+3
* audio: show an osd bar when changing ao-volumeUros Vampl2016-07-101-1/+17
* audio: insert audio-inserted filters at end of chainwm42016-07-091-34/+1
* audio: don't crash when changing volume if no audio is initializedwm42016-07-091-0/+3
* man: fix typowm42016-07-091-1/+1
* audio: drop --softvol=no and --softvol=autowm42016-07-0910-363/+145
* man: fix typosJakub Wilk2016-07-095-11/+11
* vo_xv, vo_x11: fix typos in warningsJakub Wilk2016-07-092-3/+3
* man: fix botched sentencewm42016-07-081-3/+3
* vd_d3d11vpp: remove nonsensical flush callwm42016-07-081-5/+0
* x11: add missing FocusChangeMaskwm42016-07-081-1/+1
* ao_coreaudio: error out when selecting invalid devicewm42016-07-081-0/+7
* client API: remove "status" log level from mpv_request_event docswm42016-07-082-1/+5
* command: don't delay progress updates to next video framewm42016-07-081-0/+1
* video: fix midstream video configuration changeswm42016-07-081-0/+1
* vo_vdpau: minor simplificationwm42016-07-071-19/+9
* video: limit number of frames sent to VO to the VO requested amountwm42016-07-071-1/+3
* player: cut off status line on terminal widthwm42016-07-061-0/+6
* vf, af: print filter labels in verbose modewm42016-07-062-0/+4
* video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filterswm42016-07-061-18/+20
* vf: mark filter chain as uninitialized when mutating itwm42016-07-061-0/+2
* video: fix deinterlace filter handling on pixel format changeswm42016-07-061-7/+4
* vf: don't clobber input params on reconfigure failurewm42016-07-061-1/+1
* player: it's not --force-seeking but --force-seekablewm42016-07-061-1/+1
* player: rewrite deinterlace filter auto-insertionwm42016-07-054-107/+84
* csp: document deviations from the references where they occurNiklas Haas2016-07-052-3/+27
* x11_common: silence xdg-screensaverBen Boeckel2016-07-051-1/+1
* subprocess: add a callback to ignore outputBen Boeckel2016-07-052-0/+6
* vo_opengl: angle: update the swapchain on resizeJames Ross-Gowan2016-07-041-1/+16
* vo_opengl: error out gracefully when trying to use FBOs without FBO APIwm42016-07-041-0/+5
* vf_d3d11vpp: fix output image format if not doing any filteringwm42016-07-041-2/+5
* input: remove redundant log messagewm42016-07-041-4/+1
* vo_opengl: move eval_szexpr to user_shaders.cNiklas Haas2016-07-033-102/+124
* vd_lavc: expose mastering display side data reference peakNiklas Haas2016-07-033-1/+32
* vo_opengl: generalize HDR tone mapping mechanismNiklas Haas2016-07-038-91/+136
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-0322-151/+160
* vo_opengl: don't constantly resize the output FBONiklas Haas2016-07-031-1/+1
* sub: remove unused sub_bitmaps.scaled fieldwm42016-07-032-5/+0
* sub: move RGBA scaling to vo_vaapiwm42016-07-033-73/+25
* sub: change how libass output is converted to RGBA in some caseswm42016-07-035-132/+103
* sub: move around some codewm42016-07-031-39/+60
* sub: pass preferred OSD format to subtitle rendererswm42016-07-039-18/+22
* vo_opengl: remove caching GL_MAX_TEXTURE_SIZE valuewm42016-07-031-11/+15
* vo_opengl: use ringbuffer of PBOswm42016-07-032-7/+13
* vo_opengl: support inconsistent negative strides per planewm42016-07-031-8/+10
* vo_opengl: move PBO upload handling to shared codewm42016-07-034-140/+91
* w32_common: make WM_NCHITTEST simpler and more accurateJames Ross-Gowan2016-07-031-15/+13
* manpage: document confusing "vf clr" command usagewm42016-07-031-0/+2
* player: add missing space to error messagewm42016-07-021-1/+1
* vd_lavc: hide structs behind platform flagsBen Boeckel2016-07-011-0/+4
* readme: fix typoBen Boeckel2016-07-011-1/+1
* player: fatal error if linked and compiled FFmpeg versions mismatchwm42016-07-014-10/+21
* bitmap_packer: remove some unused functionswm42016-07-012-49/+0
* sub: set ASS sub bitmap data to correct pointerwm42016-07-011-0/+3
* vo_direct3d: remove bitmap packerwm42016-07-011-85/+70
* vo_vdpau: remove bitmap packer usewm42016-07-011-80/+57
* vo_opengl: remove OSD bitmap packingwm42016-07-012-75/+13
* command: pack sub image data in overlay-add commandwm42016-07-012-54/+109
* ad_lavc: work around braindead ffmpeg behaviorwm42016-07-011-0/+6
* sub: pack libass bitmaps directly in sd_ass.c and osd_libass.cwm42016-06-306-54/+148
* README: declare that we do not respect FFmpeg ABI ruleswm42016-06-291-0/+11
* options: deprecate --heartbeat-cmdwm42016-06-293-1/+12
* options: add a deprecation warning printing mechanismwm42016-06-292-0/+11
* ao_oss: do not add an entry to audio-device-list if device file missingwm42016-06-291-0/+7
* audio: don't add default entry to audio-device-list if AO support listingwm42016-06-291-3/+2
* d3d: implement screenshots for --hwdec=d3d11vawm42016-06-283-0/+86
* d3d: merge angle_common.h into d3d.hwm42016-06-288-38/+27
* vo_opengl: add output_size uniform to custom shaderMuhammad Faiz2016-06-282-0/+6
* vo_opengl: minor typo and coding style fixeswm42016-06-281-5/+5
* vo_opengl: revise the transfer curve logicNiklas Haas2016-06-283-17/+37
* csputils: adjust whitespaceNiklas Haas2016-06-281-9/+0
* vo_opengl: revise the logic for picking the default color spaceNiklas Haas2016-06-281-11/+10
* vo_opengl: use image_params instead of *_src for autoconfigNiklas Haas2016-06-281-14/+17
* vo_opengl: implement the Panasonic V-Log functionNiklas Haas2016-06-287-3/+42
* manpage: add missing documentation for vf_format:gamma=dci-p3Niklas Haas2016-06-281-0/+1
* csputils: add Panasonic V-Gamut primariesNiklas Haas2016-06-284-0/+13
* manpage: warn about the use of HDR functions for target-trcNiklas Haas2016-06-281-0/+6
* vo_opengl: implement ARIB STD-B68 (HLG) HDR TRCNiklas Haas2016-06-287-10/+49
* audio: add a helper for getting frame end PTSwm42016-06-272-2/+11
* dec_audio: fix segment boudnary switchingwm42016-06-271-3/+6
* ao_lavc, vo_lavc: Migrate to new encoding API.Rudolf Polzer2016-06-272-163/+223
* Fix misspellingsstepshal2016-06-2614-17/+17
* vo_opengl utils: use gl->main_fb when reading window contentquilloss2016-06-261-1/+4
* manpage: fix typowm42016-06-261-1/+1
* vo_xv: fix behavior with odd sizeswm42016-06-251-6/+8
* DOCS: change version references from 0.17.1 to 0.18.0wm42016-06-253-6/+6
* image_writer: port to new encode APIwm42016-06-241-0/+12
* ass_mp.h: remove conditional inclusion guardswm42016-06-241-6/+2
* af_lavcac3enc: use av_err2str() call (fixes Libav build)wm42016-06-231-2/+1
* af_lavcac3enc: make encoder configurablewm42016-06-232-3/+10
* af_lavcac3enc: implement flushing on seekwm42016-06-231-0/+7
* af_lavcac3enc: port to new encode APIwm42016-06-231-9/+57
* af_lavcac3enc: automatically configure most encoder parameterswm42016-06-231-29/+57
* af_lavcac3enc: drop log message prefixeswm42016-06-231-9/+7
* af_lavcac3enc: fix custom bitrateswm42016-06-231-2/+3
* vo_opengl: improve missing function warningwm42016-06-221-6/+8
* ad_lavc: resume from mid-stream EOF conditions with new decode APIwm42016-06-221-0/+7
* vo_opengl: add scaler name to the 'Disabling scaler' messagedirb2016-06-221-1/+2
* vf_vdpaurb: use new common nv12 download codewm42016-06-211-15/+5
* vdpau: get surface data as nv12 if possiblewm42016-06-212-0/+54
* command: improve playlist* properties change notificationswm42016-06-202-6/+10
* github: move "reproduction steps" before behavior sectionswm42016-06-201-2/+2
* vo_opengl: manually add the GL_BACK_LEFT constant for GLESFloens2016-06-201-0/+4
* vo_opengl: GL_ARB_timer_query compile fix for GLESFloens2016-06-201-0/+6
* vf_vdpaurb: fix operationwm42016-06-201-0/+1
* vo_opengl: unmap hwdec images once rendering is donewm42016-06-201-2/+10
* vo_opengl: vdpau interop without RGB conversionwm42016-06-198-40/+161
* refqueue: free referenced images on freewm42016-06-191-0/+1
* bitmap_packet: let max=0 mean unlimitedwm42016-06-183-7/+7
* sd_lavc: fix sub-bitmap alignmentwm42016-06-181-1/+1
* vo_opengl: remove prescaling framework with superxbr prescalerBin Jin2016-06-187-384/+3
*