summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.22.0v0.22.0Martin Herkt2016-11-202-1/+91
* Merge branch 'master' into release/currentMartin Herkt2016-11-2076-468/+1616
* DOCS: update interface changesMartin Herkt2016-11-202-3/+10
* options: clarify --softvol deprecation message and manpage entrywm42016-11-192-4/+5
* player: removing last playlist entry while looping should not stopwm42016-11-181-1/+1
* player: make sure non-video subtitle rendering is reset if video resumeswm42016-11-181-3/+3
* travis: fix ffmpeg-git buildStefano Pigozzi2016-11-171-1/+1
* win32: fix some Clang warningsJames Ross-Gowan2016-11-173-5/+5
* build: fix compilation with mingw-w64/ClangJames Ross-Gowan2016-11-173-3/+3
* wscript: move install dirs setting to after C compiler checkRicardo Constantino2016-11-162-11/+8
* ytdl_hook: sort chapters by timeRicardo Constantino2016-11-151-1/+1
* DOCS/client-api-changes.rst: fix typowm42016-11-151-2/+2
* DOCS/interface-changes.rst: reword a linewm42016-11-151-2/+2
* README: add links to various changelogswm42016-11-151-1/+20
* ao_alsa: explicitly add default device manuallywm42016-11-141-1/+4
* audio: make empty device ID mean default devicewm42016-11-141-7/+14
* audio: avoid returning audio-device-list entries without descriptionwm42016-11-143-2/+7
* vo_opengl: blend against background color for --alpha=blendPhilip Sequeira2016-11-132-9/+16
* docs: remove trailing spacesStefano Pigozzi2016-11-111-2/+2
* cocoa: option to scale window by HiDPI scale factorAkemi2016-11-114-2/+19
* av_common: always make sure to return a valid timebasewm42016-11-101-1/+5
* vdpau: fix hwdec uninitwm42016-11-102-1/+2
* dec_video: don't spam missing PTS warningswm42016-11-092-2/+11
* dec_video, dec_audio: avoid full reinit on switches to the same segmentwm42016-11-092-12/+18
* dec_sub: avoid full reinit on switches to the same segmentwm42016-11-091-2/+7
* demux_timeline: always signal new segment after a seekwm42016-11-091-3/+1
* osc: add seekbarstyle=knobRicardo Constantino2016-11-092-5/+18
* osc: fix crashes when dragging seekbar across file changesRicardo Constantino2016-11-081-2/+3
* options: fnmatch: check existence instead of posixAvi Halachmi (:avih)2016-11-082-1/+4
* demux: expose demuxer colorimetry metadata to playerNiklas Haas2016-11-085-0/+23
* demux_mkv: parse colorimetry metadataNiklas Haas2016-11-082-0/+66
* ao_alsa: fill unused ALSA channels with silencewm42016-11-081-0/+5
* ao_alsa: strictly disable chmap use for mono/stereowm42016-11-081-12/+21
* ao_alsa: _really_ disable chmap API use in cases where we shouldwm42016-11-081-3/+7
* ao_alsa: slightly better debug loggingwm42016-11-081-6/+12
* mp_image: dump all mp_colorspace members in verbose loggingwm42016-11-082-2/+8
* osc: slimbox: fix clipping with seekbarstyle=barRicardo Constantino2016-11-071-1/+3
* vo_opengl: fix --blend-subtitles handlingwm42016-11-071-2/+2
* vo_opengl: fix redrawing with hardware decodingwm42016-11-071-0/+1
* manpage: rename drm-egl to drm.Emmanuel Gil Peyrot2016-11-071-1/+1
* man/options.rst: fix typoDouglas Christman2016-11-061-1/+1
* Apply autofit-larger after autofit-smallerNils Maier2016-11-031-1/+1
* audio/out: add AudioUnit output driver for iOSAman Gupta2016-11-019-5/+252
* manpage: explicitly document all scaling optionsNiklas Haas2016-11-011-82/+77
* filter_kernels: add ability to taper kernels/windowsNiklas Haas2016-11-015-26/+55
* demux: improve buffer estimation in a corner casewm42016-11-011-3/+4
* vo: clear frame repeat flag when redrawingwm42016-11-011-0/+1
* vo_opengl: make frame reupload logic more robustwm42016-11-012-22/+39
* osc: add alpha animation to tooltipRicardo Constantino2016-10-311-1/+14
* player: enable no-video subtitle display on coverart toowm42016-10-312-2/+2
* vo_opengl_cb: fix a race conditionwm42016-10-301-2/+4
* vo_opengl_cb: fix inverted conditionwm42016-10-301-1/+1
* player: don't try updating subtitles while playback PTS doesn't progresswm42016-10-301-2/+2
* vo_opengl_cb: update current frame if a frame is droppedwm42016-10-301-1/+2
* man/osc: remove extra indentation from 3adc6071Ricardo Constantino2016-10-301-10/+10
* osc: top/bottombar: rescale layout to same size with scale=1Ricardo Constantino2016-10-292-52/+56
* man/osc: Fix hard wrapping in man filesRicardo Constantino2016-10-291-41/+61
* osc: top/bottombar: scale title if too large like boxRicardo Constantino2016-10-291-14/+24
* osc: compromise on default deadzonesizeRicardo Constantino2016-10-292-3/+3
* osc: don't wrap the titleRicardo Constantino2016-10-291-1/+1
* osc: top/bottombar: also scale when min-width is reachedRicardo Constantino2016-10-291-12/+34
* osc: top/bottombar: dynamically size timecodes according to timemsRicardo Constantino2016-10-291-9/+14
* osc: fix missing chapter ticks with seekbarstyle=barRicardo Constantino2016-10-291-0/+1
* player: show subtitles on VO if --force-window is usedwm42016-10-266-1/+39
* player: consistently initialize screensaver state with --force-windowwm42016-10-261-1/+1
* osc: fix crash with no chaptersRicardo Constantino2016-10-251-4/+4
* command: if window-scale can't be set properly, set it as optionwm42016-10-251-13/+8
* osc: Fix and simplify limited_listMiroslav Koskar2016-10-251-28/+25
* osc: add script message handlers for chapter/track/playlistsRicardo Constantino2016-10-242-0/+17
* vo_tct: support also 256 colors outputAvi Halachmi (:avih)2016-10-252-9/+58
* vo_tct: optional custom size, support non-posix with 80x25 defaultAvi Halachmi (:avih)2016-10-254-9/+37
* man/osc: reorder a few options for better visibilityRicardo Constantino2016-10-231-24/+25
* manpage: document ytdl://wm42016-10-231-0/+9
* player: make --start-time work with --rebase-start-time=noAman Gupta2016-10-221-0/+3
* demux_mkv: fix ordered chapter sources with ordered editionsUoti Urpala2016-10-222-13/+18
* demux_mkv: don't recursively resolve timeline for opened reference fileswm42016-10-223-10/+14
* options: make --load-scripts runtime changeablewm42016-10-221-1/+1
* command: silence deprecation warnings with --reset-on-next-file=allwm42016-10-221-2/+11
* command: fix reset-on-next-file=all and tv-freq optionwm42016-10-221-1/+2
* options: handle legacy no-* sub-optionswm42016-10-211-8/+21
* manpage: fix a renamed option namewm42016-10-211-1/+1
* vo_opengl: context_rpi: fix stdatomic usagewm42016-10-211-1/+1
* vo_opengl: partially re-enable glFlush() callswm42016-10-212-5/+13
* player: don't leave buffering during underflowwm42016-10-211-2/+2
* demux: don't try to refresh unselected streamswm42016-10-211-1/+1
* wscript: rebuild on library header changesRodger Combs2016-10-211-0/+4
* build: Set a default error message for #3692Thomas Nagy2016-10-211-1/+1
* player: guard against MPSEEK_RELATIVE when current pts is unknownAman Gupta2016-10-211-0/+2
* audio: force pts_reset only when pts jumps forward more than 5sAman Gupta2016-10-211-2/+2
* player: speed up audio/video re-sync when there is a huge delayAman Gupta2016-10-211-1/+2
* TOOLS/appveyor-install: install uchardet release insteadRicardo Constantino2016-10-211-1/+1
* osc: fix crash after reaching a certain position in limited listsRicardo Constantino2016-10-201-1/+1
* build: add required failure message for libavfilter checkwm42016-10-201-0/+1
* vo: vo_tct is now available on non-POSIXwm42016-10-201-0/+2
* build: don't rely on "__thread" being always available with GCCDmitrij D. Czarkoff2016-10-202-1/+5
* wscript: videotoolbox is available on iOS even though IOSurface is notAman Gupta2016-10-201-2/+3
* opengl: compile against iOS OpenGLES implementationAman Gupta2016-10-203-1/+25
* vf_vdpaurb: deprecate this filterwm42016-10-202-0/+5
* video: add --hwdec=vdpau-copy modewm42016-10-205-4/+82
* vo_tct: introduce modern caca alternativerr-2016-10-204-0/+252
* demux_lavf: set title on hearing and visual impaired tracksAman Gupta2016-10-201-0/+4