summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.12.0v0.12.0Martin Herkt2015-10-292-1/+89
* Merge branch 'master' into release/currentMartin Herkt2015-10-29149-1587/+3152
|\
| * player: raise display sync desync tolerancewm42015-10-281-5/+2
| * player: reset AO stats on pause and other discontinuitieswm42015-10-281-1/+3
| * player: simplify display-adrop mode safeguardwm42015-10-281-8/+1
| * player: minor refactor for A/V diff computationwm42015-10-281-19/+27
| * player: fix display sync A/V difference estimation on dropswm42015-10-281-0/+2
| * sub: remove use of semi-deprecated libass fieldwm42015-10-281-1/+0
| * Replace deprecated av_free_packet() callswm42015-10-284-9/+9
| * demux_mkv: fix cluster skip with duration probingwm42015-10-271-6/+7
| * vo: kill non-working missed frame detectionwm42015-10-271-6/+0
| * player: disable total-avsync-change update in display-sync modewm42015-10-271-0/+4
| * player: fix display-sync A/V calculation on high playback speedswm42015-10-271-0/+1
| * player: add audio drop/duplicate modewm42015-10-278-1/+66
| * player: simplify audio sync pts calculationwm42015-10-271-1/+1
| * demux_mkv: fix duration probing for files with non-0 start timewm42015-10-261-1/+1
| * ao_coreaudio_exclusive: check for maximum channel countwm42015-10-261-0/+6
| * client API: change error string if playback fails completelywm42015-10-261-1/+1
| * ao_coreaudio_exclusive: fallback to stereo on unknown channel layoutswm42015-10-261-1/+10
| * ao_coreaudio_chmap: minor refactorwm42015-10-261-26/+22
| * ao_coreaudio_chmap: allow stereo as fallback; avoid mono fallbackwm42015-10-261-2/+5
| * ao_coreaudio: fix another minor memory leakwm42015-10-261-1/+2
| * audio: bump maximum number of channels to 16wm42015-10-261-1/+1
| * audio: use AVFrames with more than 8 channels correctlywm42015-10-263-8/+15
| * af_lavrresample: make planarization pass work with >8 channelswm42015-10-261-4/+5
| * audio: improve mp_chmap_to_lavc_unchecked() unknown chmap behaviorwm42015-10-261-2/+10
| * audio: always log channel maps before determining final mapwm42015-10-265-17/+33
| * ao_coreaudio: fix potential UB in error caseswm42015-10-261-3/+2
| * ao_coreaudio_chmap: add more loggingwm42015-10-261-8/+10
| * af: prevent endless loop when removing filters due to spdifwm42015-10-261-1/+2
| * ao_alsa: log format probing in verbose modewm42015-10-251-2/+1
| * vd_lavc: make software decoding fallback an optionRodger Combs2015-10-252-1/+9
| * options: remove --use-text-osdwm42015-10-245-17/+2
| * ytdl: disable --all-subs if "sub-lang" is in raw-optionsRicardo Constantino2015-10-241-1/+9
| * vo_opengl: remove source shader leftoverBin Jin2015-10-242-3/+0
| * sd_lavc: take care of AVPicture deprecationwm42015-10-233-3/+24
| * vo_opengl: always cache to an FBO when not interpolatingNiklas Haas2015-10-231-4/+29
| * vo: expose frame->num_vsyncs to the VO backendNiklas Haas2015-10-231-1/+0
| * w32_common: disable IMEJames Ross-Gowan2015-10-231-9/+16
| * vo_opengl: wayland: use a more standard symbolwm42015-10-231-1/+2
| * vo_opengl: vaapi: fix compilation failure on older systemswm42015-10-231-1/+2
| * command: make bitrate properties work correctly for external trackswm42015-10-231-2/+7
| * command: do not return 0 for bitrates if unknownwm42015-10-232-2/+5
| * player: offset chapter display by start timewm42015-10-231-1/+2
| * vo_opengl_cb: fix passing through some video equalizer propertieswm42015-10-231-2/+7
| * client API: fix typo and wording in a commentwm42015-10-221-3/+3
| * demux: cosmetics: remove indirectionwm42015-10-221-4/+2
| * sub: adjust behavior on mismatching video/subtitle aspect mismatchwm42015-10-211-7/+2
| * input: rename recently added HALF_SPACEwm42015-10-211-1/+1
| * ao_coreaudio_exclusive: fix buildwm42015-10-211-2/+2
| * input: add key name for U+3000 IDEOGRAPHIC SPACEwm42015-10-211-0/+1
| * sd_lavc: extend subtitle resolution if images go outsidewm42015-10-211-0/+9
| * ao_coreaudio: do not accept unknown channel layoutswm42015-10-211-1/+1
| * ao_coreaudio_exclusive: deal with devices return different channel countwm42015-10-213-1/+33
| * ao_coreaudio: avoid unnecessary format changeswm42015-10-211-0/+6
| * ao_coreaudio: log current format before setting new formatwm42015-10-211-0/+2
| * ao_coreaudio: fix some minor memory leakswm42015-10-211-0/+6
| * vo_opengl: make the default debanding settings less excessiveNiklas Haas2015-10-212-8/+8
| * options: add support for client certificate authenticationJoschka Tillmanns2015-10-204-0/+15
| * TOOLS/autoload: avoid throwing an error when playing e.g. youtubebitingsock2015-10-201-1/+6
| * ao_coreaudio: raise timeout for change-physical-formatwm42015-10-201-1/+1
| * Revert "vo_wayland: define opaque region"Ricardo Vieira2015-10-201-9/+0
| * player: be slightly less prone to framedrop in display sync modewm42015-10-191-3/+7
| * player: do not use copysign()wm42015-10-191-1/+1
| * vd_lavc: attempt to fallback from hwdec before anything is decodedwm42015-10-191-4/+4
| * vd_lavc: continue decoding properly after decoding failurewm42015-10-191-3/+7
| * demux_lavf: always copy codec headerswm42015-10-191-1/+8
| * video: pass through libavformat has_b_frames fieldwm42015-10-191-0/+1
| * vo_opengl: support all kinds of GBRP formatswm42015-10-183-13/+15
| * demux: remove demux_add_packet() return valuewm42015-10-173-7/+7
| * build: remove explicit checks for VPPwm42015-10-174-13/+3
| * vaapi: drop non-existing FourCCwm42015-10-172-5/+0
| * build: bump required libva versionwm42015-10-172-10/+4
| * demux_mkv: probe start timewm42015-10-161-10/+43
| * command: make time properties unavailable if timestamp is unknownwm42015-10-165-15/+34
| * TOOLS/stats-conv: rewrite for pygtgraphwm42015-10-151-14/+26
| * vo_opengl_cb: fix pausing and seeking if interpolation is enabledwm42015-10-141-1/+20
| * player: fix an adjustment in display sync modewm42015-10-141-1/+1
| * af_lavrresample: fix unintended audio drift when setting playback speedwm42015-10-141-3/+9
| * msg: remove the useless trailing comment from stats dumpingwm42015-10-141-4/+2
| * player: fix inverted conditionwm42015-10-131-1/+1
| * vo_opengl: x11egl: fix confused error status codeswm42015-10-121-2/+2
| * vo_opengl: x11egl: reject nvidia drivers when autoprobingwm42015-10-121-0/+6
| * vd_lavc: work around libavcodec nonsense causing hwdec init failurewm42015-10-121-0/+3
| * demux_mkv: do not return subtitle packets that end before seek targetwm42015-10-121-2/+6
| * af_lavrresample: reinit resampler on large speed changeswm42015-10-121-15/+19
| * ytdl: Set a proper label for external audio tracksChrisK22015-10-111-3/+3
| * vd_lavc: refuse to initialize vaapi with unknown profileswm42015-10-111-3/+1
| * cocoa: set application policy before creating windowwm42015-10-111-5/+4
| * DOCS/client_api_examples/README: add qt_openglwm42015-10-111-10/+16
| * DOCS/client_api_examples/qt_opengl: fix uninitwm42015-10-111-0/+1
| * DOCS/client_api_examples: add qt widget + opengl-cb examplewang-bin2015-10-116-0/+272
| * ytdl: Remove DASH hacks, use DASH by defaultChrisK22015-10-113-16/+15
| * DOCS/client_api_examples/README: rewritewm42015-10-102-17/+106
| * player: fix missed wakeup on video EOFwm42015-10-091-0/+3
| * manpage: font options do not support fontconfig patterns anymorewm42015-10-091-2/+5
| * audio: add AO deviation loggingwm42015-10-082-0/+27
| * vo: log deviation from ideal vsync intervalwm42015-10-081-0/+5
| * demux_subreader: participate in probing only on Libavwm42015-10-081-0/+4
| * af_lavrresample: use libswsresample dynamic rate adjustment featurewm42015-10-071-9/+26
| * vo_xv: fix crash with --widwm42015-10-071-1/+1
| * audio: make spdif re-probe from normal decoding workwm42015-10-062-2/+11
| * audio: re-probe spdif if AO is reloadedwm42015-10-061-1/+3
| * demux: don't attempt to open a demuxer after abort signal was givenwm42015-10-061-0/+3
| * player: make stop command actually stopwm42015-10-062-2/+2
| * README: link to Copyright instead of LICENSE filewm42015-10-061-1/+1
| * video: fix base for --no-correct-ptswm42015-10-062-9/+10
| * video: increase maximum number of buffered AVI pts sampleswm42015-10-061-1/+1
| * video: don't sort AVI pts sampleswm42015-10-061-14/+10
| * video: remove user-controllable PTS sorting (--pts-association-mode)wm42015-10-067-80/+5
| * video: disable framedrop if avi-style timestamps are usedwm42015-10-061-0/+3
| * ytdl: Remove version check and minor cleanupChrisK22015-10-061-55/+22
| * ao_alsa: add debug messages for format searchKevin Mitchell2015-10-061-0/+2
| * ao_alsa: fix failure to find any sampleformatKevin Mitchell2015-10-061-4/+7
| * README: clarify license statementwm42015-10-061-2/+2
| * audio: add option for falling back to ao_nullwm42015-10-057-4/+24
| * ao: rework audio output driver probingwm42015-10-051-38/+42
| * manpage: edit recommended VO remarkswm42015-10-041-7/+4
| * player: add wav to list of external audio file extensionswm42015-10-041-1/+2
| * video: remove codec delay estimationwm42015-10-033-15/+2
| * video: cosmetics: remove trailing whitespacewm42015-10-031-1/+1
| * video/out: remove an unused parameterwm42015-10-0327-45/+42
| * vo: change some defines to enumswm42015-10-021-9/+13
| * vo_opengl: drop old backend APIwm42015-10-023-87/+26
| * vo_opengl: rpi: switch to new internal APIwm42015-10-023-39/+35
| * win32: cleanup: remove some unneeded thingswm42015-10-024-17/+10
| * vo_opengl: w32: switch to new internal APIwm42015-10-024-27/+36
| * vo_opengl: refactor DwmFlush crapwm42015-10-023-42/+45
| * vo_opengl: remove leftover variable from vaglx in vaeglEmmanuel Gil Peyrot2015-10-021-1/+0
| * vo: fix compilation failure when vaapi is enabled and x11 disabledEmmanuel Gil Peyrot2015-10-021-1/+1
| * vo_opengl: wayland: switch to new internal APIwm42015-10-016-54/+44
| * vo_opengl: cocoa: switch to new internal APIwm42015-10-016-31/+37
| * cue: read more metadatawm42015-10-014-26/+42
| * player: print tags under different log prefixwm42015-10-011-2/+4
| * vo_opengl: make sw suboption work without explicit backend selectionwm42015-10-013-2/+3
| * vo_opengl: debanding requires GLSL 1.30wm42015-10-011-0/+4
| * x11: separate window creation and configurationwm42015-09-308-36/+56
| * vo_opengl: cosmetics: coding stylewm42015-09-301-46/+45
| * vo_opengl: do not reset video queue when changing video equalizerwm42015-09-301-1/+0
| * Revert "vo_x11: remove this video output"wm42015-09-305-1/+461
| * stream: minor cleanup to verbose loggingwm42015-09-302-3/+4
| * ytdl: Don't override user-set format in no-video modeChrisK22015-09-301-11/+23
| * manpage: adjustments to hwdec remarkswm42015-09-291-3/+9
| * video: replace vf_format outputlevels option with global optionwm42015-09-2915-48/+39
| * Take care of libavcodec convergence_duration deprecationwm42015-09-294-1/+17
| * Revert "vd_lavc: do not abort hardware decoding on errors"wm42015-09-281-0/+1
| * vo_opengl: videotoolbox: cleanupswm42015-09-281-43/+26
| * vo_opengl: rename hwdec_vda.c to hwdec_osx.cwm42015-09-282-1/+1
| * video: remove VDA supportwm42015-09-2814-177/+4
| * vd_lavc: remove some ancient cargo-cultingwm42015-09-281-1/+0
| * ao_alsa: improve handling of device disconnectionwm42015-09-281-3/+20
| * ao_coreaudio_utils: fix error handling in device listing codewm42015-09-281-3/+10
| * vo_opengl: vaapi: add Wayland supportwm42015-09-274-2/+31
| * vo_opengl: refactor EGL context information callbackwm42015-09-275-17/+36
| * vaapi: remove dependency on X11wm42015-09-278-28/+103
| * manpage: fix broken examplewm42015-09-271-1/+1
| * vo_opengl: vaapi: provide symbols for missing extensionswm42015-09-271-0/+14
| * vo_opengl: vaapi: redo how EGL extensions are loadedwm42015-09-277-66/+35
| * vo_opengl: rpi: fix EGL commentwm42015-09-271-4/+2
| * vo_opengl: probe for EGL by defaultwm42015-09-262-5/+6
| *