| Commit message (Expand) | Author | Age | Files | Lines |
* | comment glFlushdisplaylinktests | wm4 | 2016-09-17 | 1 | -1/+1 |
* | t | wm4 | 2016-09-17 | 1 | -4/+5 |
* | test | wm4 | 2016-09-17 | 1 | -3/+7 |
* | test | wm4 | 2016-09-17 | 1 | -2/+5 |
* | cocoa: displayLink test | Akemi | 2016-09-17 | 1 | -10/+48 |
* | player: don't enter playloop for client API requests | wm4 | 2016-09-16 | 2 | -2/+4 |
* | osd: fix OSD getting stuck with --blend-subtitles=yes | wm4 | 2016-09-16 | 3 | -19/+18 |
* | dispatch: fix a race condition triggering an assert() | wm4 | 2016-09-16 | 1 | -1/+1 |
* | player: fix a missed wakeup | wm4 | 2016-09-16 | 1 | -0/+1 |
* | vo_opengl: don't pass negative height to overlay_adjust() | wm4 | 2016-09-16 | 1 | -1/+1 |
* | player: use better way to wait for input and dispatching commands | wm4 | 2016-09-16 | 9 | -57/+80 |
* | client API: declare mpv_suspend/mpv_resume deprecated | wm4 | 2016-09-16 | 8 | -10/+22 |
* | player: litter code with explicit wakeup calls | wm4 | 2016-09-16 | 9 | -39/+76 |
* | player, ao, vo: don't call mp_input_wakeup() directly | wm4 | 2016-09-16 | 17 | -47/+97 |
* | osd: fix subtitle/overlay update problems | wm4 | 2016-09-16 | 1 | -2/+6 |
* | hwdec_cuda: Rename config variable to be more consistent | Philip Langdale | 2016-09-16 | 5 | -8/+8 |
* | vo_opengl: rpi: cosmetic change | wm4 | 2016-09-15 | 1 | -2/+2 |
* | audio: fix missed wakeup when changing audio output device | wm4 | 2016-09-15 | 1 | -1/+1 |
* | osd: slightly simplify update logic | wm4 | 2016-09-15 | 6 | -30/+21 |
* | options: add --hwdec=yes as alias for --hwdec=auto | wm4 | 2016-09-15 | 2 | -2/+4 |
* | etc/builtin.conf: minor edits | wm4 | 2016-09-15 | 1 | -2/+6 |
* | player: move builtin profiles to a separate file | wm4 | 2016-09-15 | 5 | -50/+51 |
* | player: remove unintended !mingw ifdef for IPC uninit | wm4 | 2016-09-15 | 1 | -2/+0 |
* | client API: remove SIGPIPE overriding code | wm4 | 2016-09-15 | 4 | -11/+8 |
* | manpage: explain "speed-adjusted" FPS for --interpolation-threshold | wm4 | 2016-09-15 | 1 | -2/+5 |
* | vo_opengl: fix OSD with icc-profile after previous commit | wm4 | 2016-09-14 | 1 | -0/+2 |
* | vo_opengl: dynamically manage texture units | wm4 | 2016-09-14 | 5 | -30/+54 |
* | vo_opengl: require explicit reset on shader cache after rendering | wm4 | 2016-09-14 | 4 | -8/+30 |
* | vo_opengl: remove a redundant glActiveTexture() call | wm4 | 2016-09-14 | 1 | -2/+2 |
* | vo_opengl: make the number of PBOs tunable | Niklas Haas | 2016-09-14 | 2 | -5/+7 |
* | vo_opengl: drm: use new EGL context creation code | wm4 | 2016-09-14 | 2 | -43/+8 |
* | vo_opengl: wayland: use new EGL context creation code | wm4 | 2016-09-14 | 2 | -50/+9 |
* | vo_opengl: EGL: dump some version info | wm4 | 2016-09-14 | 1 | -0/+8 |
* | vo_opengl: EGL: better desktop-GL context creation | wm4 | 2016-09-14 | 1 | -19/+65 |
* | vo_opengl: EGL: silence eglBindAPI() error message | wm4 | 2016-09-13 | 1 | -1/+1 |
* | vo_rpi, vo_opengl: separate RPI/EGL-specific code for both VOs | wm4 | 2016-09-13 | 3 | -220/+200 |
* | vo_opengl: rpi: use new egl context creation helper function | wm4 | 2016-09-13 | 2 | -27/+14 |
* | vo_x11: fix some ifdeffery | wm4 | 2016-09-13 | 1 | -2/+2 |
* | vo_opengl: mali fbdev support | wm4 | 2016-09-13 | 5 | -3/+188 |
* | vo_opengl: factor some EGL context creation code | wm4 | 2016-09-13 | 5 | -74/+122 |
* | DOCS/interface-changes.rst: minor cleanup | wm4 | 2016-09-13 | 1 | -19/+16 |
* | manpage: vo_rpi -> vo_opengl | wm4 | 2016-09-13 | 1 | -1/+1 |
* | vo_opengl: fix typo in bt.601 auto-guessing logic | Niklas Haas | 2016-09-13 | 1 | -1/+1 |
* | player: Save sub-speed value when resuming playback | Vladimir Panteleev | 2016-09-13 | 1 | -0/+1 |
* | player: Improve OSD formatting of sub-speed option | Vladimir Panteleev | 2016-09-13 | 1 | -0/+4 |
* | player: Apply new sub-speed values during playback | Vladimir Panteleev | 2016-09-13 | 2 | -0/+22 |
* | sub: Add SD_CTRL_UPDATE_SPEED | Vladimir Panteleev | 2016-09-13 | 2 | -0/+4 |
* | ytdl_hook: don't bother adding subtitles if duration isn't known | Ricardo Constantino | 2016-09-13 | 1 | -5/+3 |
* | ytdl_hook: Support playlist entries without subtitles | Ricardo Constantino | 2016-09-13 | 1 | -3/+17 |
* | vo_rpi: deprecate this VO | wm4 | 2016-09-12 | 4 | -4/+19 |
* | vo: change defines to an enum | wm4 | 2016-09-12 | 1 | -15/+17 |
* | vo_opengl: fix non-C11 TLS fallback for gcc | wm4 | 2016-09-12 | 1 | -1/+1 |
* | vo_opengl: better behavior in GL error corner cases | wm4 | 2016-09-12 | 1 | -4/+5 |
* | vo_opengl: rpi: merge vo_rpi features | wm4 | 2016-09-12 | 2 | -20/+255 |
* | vo_opengl: redirect window screenshot requests to backend | wm4 | 2016-09-12 | 1 | -5/+5 |
* | vo_opengl: add hw overlay support and use it for RPI | wm4 | 2016-09-12 | 9 | -3/+478 |
* | man: fix building pdf | shinchiro | 2016-09-12 | 1 | -4/+6 |
* | command: don't log "ignore" command with -v verbosity | wm4 | 2016-09-11 | 1 | -1/+2 |
* | client API: don't miss property changes after updates | James Ross-Gowan | 2016-09-11 | 1 | -5/+3 |
* | hwdec_cuda: Add trivial cuda-copy wrapper | Philip Langdale | 2016-09-11 | 4 | -4/+20 |
* | options: fix another minor regression | wm4 | 2016-09-11 | 1 | -1/+2 |
* | hwdec_cuda: Implement download_image for screenshots | Philip Langdale | 2016-09-10 | 1 | -0/+53 |
* | build: recompile zsh completion if zsh.pl changes | Philip Sequeira | 2016-09-10 | 1 | -1/+1 |
* | TOOLS/zsh.pl: don't filter files by extension | Philip Sequeira | 2016-09-10 | 1 | -2/+1 |
* | TOOLS/zsh.pl: die if we can't parse main options | Philip Sequeira | 2016-09-10 | 1 | -0/+3 |
* | options: fix --list-options after previous commit | wm4 | 2016-09-10 | 2 | -3/+4 |
* | options: make --h list options according to a pattern passed to it | wm4 | 2016-09-10 | 5 | -10/+29 |
* | m_config: remove another unused leftover | wm4 | 2016-09-10 | 2 | -15/+0 |
* | stream_cb: don't add "*://" to protocol list | wm4 | 2016-09-10 | 2 | -5/+1 |
* | command: do not call mp_switch_track() before proper initialization | wm4 | 2016-09-10 | 1 | -7/+17 |
* | man: fix typo | bugdone | 2016-09-10 | 1 | -1/+1 |
* | hwdec_cuda: Use the non-deprecated CUDA-GL interop API | Philip Langdale | 2016-09-10 | 1 | -12/+26 |
* | player: fix average frame duration calculation | sda89ha9 | 2016-09-09 | 1 | -1/+1 |
* | stream, demux, config: remove some dead/unneeded option-related code | wm4 | 2016-09-09 | 8 | -186/+6 |
* | stream_cdda: remove weird option parsing stuff | wm4 | 2016-09-09 | 3 | -30/+17 |
* | tv: remove weird option parsing stuff | wm4 | 2016-09-09 | 2 | -23/+14 |
* | stream_dvb: remove weird option parsing stuff | wm4 | 2016-09-09 | 1 | -24/+24 |
* | man/options: Document cuda hwdec. | Philip Langdale | 2016-09-09 | 1 | -0/+6 |
* | client API: fix error code string | wm4 | 2016-09-09 | 1 | -1/+1 |
* | client API: make mpv_opengl_cb_uninit_gl() behavior slightly nicer | wm4 | 2016-09-09 | 2 | -1/+9 |
* | stream_dvd, stream_dvdnav: remove weird option parsing stuff | wm4 | 2016-09-08 | 7 | -77/+120 |
* | options: drop unreferenced --bluray-angle option | wm4 | 2016-09-08 | 3 | -6/+1 |
* | stream_bluray: fix a minor memory leak | wm4 | 2016-09-08 | 1 | -2/+3 |
* | stream_bluray: remove weird option parsing stuff | wm4 | 2016-09-08 | 1 | -51/+45 |
* | vo: remove unused VOCTRL_GET_PANSCAN | wm4 | 2016-09-08 | 12 | -25/+1 |
* | vo: don't access global options unsynchronized | wm4 | 2016-09-08 | 2 | -6/+21 |
* | vo_opengl: use dedicated image unref function in config case | wm4 | 2016-09-08 | 1 | -1/+1 |
* | vo_opengl: simplify a condition | wm4 | 2016-09-08 | 1 | -2/+1 |
* | hwdec/opengl: Add support for CUDA and cuvid/NvDecode | Philip Langdale | 2016-09-08 | 10 | -1/+430 |
* | vo_opengl: fix incorrect video rendering after vdpau preemption recovery | wm4 | 2016-09-07 | 1 | -0/+1 |
* | vo_opengl: fix another potential vdpau preemption issue | wm4 | 2016-09-07 | 1 | -1/+2 |
* | ao_rsound: fix compilation | wm4 | 2016-09-07 | 1 | -1/+1 |
* | sub: fix previous commit with older libass releases | wm4 | 2016-09-07 | 1 | -0/+2 |
* | sub: actually apply text alignment options to non-ASS subtitles | wm4 | 2016-09-07 | 1 | -0/+2 |
* | manpage: remove more references to deprecated sub-option syntax | wm4 | 2016-09-07 | 5 | -72/+54 |
* | ao_pcm: remove some useless messages | wm4 | 2016-09-07 | 1 | -2/+0 |
* | osdep: rename atomics.h to atomic.h | wm4 | 2016-09-07 | 16 | -17/+16 |
* | atomics: readd some emulation | wm4 | 2016-09-06 | 3 | -2/+53 |
* | DOCS/interface-changes.rst: list exact sub-option replacements | wm4 | 2016-09-06 | 1 | -0/+2 |
* | demux: do not access global options | wm4 | 2016-09-06 | 13 | -168/+241 |
* | input, demux_tv: remove some older option access methods | wm4 | 2016-09-06 | 2 | -7/+8 |
* | demux_mkv: don't crash if --ordered-chapters-files fails | wm4 | 2016-09-06 | 1 | -1/+1 |
* | vo_vdpau: rename some sub-options | wm4 | 2016-09-06 | 2 | -5/+8 |
* | common: use char array for version string | wm4 | 2016-09-06 | 2 | -4/+4 |
* | vo_opengl: simplify option handling | wm4 | 2016-09-06 | 3 | -45/+37 |
* | vo_opengl: fix --icc-profile initial behavior | wm4 | 2016-09-06 | 1 | -0/+1 |
* | wscript: fix typo | pavelxdd | 2016-09-06 | 1 | -1/+1 |
* | m_config: avoid accidentally causing deprecation warnings | wm4 | 2016-09-05 | 1 | -41/+52 |
* | audio/out: deprecate "exclusive" sub-options | wm4 | 2016-09-05 | 9 | -2/+29 |
* | audio/out: deprecate device sub-options | wm4 | 2016-09-05 | 11 | -24/+32 |
* | options: deprecate suboptions for the remaining AO/VOs | wm4 | 2016-09-05 | 23 | -74/+136 |
* | options: add automagic hack for handling sub-option deprecations | wm4 | 2016-09-05 | 6 | -5/+60 |
* | vo_direct3d: deprecate direct3d_shaders alias | wm4 | 2016-09-05 | 4 | -32/+13 |
* | vo_image: move to global options | wm4 | 2016-09-05 | 5 | -37/+72 |
* | ao_jack: move to global options | wm4 | 2016-09-05 | 2 | -28/+50 |
* | options: add a mechanism to make sub-option replacement slightly easier | wm4 | 2016-09-05 | 11 | -16/+33 |
* | m_config: move parts of m_config_add_option into its own function | wm4 | 2016-09-05 | 1 | -26/+36 |
* | dispatch: improve recent locking changes slightly | wm4 | 2016-09-05 | 1 | -14/+20 |
* | dispatch: redo locking, and allow reentrant processing | wm4 | 2016-09-04 | 1 | -70/+101 |
* | client API: implement mpv_suspend/resume slightly differently | wm4 | 2016-09-04 | 5 | -10/+20 |
* | travis: trigger website rebuild only on docs changes | Ricardo Constantino | 2016-09-04 | 1 | -0/+5 |
* | travis: rebuild website for updated docs on push | Stefano Pigozzi | 2016-09-04 | 2 | -0/+27 |
* | client API: more option/property updates | wm4 | 2016-09-03 | 1 | -2/+11 |
* | sd_lavc: enable teletext | wm4 | 2016-09-03 | 4 | -0/+18 |
* | command: try selecting the next track if track switching fails | wm4 | 2016-09-03 | 1 | -3/+4 |
* | player: remove opengl-es=no flag from opengl-hq profile | wm4 | 2016-09-03 | 1 | -1/+0 |
* | manpage: document another option/property inconsistence | wm4 | 2016-09-03 | 1 | -0/+13 |
* | config: deprecate ao and vo auto-profiles | wm4 | 2016-09-03 | 2 | -0/+3 |
* | manpage: mention how to apply/view opengl-hq profile | wm4 | 2016-09-02 | 1 | -1/+2 |
* | ao_alsa: change sub-options to global options | wm4 | 2016-09-02 | 8 | -99/+117 |
* | config: allow profile forward-references in default profile | wm4 | 2016-09-02 | 3 | -10/+19 |
* | m_config: make sure profile values are never NULL | wm4 | 2016-09-02 | 1 | -5/+4 |
* | w32_common: initialize playback status as soon as possible | wm4 | 2016-09-02 | 1 | -16/+25 |
* | command: remove vo-cmdline | wm4 | 2016-09-02 | 6 | -26/+2 |
* | options: deprecate --vo-defaults | wm4 | 2016-09-02 | 4 | -10/+15 |
* | vo_opengl: deprecate sub-options, add them as global options | wm4 | 2016-09-02 | 17 | -1101/+1139 |
* | vo_opengl: rename 3dlut-size to icc-3dlut-size | wm4 | 2016-09-02 | 1 | -1/+2 |
* | m_config: add some convenience functions | wm4 | 2016-09-02 | 2 | -0/+35 |
* | vo: use new option update mechanism | wm4 | 2016-09-02 | 5 | -4/+25 |
* | m_config: introduce basic mechanism to synchronize global option updates | wm4 | 2016-09-02 | 5 | -5/+264 |
* | player: don't send win32 taskbar update before window is created | wm4 | 2016-09-02 | 1 | -1/+1 |
* | vo_opengl: minor renderer option access refactor | wm4 | 2016-09-02 | 3 | -5/+17 |
* | m_config: add helper function for initializing af/ao/vf/vo suboptions | wm4 | 2016-09-02 | 6 | -25/+37 |
* | charset_conv: Use CP949 instead of EUC-KR | Jeong Woon Choi | 2016-09-02 | 1 | -0/+5 |
* | DOCS: move libmpv stub to manpage | wm4 | 2016-09-02 | 3 | -22/+17 |
* | manpage: mention the client API/interface change logs | wm4 | 2016-09-02 | 2 | -3/+8 |
* | command: deprecate "cache" property, replace with "cache-percent" | wm4 | 2016-09-02 | 3 | -7/+6 |
* | vo_opengl: remove pre/post/scale-shaders | Niklas Haas | 2016-09-02 | 4 | -133/+20 |
* | client API: create core thread at an earlier time | wm4 | 2016-09-01 | 4 | -55/+50 |
* | command: fix or document some property/option consistency issues | wm4 | 2016-09-01 | 5 | -26/+61 |
* | command: remove 2 deprecated properties | wm4 | 2016-09-01 | 3 | -68/+1 |
* | command: rename/deprecate some conflicting property names | wm4 | 2016-09-01 | 3 | -6/+21 |
* | command: add options to property list | wm4 | 2016-09-01 | 14 | -216/+160 |
* | m_config: fix "no-" option handling with sub-options | wm4 | 2016-09-01 | 1 | -1/+1 |
* | vo, ao: disable positional parameter suboptions | wm4 | 2016-09-01 | 5 | -8/+14 |
* | stream_cb: remove broken cast | wm4 | 2016-08-31 | 1 | -1/+1 |
* | m_config: remove an unused function | wm4 | 2016-08-31 | 2 | -24/+6 |
* | vo: update w32_common left out by 4d75514 | quilloss | 2016-08-31 | 1 | -3/+0 |
* | m_config: remove some aliasing checks | wm4 | 2016-08-31 | 1 | -19/+2 |
* | m_option: replace --no-video-aspect alias | wm4 | 2016-08-31 | 5 | -68/+35 |
* | m_config: deprecate top-level suboptions | wm4 | 2016-08-31 | 2 | -0/+7 |
* | client API: deprecate "no-..." option handling | wm4 | 2016-08-31 | 5 | -18/+31 |
* | m_config: introduce and use OPT_ALIAS for some options | wm4 | 2016-08-31 | 3 | -17/+21 |
* | m_config: handle --no-... options differently | wm4 | 2016-08-31 | 2 | -53/+49 |
* | m_property: remove pointless explicitly clamping | wm4 | 2016-08-31 | 3 | -63/+0 |
* | input: use OPT_REPLACED for an old option alias | wm4 | 2016-08-31 | 1 | -1/+1 |
* | vo_xv: remove an aliased option | wm4 | 2016-08-31 | 2 | -8/+10 |
* | vo: change messy handling of fullscreen and other flags | wm4 | 2016-08-30 | 6 | -20/+7 |
* | options: make mp_vo_opts options an actual sub-option group | wm4 | 2016-08-30 | 9 | -85/+94 |
* | m_config: pass parent option in m_config_add_option() | wm4 | 2016-08-30 | 1 | -9/+10 |
* | m_config: rename is_generated to is_hidden | wm4 | 2016-08-30 | 2 | -7/+7 |
* | m_option: remove M_OPT_TYPE_DYNAMIC flag | wm4 | 2016-08-30 | 3 | -17/+4 |
* | command: cosmetics: fix some minor whitespace mistakes | wm4 | 2016-08-30 | 1 | -2/+2 |
* | player: make --force-window work with opengl-cb | wm4 | 2016-08-30 | 1 | -0/+1 |
* | player: slightly adjust framerate guessing heuristic | wm4 | 2016-08-29 | 1 | -6/+8 |
* | Merge pull request #3467 from atomnuker/master | Rostislav Pehlivanov | 2016-08-29 | 1 | -0/+2 |
|\ |
|
| * | wayland: reject resize events with either dimension being 0 | Rostislav Pehlivanov | 2016-08-29 | 1 | -0/+2 |
|/ |
|
* | vo_opengl: explicitly check for GL errors around framebuffer depth check | wm4 | 2016-08-29 | 1 | -0/+4 |
* | sd_lavc: always set decoder timebase | wm4 | 2016-08-29 | 1 | -18/+2 |
* | vd_lavc: always force milliseconds for MMAL | wm4 | 2016-08-29 | 1 | -0/+5 |
* | vd_lavc, ad_lavc: set pkt_timebase, not time_base | wm4 | 2016-08-29 | 2 | -2/+8 |
* | m_config: profile option values can be NULL | wm4 | 2016-08-29 | 1 | -1/+2 |
* | command: export profile list as a property | wm4 | 2016-08-28 | 4 | -0/+54 |
* | misc: add some annoying mpv_node helpers | wm4 | 2016-08-28 | 3 | -0/+77 |
* | common: add assert.h include | wm4 | 2016-08-28 | 1 | -0/+1 |
* | player: add option to disable video OSD | wm4 | 2016-08-28 | 4 | -8/+33 |
* | command: add property for current subtitle text | wm4 | 2016-08-27 | 2 | -1/+28 |
* | player: fix minor spelling mistake in osc.lua | James Cowgill | 2016-08-27 | 1 | -1/+1 |
* | TOOLS/zsh.pl: add m4a to zsh completion filetype list | wgmk | 2016-08-26 | 1 | -1/+1 |
* | player: avoid some redundant terminal status updates | wm4 | 2016-08-26 | 1 | -11/+9 |
* | x11, wayland: always round up wait times | wm4 | 2016-08-26 | 2 | -2/+2 |
* | vo: remove redundant wakeup | wm4 | 2016-08-26 | 1 | -1/+3 |
* | demux: close underlying stream if it's fully read anyway | wm4 | 2016-08-26 | 3 | -3/+34 |
* | player: don't directly access demuxer->stream | wm4 | 2016-08-26 | 4 | -6/+7 |
* | cache: don't use a backbuffer if the cache is as large as the file | wm4 | 2016-08-26 | 1 | -10/+14 |
* | stream_memory: disable stream cache | wm4 | 2016-08-26 | 1 | -0/+1 |
* | w32_common: use hooks to detect parent window resize | James Ross-Gowan | 2016-08-26 | 1 | -35/+117 |
* | vo_opengl: angle: new opengl flag to control DirectComposition | Avi Halachmi (:avih) | 2016-08-25 | 4 | -2/+23 |
* | x11: work around mutter fullscreen issue | wm4 | 2016-08-25 | 1 | -3/+11 |
* | audio: avoid missed wakeups with ab-loops | wm4 | 2016-08-24 | 1 | -1/+5 |
* | vd_lavc: minor simplification | wm4 | 2016-08-23 | 1 | -3/+1 |
* | ad_lavc: actually tell decoder about the timebase | wm4 | 2016-08-23 | 1 | -0/+1 |
* | ao_alsa: log if retrieving supported channel maps fails | wm4 | 2016-08-22 | 1 | -1/+3 |
* | audio: do not apply --audio-channels if spdif passthrough is in use | wm4 | 2016-08-22 | 1 | -5/+9 |
* | demux: demote packet queue overflow to a warning | wm4 | 2016-08-22 | 1 | -3/+3 |
* | player: log if video is considered an image | wm4 | 2016-08-21 | 1 | -0/+1 |
* | manpage: fix typo | wm4 | 2016-08-20 | 1 | -1/+1 |
* | vo: be more trusting to estimated display FPS | wm4 | 2016-08-20 | 1 | -8/+5 |
* | player: update Windows playback state asynchronously | wm4 | 2016-08-20 | 3 | -8/+33 |
* | ta: add a helper macro | wm4 | 2016-08-20 | 1 | -0/+4 |
* | vo: fix mismatching types in pointer operation | wm4 | 2016-08-20 | 2 | -3/+3 |
* | af_lavrresample: better swr reinitialization | Paul B Mahol | 2016-08-20 | 1 | -4/+5 |
* | manpage: info about --panscan vs. --video-unscaled | rr- | 2016-08-19 | 1 | -1/+4 |
* | aspect: add --video-unscaled=downscale-big | rr- | 2016-08-19 | 3 | -7/+13 |
* | af_lavrresample: fix error if resampler could not be recreated | wm4 | 2016-08-19 | 1 | -4/+5 |
* | command: prevent O(n^2) behaviour for playlist property | James Ross-Gowan | 2016-08-20 | 1 | -3/+25 |
* | vd_lavc: remove unnecessary initialization | wm4 | 2016-08-19 | 1 | -1/+0 |
* | demux: change fps field to double | wm4 | 2016-08-19 | 1 | -1/+1 |
* | video/audio: always provide "proper" timestamps to libavcodec | wm4 | 2016-08-19 | 8 | -5/+39 |
* | av_common: improve rounding for float->int timestamp conversions | wm4 | 2016-08-19 | 1 | -2/+4 |
* | player: refresh very low framerate video on filter changes | wm4 | 2016-08-19 | 1 | -1/+3 |
* | vf_rotate: allow arbitrary rotation | wm4 | 2016-08-19 | 2 | -4/+11 |
* | github: fix typo | wm4 | 2016-08-18 | 1 | -1/+1 |
* | github: encourage bug reports | wm4 | 2016-08-18 | 1 | -1/+3 |
* | demux_lavf: don't report start time for ogg | wm4 | 2016-08-18 | 1 | -2/+6 |
* | player: make looping slightly more seamless | wm4 | 2016-08-18 | 5 | -42/+38 |
* | audio: improve aspects of EOF handling | wm4 | 2016-08-18 | 3 | -19/+47 |
* | video: don't discard video frames after endpts | wm4 | 2016-08-18 | 3 | -3/+13 |
* | build: make avutil-mastering-metadata check slightly more robust | wm4 | 2016-08-18 | 1 | -1/+1 |
* | manpage: input: fix define-section syntax | jaseg | 2016-08-17 | 1 | -2/+2 |
* | player: add option to control duration of image display | wm4 | 2016-08-17 | 5 | -12/+48 |
* | m_option: add mechanism to allow inf/-inf float options | wm4 | 2016-08-17 | 1 | -1/+2 |
* | m_option: simplify float value range handling | wm4 | 2016-08-17 | 1 | -21/+3 |
* | demux: fix undefined behavior with ogg metadata update | wm4 | 2016-08-16 | 1 | -1/+1 |
* | af_lavrresample: work around libswresample misbehavior | wm4 | 2016-08-16 | 1 | -10/+10 |
* | player: allow passing flags to queue_seek() | wm4 | 2016-08-15 | 6 | -24/+31 |
* | DOCS: Update version | Martin Herkt | 2016-08-15 | 2 | -2/+2 |
* | vo_direct3d: add missing header | Paul B Mahol | 2016-08-14 | 1 | -0/+1 |
* | sub: don't potentially discard too many subtitles on seek | wm4 | 2016-08-14 | 3 | -3/+13 |
* | command: add replaygain information properties to track-list | wm4 | 2016-08-13 | 2 | -0/+26 |
* | demux: minor cleanup to replaygain error handling | wm4 | 2016-08-13 | 1 | -12/+9 |
* | demux: make ALBUM replaygain tags optional | wm4 | 2016-08-13 | 1 | -3/+7 |
* | audio: log replaygain values in af_volume instead demuxer | wm4 | 2016-08-13 | 2 | -12/+11 |
* | demux: add per-track metadata | wm4 | 2016-08-12 | 5 | -59/+143 |
* | audio/filter: remove delay audio filter | Paul B Mahol | 2016-08-12 | 4 | -225/+0 |
* | github: encourage providing sample files | wm4 | 2016-08-11 | 1 | -2/+6 |
* | command: add a property that returns filename without extension | wm4 | 2016-08-11 | 2 | -1/+19 |
* | manpage: remove the word "slave" | wm4 | 2016-08-11 | 1 | -6/+6 |
* | stream/stream_bluray: display list of available titles on verbose | Ricardo Constantino | 2016-08-11 | 1 | -0/+6 |
* | player: add --no-autoload-files option | wm4 | 2016-08-10 | 4 | -0/+19 |
* | ao_alsa: make pause state more robust, reduce minor code duplication | wm4 | 2016-08-09 | 1 | -22/+25 |
* | ao_alsa: handle --audio-stream-silence | wm4 | 2016-08-09 | 1 | -9/+51 |
* | player: add --audio-wait-open options | wm4 | 2016-08-09 | 5 | -0/+20 |
* | player: add --audio-stream-silence | wm4 | 2016-08-09 | 8 | -2/+27 |
* | ao_coreaudio: actually use stop callback | wm4 | 2016-08-09 | 2 | -2/+2 |
* | af_lavcac3enc: allow passing options to libavcodec | wm4 | 2016-08-09 | 1 | -0/+7 |
* | wscript: improve stdatomic check | Thomas Petazzoni | 2016-08-09 | 1 | -1/+1 |
* | stream: fix double-free if cache init fails | wm4 | 2016-08-08 | 1 | -1/+3 |
* | demux: do not add packets between refresh seek requested and done | wm4 | 2016-08-08 | 1 | -1/+1 |
* | stream_cb: fix stale comment | wm4 | 2016-08-08 | 1 | -1/+1 |
* | DOCS/release-policy.md: reminder to update certain version numbers | wm4 | 2016-08-07 | 1 | -1/+2 |
* | client API: bump API for stream_cb | wm4 | 2016-08-07 | 2 | -2/+4 |
* | client API: add stream_cb API for user-defined stream implementations | Aman Gupta | 2016-08-07 | 9 | -3/+428 |
* | client API: fix indentation | wm4 | 2016-08-07 | 1 | -1/+1 |
* | client API: add MPV_ERROR_GENERIC | wm4 | 2016-08-07 | 2 | -1/+6 |
* | w32_common: update window size on resize events | wm4 | 2016-08-07 | 1 | -0/+6 |
* | player: gross hack to improve non-hr seeking with external audio tracks | wm4 | 2016-08-07 | 3 | -0/+30 |
* | player: fix mid-stream audio sync condition | wm4 | 2016-08-07 | 1 | -3/+3 |
* | player: fix display-sync timing if audio take long on resume | wm4 | 2016-08-07 | 3 | -0/+15 |
* | demux_timeline: enable refresh seeks in some situations | wm4 | 2016-08-07 | 1 | -0/+5 |
* | demux: make refresh seek handling more generic | wm4 | 2016-08-06 | 4 | -19/+34 |
* | player: sync audio as well when enabling it mid-stream | wm4 | 2016-08-06 | 1 | -0/+3 |
* | demux: fix a minor race condition | wm4 | 2016-08-06 | 1 | -10/+12 |
* | player: improve instant track switching | wm4 | 2016-08-06 | 5 | -87/+80 |
* | build: always require atomics | wm4 | 2016-08-05 | 2 | -26/+10 |
* | ao_wasapi: in exclusive mode do not output multichannel by default | wm4 | 2016-08-05 | 1 | -1/+1 |
* | w32_common: don't wait for GUI thread when polling for events | wm4 | 2016-08-05 | 1 | -8/+12 |
* | ao_null: use channel list option type for channel-layouts suboption | wm4 | 2016-08-05 | 1 | -11/+5 |
* | options: fix channels options copy/free operations | wm4 | 2016-08-05 | 1 | -0/+6 |
* | tvi_v4l2: fix style in the uninit function | Ben Boeckel | 2016-08-05 | 1 | -4/+6 |
* | tvi_v4l2: explicitly brace the code | Ben Boeckel | 2016-08-05 | 1 | -1/+4 |
* | github: discourage bug reports | wm4 | 2016-08-05 | 1 | -0/+3 |
* | audio: use --audio-channels=auto behavior, except on ALSA | wm4 | 2016-08-04 | 17 | -82/+234 |
* | player: remove special-case for DL/DR speakers | wm4 | 2016-08-04 | 3 | -43/+0 |
* | options: un-restrict --audio-delay | wm4 | 2016-08-04 | 1 | -1/+1 |
* | player: offset demuxer on start/seek properly with audio/sub delay | wm4 | 2016-08-04 | 4 | -0/+22 |
* | vo_opengl_cb: log better error message if OpenGL not initialized by user | wm4 | 2016-08-03 | 1 | -0/+6 |
* | af_lavcac3enc: skip output if there was no input frame | wm4 | 2016-08-02 | 1 | -0/+3 |
* | wayland_common: check for NULL current_output on fs switching | Rostislav Pehlivanov | 2016-08-01 | 1 | -2/+3 |
* | af_lavcac3enc: fix buffering timestamps calculations | wm4 | 2016-08-01 | 1 | -3/+9 |
* | af_lavcac3enc: fix memory leak | wm4 | 2016-08-01 | 1 | -1/+1 |
* | wayland_common: provide the real scaled window resolution | Rostislav Pehlivanov | 2016-08-01 | 1 | -3/+5 |
* | af_lavcac3enc: fix a debug message | wm4 | 2016-07-31 | 1 | -1/+1 |
* | af_lavcac3enc: error out properly if encoding fails | wm4 | 2016-07-31 | 1 | -0/+4 |
* | af_lavcac3enc: fix aspects of AVFrame handling | wm4 | 2016-07-31 | 1 | -0/+3 |
* | audio: make mp_audio_realloc[_min] ensure frame is writeable | wm4 | 2016-07-31 | 1 | -1/+10 |
* | ytdl: Error out with http_dash_segments | Ricardo Constantino | 2016-07-30 | 1 | -0/+4 |
* | options: add vp9 to --hwdec-codecs | wm4 | 2016-07-30 | 2 | -4/+4 |
* | wayland_common: fix fullscreen image switching bug | Rostislav Pehlivanov | 2016-07-30 | 3 | -6/+4 |
* | wayland_common: prevent black bars on most non-native aspect ratios | Rostislav Pehlivanov | 2016-07-30 | 1 | -0/+3 |
* | demux_raw: s16be support was missing due to small typo | Eric Toombs | 2016-07-30 | 1 | -1/+1 |
* | wscript: add proper non-version'd SONAME for Android | Jan Ekström | 2016-07-30 | 1 | -1/+7 |
* | build: add --htmldir option | Chris Mayo | 2016-07-30 | 2 | -1/+2 |
* | wayland_common: clip window size to the display output size | Rostislav Pehlivanov | 2016-07-30 | 1 | -5/+7 |
* | wayland_common: flush wakeup_pipe on a wakeup | Rostislav Pehlivanov | 2016-07-30 | 1 | -8/+10 |
* | osdep/io: introduce mp_flush_wakeup_pipe() | Rostislav Pehlivanov | 2016-07-30 | 5 | -10/+14 |
* | wayland_common: remove untested/unusable wayland dnd code | Rostislav Pehlivanov | 2016-07-30 | 2 | -188/+1 |
* | vo_opengl: remove the 3dlut-size npot2 restriction | Niklas Haas | 2016-07-25 | 3 | -3/+4 |
* | vo_opengl: reduce default 3dlut-size to 64x64x64 | Niklas Haas | 2016-07-25 | 2 | -2/+2 |
* | x11: do not accidentally discard event flags | wm4 | 2016-07-25 | 2 | -6/+5 |
* | vo_opengl: increase 3DLUT accuracy at lower LUT sizes | Niklas Haas | 2016-07-25 | 1 | -1/+8 |
* | audio: use idiotic FFmpeg ABI rules for public-except-not-public fields | wm4 | 2016-07-24 | 1 | -5/+5 |
* | player: disable DS with spdif transcoding too | wm4 | 2016-07-24 | 1 | -2/+5 |
* | af_lavcac3enc: use common code for AVFrame setup | wm4 | 2016-07-24 | 3 | -16/+22 |
* | demux_lavf: remove subtitle seeking special-case | wm4 | 2016-07-24 | 1 | -22/+7 |
* | vo_opengl: glctx can be NULL during init | wm4 | 2016-07-21 | 1 | -1/+1 |
* | x11, wayland: do not accidentally close FD 0 | wm4 | 2016-07-21 | 2 | -2/+6 |
* | vo: remove now unused event_fd handling | wm4 | 2016-07-21 | 2 | -62/+8 |
* | wayland_common: make function declaration consistent | Rostislav Pehlivanov | 2016-07-21 | 1 | -23/+21 |
* | wayland: port to the new wakeup/wait_events framework | Rostislav Pehlivanov | 2016-07-21 | 4 | -71/+53 |
* | manpage: not-document tscale=linear | wm4 | 2016-07-21 | 1 | -0/+3 |
* | vo_opengl: add a tscale=linear direct implementation | Niklas Haas | 2016-07-21 | 1 | -3/+10 |
* | cocoa: remove unused icc profile variables | Akemi | 2016-07-21 | 1 | -2/+0 |
* | cocoa: update screen fps only if necessary | Akemi | 2016-07-21 | 1 | -1/+3 |
* | x11: stop using vo.event_fd | wm4 | 2016-07-20 | 8 | -1/+72 |
* | vo_opengl: allow backends to provide callbacks for custom event loops | wm4 | 2016-07-20 | 6 | -17/+51 |
* | vo_wayland: fix high CPU usage due to busy polling | Rostislav Pehlivanov | 2016-07-19 | 1 | -3/+3 |
* | x11: skip ICC update on every window move | wm4 | 2016-07-18 | 2 | -11/+26 |
* | libarchive: sanitize non-UTF8 archive entries | wm4 | 2016-07-18 | 1 | -2/+2 |
* | libarchive: unify entry iteration between stream/demux layers | wm4 | 2016-07-18 | 3 | -42/+54 |
* | audio: refactor mixer code and delete mixer.c | wm4 | 2016-07-17 | 14 | -225/+99 |
* | audio: fix crashes due to broken uninit check | wm4 | 2016-07-15 | 1 | -5/+0 |
* | vf_vavpp: get rid of mp_refqueue_is_interlaced() | wm4 | 2016-07-15 | 3 | -11/+1 |
* | vf_d3d11vpp: fix interlaced-only=no mode | wm4 | 2016-07-15 | 1 | -2/+2 |
* | vf_d3d11vpp: add video processor selection | wm4 | 2016-07-15 | 2 | -5/+26 |
* | player: do not cut off terminal status line if it contains newlines | wm4 | 2016-07-15 | 1 | -1/+1 |
* | af: avoid rebuilding filter chain in another minor case | wm4 | 2016-07-15 | 1 | -0/+3 |
* | videotoolbox: add yuv420p to --videotoolbox-format | wm4 | 2016-07-15 | 2 | -2/+12 |
* | vo_opengl: hwdec: reset hw_subfmt field | wm4 | 2016-07-15 | 8 | -0/+9 |
* | video: change hw_subfmt meaning | wm4 | 2016-07-15 | 6 | -26/+22 |
* | man: fix PDF build error | Martin Herkt | 2016-07-15 | 1 | -0/+1 |
* | videotoolbox: add --hwdec=videotoolbox-copy for h/w accelerated decoding with... | Aman Gupta | 2016-07-15 | 5 | -9/+118 |
* | DOCS/compile-windows.md: MSVC DLL usage instructions | wm4 | 2016-07-14 | 1 | -0/+18 |
* | Use - as command-name separator everywhere | Timotej Lazar | 2016-07-14 | 17 | -47/+47 |
* | demux_timeline: restore mkv edition switching | wm4 | 2016-07-14 | 1 | -0/+3 |
* | ao_pulse: fix some volume control rounding issues | wm4 | 2016-07-14 | 1 | -2/+3 |
* | ao_creoaudio: print OSStatus as decimal signed integer too | wm4 | 2016-07-13 | 1 | -1/+1 |
* | ao_coreaudio: use correct free function on errors | wm4 | 2016-07-13 | 1 | -1/+1 |
* | manpage: add some missing color management related sub-properties | wm4 | 2016-07-13 | 1 | -0/+3 |
* | command: add properties for HDR metadata | Niklas Haas | 2016-07-13 | 2 | -0/+8 |
* | video: respect --deinterlace=auto | wm4 | 2016-07-12 | 1 | -1/+2 |
* | win32: mpv.rc: re-add version info | James Ross-Gowan | 2016-07-12 | 1 | -7/+25 |
* | vo_opengl: angle: use WARP if there are no hw adapters | James Ross-Gowan | 2016-07-12 | 1 | -2/+45 |
* | cache: minor simplification | wm4 | 2016-07-11 | 1 | -7/+10 |
* | cache: fix previous commit | wm4 | 2016-07-11 | 1 | -1/+11 |
* | cache: propagate seek failures | wm4 | 2016-07-11 | 1 | -7/+17 |
* | vo_opengl: angle: try D3D9 when D3D11 fails eglInitialize | James Ross-Gowan | 2016-07-11 | 1 | -7/+8 |
* | audio: fix code for adjusting conversion filters | wm4 | 2016-07-11 | 1 | -4/+5 |
* | af_volume: don't let softvol overwrite af_volume volumedb sub-option | wm4 | 2016-07-11 | 1 | -2/+2 |
* | audio: add heuristic to move auto-downmixing before other filters | wm4 | 2016-07-10 | 1 | -7/+66 |
* | audio: add auto-inserted flag to filter list logging | wm4 | 2016-07-10 | 1 | -0/+2 |
* | audio: cleanup audio filter format negotiation | wm4 | 2016-07-10 | 3 | -149/+62 |
* | manpage: minor fix | wm4 | 2016-07-10 | 2 | -3/+3 |
* | audio: show an osd bar when changing ao-volume | Uros Vampl | 2016-07-10 | 1 | -1/+17 |
* | audio: insert audio-inserted filters at end of chain | wm4 | 2016-07-09 | 1 | -34/+1 |
* | audio: don't crash when changing volume if no audio is initialized | wm4 | 2016-07-09 | 1 | -0/+3 |
* | man: fix typo | wm4 | 2016-07-09 | 1 | -1/+1 |
* | audio: drop --softvol=no and --softvol=auto | wm4 | 2016-07-09 | 10 | -363/+145 |
* | man: fix typos | Jakub Wilk | 2016-07-09 | 5 | -11/+11 |
* | vo_xv, vo_x11: fix typos in warnings | Jakub Wilk | 2016-07-09 | 2 | -3/+3 |
* | man: fix botched sentence | wm4 | 2016-07-08 | 1 | -3/+3 |
* | vd_d3d11vpp: remove nonsensical flush call | wm4 | 2016-07-08 | 1 | -5/+0 |
* | x11: add missing FocusChangeMask | wm4 | 2016-07-08 | 1 | -1/+1 |
* | ao_coreaudio: error out when selecting invalid device | wm4 | 2016-07-08 | 1 | -0/+7 |
* | client API: remove "status" log level from mpv_request_event docs | wm4 | 2016-07-08 | 2 | -1/+5 |
* | command: don't delay progress updates to next video frame | wm4 | 2016-07-08 | 1 | -0/+1 |
* | video: fix midstream video configuration changes | wm4 | 2016-07-08 | 1 | -0/+1 |
* | vo_vdpau: minor simplification | wm4 | 2016-07-07 | 1 | -19/+9 |
* | video: limit number of frames sent to VO to the VO requested amount | wm4 | 2016-07-07 | 1 | -1/+3 |
* | player: cut off status line on terminal width | wm4 | 2016-07-06 | 1 | -0/+6 |
* | vf, af: print filter labels in verbose mode | wm4 | 2016-07-06 | 2 | -0/+4 |
* | video: fix deinterlace filter handling for VFCTRL_SET_DEINTERLACE filters | wm4 | 2016-07-06 | 1 | -18/+20 |
* | vf: mark filter chain as uninitialized when mutating it | wm4 | 2016-07-06 | 1 | -0/+2 |
* | video: fix deinterlace filter handling on pixel format changes | wm4 | 2016-07-06 | 1 | -7/+4 |
* | vf: don't clobber input params on reconfigure failure | wm4 | 2016-07-06 | 1 | -1/+1 |
* | player: it's not --force-seeking but --force-seekable | wm4 | 2016-07-06 | 1 | -1/+1 |
* | player: rewrite deinterlace filter auto-insertion | wm4 | 2016-07-05 | 4 | -107/+84 |
* | csp: document deviations from the references where they occur | Niklas Haas | 2016-07-05 | 2 | -3/+27 |
* | x11_common: silence xdg-screensaver | Ben Boeckel | 2016-07-05 | 1 | -1/+1 |
* | subprocess: add a callback to ignore output | Ben Boeckel | 2016-07-05 | 2 | -0/+6 |
* | vo_opengl: angle: update the swapchain on resize | James Ross-Gowan | 2016-07-04 | 1 | -1/+16 |
* | vo_opengl: error out gracefully when trying to use FBOs without FBO API | wm4 | 2016-07-04 | 1 | -0/+5 |
* | vf_d3d11vpp: fix output image format if not doing any filtering | wm4 | 2016-07-04 | 1 | -2/+5 |
* | input: remove redundant log message | wm4 | 2016-07-04 | 1 | -4/+1 |
* | vo_opengl: move eval_szexpr to user_shaders.c | Niklas Haas | 2016-07-03 | 3 | -102/+124 |
* | vd_lavc: expose mastering display side data reference peak | Niklas Haas | 2016-07-03 | 3 | -1/+32 |
* | vo_opengl: generalize HDR tone mapping mechanism | Niklas Haas | 2016-07-03 | 8 | -91/+136 |
* | mp_image: split colorimetry metadata into its own struct | Niklas Haas | 2016-07-03 | 22 | -151/+160 |
* | vo_opengl: don't constantly resize the output FBO | Niklas Haas | 2016-07-03 | 1 | -1/+1 |
* | sub: remove unused sub_bitmaps.scaled field | wm4 | 2016-07-03 | 2 | -5/+0 |
* | sub: move RGBA scaling to vo_vaapi | wm4 | 2016-07-03 | 3 | -73/+25 |
* | sub: change how libass output is converted to RGBA in some cases | wm4 | 2016-07-03 | 5 | -132/+103 |
* | sub: move around some code | wm4 | 2016-07-03 | 1 | -39/+60 |
* | sub: pass preferred OSD format to subtitle renderers | wm4 | 2016-07-03 | 9 | -18/+22 |
* | vo_opengl: remove caching GL_MAX_TEXTURE_SIZE value | wm4 | 2016-07-03 | 1 | -11/+15 |
* | vo_opengl: use ringbuffer of PBOs | wm4 | 2016-07-03 | 2 | -7/+13 |
* | vo_opengl: support inconsistent negative strides per plane | wm4 | 2016-07-03 | 1 | -8/+10 |
* | vo_opengl: move PBO upload handling to shared code | wm4 | 2016-07-03 | 4 | -140/+91 |
* | w32_common: make WM_NCHITTEST simpler and more accurate | James Ross-Gowan | 2016-07-03 | 1 | -15/+13 |
* | manpage: document confusing "vf clr" command usage | wm4 | 2016-07-03 | 1 | -0/+2 |
* | player: add missing space to error message | wm4 | 2016-07-02 | 1 | -1/+1 |
* | vd_lavc: hide structs behind platform flags | Ben Boeckel | 2016-07-01 | 1 | -0/+4 |
* | readme: fix typo | Ben Boeckel | 2016-07-01 | 1 | -1/+1 |
* | player: fatal error if linked and compiled FFmpeg versions mismatch | wm4 | 2016-07-01 | 4 | -10/+21 |
* | bitmap_packer: remove some unused functions | wm4 | 2016-07-01 | 2 | -49/+0 |
* | sub: set ASS sub bitmap data to correct pointer | wm4 | 2016-07-01 | 1 | -0/+3 |
* | vo_direct3d: remove bitmap packer | wm4 | 2016-07-01 | 1 | -85/+70 |
* | vo_vdpau: remove bitmap packer use | wm4 | 2016-07-01 | 1 | -80/+57 |
* | vo_opengl: remove OSD bitmap packing | wm4 | 2016-07-01 | 2 | -75/+13 |
* | command: pack sub image data in overlay-add command | wm4 | 2016-07-01 | 2 | -54/+109 |
* | ad_lavc: work around braindead ffmpeg behavior | wm4 | 2016-07-01 | 1 | -0/+6 |
* | sub: pack libass bitmaps directly in sd_ass.c and osd_libass.c | wm4 | 2016-06-30 | 6 | -54/+148 |
* | README: declare that we do not respect FFmpeg ABI rules | wm4 | 2016-06-29 | 1 | -0/+11 |
* | options: deprecate --heartbeat-cmd | wm4 | 2016-06-29 | 3 | -1/+12 |
* | options: add a deprecation warning printing mechanism | wm4 | 2016-06-29 | 2 | -0/+11 |
* | ao_oss: do not add an entry to audio-device-list if device file missing | wm4 | 2016-06-29 | 1 | -0/+7 |
* | audio: don't add default entry to audio-device-list if AO support listing | wm4 | 2016-06-29 | 1 | -3/+2 |
* | d3d: implement screenshots for --hwdec=d3d11va | wm4 | 2016-06-28 | 3 | -0/+86 |
* | d3d: merge angle_common.h into d3d.h | wm4 | 2016-06-28 | 8 | -38/+27 |
* | vo_opengl: add output_size uniform to custom shader | Muhammad Faiz | 2016-06-28 | 2 | -0/+6 |
* | vo_opengl: minor typo and coding style fixes | wm4 | 2016-06-28 | 1 | -5/+5 |
* | vo_opengl: revise the transfer curve logic | Niklas Haas | 2016-06-28 | 3 | -17/+37 |
* | csputils: adjust whitespace | Niklas Haas | 2016-06-28 | 1 | -9/+0 |
* | vo_opengl: revise the logic for picking the default color space | Niklas Haas | 2016-06-28 | 1 | -11/+10 |
* | vo_opengl: use image_params instead of *_src for autoconfig | Niklas Haas | 2016-06-28 | 1 | -14/+17 |
* | vo_opengl: implement the Panasonic V-Log function | Niklas Haas | 2016-06-28 | 7 | -3/+42 |
* | manpage: add missing documentation for vf_format:gamma=dci-p3 | Niklas Haas | 2016-06-28 | 1 | -0/+1 |
* | csputils: add Panasonic V-Gamut primaries | Niklas Haas | 2016-06-28 | 4 | -0/+13 |
* | manpage: warn about the use of HDR functions for target-trc | Niklas Haas | 2016-06-28 | 1 | -0/+6 |
* | vo_opengl: implement ARIB STD-B68 (HLG) HDR TRC | Niklas Haas | 2016-06-28 | 7 | -10/+49 |
* | audio: add a helper for getting frame end PTS | wm4 | 2016-06-27 | 2 | -2/+11 |
* | dec_audio: fix segment boudnary switching | wm4 | 2016-06-27 | 1 | -3/+6 |
* | ao_lavc, vo_lavc: Migrate to new encoding API. | Rudolf Polzer | 2016-06-27 | 2 | -163/+223 |
* | Fix misspellings | stepshal | 2016-06-26 | 14 | -17/+17 |
* | vo_opengl utils: use gl->main_fb when reading window content | quilloss | 2016-06-26 | 1 | -1/+4 |
* | manpage: fix typo | wm4 | 2016-06-26 | 1 | -1/+1 |
* | vo_xv: fix behavior with odd sizes | wm4 | 2016-06-25 | 1 | -6/+8 |
* | DOCS: change version references from 0.17.1 to 0.18.0 | wm4 | 2016-06-25 | 3 | -6/+6 |
* | image_writer: port to new encode API | wm4 | 2016-06-24 | 1 | -0/+12 |
* | ass_mp.h: remove conditional inclusion guards | wm4 | 2016-06-24 | 1 | -6/+2 |
* | af_lavcac3enc: use av_err2str() call (fixes Libav build) | wm4 | 2016-06-23 | 1 | -2/+1 |
* | af_lavcac3enc: make encoder configurable | wm4 | 2016-06-23 | 2 | -3/+10 |
* | af_lavcac3enc: implement flushing on seek | wm4 | 2016-06-23 | 1 | -0/+7 |
* | af_lavcac3enc: port to new encode API | wm4 | 2016-06-23 | 1 | -9/+57 |
* | af_lavcac3enc: automatically configure most encoder parameters | wm4 | 2016-06-23 | 1 | -29/+57 |
* | af_lavcac3enc: drop log message prefixes | wm4 | 2016-06-23 | 1 | -9/+7 |
* | af_lavcac3enc: fix custom bitrates | wm4 | 2016-06-23 | 1 | -2/+3 |
* | vo_opengl: improve missing function warning | wm4 | 2016-06-22 | 1 | -6/+8 |
* | ad_lavc: resume from mid-stream EOF conditions with new decode API | wm4 | 2016-06-22 | 1 | -0/+7 |
* | vo_opengl: add scaler name to the 'Disabling scaler' message | dirb | 2016-06-22 | 1 | -1/+2 |
* | vf_vdpaurb: use new common nv12 download code | wm4 | 2016-06-21 | 1 | -15/+5 |
* | vdpau: get surface data as nv12 if possible | wm4 | 2016-06-21 | 2 | -0/+54 |
* | command: improve playlist* properties change notifications | wm4 | 2016-06-20 | 2 | -6/+10 |
* | github: move "reproduction steps" before behavior sections | wm4 | 2016-06-20 | 1 | -2/+2 |
* | vo_opengl: manually add the GL_BACK_LEFT constant for GLES | Floens | 2016-06-20 | 1 | -0/+4 |
* | vo_opengl: GL_ARB_timer_query compile fix for GLES | Floens | 2016-06-20 | 1 | -0/+6 |
* | vf_vdpaurb: fix operation | wm4 | 2016-06-20 | 1 | -0/+1 |
* | vo_opengl: unmap hwdec images once rendering is done | wm4 | 2016-06-20 | 1 | -2/+10 |
* | vo_opengl: vdpau interop without RGB conversion | wm4 | 2016-06-19 | 8 | -40/+161 |
* | refqueue: free referenced images on free | wm4 | 2016-06-19 | 1 | -0/+1 |
* | bitmap_packet: let max=0 mean unlimited | wm4 | 2016-06-18 | 3 | -7/+7 |
* | sd_lavc: fix sub-bitmap alignment | wm4 | 2016-06-18 | 1 | -1/+1 |
* | vo_opengl: remove prescaling framework with superxbr prescaler | Bin Jin | 2016-06-18 | 7 | -384/+3 |
* | vo_opengl: remove uniform buffer object routines | Bin Jin | 2016-06-18 | 4 | -44/+2 |
* | vo_opengl: remove nnedi3 prescaler | Bin Jin | 2016-06-18 | 11 | -413/+1 |
* | cocoa: fix display refresh rate retrieval on multi monitor setups | Akemi | 2016-06-18 | 2 | -4/+17 |
* | cocoa: fix actual display refresh rate retrieval | Akemi | 2016-06-18 | 1 | -3/+18 |
* | vo_opengl: dxinterop: render to gl->main_fb | James Ross-Gowan | 2016-06-18 | 1 | -54/+5 |
* | vo_opengl: add ability to render to an arbitrary backing framebuffer | wm4 | 2016-06-18 | 3 | -1/+9 |
* | sd_lavc: align sub-bitmaps for the sake of libswscale | wm4 | 2016-06-18 | 2 | -7/+11 |
* | sd_lavc: fix typo | wm4 | 2016-06-18 | 1 | -1/+1 |
* | sub, vo_opengl: use packed sub-bitmaps directly if available | wm4 | 2016-06-17 | 4 | -29/+110 |
* | sd_lavc: change hack against vobsubs with wrong resolution | wm4 | 2016-06-17 | 1 | -8/+9 |
* | sub: fix --sub-gauss | wm4 | 2016-06-17 | 4 | -51/+37 |
* | sub: move paletted image handling completely to sd_lavc.c | wm4 | 2016-06-17 | 6 | -119/+89 |
* | bitmap_packer: make manual use slightly more convenient | wm4 | 2016-06-17 | 1 | -12/+14 |
* | sd_lavc: move AVSubtitle bitmap setup code into its own function | wm4 | 2016-06-17 | 1 | -34/+44 |
* | Add github issue and pull request templates | wm4 | 2016-06-17 | 3 | -32/+21 |
* | d3d11va: remove unused d3d11va_surface.subindex field | wm4 | 2016-06-16 | 1 | -3/+1 |
* | vf_d3d11vpp: flush device context only when using shared textures | wm4 | 2016-06-16 | 1 | -1/+2 |
* | vf_d3d11vpp: make missing deinterlacing caps non-fatal | wm4 | 2016-06-16 | 1 | -3/+2 |
* | vf_d3d11vpp: log some video processor creation parameters | wm4 | 2016-06-16 | 1 | -2/+7 |
* | vo_opengl: use EXT_disjoint_timer_query for timers | James Ross-Gowan | 2016-06-15 | 1 | -0/+16 |
* | vo_opengl: fix framebuffer object name | wm4 | 2016-06-15 | 1 | -3/+4 |
* | demux_mkv: support Matroska webvtt | wm4 | 2016-06-14 | 1 | -0/+1 |
* | vo_opengl: use standard functions to retrieve display depth | wm4 | 2016-06-14 | 10 | -59/+21 |
* | vo_opengl: hwdec_d3d11egl: remove ES2 swizzle special-case | wm4 | 2016-06-13 | 1 | -2/+2 |
* | vo_rpi: fix destroying overlays | Gusar321 | 2016-06-13 | 1 | -0/+3 |
* | audio: apply an upper bound timeout when draining | wm4 | 2016-06-12 | 1 | -3/+13 |
* | audio: do not wake up core during EOF | wm4 | 2016-06-12 | 1 | -3/+4 |