summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.20.0v0.20.0Martin Herkt2016-08-263-1/+45
* Merge branch 'master' into release/currentMartin Herkt2016-08-2645-256/+583
|\
| * demux: close underlying stream if it's fully read anywaywm42016-08-263-3/+34
| * player: don't directly access demuxer->streamwm42016-08-264-6/+7
| * cache: don't use a backbuffer if the cache is as large as the filewm42016-08-261-10/+14
| * stream_memory: disable stream cachewm42016-08-261-0/+1
| * w32_common: use hooks to detect parent window resizeJames Ross-Gowan2016-08-261-35/+117
| * vo_opengl: angle: new opengl flag to control DirectCompositionAvi Halachmi (:avih)2016-08-254-2/+23
| * x11: work around mutter fullscreen issuewm42016-08-251-3/+11
| * audio: avoid missed wakeups with ab-loopswm42016-08-241-1/+5
| * vd_lavc: minor simplificationwm42016-08-231-3/+1
| * ad_lavc: actually tell decoder about the timebasewm42016-08-231-0/+1
| * ao_alsa: log if retrieving supported channel maps failswm42016-08-221-1/+3
| * audio: do not apply --audio-channels if spdif passthrough is in usewm42016-08-221-5/+9
| * demux: demote packet queue overflow to a warningwm42016-08-221-3/+3
| * player: log if video is considered an imagewm42016-08-211-0/+1
| * manpage: fix typowm42016-08-201-1/+1
| * vo: be more trusting to estimated display FPSwm42016-08-201-8/+5
| * player: update Windows playback state asynchronouslywm42016-08-203-8/+33
| * ta: add a helper macrowm42016-08-201-0/+4
| * vo: fix mismatching types in pointer operationwm42016-08-202-3/+3
| * af_lavrresample: better swr reinitializationPaul B Mahol2016-08-201-4/+5
| * manpage: info about --panscan vs. --video-unscaledrr-2016-08-191-1/+4
| * aspect: add --video-unscaled=downscale-bigrr-2016-08-193-7/+13
| * af_lavrresample: fix error if resampler could not be recreatedwm42016-08-191-4/+5
| * command: prevent O(n^2) behaviour for playlist propertyJames Ross-Gowan2016-08-201-3/+25
| * vd_lavc: remove unnecessary initializationwm42016-08-191-1/+0
| * demux: change fps field to doublewm42016-08-191-1/+1
| * video/audio: always provide "proper" timestamps to libavcodecwm42016-08-198-5/+39
| * av_common: improve rounding for float->int timestamp conversionswm42016-08-191-2/+4
| * player: refresh very low framerate video on filter changeswm42016-08-191-1/+3
| * vf_rotate: allow arbitrary rotationwm42016-08-192-4/+11
| * github: fix typowm42016-08-181-1/+1
| * github: encourage bug reportswm42016-08-181-1/+3
| * demux_lavf: don't report start time for oggwm42016-08-181-2/+6
| * player: make looping slightly more seamlesswm42016-08-185-42/+38
| * audio: improve aspects of EOF handlingwm42016-08-183-19/+47
| * video: don't discard video frames after endptswm42016-08-183-3/+13
| * build: make avutil-mastering-metadata check slightly more robustwm42016-08-181-1/+1
| * manpage: input: fix define-section syntaxjaseg2016-08-171-2/+2
| * player: add option to control duration of image displaywm42016-08-175-12/+48
| * m_option: add mechanism to allow inf/-inf float optionswm42016-08-171-1/+2
| * m_option: simplify float value range handlingwm42016-08-171-21/+3
| * demux: fix undefined behavior with ogg metadata updatewm42016-08-161-1/+1
| * af_lavrresample: work around libswresample misbehaviorwm42016-08-161-10/+10
| * player: allow passing flags to queue_seek()wm42016-08-156-24/+31
| * DOCS: Update versionMartin Herkt2016-08-152-2/+2
* | Release 0.19.0v0.19.0Martin Herkt2016-08-154-3/+112
* | Merge branch 'master' into release/currentMartin Herkt2016-08-15142-1626/+2355
|\|
| * vo_direct3d: add missing headerPaul B Mahol2016-08-141-0/+1
| * sub: don't potentially discard too many subtitles on seekwm42016-08-143-3/+13
| * command: add replaygain information properties to track-listwm42016-08-132-0/+26
| * demux: minor cleanup to replaygain error handlingwm42016-08-131-12/+9
| * demux: make ALBUM replaygain tags optionalwm42016-08-131-3/+7
| * audio: log replaygain values in af_volume instead demuxerwm42016-08-132-12/+11
| * demux: add per-track metadatawm42016-08-125-59/+143
| * audio/filter: remove delay audio filterPaul B Mahol2016-08-124-225/+0
| * github: encourage providing sample fileswm42016-08-111-2/+6
| * command: add a property that returns filename without extensionwm42016-08-112-1/+19
| * manpage: remove the word "slave"wm42016-08-111-6/+6
| * stream/stream_bluray: display list of available titles on verboseRicardo Constantino2016-08-111-0/+6
| * player: add --no-autoload-files optionwm42016-08-104-0/+19
| * ao_alsa: make pause state more robust, reduce minor code duplicationwm42016-08-091-22/+25
| * ao_alsa: handle --audio-stream-silencewm42016-08-091-9/+51
| * player: add --audio-wait-open optionswm42016-08-095-0/+20
| * player: add --audio-stream-silencewm42016-08-098-2/+27
| * ao_coreaudio: actually use stop callbackwm42016-08-092-2/+2
| * af_lavcac3enc: allow passing options to libavcodecwm42016-08-091-0/+7
| * wscript: improve stdatomic checkThomas Petazzoni2016-08-091-1/+1
| * stream: fix double-free if cache init failswm42016-08-081-1/+3
| * demux: do not add packets between refresh seek requested and donewm42016-08-081-1/+1
| * stream_cb: fix stale commentwm42016-08-081-1/+1
| * DOCS/release-policy.md: reminder to update certain version numberswm42016-08-071-1/+2
| * client API: bump API for stream_cbwm42016-08-072-2/+4
| * client API: add stream_cb API for user-defined stream implementationsAman Gupta2016-08-079-3/+428
| * client API: fix indentationwm42016-08-071-1/+1
| * client API: add MPV_ERROR_GENERICwm42016-08-072-1/+6
| * w32_common: update window size on resize eventswm42016-08-071-0/+6
| * player: gross hack to improve non-hr seeking with external audio trackswm42016-08-073-0/+30
| * player: fix mid-stream audio sync conditionwm42016-08-071-3/+3
| * player: fix display-sync timing if audio take long on resumewm42016-08-073-0/+15
| * demux_timeline: enable refresh seeks in some situationswm42016-08-071-0/+5
| * demux: make refresh seek handling more genericwm42016-08-064-19/+34
| * player: sync audio as well when enabling it mid-streamwm42016-08-061-0/+3
| * demux: fix a minor race conditionwm42016-08-061-10/+12
| * player: improve instant track switchingwm42016-08-065-87/+80
| * build: always require atomicswm42016-08-052-26/+10
| * ao_wasapi: in exclusive mode do not output multichannel by defaultwm42016-08-051-1/+1
| * w32_common: don't wait for GUI thread when polling for eventswm42016-08-051-8/+12
| * ao_null: use channel list option type for channel-layouts suboptionwm42016-08-051-11/+5
| * options: fix channels options copy/free operationswm42016-08-051-0/+6
| * tvi_v4l2: fix style in the uninit functionBen Boeckel2016-08-051-4/+6
| * tvi_v4l2: explicitly brace the codeBen Boeckel2016-08-051-1/+4
| * github: discourage bug reportswm42016-08-051-0/+3
| * audio: use --audio-channels=auto behavior, except on ALSAwm42016-08-0417-82/+234
| * player: remove special-case for DL/DR speakerswm42016-08-043-43/+0
| * options: un-restrict --audio-delaywm42016-08-041-1/+1
| * player: offset demuxer on start/seek properly with audio/sub delaywm42016-08-044-0/+22
| * vo_opengl_cb: log better error message if OpenGL not initialized by userwm42016-08-031-0/+6
| * af_lavcac3enc: skip output if there was no input framewm42016-08-021-0/+3
| * wayland_common: check for NULL current_output on fs switchingRostislav Pehlivanov2016-08-011-2/+3
| * af_lavcac3enc: fix buffering timestamps calculationswm42016-08-011-3/+9
| * af_lavcac3enc: fix memory leakwm42016-08-011-1/+1
| * wayland_common: provide the real scaled window resolutionRostislav Pehlivanov2016-08-011-3/+5
| * af_lavcac3enc: fix a debug messagewm42016-07-311-1/+1
| * 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
| *