| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to v0.9.0, remove Draft status from RELEASE_NOTESv0.9.0 | Diogo Franco (Kovensky) | 2015-04-25 | 2 | -2/+3 |
* | Fix typo in RELEASE_NOTES | Diogo Franco (Kovensky) | 2015-04-25 | 1 | -1/+1 |
* | Add v0.7.x RELEASE_NOTES to RELEASE_NOTES | Diogo Franco (Kovensky) | 2015-04-25 | 1 | -0/+215 |
* | Update RELEASE_NOTES | Diogo Franco (Kovensky) | 2015-04-25 | 1 | -7/+30 |
* | Merge branch 'master' into release/0.9 | Diogo Franco (Kovensky) | 2015-04-25 | 87 | -638/+1742 |
|\ |
|
| * | manpage: move --autosync description | wm4 | 2015-04-24 | 1 | -14/+14 |
| * | player: add --window-scale option | wm4 | 2015-04-24 | 4 | -0/+13 |
| * | player: flush decoder even if cover art is decoded | wm4 | 2015-04-24 | 1 | -1/+1 |
| * | player: don't show A/V desync message in non-sense situations | wm4 | 2015-04-24 | 1 | -2/+2 |
| * | w32_common: add more rounded-down frame rates | James Ross-Gowan | 2015-04-25 | 1 | -0/+4 |
| * | w32_common: use the current monitor's refresh rate | James Ross-Gowan | 2015-04-25 | 1 | -9/+10 |
| * | dxva2: fix broken build with gcc 5.1 | Avi Halachmi (:avih) | 2015-04-24 | 1 | -0/+5 |
| * | terminal: printf() is not signal-safe | wm4 | 2015-04-24 | 1 | -2/+1 |
| * | man: fix PDF build | Martin Herkt | 2015-04-24 | 1 | -2/+4 |
| * | DOCS/mplayer-changes: Eleborate on joystick input | robin007bond | 2015-04-23 | 1 | -0/+2 |
| * | osc: add nil check for element.eventresponder | wm4 | 2015-04-23 | 1 | -1/+1 |
| * | mp_image: remove some unused interlacing flags | wm4 | 2015-04-23 | 3 | -8/+2 |
| * | vf_vapoursynth: update _FieldBased semantics | wm4 | 2015-04-23 | 1 | -4/+4 |
| * | options: remove unneeded hack from command line parser | wm4 | 2015-04-23 | 3 | -16/+1 |
| * | manpage: document ff-index sub-property | wm4 | 2015-04-23 | 1 | -0/+7 |
| * | demux_mkv: limit timestamp fixing to 1ms max | wm4 | 2015-04-23 | 2 | -7/+7 |
| * | demux_mkv: attempt to fix rounded timestamps | wm4 | 2015-04-23 | 2 | -1/+30 |
| * | demux_mkv: move global options to the demuxer | wm4 | 2015-04-23 | 6 | -21/+42 |
| * | demux_mkv: better seeking after video end | wm4 | 2015-04-23 | 1 | -15/+7 |
| * | lua: add utils.format_json() function | wm4 | 2015-04-22 | 2 | -0/+26 |
| * | osc: paint over a crash | wm4 | 2015-04-22 | 1 | -4/+6 |
| * | image_writer: fix writing screenshots | wm4 | 2015-04-22 | 1 | -1/+1 |
| * | cache: exit early on cancellation | wm4 | 2015-04-21 | 1 | -0/+3 |
| * | cache: another minor simplification | wm4 | 2015-04-21 | 1 | -11/+5 |
| * | cache: simplify the check for printing the "cache stuck" message | wm4 | 2015-04-21 | 1 | -16/+6 |
| * | player: do not load encoding config files in non-encoding mode | wm4 | 2015-04-21 | 1 | -8/+6 |
| * | TOOLS/autoload: load only files that make sense | Marcin Kurczewski | 2015-04-21 | 1 | -0/+30 |
| * | TOOLS/autoload: add blank lines for readability | Marcin Kurczewski | 2015-04-21 | 1 | -0/+7 |
| * | command: demuxer-cache-time property | xylosper | 2015-04-21 | 2 | -1/+26 |
| * | vo_drm: fix return value for void function | Marcin Kurczewski | 2015-04-21 | 1 | -1/+1 |
| * | vo_drm: fix coding style to adhere to guidelines | Marcin Kurczewski | 2015-04-21 | 2 | -8/+8 |
| * | vo_drm: fix releasing VT if received signal twice | Marcin Kurczewski | 2015-04-21 | 1 | -0/+3 |
| * | vo_drm: add vertical sync | Marcin Kurczewski | 2015-04-21 | 1 | -5/+45 |
| * | player: cleanup update_fps() function | wm4 | 2015-04-20 | 2 | -13/+5 |
| * | video: cleanup some old log messages | wm4 | 2015-04-20 | 2 | -9/+2 |
| * | old-configure: disable HAVE_DRM | wm4 | 2015-04-20 | 1 | -0/+1 |
| * | client API: add a screenshot_raw command | wm4 | 2015-04-20 | 6 | -0/+67 |
| * | client API: add MPV_FORMAT_BYTE_ARRAY type | wm4 | 2015-04-20 | 3 | -1/+32 |
| * | image_writer: factor image conversion into a separate function | wm4 | 2015-04-20 | 2 | -25/+37 |
| * | image_writer: minor cleanup | wm4 | 2015-04-20 | 2 | -11/+11 |
| * | client API: add glue for making full use of mpv_command_node() | wm4 | 2015-04-20 | 4 | -10/+14 |
| * | demux: report correct cache state close to EOF | wm4 | 2015-04-20 | 1 | -5/+4 |
| * | vf_vapoursynth: stupid hack to unbreak with recent API change | wm4 | 2015-04-20 | 1 | -0/+6 |
| * | player: change video-bitrate and audio-bitrate properties | wm4 | 2015-04-20 | 9 | -71/+51 |
| * | options: don't restrict --hr-seek-demuxer-offset | wm4 | 2015-04-20 | 1 | -1/+1 |
| * | command: disc-mouse-on-button property | xylosper | 2015-04-21 | 7 | -6/+49 |
| * | build: fix libavfilter dependency for vf_mirror | xylosper | 2015-04-20 | 2 | -2/+2 |
| * | w32_common: prevent system sleep | James Ross-Gowan | 2015-04-20 | 1 | -1/+2 |
| * | vo_drm: extract vt_switcher to drm_common | Marcin Kurczewski | 2015-04-19 | 4 | -132/+226 |
| * | vo_drm: disable VT switcher for non-Linux systems | Marcin Kurczewski | 2015-04-19 | 2 | -2/+9 |
| * | manpage: fix typo | wm4 | 2015-04-19 | 1 | -1/+1 |
| * | options: change [...] to balanced quotes | wm4 | 2015-04-19 | 2 | -2/+15 |
| * | vo_drm: fix logging problems with connectors | Marcin Kurczewski | 2015-04-18 | 1 | -1/+1 |
| * | vo_drm: fix VT behavior with auxiliary screens | Marcin Kurczewski | 2015-04-18 | 1 | -2/+4 |
| * | vo_drm: fix VT switching | Marcin Kurczewski | 2015-04-18 | 1 | -55/+229 |
| * | TOOLS: autoload.lua: sort files case insensitive | wm4 | 2015-04-18 | 1 | -1/+3 |
| * | af_lavrresample: fix draining | wm4 | 2015-04-18 | 1 | -8/+8 |
| * | stream_file: minor simplification | wm4 | 2015-04-17 | 1 | -11/+8 |
| * | player: allow playing directories | wm4 | 2015-04-17 | 3 | -5/+58 |
| * | demuxer_lavf: add an option for disabling hacks | wm4 | 2015-04-17 | 2 | -0/+11 |
| * | options: clarify quoting for option values starting with % | wm4 | 2015-04-17 | 2 | -9/+13 |
| * | TOOLS/umpv: fix typo in docstring | Adrian Sadłocha | 2015-04-17 | 1 | -1/+1 |
| * | vf_crop, vf_expand: remove ancient and useless messages | wm4 | 2015-04-16 | 2 | -19/+1 |
| * | vf_mirror: replace internal implementation with libavfilter | wm4 | 2015-04-16 | 1 | -85/+4 |
| * | vo: fix non-sense in init code | wm4 | 2015-04-16 | 1 | -1/+1 |
| * | vo: cosmetics: reindent VO list | wm4 | 2015-04-16 | 1 | -23/+23 |
| * | vf_screenshot: remove this filter | wm4 | 2015-04-16 | 8 | -97/+3 |
| * | command: let screenshot_to_file command overwrite files | wm4 | 2015-04-16 | 2 | -7/+1 |
| * | video: do not show decoder framedrops if they're not requested | wm4 | 2015-04-16 | 2 | -5/+5 |
| * | vo_drm: add missing documentation | Marcin Kurczewski | 2015-04-16 | 1 | -0/+13 |
| * | vo_drm: add KMS/DRM renderer support | Marcin Kurczewski | 2015-04-16 | 4 | -0/+522 |
| * | subprocess: move implementation for deatched subprocesses | wm4 | 2015-04-15 | 5 | -34/+63 |
| * | subprocess-posix: always connect stdin to /dev/null | wm4 | 2015-04-15 | 1 | -1/+12 |
| * | x11: actually disable screensaver | wm4 | 2015-04-15 | 2 | -12/+61 |
| * | options: --hr-seek=always is the same as --hr-seek=yes | wm4 | 2015-04-15 | 2 | -1/+2 |
| * | manpage: clarify --af=format | Kevin Mitchell | 2015-04-15 | 1 | -14/+16 |
| * | manpage: remove extra newline at end of af.rst | Kevin Mitchell | 2015-04-15 | 1 | -1/+0 |
| * | ao_alsa: fallback to stereo channel layout if everything else fails | wm4 | 2015-04-14 | 1 | -1/+4 |
| * | mapage: update --hwdec=vaapi description again | wm4 | 2015-04-14 | 1 | -2/+1 |
| * | player: silence spam in verbose mode when playing audio with cover art | wm4 | 2015-04-14 | 1 | -1/+1 |
| * | input.conf: unmap menu key | wm4 | 2015-04-14 | 1 | -1/+0 |
| * | vo_opengl: change dwmflush option values | wm4 | 2015-04-14 | 2 | -4/+6 |
| * | options: don't let --vf-clr etc. take an argument | wm4 | 2015-04-13 | 1 | -0/+5 |
| * | vo_rpi: explicitly reference MMAL VC driver | wm4 | 2015-04-13 | 1 | -0/+8 |
| * | man/options: make --audio-display easier to find | Martin Herkt | 2015-04-13 | 1 | -2/+3 |
| * | DOCS/contribute.md: Add guideline for pull requests | robin007bond | 2015-04-13 | 1 | -0/+3 |
| * | OSX/mpv.app/mpv.conf: Use pseudo-gui | robin007bond | 2015-04-13 | 1 | -2/+1 |
* | | Update RELEASE_NOTES | Diogo Franco (Kovensky) | 2015-04-13 | 1 | -1/+18 |
* | | Merge branch 'master' into release/0.9 | Diogo Franco (Kovensky) | 2015-04-13 | 269 | -1465/+1533 |
|\| |
|
| * | Update license headers | Marcin Kurczewski | 2015-04-13 | 246 | -1233/+1012 |
| * | af_lavrresample: minor simplification | wm4 | 2015-04-12 | 1 | -4/+4 |
| * | af_lavrresample: allow resetting output sample format | wm4 | 2015-04-12 | 1 | -2/+3 |
| * | audio/filter: fully renegotiate audio formats on every reconfig | wm4 | 2015-04-12 | 1 | -0/+10 |
| * | DOCS/waf: Edit --enable-feature sentences | robin | 2015-04-12 | 1 | -2/+3 |
| * | vo_opengl: slightly simplify check_gl_features() | wm4 | 2015-04-11 | 1 | -25/+12 |
| * | vo_opengl: unify blend-subtitles-res and blend-subtitles | wm4 | 2015-04-11 | 3 | -20/+12 |
| * | vo_opengl: fix blend-subtitles-res=video & anamorphic video | wm4 | 2015-04-11 | 1 | -1/+6 |
| * | manpage: mention how pseudo-gui mode is enabled on win32 | wm4 | 2015-04-11 | 1 | -2/+7 |
| * | main-fn-win: fix handle validity check for XP | James Ross-Gowan | 2015-04-11 | 1 | -1/+2 |
| * | win32: use pseudo-gui profile when started without stdio | James Ross-Gowan | 2015-04-11 | 1 | -6/+35 |
| * | win32: only attach to the console from mpv.com | James Ross-Gowan | 2015-04-11 | 4 | -13/+49 |
| * | win32: use a platform-specific unicode entry-point | James Ross-Gowan | 2015-04-11 | 8 | -40/+32 |
| * | vo_opengl: add blend-subtitles-res | Niklas Haas | 2015-04-10 | 3 | -4/+30 |
| * | manpage: document pseudo-gui stuff | wm4 | 2015-04-10 | 1 | -0/+28 |
| * | mp_image: remove redundant flags field | wm4 | 2015-04-10 | 3 | -8/+6 |
| * | mp_image: remove redundant chroma_x/y_shift fields | wm4 | 2015-04-10 | 5 | -13/+9 |
| * | mp_image: remove redundant plane_w/h fields | wm4 | 2015-04-10 | 4 | -21/+31 |
| * | player: use config parser for setting up pseudo-gui profile | wm4 | 2015-04-10 | 3 | -11/+12 |
| * | player: change pseudo-gui settings | wm4 | 2015-04-10 | 1 | -2/+1 |
| * | vo_opengl: use correct texture coordinates for nv12 | wm4 | 2015-04-10 | 1 | -1/+1 |
| * | ao_coreaudio: fix inverted condition | wm4 | 2015-04-10 | 1 | -3/+4 |
| * | player: do not accidentally init terminal | wm4 | 2015-04-10 | 1 | -2/+1 |
| * | README: remove dead link | wm4 | 2015-04-10 | 1 | -1/+1 |
| * | mp_image: fix build | wm4 | 2015-04-09 | 1 | -2/+0 |
| * | mp_image: get rid of chroma_width/height fields | wm4 | 2015-04-09 | 2 | -7/+4 |
| * | screenshots: drop some useless jpeg writer options | wm4 | 2015-04-09 | 1 | -11/+0 |
| * | screenshots: write jpg files with original subsampling | wm4 | 2015-04-09 | 1 | -1/+5 |
| * | Update README.md | Cris | 2015-04-09 | 1 | -20/+42 |
| * | ytdl: set additional properties for rtmp streams | Sebastian Mayr | 2015-04-09 | 1 | -3/+21 |
| * | opengl: win32 - add option 'dwmflush' to sync in DWM | Avi Halachmi (:avih) | 2015-04-09 | 4 | -0/+69 |
| * | opengl: smoothmotion: wake up for next vsync a bit earlier | Avi Halachmi (:avih) | 2015-04-09 | 1 | -1/+1 |
| * | opengl: drop less frames when clip and display have similar fps | Avi Halachmi (:avih) | 2015-04-09 | 1 | -1/+9 |
| * | ytdl_hook.lua: Disable video when vid option is "no" | robin | 2015-04-09 | 1 | -0/+7 |
| * | vo_opengl_cb: deprecate mpv_opengl_cb_render() | wm4 | 2015-04-09 | 7 | -24/+42 |
| * | vo_opengl_cb: add a function to report vsync time | wm4 | 2015-04-09 | 8 | -1/+48 |
| * | vo_opengl_cb: fix video timing somewhat | wm4 | 2015-04-09 | 1 | -2/+2 |
| * | vo_opengl: log used GLXFBConfig | wm4 | 2015-04-09 | 1 | -0/+1 |
| * | vo_opengl: remove unused function | wm4 | 2015-04-09 | 2 | -6/+0 |
* | | Update RELEASE_NOTES | Diogo Franco (Kovensky) | 2015-04-13 | 1 | -6/+243 |
* | | Update RELEASE_NOTES | Diogo Franco (Kovensky) | 2015-04-09 | 1 | -11/+13 |
* | | Merge branch 'master' into release/0.9 | Diogo Franco (Kovensky) | 2015-04-09 | 17 | -87/+115 |
|\| |
|
| * | sub: don't truncate timestamps to int | wm4 | 2015-04-08 | 1 | -1/+1 |
| * | sub: unprefer libavcodec's MicroDVD converter | wm4 | 2015-04-08 | 1 | -1/+1 |
| * | manpage: lua: clarify timer usage | wm4 | 2015-04-08 | 1 | -0/+17 |
| * | audio: automatically deatch filters if spdif prevents their use | wm4 | 2015-04-07 | 2 | -5/+17 |
| * | audio: change a detail about filter insertion | wm4 | 2015-04-07 | 4 | -28/+15 |
| * | ao_alsa: change log output | wm4 | 2015-04-07 | 1 | -12/+15 |
| * | audio: avoid one more redundant audio filter reinit | wm4 | 2015-04-07 | 1 | -2/+2 |
| * | ao_coreaudio: do not error if retrieving info for verbose mode fails | wm4 | 2015-04-07 | 1 | -6/+6 |
| * | travis: re-enable OSX | wm4 | 2015-04-07 | 1 | -1/+1 |
| * | video/out: fix screenshot image formats | wm4 | 2015-04-07 | 3 | -3/+3 |
| * | vdpau: don't use a transparent image format for screenshots | wm4 | 2015-04-07 | 1 | -1/+1 |
| * | screenshot: use GPU readback only for hardware decoded images | wm4 | 2015-04-07 | 1 | -1/+1 |
| * | manpage: remove confusing statement | wm4 | 2015-04-07 | 1 | -2/+1 |
| * | screenshots: select best image format the encoder supports | wm4 | 2015-04-06 | 1 | -24/+34 |
* | | Add RELEASE_NOTES | Diogo Franco (Kovensky) | 2015-04-06 | 1 | -0/+114 |
|/ |
|
* | vaapi: fight with Intel's broken video decoding GL interop | wm4 | 2015-04-05 | 2 | -25/+82 |
* | demux_lavf: use mimetype instead of codec type for embedded fonts | wm4 | 2015-04-05 | 1 | -9/+3 |
* | ao/wasapi: use atomic state variable instead of different events | Kevin Mitchell | 2015-04-04 | 4 | -65/+78 |
* | ao/wasapi: reorder priv members | Kevin Mitchell | 2015-04-04 | 1 | -12/+14 |
* | command: new subproperty for video-params: gamma | Niklas Haas | 2015-04-04 | 2 | -0/+8 |
* | vf_format: add gamma override option | Niklas Haas | 2015-04-04 | 2 | -0/+26 |
* | vo_opengl: make csp options consistent with vf_format | Niklas Haas | 2015-04-04 | 2 | -29/+11 |
* | csputils: add some missing colorspaces | Niklas Haas | 2015-04-04 | 5 | -12/+110 |
* | vo_opengl: minor cleanup of gamma-related functions | Niklas Haas | 2015-04-04 | 1 | -5/+4 |
* | vo_opengl: blend-subtitles in non-linear light | Niklas Haas | 2015-04-04 | 1 | -35/+42 |
* | man/vf: update vf_format documentation | Niklas Haas | 2015-04-04 | 1 | -4/+3 |
* | vo_opengl: make jinc presets resizable | Niklas Haas | 2015-04-04 | 2 | -9/+6 |
* | vo_opengl: add scale-wparam option | Niklas Haas | 2015-04-04 | 2 | -8/+25 |
* | filter_kernels: add haasnsoft | Niklas Haas | 2015-04-04 | 1 | -0/+4 |
* | filter_kernels: remove hermite window | Niklas Haas | 2015-04-04 | 1 | -1/+0 |
* | filter_kernels: add bartlett, blackman and welch windows | Niklas Haas | 2015-04-04 | 1 | -1/+17 |
* | vo_opengl: refactor scaler configuration | Niklas Haas | 2015-04-04 | 5 | -141/+190 |
* | vo_opengl: separate kernel and window | Niklas Haas | 2015-04-04 | 5 | -156/+225 |
* | options: fix run length escape case in config file parser | wm4 | 2015-04-04 | 1 | -2/+2 |
* | options: rewrite config file parser | wm4 | 2015-04-04 | 2 | -210/+150 |
* | ao_wasapi: code formatting and alignment | Kevin Mitchell | 2015-04-03 | 2 | -24/+23 |
* | audio: make all format query shortcuts macros | Kevin Mitchell | 2015-04-03 | 9 | -25/+15 |
* | ao_wasapi: passthrough rework | Kevin Mitchell | 2015-04-03 | 2 | -161/+152 |
* | vf_format: allow forcing aspect ratio | wm4 | 2015-04-03 | 2 | -0/+9 |
* | vf_format: allow forcing display size | wm4 | 2015-04-03 | 2 | -0/+12 |
* | vo_opengl: remove chroma-location suboption | wm4 | 2015-04-03 | 2 | -13/+2 |
* | vf_format: allow forcing rotation flags | wm4 | 2015-04-03 | 2 | -0/+11 |
* | vf_format: allow forcing stereo mode parameters | wm4 | 2015-04-03 | 2 | -0/+16 |
* | video: cleanup stereo mode parsing | wm4 | 2015-04-02 | 7 | -80/+22 |
* | player: load .ac3 files as external files | wm4 | 2015-04-02 | 1 | -1/+1 |
* | mpv.desktop: remove NoDisplay | wm4 | 2015-04-02 | 1 | -1/+0 |
* | af_lavrresample: always normalize (libswresample is stupid) | wm4 | 2015-04-02 | 1 | -0/+4 |
* | player: add --idle --keep-open to pseudo-gui profile | wm4 | 2015-04-02 | 1 | -0/+2 |
* | player: add "pseudo-gui" profile | wm4 | 2015-04-02 | 2 | -1/+9 |
* | lua: reject Lua 5.3 | wm4 | 2015-04-01 | 2 | -1/+6 |
* | sub: add --sub-text-bold option | wm4 | 2015-04-01 | 4 | -0/+6 |
* | options: fix --geometry to string conversion | wm4 | 2015-04-01 | 1 | -6/+2 |
* | af: remove unused functions | wm4 | 2015-04-01 | 2 | -34/+0 |
* | ao_wasapi: abstract HRESULT_to_str | Kevin Mitchell | 2015-04-01 | 4 | -79/+67 |
* | mixer: per-app volume and private volume conflict | wm4 | 2015-04-01 | 1 | -1/+3 |
* | ao_coreaudio: do not signal per-app volume | wm4 | 2015-04-01 | 1 | -2/+0 |
* | mixer: handle prevention of unneeded af_volume insertion differently | wm4 | 2015-04-01 | 1 | -2/+3 |
* | command: remove unused function | wm4 | 2015-04-01 | 1 | -14/+0 |
* | mixer: cleanup volume logic slightly | wm4 | 2015-04-01 | 1 | -12/+11 |
* | mixer: add more debug output | wm4 | 2015-04-01 | 1 | -3/+16 |
* | ao_wasapi: remove redundant casts | Kevin Mitchell | 2015-03-31 | 3 | -42/+37 |
* | ao_wasapi: simplify hotplug | Kevin Mitchell | 2015-03-31 | 3 | -55/+22 |
* | ao_wasapi: fix device listing | Kevin Mitchell | 2015-03-31 | 4 | -104/+41 |
* | TOOLS/zsh.pl: complete multiple values for ao, vo, af, vf | Philip Sequeira | 2015-03-31 | 1 | -21/+9 |
* | options: add M_OPT_FILE to --input-conf | Philip Sequeira | 2015-03-31 | 1 | -1/+1 |
* | TOOLS/zsh.pl: cosmetics | Philip Sequeira | 2015-03-31 | 1 | -26/+25 |
* | build: fix building with spaces in path | Philip Sequeira | 2015-03-31 | 1 | -3/+3 |
* | TOOLS/zsh.pl: use --no-config when calling mpv | Philip Sequeira | 2015-03-31 | 1 | -8/+8 |
* | vdpau: fix preemption handling | Dan Oscarsson | 2015-03-31 | 1 | -0/+23 |
* | ao/wasapi: add ao hotplug | Kevin Mitchell | 2015-03-31 | 5 | -64/+118 |
* | manpage: correct option minchn->minch for lavcac3enc | Kevin Mitchell | 2015-03-30 | 1 | -3/+3 |
* | manpage: clarify global config file location | wm4 | 2015-03-31 | 1 | -1/+3 |
* | options: make --video-rotate use range 0-360 | wm4 | 2015-03-31 | 2 | -2/+2 |
* | video/out: remove unused colorspace reporting | wm4 | 2015-03-31 | 7 | -58/+1 |
* | video: move colorspace overrides to vf_format, simplify | wm4 | 2015-03-31 | 13 | -295/+210 |
* | vf_format: don't crash if nonsense parameters are passed | wm4 | 2015-03-31 | 2 | -14/+25 |
* | vf_format: by default, pass through video without change | wm4 | 2015-03-31 | 2 | -23/+18 |
* | csputils: unify names for colorspace/etc. names | wm4 | 2015-03-31 | 3 | -41/+41 |
* | build: make posix_spawn() mandatory | wm4 | 2015-03-30 | 2 | -5/+7 |
* | ad_lavc: disable AC3 DRC by default | wm4 | 2015-03-30 | 2 | -4/+7 |
* | RPI support | wm4 | 2015-03-29 | 17 | -7/+930 |
* | parse_commandline: fail gracefully on bad args | wd0 | 2015-03-29 | 2 | -3/+6 |
* | m_config: remove assertion for option names with length 0 | wm4 | 2015-03-29 | 1 | -2/+4 |
* | stream_rar: update comment | wm4 | 2015-03-29 | 1 | -4/+2 |
* | ao_alsa: add an option to ignore ALSA channel map negotiation | wm4 | 2015-03-28 | 2 | -2/+14 |
* | ao/wasapi: use built in KSDATAFORMATs | Kevin Mitchell | 2015-03-27 | 1 | -13/+8 |
* | manpage: update warning on blend-subtitles | Niklas Haas | 2015-03-27 | 1 | -2/+6 |
* | vo_opengl: treat non-blended subtitles as sRGB | Niklas Haas | 2015-03-27 | 1 | -32/+44 |
* | manpage: vo_opengl: blend-subtitles is broken | wm4 | 2015-03-27 | 1 | -0/+3 |
* | old-configure: disable wayland backend if wayland wasn't found | Dmitrij D. Czarkoff | 2015-03-26 | 1 | -0/+2 |
* | old-configure: BSD-compliant use of mktemp | Dmitrij D. Czarkoff | 2015-03-26 | 1 | -1/+1 |
* | old-configure: OpenBSD-specific changes | Dmitrij D. Czarkoff | 2015-03-26 | 1 | -0/+7 |
* | ao/wasapi: add missing "if" braces | Kevin Mitchell | 2015-03-26 | 2 | -35/+33 |
* | ao/wasapi: rewrite format search | Kevin Mitchell | 2015-03-26 | 2 | -182/+300 |
* | video: fix seek-to-last-frame | wm4 | 2015-03-26 | 1 | -3/+1 |
* | manpage: fix typo | wm4 | 2015-03-26 | 1 | -1/+1 |
* | ao_sndio: open device in blocking mode, don't inflate buffer artificially | Dmitrij D. Czarkoff | 2015-03-26 | 1 | -20/+2 |
* | vo_opengl: add FBOTEX_FUZZY alias | Niklas Haas | 2015-03-26 | 2 | -6/+5 |
* | vo_opengl: simplify sampler prelude | Niklas Haas | 2015-03-26 | 1 | -46/+44 |
* | vo_opengl: reset surfaces on equalizer updates | Niklas Haas | 2015-03-26 | 1 | -0/+1 |
* | vo_opengl: increase shader cache size | Niklas Haas | 2015-03-26 | 1 | -1/+1 |
* | player: relax assertion on mp_set_playlist_entry | Niklas Haas | 2015-03-26 | 1 | -1/+1 |
* | vo_opengl: draw subtitles directly onto the video | Niklas Haas | 2015-03-26 | 7 | -60/+103 |
* | vo_opengl: set cscale=spline36 as default for opengl-hq | Niklas Haas | 2015-03-25 | 2 | -2/+2 |
* | vo_opengl: correct OSD PTS when using interpolation | Niklas Haas | 2015-03-25 | 1 | -1/+22 |
* | vf_vapoursynth: handle approximate EOF draining | wm4 | 2015-03-25 | 1 | -9/+28 |
* | video: make frame skipping code slightly more readable | wm4 | 2015-03-25 | 1 | -13/+8 |
* | video: refactor aspects of queue and EOF handling | wm4 | 2015-03-25 | 1 | -41/+62 |
* | vo_opengl: minor simplification | wm4 | 2015-03-25 | 1 | -17/+12 |
* | vo_opengl: check extensions properly | wm4 | 2015-03-25 | 1 | -1/+9 |
* | vo_opengl: cleanup swap_control extension loading | wm4 | 2015-03-25 | 2 | -6/+15 |
* | vo_opengl: drop support for old framebuffer extension | wm4 | 2015-03-25 | 1 | -15/+0 |
* | mixer: fix how volume is restored with per-app system mixers | wm4 | 2015-03-24 | 1 | -3/+6 |
* | ao_pulse: drop video role; fixes random muting | wm4 | 2015-03-24 | 1 | -1/+0 |
* | lua: replace getcwd() implementation | wm4 | 2015-03-24 | 2 | -14/+4 |
* | command: add property returning current working directory | wm4 | 2015-03-24 | 2 | -0/+24 |
* | options: add conversion to string for geometry option types | wm4 | 2015-03-24 | 1 | -0/+31 |
* | demux: fix rar support for files containing DTS audio tracks | wm4 | 2015-03-24 | 5 | -26/+66 |
* | input: remove Linux joystick support | wm4 | 2015-03-24 | 15 | -348/+1 |
* | input: remove classic LIRC support | wm4 | 2015-03-24 | 11 | -203/+8 |
* | audio: remove internal libmpg123 wrapper | wm4 | 2015-03-24 | 6 | -319/+0 |
* | demux_lavf: print seek failures in verbose mode | wm4 | 2015-03-24 | 1 | -6/+12 |
* | audio: increase maximum amount of audio skipped for seeking | wm4 | 2015-03-24 | 1 | -1/+1 |
* | subprocess-win: clarify argument escaping logic | James Ross-Gowan | 2015-03-24 | 1 | -8/+8 |
* | subprocess-win: handle empty arguments correctly | James Ross-Gowan | 2015-03-24 | 1 | -0/+6 |
* | vo_wayland: fix null dereference | Jari Vetoniemi | 2015-03-23 | 1 | -1/+1 |
* | vo_opengl: do not block on wayland | Jari Vetoniemi | 2015-03-23 | 5 | -0/+31 |
* | vo_wayland: define opaque region | Jari Vetoniemi | 2015-03-23 | 1 | -0/+9 |
* | vo_wayland: share frame callbacks. | Jari Vetoniemi | 2015-03-23 | 4 | -39/+58 |
* | TOOLS: add a lua scripts for extracting and setting starttime with ytdl | Patrick Hipp | 2015-03-23 | 1 | -0/+34 |
* | TOOLS: add a lua script for a -stay on top only during playback- mode | Patrick Hipp | 2015-03-23 | 1 | -0/+19 |
* | audio: prefer libdcadec by default if present | wm4 | 2015-03-23 | 1 | -1/+1 |
* | mp_image: reject 0-sized images | wm4 | 2015-03-23 | 1 | -2/+1 |
* | vo_opengl: fix XYZ input gamma | Niklas Haas | 2015-03-23 | 1 | -1/+1 |
* | demux_mkv_timeline: don't continue if reopening file failed | wm4 | 2015-03-23 | 1 | -1/+1 |
* | m_option: remove dead initialization | wm4 | 2015-03-23 | 1 | -3/+3 |
* | vo_vdpau: remove some minor code duplication | wm4 | 2015-03-23 | 1 | -13/+7 |
* | vo_vdpau: check vdpau API return value | wm4 | 2015-03-23 | 1 | -0/+1 |
* | vdpau: remove dead assignment | wm4 | 2015-03-23 | 1 | -2/+1 |
* | client API: remove dead assignment | wm4 | 2015-03-23 | 1 | -1/+0 |
* | vo_opengl: remove dead assignment | wm4 | 2015-03-23 | 1 | -3/+3 |
* | ta: memcpy(ptr, NULL, 0) is undefined | wm4 | 2015-03-23 | 1 | -1/+3 |
* | m_property: memcpy(ptr, NULL, 0) is undefined | wm4 | 2015-03-23 | 1 | -1/+2 |
* | video: use less technical language for PTS warning | wm4 | 2015-03-23 | 1 | -1/+1 |
* | encode: make --audio-channels=auto work | wm4 | 2015-03-23 | 1 | -2/+4 |
* | manpage: ipc: make requirements for newlines more explicit | wm4 | 2015-03-23 | 1 | -0/+3 |
* | video: fix update of vo-configured property | wm4 | 2015-03-23 | 1 | -0/+1 |
* | vo_opengl_cb: don't render OSD while VO is not created | wm4 | 2015-03-23 | 6 | -17/+26 |
* | vo_opengl: move OSD rendering to separate function | wm4 | 2015-03-23 | 1 | -39/+41 |
* | command: use mp_set_playlist_entry | Sai Ke WANG | 2015-03-22 | 1 | -3/+1 |
* | vo_opengl: fix video equalizer gamma controls | wm4 | 2015-03-22 | 1 | -1/+4 |
* | af_bs2b: fix option default value | wm4 | 2015-03-22 | 1 | -1/+2 |
* | vo_opengl: fix background color option | wm4 | 2015-03-21 | 1 | -7/+5 |
* | vo_opengl: fix bicubic_fast scaler | wm4 | 2015-03-21 | 1 | -1/+1 |
* | vd_lavc: less confusing message when hardware decoding won't work | wm4 | 2015-03-20 | 1 | -2/+3 |
* | demux_lavf: assume h264/hevc raw streams have no timestamps | wm4 | 2015-03-20 | 1 | -4/+12 |
* | player: better handling of video with no timestamps | wm4 | 2015-03-20 | 4 | -11/+15 |
* | vo_xv: remove pointless cast | wm4 | 2015-03-20 | 1 | -2/+1 |
* | vf_expand: fix memory leak on memory allocation failure | wm4 | 2015-03-20 | 1 | -1/+3 |
* | player: fix seekability test | wm4 | 2015-03-20 | 1 | -1/+1 |
* | mp_image: do not assume trailing stride padding exists | wm4 | 2015-03-20 | 1 | -4/+4 |
* | video: uninline memcpy_pic functions | wm4 | 2015-03-20 | 16 | -93/+53 |
* | video: replace pointless macro | wm4 | 2015-03-20 | 2 | -9/+4 |
* | mp_image: remove unneeded things | wm4 | 2015-03-20 | 2 | -39/+16 |
* | manpage: remove "experimental" notice from dxva2 code | wm4 | 2015-03-19 | 2 | -2/+2 |
* | stream_lavf: workaround broken rtmp "timeout" option | wm4 | 2015-03-19 | 1 | -4/+7 |
* | player: warn against non-monotonic video PTS only once | wm4 | 2015-03-18 | 2 | -13/+9 |
* | player: refuse to write resume file with unseekable files | wm4 | 2015-03-18 | 1 | -0/+6 |
* | osd: simplify an aspect of change detection handling | wm4 | 2015-03-18 | 13 | -100/+74 |
* | manpage: add a link to mpv.conf documentation | wm4 | 2015-03-17 | 1 | -1/+1 |
* | vd_lavc: change message about using hardware decoding | wm4 | 2015-03-17 | 1 | -1/+1 |
* | af_lavfi: handle seeking | wm4 | 2015-03-17 | 1 | -1/+27 |
* | DOCS: fix compilation instructions for MXE crosscompilation | gunmantheh | 2015-03-17 | 1 | -0/+1 |
* | build: fix missing windows libraries | Kevin Mitchell | 2015-03-16 | 1 | -2/+2 |
* | video: don't drop anamorphic scaling if it's too minor | wm4 | 2015-03-16 | 1 | -8/+1 |
* | ao: slightly extend debug messages | wm4 | 2015-03-16 | 1 | -1/+4 |
* | vo_opengl: reduce number of uniforms in dithering pass | wm4 | 2015-03-16 | 1 | -8/+5 |
* | vo_opengl: move glViewport call closer to draw call | wm4 | 2015-03-16 | 2 | -2/+3 |
* | command: don't drop audio buffers when switching filters | wm4 | 2015-03-16 | 1 | -1/+0 |
* | vo_opengl: fix srgb replacement options | James Ross-Gowan | 2015-03-16 | 1 | -1/+1 |
* | vo_opengl: fix incorrectly drawn OSD in idle mode | wm4 | 2015-03-16 | 1 | -2/+2 |
* | vo_opengl: apply OSD color management | Niklas Haas | 2015-03-16 | 1 | -24/+39 |
* | vo_opengl: improve queue size heuristic | Niklas Haas | 2015-03-16 | 1 | -1/+1 |
* | vo_opengl: improve interpolation diagnostics | Niklas Haas | 2015-03-16 | 1 | -6/+9 |
* | vo_opengl: color manage after interpolation | Niklas Haas | 2015-03-16 | 1 | -13/+18 |
* | man/vo: fix typo | Martin Herkt | 2015-03-15 | 1 | -1/+1 |
* | bootstrap: add waf mirror | Martin Herkt | 2015-03-15 | 1 | -5/+18 |
* | filter_kernels: add comment to prevent confusion | Niklas Haas | 2015-03-15 | 1 | -0/+2 |
* | vo_opengl: add oversample support for tscale | Niklas Haas | 2015-03-15 | 2 | -25/+54 |
* | vo_opengl: add oversample scaler | Niklas Haas | 2015-03-15 | 2 | -0/+44 |
* | vo_opengl: refactor smoothmotion -> interpolation | Niklas Haas | 2015-03-15 | 5 | -130/+189 |
* | vo_opengl: increase the number of video buffers | Niklas Haas | 2015-03-15 | 1 | -12/+16 |
* | audio: fix off by one error in channel map selection code | wm4 | 2015-03-15 | 1 | -2/+2 |
* | command: make "media-title" observable | wm4 | 2015-03-15 | 1 | -1/+1 |
* | man: fix PDF build | Martin Herkt | 2015-03-15 | 1 | -3/+4 |
* | vo_opengl: remove hwdec unmap_image callback | wm4 | 2015-03-14 | 5 | -22/+1 |
* | vo_opengl: silence vdpau hwdec warnings with smoothmotion | wm4 | 2015-03-14 | 1 | -4/+10 |
* | vo_opengl: only clamp when necessary | Niklas Haas | 2015-03-14 | 1 | -2/+2 |
* | cocoa: signal VO_EVENT_WIN_STATE on fps change | Stefano Pigozzi | 2015-03-14 | 1 | -0/+2 |
* | vo_opengl: fix incorrect wording in comment | Niklas Haas | 2015-03-14 | 1 | -1/+1 |
* | vo_opengl: fix uninitialization logic | Niklas Haas | 2015-03-14 | 1 | -1/+8 |
* | vo_opengl: apply alpha after conversion to rgb | Niklas Haas | 2015-03-13 | 1 | -12/+7 |
* | vo_opengl: replace float array with a struct | wm4 | 2015-03-13 | 4 | -59/+64 |
* | vo_opengl: remove unused declaration | wm4 | 2015-03-13 | 1 | -5/+0 |
* | ao: align audio buffer size | wm4 | 2015-03-13 | 1 | -0/+3 |
* | TOOLS: remove youtube-dl_mpv.sh | wm4 | 2015-03-13 | 1 | -22/+0 |
* | vo: make sure display-fps is up-to-date | wm4 | 2015-03-13 | 1 | -2/+8 |
* | win32: support get display fps | Avi Halachmi (:avih) | 2015-03-13 | 1 | -0/+54 |
* | command: fix display-fps property (again) | wm4 | 2015-03-13 | 3 | -10/+27 |
* | vo_opengl: restore GL(ES) 2 compatibility | wm4 | 2015-03-13 | 1 | -0/+2 |
* | vo_opengl: don't test for arrays | wm4 | 2015-03-13 | 3 | -8/+2 |
* | vo_opengl: minor fix to a comment | wm4 | 2015-03-13 | 1 | -2/+2 |
* | w32_common: don't hide cursor when the menu is open | James Ross-Gowan | 2015-03-13 | 1 | -8/+8 |
* | manpage: update cscale | Niklas Haas | 2015-03-13 | 1 | -4/+1 |
* | vo_opengl: sample from the right tex for separated scalers | Niklas Haas | 2015-03-13 | 1 | -8/+8 |
* | options: introduce --cache=yes choice | wm4 | 2015-03-12 | 3 | -3/+8 |
* | cache: bump default size to 150MB | wm4 | 2015-03-12 | 2 | -2/+2 |
* | command: display-fps is the display FPS as assumed by the VO | wm4 | 2015-03-12 | 3 | -8/+8 |
* | vo: update FPS only on state changes | wm4 | 2015-03-12 | 2 | -13/+33 |
* | Merge branch 'gl_rework' | wm4 | 2015-03-12 | 15 | -2045/+1852 |
|\ |
|
| * | vo_opengl: refactor shader generation (part 2) | Niklas Haas | 2015-03-12 | 8 | -223/+750 |
| * | vo_opengl: refactor shader generation (part 1) | wm4 | 2015-03-12 | 12 | -2000/+1280 |
|/ |
|
* | build: simplify windows checks | wm4 | 2015-03-11 | 2 | -25/+14 |
* | player: dump list of satisfied deps instead of config.h with -v | wm4 | 2015-03-11 | 2 | -2/+12 |
* | demux_mkv: make matroska.pl script output deterministic | wm4 | 2015-03-11 | 1 | -1/+1 |
* | command: allow changing some VO options even if VO wasn't created yet | wm4 | 2015-03-11 | 1 | -4/+4 |
* | player: fix crash when taking screenshots in idle mode | wm4 | 2015-03-11 | 1 | -0/+2 |
* | x11: ignore mouse enter/leave events due to pointer grab | wm4 | 2015-03-11 | 1 | -0/+4 |
* | build: disable tests by default | Stefano Pigozzi | 2015-03-10 | 1 | -0/+1 |
* | vo: hide opengl-cb in --vo=help | wm4 | 2015-03-10 | 1 | -1/+1 |
* | audio: fix spdif packet size unit | wm4 | 2015-03-10 | 2 | -9/+9 |
* | audio: fix spdif DTS packet size | wm4 | 2015-03-10 | 1 | -0/+1 |
* | audio: cut audio with spdif too on playback restart | wm4 | 2015-03-10 | 1 | -3/+3 |
* | ad_spdif: move frame sizes to a general function | wm4 | 2015-03-10 | 3 | -7/+16 |
* | command: add display-fps property | wm4 | 2015-03-10 | 2 | -1/+24 |
* | vo_opengl_cb: clear last video frame on uninit() | wm4 | 2015-03-10 | 1 | -8/+9 |
* | ao_coreaudio_exclusive: port to pull API, fix latency calculations | wm4 | 2015-03-10 | 1 | -78/+37 |
* | ao_coreaudio: move some helpers to utils | wm4 | 2015-03-10 | 3 | -16/+20 |
* | ao_coreaudio_exclusive: rip out pseudo volume control | wm4 | 2015-03-10 | 1 | -40/+1 |
* | player: restore --dump-stats | wm4 | 2015-03-10 | 1 | -6/+6 |
* | client API: clarify mpv_opengl_cb_render() viewport parameter | wm4 | 2015-03-09 | 1 | -1/+4 |
* | vo_opengl: move minor helper to common code | wm4 | 2015-03-09 | 3 | -10/+6 |
* | stream: use relaxed atomic loads for checking playback aborts | wm4 | 2015-03-09 | 1 | -1/+1 |
* | demux_mkv: never warn when trying to resync on EOF | wm4 | 2015-03-09 | 1 | -2/+4 |
* | demux_mkv: check for playback aborts | wm4 | 2015-03-09 | 3 | -0/+9 |
* | w32_common: remove redundant is_maximized function | James Ross-Gowan | 2015-03-09 | 1 | -8/+1 |
* | cocoa: fix minimized state getter | Stefano Pigozzi | 2015-03-09 | 1 | -5/+2 |
* | x11: fix VOCTRL_GET_WIN_STATE | wm4 | 2015-03-09 | 1 | -0/+1 |
* | w32_common: support the "window-minimized" property | James Ross-Gowan | 2015-03-09 | 2 | -2/+6 |
* | stream/smb: mark as network stream for --cache=auto | Kevin Mitchell | 2015-03-09 | 1 | -0/+1 |
* | manpage: document swapinterval default | Niklas Haas | 2015-03-09 | 1 | -1/+2 |
* | cocoa: support the "window-minimized" property | Jaime Marquínez Ferrándiz | 2015-03-08 | 3 | -1/+33 |
* | vf_vavpp: fix deinterlacing | Filip Milivojevic | 2015-03-08 | 1 | -0/+8 |
* | input.conf: add key binding to override ASS subtitle styles | wm4 | 2015-03-08 | 2 | -0/+8 |
* | DOCS: minor update to coding style | wm4 | 2015-03-08 | 1 | -0/+2 |
* | cocoa: fix autohide in fullscreen | Stefano Pigozzi | 2015-03-08 | 4 | -5/+26 |
* | cocoa: fix mouse hiding with launchpad and dock folders | Stefano Pigozzi | 2015-03-08 | 3 | -1/+18 |
* | options: add M_OPT_FILE to new options that are missing it | Philip Sequeira | 2015-03-07 | 2 | -2/+2 |
* | audio: refuse to change playback speed with spdif | wm4 | 2015-03-07 | 2 | -3/+5 |
* | audio: make changing playback speed slightly more robust | wm4 | 2015-03-07 | 1 | -32/+39 |
* | cocoa: clamp mouse position to window. | torque | 2015-03-07 | 1 | -0/+2 |
* | cocoa: update mouse coordinates when window is initialized. | torque | 2015-03-07 | 3 | -2/+4 |
* | cocoa: don't uninit light sensor if not present | Stefano Pigozzi | 2015-03-07 | 1 | -2/+4 |
* | vo_opengl/x11: fix automatic ICC profile loading | Martin Herkt | 2015-03-07 | 2 | -6/+11 |
* | cocoa: remove possible use after free | Stefano Pigozzi | 2015-03-07 | 1 | -5/+5 |
* | cocoa: fix some crashes caused by async uninit | Stefano Pigozzi | 2015-03-07 | 1 | -31/+15 |
* | af_scaletempo: minor simplification | wm4 | 2015-03-06 | 1 | -15/+6 |
* | af_scaletempo: restore confusing mplayer behavior | wm4 | 2015-03-06 | 1 | -3/+9 |
* | demux_mkv: actually skip elements out of reach | wm4 | 2015-03-06 | 1 | -1/+2 |
* | demux_mkv: fix issues with unseekable streams | wm4 | 2015-03-06 | 1 | -14/+16 |
* | Lua: add unpack shim for Lua 5.2/5.3 compatibility. | torque | 2015-03-06 | 1 | -0/+2 |
* | vo_vaapi: fix video equalizer (second try) | wm4 | 2015-03-06 | 1 | -12/+36 |
* | player: allow changing playback speed in early audio init stages | wm4 | 2015-03-06 | 1 | -1/+1 |
* | DOCS/compile-window.md: add Lua package to MXE instructions | wm4 | 2015-03-06 | 1 | -2/+2 |
* | build: make vdpau and dxva2 checks nicer | wm4 | 2015-03-06 | 2 | -4/+4 |
* | player: fix operation if command line is empty | wm4 | 2015-03-06 | 2 | -12/+13 |
* | osx: terminate argv properly when arguments are removed | wm4 | 2015-03-06 | 1 | -1/+4 |
* | DOCS, options: fix example | ChrisK2 | 2015-03-05 | 1 | -1/+1 |
* | build: check whether hwaccels are enabled in FFmpeg | wm4 | 2015-03-05 | 1 | -3/+5 |
* | vo_opengl: make smoothmotion-threshold inclusive | Niklas Haas | 2015-03-05 | 1 | -2/+2 |
* | vd_lavc: let --hwdec=auto select "vaapi-copy" | wm4 | 2015-03-05 | 1 | -1/+1 |
* | vd_lavc: request 1 more threads than CPU cores | wm4 | 2015-03-05 | 1 | -0/+2 |
* | vo_vaapi: round equalizer values | wm4 | 2015-03-05 | 1 | -2/+5 |
* | client API: mention the changes to the seek/screenshot commands | wm4 | 2015-03-05 | 2 | -1/+3 |
* | player, client API: refactor cplayer init, reduce client API differences | wm4 | 2015-03-05 | 5 | -51/+60 |
* | player: minor simplification | wm4 | 2015-03-05 | 3 | -16/+11 |
* | vo_opengl: increase ambient light changes log level | Stefano Pigozzi | 2015-03-04 | 1 | -1/+1 |
* | README: fix typos | wm4 | 2015-03-04 | 1 | -1/+1 |
* | ad_spdif: remove per-packet message | wm4 | 2015-03-04 | 1 | -1/+0 |
* | player: use symbolic constant for seek precision | wm4 | 2015-03-04 | 4 | -29/+43 |
* | input: use flag option type for some input commands | wm4 | 2015-03-04 | 4 | -38/+50 |
* | input: remove numeric compatibility parameters from commands | wm4 | 2015-03-04 | 1 | -14/+14 |
* | options: add flag option type | wm4 | 2015-03-04 | 2 | -0/+121 |
* | cache: assume file size from EOF position | wm4 | 2015-03-04 | 1 | -2/+8 |
* | README: add some better links | wm4 | 2015-03-04 | 1 | -3/+31 |
* | win32: fix some more -Wparentheses warnings | wm4 | 2015-03-04 | 3 | -4/+4 |
* | build: fix warnings with --disable-libass | wm4 | 2015-03-04 | 1 | -2/+2 |
* | cocoa: silence -Wlogical-op-parentheses | Stefano Pigozzi | 2015-03-04 | 1 | -1/+1 |
* | vo_opengl: add gamma-auto option | Stefano Pigozzi | 2015-03-04 | 6 | -0/+103 |
* | cocoa: add support for querying ambient lighting | Stefano Pigozzi | 2015-03-04 | 2 | -0/+97 |
* | stream_cdda: add option to enable cdtext, and disable it by default | wm4 | 2015-03-03 | 2 | -3/+9 |
* | stream_cdda: fix parameter passing | wm4 | 2015-03-03 | 1 | -2/+0 |
* | sub: this isn't needed either | wm4 | 2015-03-03 | 4 | -8/+0 |
* | Revert "demux_lavf: workaround for broken libavformat subtitle seeking" | wm4 | 2015-03-03 | 1 | -23/+4 |
* | sd_lavc: remove mp4 vobsub extradata hack | wm4 | 2015-03-03 | 1 | -35/+0 |
* | Remove some FFmpeg/Libav compatibility hacks | wm4 | 2015-03-03 | 8 | -139/+3 |
* | build: bump required FFmpeg/Libav libraries | wm4 | 2015-03-03 | 4 | -17/+18 |
* | manpage: improve --osd-fractions description | wm4 | 2015-03-03 | 1 | -1/+2 |
* | manpage: remove empty line to fix formatting | wm4 | 2015-03-02 | 1 | -1/+0 |
* | audio: change playback speed directly in resampler | wm4 | 2015-03-02 | 6 | -102/+75 |
* | demux_lavf: use this for image formats | wm4 | 2015-03-02 | 1 | -6/+13 |
* | player: refine rar:// playlist-safety handling | wm4 | 2015-03-02 | 6 | -9/+11 |
* | msg: use relaxed atomics for log level test | wm4 | 2015-03-02 | 2 | -1/+9 |
* | buid: readd -Wparentheses | wm4 | 2015-03-02 | 7 | -8/+8 |
* | vo_direct3d: support NV12 with shaders | wm4 | 2015-03-02 | 4 | -196/+359 |
* | vf_scale: libswscale is being stupid | wm4 | 2015-03-01 | 2 | -3/+10 |
* | Lua: add mp.get_screen_margins(). | torque | 2015-03-01 | 1 | -0/+12 |
* | Revert "Revert recent vo_opengl related commits" | Niklas Haas | 2015-02-28 | 11 | -23/+89 |
* | Revert recent vo_opengl related commits | wm4 | 2015-02-28 | 11 | -87/+21 |
* | video: fix typo | wm4 | 2015-02-28 | 1 | -1/+1 |
* | stream_dvb: Always define NO_STREAM_ID_FILTER if missing. | Oliver Freyermuth | 2015-02-28 | 2 | -2/+2 |
* | cocoa: remove the setNextKeyView hack | Stefano Pigozzi | 2015-02-28 | 2 | -6/+14 |
* | examples/cocoabasic: allow to send stop command | Stefano Pigozzi | 2015-02-28 | 1 | -13/+19 |
* | manpage: fix typo | zymos | 2015-02-28 | 1 | -1/+1 |
* | vd_lavc: respect lavc's color_trc field | Niklas Haas | 2015-02-28 | 2 | -0/+3 |
* | screenshots: check for AVFrame csp support | Niklas Haas | 2015-02-28 | 3 | -0/+15 |
* | screenshots: add support for csp tagging | Niklas Haas | 2015-02-28 | 3 | -0/+14 |
* | csputils: add missing gamma support | Niklas Haas | 2015-02-28 | 5 | -21/+55 |
* | csputils: add support for BT.470-M | Niklas Haas | 2015-02-28 | 2 | -1/+13 |
* | vo_opengl: delete 16 bit test texture | wm4 | 2015-02-27 | 1 | -0/+1 |
* | vo_opengl: fix some comments | wm4 | 2015-02-27 | 1 | -3/+3 |
* | stream: remove stream filter concept | wm4 | 2015-02-27 | 5 | -43/+16 |
* | stream_rar: treat rar files as playlists | wm4 | 2015-02-27 | 3 | -77/+33 |
* | build: improve DVB check | wm4 | 2015-02-27 | 1 | -1/+1 |
* | options: handle choice -> flag fallback automatically | wm4 | 2015-02-27 | 4 | -21/+32 |
* | options: minor simplification in flag option parser | wm4 | 2015-02-27 | 1 | -20/+14 |
* | demux: bump default demuxer queue sizes | wm4 | 2015-02-27 | 2 | -4/+4 |
* | client API: make some more properties observable | wm4 | 2015-02-27 | 1 | -1/+2 |
* | manpage: update wording on speed | Niklas Haas | 2015-02-27 | 1 | -2/+3 |
* | vo_opengl: implement antiringing for tensor scalers | Niklas Haas | 2015-02-27 | 3 | -10/+17 |
* | input: handle closed pipe correctly | wm4 | 2015-02-26 | 1 | -1/+1 |
* | input: if FD is not writable, just don't write to the FD | wm4 | 2015-02-26 | 1 | -6/+11 |
* | input: allow passing FDs to --input-file | wm4 | 2015-02-26 | 2 | -3/+15 |
* | input: avoid creating world-writeable file with --input-unix-socket | wm4 | 2015-02-26 | 3 | -0/+9 |
* | audio: accept 1.0 and 2.0 as aliases for mono and stereo | wm4 | 2015-02-26 | 1 | -0/+2 |
* | player: adjust A/V desync message | wm4 | 2015-02-26 | 1 | -3/+3 |
* | vo_opengl: test FBOs only if they're going to be used | wm4 | 2015-02-26 | 1 | -30/+28 |
* | vo_xv: don't attempt to clear window before mapped | wm4 | 2015-02-26 | 1 | -0/+2 |
* | ytdl: add "--ytdl-params" option | Thiago Kenji Okada | 2015-02-25 | 4 | -0/+22 |
* | cache: use MPCLAMP() macro | wm4 | 2015-02-25 | 1 | -9/+2 |
* | cache: limit to file size | wm4 | 2015-02-25 | 1 | -1/+8 |
* | remove dead comment | Stefano Pigozzi | 2015-02-25 | 1 | -2/+0 |
* | build: move QuartzCore linking to the cocoa check | Stefano Pigozzi | 2015-02-25 | 3 | -2/+4 |
* | sd_ass: replace a deprecated libass API call | wm4 | 2015-02-25 | 1 | -1/+1 |
* | demux_mkv_timeline: fix potential issue when enabling cache | wm4 | 2015-02-25 | 1 | -0/+1 |
* | demux_mkv_timeline: move uids array to context too | wm4 | 2015-02-25 | 1 | -31/+26 |
* | demux_mkv_timeline: pass sources array as part of context | wm4 | 2015-02-25 | 1 | -45/+39 |
* | demux_mkv: minor refactor for deferred cue reading | wm4 | 2015-02-25 | 1 | -45/+41 |
* | demux_mkv: don't spam too many warnings with partial files | wm4 | 2015-02-25 | 1 | -14/+15 |
* | manpage: adjust --ass-style-override description | wm4 | 2015-02-25 | 1 | -2/+1 |
* | vo_opengl: greatly increase smoothmotion performance | Niklas Haas | 2015-02-24 | 2 | -74/+105 |
* | manpage: update documentation for smoothmotion | Niklas Haas | 2015-02-24 | 1 | -8/+27 |
* | sub: fully update plaintext subtitle styles at runtime | wm4 | 2015-02-24 | 2 | -6/+13 |
* | sub: move mp_ass_configure() code | wm4 | 2015-02-24 | 3 | -60/+57 |