| Commit message (Expand) | Author | Age | Files | Lines |
* | video: deprecate opengl-hqdeprecate_opengl_hq | wm4 | 2015-07-10 | 7 | -62/+54 |
* | stream_file: remove an indirection | wm4 | 2015-07-10 | 1 | -17/+13 |
* | stream_file: cosmetics: shorten variable name | wm4 | 2015-07-10 | 1 | -10/+10 |
* | gl_hwdec: change wording in verbose message | wm4 | 2015-07-10 | 1 | -1/+1 |
* | player: refactor chapter seek code | wm4 | 2015-07-10 | 3 | -24/+7 |
* | client API: fix mpv_get_property_async() string case | wm4 | 2015-07-10 | 1 | -1/+1 |
* | stream_file: initialize `fd` | Ben Boeckel | 2015-07-09 | 1 | -1/+2 |
* | demux_mkv: improve video duration detection heuristic | wm4 | 2015-07-09 | 2 | -17/+35 |
* | stream_file: add fd:// protocol | wm4 | 2015-07-09 | 2 | -2/+15 |
* | player: disable seeking even if the cache is enabled | wm4 | 2015-07-08 | 5 | -3/+11 |
* | player: never overwrite stop_play field | wm4 | 2015-07-08 | 5 | -13/+21 |
* | input: fix exit code for quit-watch-later command | wm4 | 2015-07-08 | 1 | -1/+1 |
* | command: allow changing deinterlace property any time | wm4 | 2015-07-08 | 1 | -1/+1 |
* | vf_vdpaupp: don't attempt to deinterlace progressive frames | wm4 | 2015-07-08 | 3 | -6/+14 |
* | mp_image: fix vf_vdpaupp references | wm4 | 2015-07-08 | 1 | -2/+0 |
* | vaapi: drop compatibility crap and vo_vaapi deinterlacer | wm4 | 2015-07-08 | 5 | -97/+16 |
* | vf_vavpp: don't attempt to deinterlace progressive frames | wm4 | 2015-07-08 | 3 | -0/+12 |
* | vaapi: increase number of additional surfaces | wm4 | 2015-07-08 | 1 | -6/+2 |
* | command: make deinterlace property use interlaced-only yadif mode | wm4 | 2015-07-07 | 2 | -2/+3 |
* | vf_yadif: expose interlaced frame mode | wm4 | 2015-07-07 | 2 | -14/+9 |
* | vo_opengl_cb, vo_opengl: add option for preloading hwdec context | wm4 | 2015-07-07 | 8 | -14/+42 |
* | options: cleanup hwdec name mappings | wm4 | 2015-07-07 | 2 | -10/+20 |
* | vo_opengl_cb: drop frames eagerly if frames are not rendered | wm4 | 2015-07-07 | 1 | -1/+7 |
* | af: fix behavior with pathologic filter chains | wm4 | 2015-07-07 | 1 | -0/+2 |
* | sub: fix srt subs and other cases | wm4 | 2015-07-07 | 1 | -0/+1 |
* | player: add missing include directive | wm4 | 2015-07-06 | 1 | -0/+1 |
* | sub: protect ASS_Renderer state | wm4 | 2015-07-06 | 7 | -4/+24 |
* | dxva2: fix handling of cropped video | wm4 | 2015-07-06 | 1 | -1/+5 |
* | ao_coreaudio: fix device latency, share the code | wm4 | 2015-07-06 | 4 | -23/+25 |
* | ipc: fix undefined behavior in some error cases | wm4 | 2015-07-06 | 1 | -1/+2 |
* | ao_coreaudio_exclusive: continue even if setting physical format fails | wm4 | 2015-07-06 | 2 | -2/+4 |
* | video: replace our own refcounting with libavutil's | wm4 | 2015-07-05 | 4 | -150/+123 |
* | mp_image: make image writeable before overwriting palette | wm4 | 2015-07-05 | 1 | -2/+4 |
* | vo: free frames before killing VO | wm4 | 2015-07-04 | 1 | -1/+1 |
* | ao_coreaudio_exclusive: fix some verbose output | wm4 | 2015-07-04 | 1 | -2/+2 |
* | timer: fix a corner case on clock changes | wm4 | 2015-07-04 | 1 | -1/+4 |
* | win32: use QueryPerformanceCounter for timing | James Ross-Gowan | 2015-07-04 | 1 | -13/+11 |
* | ipc: add request_id to json | Preston Hunt | 2015-07-03 | 2 | -0/+28 |
* | manpage: fix dwmflush parameter | wm4 | 2015-07-03 | 1 | -1/+2 |
* | vo: set correct frame parameters on redraw | wm4 | 2015-07-03 | 1 | -2/+2 |
* | ao: don't pass along AO arguments when redirecting | wm4 | 2015-07-03 | 1 | -1/+1 |
* | ao_coreaudio: add exclusive suboption | wm4 | 2015-07-03 | 3 | -2/+10 |
* | ao_coreaudio_exclusive: support PCM | wm4 | 2015-07-03 | 2 | -17/+35 |
* | ao_coraudio: reject all non-PCM formats | wm4 | 2015-07-03 | 1 | -1/+1 |
* | ao_coreaudio_utils: reduce spam | wm4 | 2015-07-03 | 1 | -1/+0 |
* | ao_coreaudio_utils: fix format back-mapping | wm4 | 2015-07-03 | 1 | -5/+7 |
* | ao_coreaudio_exclusive: do not set ao->bps | wm4 | 2015-07-03 | 1 | -3/+0 |
* | ao_coreaudio_exclusive: dump all latency info in verbose mode | wm4 | 2015-07-03 | 1 | -1/+4 |
* | ao_coreaudio_exclusive: factor format selection | wm4 | 2015-07-03 | 1 | -35/+44 |
* | ao_coreaudio_exclusive: separate out stream selection | wm4 | 2015-07-03 | 1 | -61/+76 |
* | client API, dxva2: add a workaround for OpenGL fullscreen issues | wm4 | 2015-07-03 | 8 | -0/+101 |
* | vo_direct3d, dxva2: use the same D3D device | wm4 | 2015-07-03 | 4 | -0/+42 |
* | dxva2: move device creation code | wm4 | 2015-07-03 | 1 | -34/+50 |
* | vo_opengl: log some more stuff in verbose mode | wm4 | 2015-07-03 | 2 | -1/+4 |
* | av_log: print FFmpeg version | wm4 | 2015-07-03 | 3 | -0/+16 |
* | player: simplify reload logic | wm4 | 2015-07-02 | 4 | -20/+15 |
* | player: remove automatic DVB channel advancement on no data | wm4 | 2015-07-02 | 1 | -6/+0 |
* | player: unentangle --stream-dump | wm4 | 2015-07-02 | 3 | -12/+15 |
* | vo_opengl: fix "freezes" after seeking with interpolation on | wm4 | 2015-07-02 | 1 | -1/+5 |
* | vo: reset frame timing when redrawing | wm4 | 2015-07-02 | 1 | -0/+2 |
* | vo_opengl: X11: don't leak when GL init fails | wm4 | 2015-07-02 | 1 | -1/+4 |
* | vo_opengl: X11 EGL: more detailed error reporting | wm4 | 2015-07-02 | 1 | -2/+6 |
* | vo_opengl: update EGL code | wm4 | 2015-07-02 | 3 | -20/+35 |
* | vo_opengl: remove unused GL API functions | wm4 | 2015-07-02 | 2 | -4/+0 |
* | x11: move GCs and background clearing to vo_xv | wm4 | 2015-07-01 | 3 | -48/+49 |
* | x11: remove clear on map | wm4 | 2015-07-01 | 2 | -12/+0 |
* | options: fix conversion of flags to strings | wm4 | 2015-07-01 | 1 | -2/+7 |
* | vo: better magic value for unknown vsync interval | wm4 | 2015-07-01 | 2 | -1/+2 |
* | vo_opengl_cb: fix interpolation code path | wm4 | 2015-07-01 | 1 | -6/+2 |
* | vo_opengl: fix framestepping/pausing + interpolation | Niklas Haas | 2015-07-01 | 1 | -2/+8 |
* | vo: change internal API for drawing frames | wm4 | 2015-07-01 | 8 | -270/+267 |
* | vo_opengl: adjust interpolation code for the new video-sync mechanism | Niklas Haas | 2015-07-01 | 5 | -115/+117 |
* | video: pass vsync offset to VO | wm4 | 2015-07-01 | 2 | -0/+3 |
* | video: pass future frames to VO | wm4 | 2015-07-01 | 7 | -44/+142 |
* | af_lavrresample: log actual channel layout conversions | wm4 | 2015-06-30 | 1 | -3/+6 |
* | demux_lavf: check for NAN rotation angles | wm4 | 2015-06-30 | 1 | -3/+5 |
* | player: slim down A/V desync warning | wm4 | 2015-06-30 | 1 | -17/+5 |
* | build: always regenerate version hash | wm4 | 2015-06-30 | 3 | -30/+17 |
* | manpage: fix copy&paste mistakes | wm4 | 2015-06-30 | 1 | -22/+20 |
* | input.conf: invert mouse volume control | Martin Herkt | 2015-06-30 | 1 | -2/+2 |
* | input: improve wording of key binding messages | wm4 | 2015-06-30 | 1 | -2/+2 |
* | ao_coreaudio: restore physical format if it can't be set exactly | wm4 | 2015-06-30 | 2 | -2/+14 |
* | ao_coreaudio: support native mono output | wm4 | 2015-06-29 | 1 | -0/+2 |
* | ao_coreaudio: log hotplug events explicitly | wm4 | 2015-06-29 | 1 | -3/+6 |
* | video: fix panscan in vertical case | wm4 | 2015-06-29 | 1 | -3/+8 |
* | DOCS/man: fix some grammar errors | Daniel Bergmann | 2015-06-29 | 3 | -4/+4 |
* | vaapi: prefer direct display over copy-back | wm4 | 2015-06-29 | 1 | -1/+1 |
* | vaapi: treat cropped decoder output slightly more correctly | wm4 | 2015-06-29 | 1 | -2/+13 |
* | vaapi: fix potential NULL deref on memory allocation failure | wm4 | 2015-06-29 | 1 | -2/+3 |
* | vaapi: remove vaDeriveImage() code path | wm4 | 2015-06-29 | 1 | -40/+17 |
* | x11: remove trailing spaces | wm4 | 2015-06-29 | 1 | -1/+1 |
* | x11: Handle external fullscreen toggles | Eduardo Sánchez Muñoz | 2015-06-28 | 2 | -1/+44 |
* | demux_mkv: disable ordered chapters if ChapterTimeEnd is missing | wm4 | 2015-06-28 | 1 | -2/+11 |
* | vo_drm: make VT switching non mandatory | rr- | 2015-06-28 | 1 | -11/+20 |
* | vo_drm: fix missing newlines in error messages | rr- | 2015-06-28 | 1 | -4/+4 |
* | DOCS: fix recent typos | wm4 | 2015-06-28 | 2 | -2/+2 |
* | demux: export forced flag | wm4 | 2015-06-27 | 8 | -4/+28 |
* | demux_mkv: ignore deprecated FrameRate, do not assume PAL | wm4 | 2015-06-27 | 1 | -8/+2 |
* | demux_mkv: remove some ASCII art log messages | wm4 | 2015-06-27 | 1 | -8/+4 |
* | options: improve an error message | wm4 | 2015-06-27 | 1 | -2/+2 |
* | ytdl: don't print failure warning when youtube-dl was killed by us | wm4 | 2015-06-27 | 1 | -3/+5 |
* | subprocess, lua: export whether the process was killed by us | wm4 | 2015-06-27 | 5 | -3/+19 |
* | ao_wasapi: fix regression | wm4 | 2015-06-27 | 1 | -1/+1 |
* | terminal-unix: set terminal mode on init | wm4 | 2015-06-27 | 1 | -1/+1 |
* | chmap_sel: add a mechanism for preferred conversions | wm4 | 2015-06-27 | 1 | -9/+39 |
* | chmap_sel: remove outdated incomplete comment | wm4 | 2015-06-27 | 1 | -3/+0 |
* | Disable DVD and BD menu support (to be removed) | wm4 | 2015-06-26 | 5 | -7/+9 |
* | demux_mkv: use arrays for codec lookup tables | wm4 | 2015-06-26 | 1 | -18/+11 |
* | demux_mkv: minor simplification | wm4 | 2015-06-26 | 1 | -3/+1 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 21 | -89/+86 |
* | audio: replace format name table | wm4 | 2015-06-26 | 4 | -55/+30 |
* | audio: remove bitmask format definition mess | wm4 | 2015-06-26 | 2 | -92/+80 |
* | ao_coreaudio_utils: use a macro | wm4 | 2015-06-26 | 1 | -1/+1 |
* | ao_sndio: fix comment | wm4 | 2015-06-26 | 1 | -2/+1 |
* | DOCS/mplayer-changes: Add removal of X11 vo | rrooij | 2015-06-26 | 1 | -0/+2 |
* | vo_x11: remove this video output | wm4 | 2015-06-26 | 5 | -646/+1 |
* | ao_coreaudio: support non-interleaved output | wm4 | 2015-06-26 | 2 | -5/+12 |
* | ao_coreaudio: explicitly skip input streams | wm4 | 2015-06-26 | 2 | -4/+22 |
* | ao_coreaudio_utils: compare full AudioStreamBasicDescription | wm4 | 2015-06-25 | 1 | -1/+3 |
* | audio: output human-readable channel layouts too | wm4 | 2015-06-25 | 7 | -10/+38 |
* | audio: fix channel map fallback selection (again) | wm4 | 2015-06-25 | 2 | -36/+71 |
* | ao: standardize channel layout name in debug output further | wm4 | 2015-06-25 | 1 | -0/+2 |
* | vo_sdl: fix glaring memory leak | wm4 | 2015-06-25 | 1 | -0/+2 |
* | player, demux: replace some demux_open() uses with demux_open_url() | wm4 | 2015-06-24 | 2 | -18/+8 |
* | demux_lavf: fix chapter titles | wm4 | 2015-06-24 | 1 | -1/+1 |
* | Revert "win32: add mappings for some special keys" | wm4 | 2015-06-24 | 1 | -9/+0 |
* | DOCS: document some recent interface additions | wm4 | 2015-06-24 | 1 | -0/+2 |
* | demux_mkv: allow integer and float elements with length 0 | wm4 | 2015-06-24 | 1 | -7/+11 |
* | demux: get rid of some bstr things | wm4 | 2015-06-24 | 8 | -38/+36 |
* | demux_mkv: don't use byte strings | wm4 | 2015-06-24 | 3 | -39/+49 |
* | manpage: Fix typo. oacopts -> ovcopts | c_14 | 2015-06-23 | 1 | -1/+1 |
* | player: increase tick event update frequency | wm4 | 2015-06-23 | 1 | -1/+1 |
* | manpage: minor fixes | wm4 | 2015-06-23 | 1 | -1/+2 |
* | command: export stereo 3D tags | wm4 | 2015-06-23 | 2 | -0/+7 |
* | af: move af_from_dB() function to af_volume.c | wm4 | 2015-06-23 | 3 | -22/+11 |
* | af_volume: add a replaygain fallback option | wm4 | 2015-06-23 | 2 | -0/+9 |
* | af_lavrresample: free and reallocate resample context on reconfig | wm4 | 2015-06-22 | 1 | -30/+35 |
* | af_lavrresample: fix comment | wm4 | 2015-06-22 | 1 | -4/+4 |
* | af: restore detaching of PCM filters when using spdif | wm4 | 2015-06-22 | 3 | -1/+14 |
* | af_lavrresample: don't flush in uninitialized state | wm4 | 2015-06-22 | 1 | -1/+2 |
* | ao_alsa: fix a log message | wm4 | 2015-06-21 | 1 | -4/+5 |
* | demux: mime types are case-insensitive | wm4 | 2015-06-21 | 1 | -1/+1 |
* | demux_mkv: share some duplicated code | wm4 | 2015-06-21 | 1 | -16/+17 |
* | demux: merge extradata fields | wm4 | 2015-06-21 | 8 | -28/+20 |
* | demux_mkv: minor audio extradata cleanup | wm4 | 2015-06-21 | 1 | -27/+24 |
* | demux: rename sh_stream.format to sh_stream.codec_tag | wm4 | 2015-06-21 | 9 | -18/+16 |
* | video: reduce error message when loading hwdec backend fails | wm4 | 2015-06-20 | 11 | -19/+28 |
* | x11: make screensaver failure message slightly more friendly | wm4 | 2015-06-20 | 1 | -2/+4 |
* | client API: allow using msg-level option for log messages | wm4 | 2015-06-20 | 5 | -12/+21 |
* | av_log: skip prefix if unknown | wm4 | 2015-06-20 | 1 | -2/+3 |
* | demux_playlist: make mime type comparison case-insensitive | wm4 | 2015-06-20 | 1 | -1/+1 |
* | win32: remove a wine hack | wm4 | 2015-06-20 | 1 | -8/+1 |
* | win32: prefer using internal variable for fullscreen | wm4 | 2015-06-20 | 1 | -11/+12 |
* | demux_mkv: do not reset bits_per_coded_sample if not needed | wm4 | 2015-06-19 | 1 | -7/+0 |
* | demux_mkv: do not set block_align for codecs which do not need it | wm4 | 2015-06-19 | 1 | -7/+0 |
* | demux_mkv: do not set bitrate fields for codecs which do not need it | wm4 | 2015-06-19 | 1 | -7/+0 |
* | demux_mkv: stricter realaudio extradata handling | wm4 | 2015-06-19 | 1 | -11/+13 |
* | demux_mkv: separate generic and non-VfW audio codec handling parts | wm4 | 2015-06-19 | 1 | -89/+84 |
* | demux_mkv: remove indirection through defines | wm4 | 2015-06-19 | 2 | -134/+58 |
* | demux_mkv: remove FourCCs from audio codec handling | wm4 | 2015-06-19 | 2 | -122/+73 |
* | osc: time display configuration options | Teoh Han Hui | 2015-06-19 | 2 | -2/+12 |
* | player: add some debug output for seeking | wm4 | 2015-06-18 | 3 | -0/+12 |
* | player: actually play video | wm4 | 2015-06-18 | 1 | -1/+1 |
* | Various spelling fixes | Marcin Kurczewski | 2015-06-18 | 19 | -33/+33 |
* | DOCS/compile-windows.md: fix Lua package | wm4 | 2015-06-18 | 1 | -1/+1 |
* | client API: fix logging memory leak | wm4 | 2015-06-18 | 1 | -0/+1 |
* | player: make decoding cover art more robust | wm4 | 2015-06-18 | 3 | -3/+21 |
* | DOCS/manpage: fix typos | rrooij | 2015-06-17 | 6 | -12/+12 |
* | av_log: set default av_log callback on exit | wm4 | 2015-06-17 | 1 | -0/+1 |
* | ao_wasapi: fix crash on hotplug init error | wm4 | 2015-06-17 | 1 | -0/+1 |
* | af_lavrresample: include osdep/endian.h | wm4 | 2015-06-17 | 1 | -0/+1 |
* | command: do not exit playback if the B point of A-B loop is past EOF | wm4 | 2015-06-16 | 3 | -18/+25 |
* | player: do not exit when a seek gets queued | wm4 | 2015-06-16 | 1 | -0/+4 |
* | af: remove conversion filter search | wm4 | 2015-06-16 | 3 | -94/+4 |
* | af_convert24: remove this filter | wm4 | 2015-06-16 | 5 | -132/+0 |
* | af_lavrresample: integrate 24 bit (3 bytes per sample) output | wm4 | 2015-06-16 | 1 | -9/+48 |
* | af_lavrresample: always fill reorder | wm4 | 2015-06-16 | 1 | -1/+1 |
* | audio: remove S8, U16, U24, U32 formats | wm4 | 2015-06-16 | 14 | -199/+26 |
* | DOCS/compile-windows.md: drop unused dependency | wm4 | 2015-06-16 | 1 | -1/+1 |
* | audio: fix crash on uninit | wm4 | 2015-06-15 | 1 | -1/+1 |
* | af_lavcac3enc: fix A/V sync | wm4 | 2015-06-15 | 1 | -3/+17 |
* | af: fix an aspect of filter chain flushing | wm4 | 2015-06-15 | 1 | -0/+11 |
* | audio: remove unused readonly field | wm4 | 2015-06-15 | 2 | -3/+1 |
* | win32: use atomics for COM interface refcount | wm4 | 2015-06-14 | 1 | -4/+5 |
* | demux_mkv: always copy video extradata | wm4 | 2015-06-13 | 1 | -16/+14 |
* | demux_mkv: fix mpeg2 mapping | wm4 | 2015-06-13 | 1 | -1/+1 |
* | demux_mkv: remove FourCCs from video codec handling | wm4 | 2015-06-13 | 2 | -39/+27 |
* | demux_mkv: remove a level of indentation | wm4 | 2015-06-13 | 1 | -53/+52 |
* | demux_mkv: remove ms_compat code | wm4 | 2015-06-13 | 1 | -11/+5 |
* | vo_drm: fixed crashes with --profile=pseudo-gui | Marcin Kurczewski | 2015-06-13 | 1 | -1/+1 |
* | test: update cmocka version to 1.0 | Stefano Pigozzi | 2015-06-13 | 4 | -25/+25 |
* | chmap: make up some channel layout names | wm4 | 2015-06-12 | 1 | -0/+3 |
* | ao_alsa: if possible, reorder device maps to std layouts | wm4 | 2015-06-12 | 1 | -0/+2 |
* | ao_alsa: make it accept 7.1 over HDMI | wm4 | 2015-06-12 | 1 | -0/+2 |
* | chmap_sel: improve speaker replacement handling | wm4 | 2015-06-12 | 2 | -17/+48 |
* | chmap_sel: do naive speaker replacements last | wm4 | 2015-06-12 | 1 | -3/+4 |
* | audio: fill NA channels with silence | wm4 | 2015-06-12 | 1 | -11/+29 |
* | audio: use unknown channel layouts if there is no standard layout | wm4 | 2015-06-12 | 1 | -5/+5 |
* | audio: fix messed up channel reordering | wm4 | 2015-06-12 | 1 | -2/+2 |
* | audio: deal with AVFrame-style buffer assignments | wm4 | 2015-06-12 | 2 | -4/+17 |
* | lua: support MPV_END_FILE_REASON_REDIRECT | wm4 | 2015-06-11 | 2 | -0/+11 |
* | client API: add MPV_END_FILE_REASON_REDIRECT | wm4 | 2015-06-11 | 3 | -3/+17 |
* | client API: leave mpv_event_end_file.error to 0 on no error | wm4 | 2015-06-11 | 1 | -2/+2 |
* | lua: export end-file event fields | wm4 | 2015-06-11 | 2 | -0/+37 |
* | ao_alsa: change ALSA braindeath heuristic | wm4 | 2015-06-11 | 1 | -3/+4 |
* | command: add keypress, keydown, and keyup commands. | torque | 2015-06-11 | 5 | -0/+54 |
* | player: use 4 as process exit code on user quits | wm4 | 2015-06-10 | 2 | -1/+2 |
* | options: make keyvalue list parsing less strict | wm4 | 2015-06-10 | 1 | -7/+8 |
* | vo_opengl: fix a small memory leak when loading user shaders | wm4 | 2015-06-09 | 1 | -1/+1 |
* | vo_opengl: fix dangling pointers with vo_cmdline | wm4 | 2015-06-09 | 1 | -0/+24 |
* | audio: add some change notifications | wm4 | 2015-06-09 | 1 | -0/+4 |
* | ao_coreaudio: change physical stream format synchronously | wm4 | 2015-06-09 | 2 | -5/+2 |
* | audio/out/pull: avoid dropping some audio when draining | wm4 | 2015-06-09 | 1 | -9/+18 |
* | audio/out/pull: correctly pad partial frames with silence | wm4 | 2015-06-09 | 1 | -1/+1 |
* | command: fix audio-out-detected-device property | wm4 | 2015-06-09 | 1 | -2/+3 |
* | command: remove unnecessary event IDs | wm4 | 2015-06-09 | 2 | -4/+0 |
* | command: make property event mask matching more restrictive | wm4 | 2015-06-09 | 1 | -1/+2 |
* | ao_alsa: refine channel count mismatch error message | wm4 | 2015-06-09 | 1 | -2/+2 |
* | vaapi: add missing license header | wm4 | 2015-06-08 | 1 | -0/+17 |
* | gl_osd: fix license header | wm4 | 2015-06-08 | 1 | -0/+5 |
* | vo: clarify condition | wm4 | 2015-06-08 | 1 | -1/+1 |
* | vo: restore frame-drop logic for high-fps clips | Avi Halachmi (:avih) | 2015-06-07 | 1 | -0/+22 |
* | ytdl_hook: Support 'multi_video' results | Jaime Marquínez Ferrándiz | 2015-06-07 | 1 | -1/+1 |
* | Revert "opengl: drop less frames when clip and display have similar fps" | wm4 | 2015-06-07 | 1 | -9/+1 |
* | Revert "vo: improve frame drop logic on high playback rate" | wm4 | 2015-06-07 | 1 | -11/+3 |
* | vo_vdpau: add a NULL check, verify image dimensions | wm4 | 2015-06-06 | 1 | -1/+2 |
* | audio: add --audio-spdif as new method for enabling passthrough | wm4 | 2015-06-05 | 10 | -18/+101 |
* | ad_spdif: use a pseudo codec entry to select DTS-HD instead of an option | wm4 | 2015-06-05 | 1 | -1/+10 |
* | audio: do not allow AO to change passthrough formats | wm4 | 2015-06-05 | 1 | -7/+17 |
* | vo_vdpau: limit output surfaces to allowed maximum dimensions | wm4 | 2015-06-05 | 1 | -4/+12 |
* | vo_vdpau: directly get surface size from surface for screenshots | wm4 | 2015-06-05 | 2 | -6/+12 |
* | vo_vdpau: shorten 2 variable names | wm4 | 2015-06-05 | 1 | -10/+9 |
* | video: remove worthless log message | wm4 | 2015-06-05 | 1 | -6/+0 |
* | vf_sub: minor simplification | wm4 | 2015-06-05 | 3 | -7/+3 |
* | filter_kernels: distinguish between regular/EWA robidoux | Niklas Haas | 2015-06-05 | 1 | -2/+4 |
* | vo_vdpau: check maximum video size | wm4 | 2015-06-04 | 2 | -0/+21 |
* | audio: do not exit when loading small files in paused mode | wm4 | 2015-06-04 | 1 | -1/+1 |
* | ao_alsa: refuse to use spdif if AES flags can't be set | wm4 | 2015-06-04 | 1 | -6/+6 |
* | af_lavrresample: slightly better computation of total delay | wm4 | 2015-06-04 | 1 | -6/+9 |
* | af_lavrresample: use a new libswresample function if available | wm4 | 2015-06-04 | 1 | -0/+4 |
* | af_lavrresample: change output samples calculation | wm4 | 2015-06-04 | 1 | -2/+2 |
* | ao_alsa: hack against potential spdif failure | wm4 | 2015-06-04 | 1 | -3/+16 |
* | bootstrap.py: make it work on win32 | wm4 | 2015-06-04 | 1 | -1/+1 |
* | inpout.conf: make shift+o toggle between 2 states only | wm4 | 2015-06-03 | 3 | -2/+6 |
* | player: print track list when switching tracks | wm4 | 2015-06-03 | 1 | -0/+4 |
* | player: print a message along with track list | wm4 | 2015-06-03 | 3 | -7/+9 |
* | player: don't print stream list when adding external tracks during load | wm4 | 2015-06-03 | 1 | -5/+7 |
* | af_lavrresample: use native libavresample function for output size | wm4 | 2015-06-02 | 1 | -7/+6 |
* | demux_lavf: fix wrong printf parameter type on 64 bit systems | wm4 | 2015-06-02 | 1 | -1/+1 |
* | ao_coreaudio_exclusive: move generic functions to utils | wm4 | 2015-06-02 | 3 | -207/+209 |
* | ao_coreaudio_exclusive: react to device removal | wm4 | 2015-06-02 | 1 | -12/+27 |
* | ao_coreaudio_exclusive: make property listeners event-based | wm4 | 2015-06-02 | 1 | -105/+82 |
* | ao: allow ao_uninit(NULL) | wm4 | 2015-06-02 | 1 | -1/+2 |
* | af_lavrresample: fix and simplify flushing on playback speed change | wm4 | 2015-06-02 | 1 | -23/+1 |
* | idet.sh: Support larger files. | Rudolf Polzer | 2015-06-02 | 1 | -1/+1 |
* | osx: add NULL check for input context in a missing case | wm4 | 2015-06-01 | 1 | -1/+2 |
* | vf_vavpp: provide future/past frames to driver | wm4 | 2015-06-01 | 1 | -30/+97 |
* | ta: add another array helper macro | wm4 | 2015-06-01 | 1 | -0/+11 |
* | vf_vavpp: move vaMapBuffer() closer to its use | wm4 | 2015-06-01 | 1 | -4/+4 |
* | vf_vavpp: remove dummy loop, unindent | wm4 | 2015-06-01 | 1 | -51/+61 |
* | vf_vavpp: cosmetics | wm4 | 2015-06-01 | 1 | -10/+10 |
* | vf_vavpp: minor simplification | wm4 | 2015-06-01 | 1 | -29/+24 |
* | win32: fix window resize logic | wm4 | 2015-05-31 | 1 | -2/+3 |
* | audio: remove an old hack | wm4 | 2015-05-30 | 1 | -10/+1 |
* | vo_opengl: output slightly more debugging info on backend probing | wm4 | 2015-05-30 | 1 | -0/+2 |
* | vo: move up vo_wayland in autoprobe list | wm4 | 2015-05-30 | 1 | -3/+3 |
* | vf_vavpp: fix bob deinterlacing for bottom field first videos | Filip Milivojevic | 2015-05-30 | 1 | -0/+2 |
* | vf_vavpp: do not pretend to support references | wm4 | 2015-05-29 | 1 | -3/+5 |
* | vf_vavpp: simplify surface list allocation | wm4 | 2015-05-29 | 1 | -14/+2 |
* | player: restore video-aspect on playback resume | wm4 | 2015-05-29 | 1 | -0/+1 |
* | cache: limit readahead size to half the cache size at the beginning | wm4 | 2015-05-29 | 1 | -0/+6 |
* | vo_drm: fix not using BUF_COUNT | Marcin Kurczewski | 2015-05-29 | 1 | -5/+4 |
* | vo_drm: fix centering with regard to stride | Marcin Kurczewski | 2015-05-29 | 1 | -13/+16 |
* | vaapi: remove direct mapping non-sense | wm4 | 2015-05-29 | 1 | -42/+6 |
* | lua: fix options submodule | wm4 | 2015-05-29 | 3 | -3/+8 |
* | vd_lavc: fix a hw decoding fallback case | wm4 | 2015-05-29 | 1 | -1/+6 |
* | vdpau: do not attempt to allocate surfaces while preempted | wm4 | 2015-05-29 | 1 | -10/+17 |
* | vo_opengl: avoid broken shader if hwdec fails to provide textures | wm4 | 2015-05-28 | 1 | -1/+4 |
* | vdpau: add support for the "new" libavcodec vdpau API | wm4 | 2015-05-28 | 6 | -3/+131 |
* | video: rename vdpau.c to vdpau_old.c | wm4 | 2015-05-28 | 3 | -2/+2 |
* | vd_lavc: allocate hw surfaces using the coded size | wm4 | 2015-05-28 | 1 | -10/+9 |
* | vdpau: retrieve mixer parameters directly from the hw surface | wm4 | 2015-05-28 | 3 | -12/+23 |
* | vd_lavc: merge two functions | wm4 | 2015-05-28 | 1 | -27/+15 |
* | vd_lavc: make hardware decoding fallback less violent | wm4 | 2015-05-28 | 2 | -5/+15 |
* | demux_lavf: do a better job at guessing the vobsub .sub filename | wm4 | 2015-05-28 | 1 | -0/+40 |
* | vo_drm: Expose mode ID option to users | Marcin Kurczewski | 2015-05-28 | 2 | -10/+23 |
* | vo_drm: Fix resolution not restored after exiting | Marcin Kurczewski | 2015-05-28 | 1 | -1/+1 |
* | vo_drm: Fix stride problem for certain devices | Marcin Kurczewski | 2015-05-28 | 1 | -1/+1 |
* | command: remove deprecated get_property command | wm4 | 2015-05-27 | 5 | -37/+2 |
* | options: remove --slave-broken | wm4 | 2015-05-27 | 6 | -32/+4 |
* | player: set cocoa input context at an earlier point | wm4 | 2015-05-27 | 1 | -4/+4 |
* | player: load scripts at an earlier point | wm4 | 2015-05-27 | 1 | -4/+4 |
* | vo_opengl: rename use_full_range to use_normalized_range | wm4 | 2015-05-27 | 1 | -8/+8 |
* | DOCS: fix wrong libmpv's cocoa example comment | Stefano Pigozzi | 2015-05-27 | 1 | -4/+2 |
* | vo_opengl: fix source-shader + XYZ input | Niklas Haas | 2015-05-27 | 1 | -2/+5 |
* | DOCS: interface-changes: mention recent vo_opengl additions | wm4 | 2015-05-27 | 1 | -0/+2 |
* | vo_opengl: CMS no longer implies linear scaling | Niklas Haas | 2015-05-27 | 2 | -14/+7 |
* | vo_opengl: icc-profile overrides icc-profile-auto | Niklas Haas | 2015-05-27 | 2 | -3/+4 |
* | vo_opengl: add support for custom shaders | Niklas Haas | 2015-05-27 | 10 | -55/+350 |
* | osx: synchronize access to the input_ctx | wm4 | 2015-05-26 | 1 | -18/+30 |
* | osx: never expose input_ctx from EventsResponder | wm4 | 2015-05-26 | 3 | -20/+33 |
* | input: remove some unneeded things | wm4 | 2015-05-26 | 2 | -34/+5 |
* | command: better choice when to allow playback-related commands | wm4 | 2015-05-26 | 1 | -16/+16 |
* | command: fix track property when no file is loaded | wm4 | 2015-05-26 | 1 | -2/+8 |
* | player: fix crashes when adding external tracks before loading main file | wm4 | 2015-05-26 | 4 | -40/+30 |
* | demux: don't get stuck on some cases of timestamp resets | wm4 | 2015-05-26 | 1 | -1/+2 |
* | ao_alsa: hack back mono output | wm4 | 2015-05-25 | 1 | -1/+6 |
* | TOOLS/lua/status-bar: update use of a deprecated property | wm4 | 2015-05-25 | 1 | -1/+3 |
* | input: allow - as separator between commands, instead of _ | wm4 | 2015-05-25 | 6 | -119/+127 |
* | command: change the hwdec properties | wm4 | 2015-05-25 | 3 | -49/+71 |
* | vd_lavc: report actually used hwdec API | wm4 | 2015-05-25 | 2 | -4/+1 |
* | vf_dlopen: declare as deprecated | wm4 | 2015-05-25 | 2 | -0/+6 |
* | cocoa: don't load hardcoded icon if running from bundle | Stefano Pigozzi | 2015-05-25 | 1 | -0/+3 |
* | demux_edl: fix includes | wm4 | 2015-05-24 | 1 | -2/+2 |
* | video: do not use MP_NOPTS_VALUE for A/V difference | wm4 | 2015-05-24 | 3 | -7/+3 |
* | player: add function to compute past frame durations | wm4 | 2015-05-24 | 3 | -17/+28 |
* | vo_null: add framerate emulation | wm4 | 2015-05-24 | 2 | -4/+40 |
* | manpage: --media-title -> --force-media-title | Philip Sequeira | 2015-05-24 | 1 | -1/+1 |
* | DOCS/client_api_examples/cocoa-openglcb: do initial flush correctly. | torque | 2015-05-23 | 1 | -11/+5 |
* | command: add protocol-list property | wm4 | 2015-05-23 | 5 | -6/+45 |
* | ytdl: do not use deprecated option | wm4 | 2015-05-23 | 1 | -1/+1 |
* | vo_opengl: switch to new OpenGL backend API for icc-profile-auto | Niklas Haas | 2015-05-22 | 1 | -1/+1 |
* | command: allow changing track properties while no file is loaded | wm4 | 2015-05-22 | 1 | -16/+20 |
* | player: use an array for stream ID options and such | wm4 | 2015-05-22 | 6 | -67/+52 |
* | command: deprecate audio-samplerate | wm4 | 2015-05-22 | 3 | -50/+4 |
* | command: add audio-params and audio-out-params properties | wm4 | 2015-05-22 | 3 | -1/+77 |
* | command: remove old property deprecation warning mechanism | wm4 | 2015-05-22 | 1 | -48/+1 |
* | command: rename audio-format property | wm4 | 2015-05-22 | 3 | -7/+10 |
* | options: rename --media-title option | wm4 | 2015-05-22 | 3 | -2/+4 |
* | command: deprecate the "length" property | wm4 | 2015-05-22 | 4 | -11/+15 |
* | command: add a new property deprecation mechanism | wm4 | 2015-05-22 | 1 | -0/+29 |
* | DOCS: add a changelog for option/command/property changes | wm4 | 2015-05-22 | 2 | -3/+47 |
* | audio: make softvol scale cubic | wm4 | 2015-05-22 | 3 | -10/+13 |
* | audio: change range of volume option/property | wm4 | 2015-05-22 | 6 | -35/+31 |
* | options: --loop without argument means looping forever | wm4 | 2015-05-22 | 1 | -1/+1 |
* | command: explicitly show mouse cursor when unfullscreening | wm4 | 2015-05-21 | 1 | -2/+6 |
* | win32: do not call timeEndPeriod(1) on termination | wm4 | 2015-05-21 | 1 | -8/+0 |
* | DOCS/client_api_examples: cocoa: minor fixes | wm4 | 2015-05-21 | 1 | -2/+2 |
* | DOCS/client_api_examples: add opengl-cb-based cocoa example. | torque | 2015-05-21 | 1 | -0/+310 |
* | chmap: use av_popcount64() | wm4 | 2015-05-21 | 1 | -9/+3 |
* | vo_opengl: vda: make it work anywhere | wm4 | 2015-05-21 | 2 | -5/+35 |
* | video: do not align source position to 2 | wm4 | 2015-05-21 | 2 | -11/+11 |
* | vo_opengl: remove npot option | wm4 | 2015-05-21 | 2 | -20/+0 |
* | DOCS/mplayer-changes: add relative seeking by % | Robin | 2015-05-21 | 1 | -0/+1 |
* | vo_xv: make number of buffers configurable | wm4 | 2015-05-20 | 2 | -3/+14 |
* | command: refactor if/else statements to switch | Robin | 2015-05-20 | 1 | -11/+19 |
* | video: force audio resync after video discontinuity | wm4 | 2015-05-20 | 1 | -0/+1 |
* | video: better heuristic for timestamp resets | wm4 | 2015-05-20 | 1 | -2/+13 |
* | audio: fix resync issue different | wm4 | 2015-05-19 | 1 | -1/+3 |
* | command: change OSD symbol for absolute perc. seek | rrooij | 2015-05-19 | 1 | -2/+4 |
* | manpage: fix syntax | wm4 | 2015-05-19 | 1 | -1/+1 |
* | demux: read cue sheets embedded in tags | wm4 | 2015-05-19 | 1 | -2/+17 |
* | demux_cue: move cue parser to a separate file | wm4 | 2015-05-19 | 5 | -180/+259 |
* | ad_spdif: use DTS-HD passthrough only if the audio is really DTS-HD | wm4 | 2015-05-19 | 1 | -4/+54 |
* | ad_spdif: set output format lazily | wm4 | 2015-05-19 | 1 | -15/+27 |
* | audio: avoid wasting CPU due to continuous wakeup | wm4 | 2015-05-19 | 1 | -1/+2 |
* | command: use consistent comment style | rrooij | 2015-05-19 | 1 | -1/+1 |
* | input: add relative percentage seek | rrooij | 2015-05-19 | 3 | -1/+9 |
* | x11: never forcefully terminate xdg-screensaver process | wm4 | 2015-05-18 | 2 | -9/+8 |
* | mpv.desktop: shorten polish name | Mateusz Łukasik | 2015-05-18 | 1 | -1/+1 |
* | sub: add .sup file extension for subtitle autoloading | wm4 | 2015-05-18 | 1 | -1/+1 |
* | command: add playlist_shuffle command | wm4 | 2015-05-17 | 4 | -0/+11 |
* | input.conf: add CTRL+s key binding for window screenshots | wm4 | 2015-05-17 | 2 | -0/+5 |
* | manpage: improve osc help | Avi Halachmi (:avih) | 2015-05-16 | 1 | -10/+11 |
* | DOCS/client_api_examples: Qt: force qmake to use pkg-config. | torque | 2015-05-16 | 3 | -0/+3 |
* | manpage: lua: clarify OSD differences between mp.command/mp.commandv | wm4 | 2015-05-16 | 1 | -0/+7 |
* | x11: attempt to make initial fullscreening more reliable | wm4 | 2015-05-15 | 1 | -0/+3 |
* | vf_vapoursynth: reject unaligned video sizes | wm4 | 2015-05-15 | 1 | -0/+7 |
* | vo: remove suspicious line | wm4 | 2015-05-15 | 1 | -1/+1 |
* | Remove trailing whitespaces | Michael Vetter | 2015-05-15 | 7 | -210/+210 |
* | video: add hevc to whitelist of hwdec codecs | wm4 | 2015-05-14 | 2 | -2/+2 |
* | dxva2: support HEVC | wm4 | 2015-05-14 | 1 | -1/+8 |
* | vo_opengl: hardcode rquested GL version in backends | wm4 | 2015-05-14 | 6 | -26/+9 |
* | x11: use new OpenGL backend API | wm4 | 2015-05-14 | 3 | -24/+34 |
* | vo_opengl: create new API for OpenGL VO backends | wm4 | 2015-05-14 | 3 | -23/+106 |
* | vo_opengl: change user options for requesting GLES | wm4 | 2015-05-14 | 7 | -40/+16 |
* | vo_opengl: merge GL backend creation/initialization | wm4 | 2015-05-13 | 1 | -28/+20 |
* | vo_opengl: remove mpgl_lock calls | wm4 | 2015-05-13 | 3 | -63/+7 |
* | cocoa: redo synchronization | wm4 | 2015-05-13 | 3 | -169/+156 |
* | vo_opengl: remove some more Cocoa resize leftovers | wm4 | 2015-05-13 | 4 | -31/+0 |
* | manpage: explain some property expansion restrictions | wm4 | 2015-05-13 | 1 | -1/+4 |
* | manpage: remove stray newline | wm4 | 2015-05-13 | 1 | -1/+0 |
* | vda: add support for nv12 image formats | Stefano Pigozzi | 2015-05-13 | 3 | -21/+115 |
* | build: check for lua52 | Christian Hesse | 2015-05-13 | 1 | -0/+1 |
* | vo: avoid burning CPU when paused | wm4 | 2015-05-13 | 1 | -1/+2 |
* | win32: add mappings for some special keys | wm4 | 2015-05-12 | 1 | -0/+9 |
* | ipc: avoid SIGPIPE | wm4 | 2015-05-12 | 1 | -1/+5 |
* | cocoa: make live-resizing as fast as before | wm4 | 2015-05-12 | 3 | -9/+14 |
* | cocoa: handle live-resizing differently | wm4 | 2015-05-12 | 3 | -42/+41 |
* | vo: use pthread_cond_timedwait() for video timing | wm4 | 2015-05-12 | 1 | -6/+17 |
* | vo_opengl_cb: add support for interpolation | wm4 | 2015-05-12 | 1 | -5/+51 |
* | vo_opengl_cb: add a "block" framedrop mode and make it default | wm4 | 2015-05-12 | 2 | -7/+31 |
* | vo_opengl_cb: actually set requested options | wm4 | 2015-05-12 | 1 | -0/+1 |
* | vo: always call draw_image_timed() if available | wm4 | 2015-05-12 | 1 | -1/+1 |
* | threads: use utility+POSIX functions instead of weird wrappers | wm4 | 2015-05-11 | 9 | -34/+33 |
* | ao: make better use of atomics | wm4 | 2015-05-11 | 3 | -14/+12 |
* | atomics: add atomic_fetch_and/atomic_fetch_or | wm4 | 2015-05-11 | 1 | -7/+20 |
* | cocoa: remove unused declaration | wm4 | 2015-05-11 | 1 | -3/+0 |
* | cocoa: add missing break statements in switch | wm4 | 2015-05-11 | 1 | -0/+2 |
* | cocoa: remove unused macro | wm4 | 2015-05-11 | 1 | -1/+0 |
* | Always block SIGPIPE globally | wm4 | 2015-05-11 | 4 | -7/+14 |
* | TOOLS/stats-conv.py: add another event type | wm4 | 2015-05-11 | 1 | -2/+11 |
* | DOCS/man/options.rst: Remove trailing whitespaces | rrooij | 2015-05-10 | 1 | -2/+2 |
* | DOCS/man/opions.rst: Elaborate on --no-video | rrooij | 2015-05-10 | 1 | -0/+4 |
* | ytdl_hook: remove tabs | wm4 | 2015-05-09 | 1 | -5/+5 |
* | build: exclude -Wredundant-decls | wm4 | 2015-05-09 | 3 | -5/+4 |
* | old-configure: hide | wm4 | 2015-05-09 | 3 | -4/+1 |
* | old-configure: bump libbluray version | wm4 | 2015-05-09 | 1 | -1/+1 |
* | player: reuse a function | wm4 | 2015-05-09 | 1 | -5/+1 |
* | path: improve verbose logging | wm4 | 2015-05-09 | 1 | -8/+8 |
* | path: use mp_path_join in one more place | wm4 | 2015-05-09 | 1 | -1/+1 |
* | player: make resuming playlists less noisy in verbose mode | wm4 | 2015-05-09 | 5 | -23/+37 |
* | player: avoid undefined behavior when resumign DVD/BD playback | wm4 | 2015-05-09 | 1 | -3/+3 |
* | path: make mp_path_join accept normal C strings | wm4 | 2015-05-09 | 18 | -28/+34 |
* | lua: remove deprecated "lua" sub directories | wm4 | 2015-05-09 | 2 | -29/+9 |
* | path: unify the two config file lookup functions | wm4 | 2015-05-09 | 1 | -83/+60 |
* | vo_drm: allow changing video rectangle settings | wm4 | 2015-05-08 | 1 | -0/+6 |
* | vo_drm: don't mutate the current frame when clamping for panscan | wm4 | 2015-05-08 | 1 | -3/+4 |
* | input: filter out redundant mp_input_set_mouse_pos() calls | wm4 | 2015-05-08 | 1 | -1/+3 |
* | player: add --force-window=immediate mode | wm4 | 2015-05-08 | 3 | -3/+8 |
* | audio: simplify further | wm4 | 2015-05-08 | 3 | -28/+11 |
* | audio: remove mp_chmap_contains() | wm4 | 2015-05-08 | 3 | -36/+0 |
* | ao: log reordered versions of channel maps | wm4 | 2015-05-08 | 1 | -3/+10 |
* | audio: redo channel map fallback selection | wm4 | 2015-05-08 | 2 | -60/+34 |
* | audio: add chmap utility function | wm4 | 2015-05-08 | 2 | -0/+10 |
* | test: simplify chmap_sel tests | wm4 | 2015-05-08 | 1 | -121/+44 |
* | ao_alsa: log requested numbers of channels if ALSA rejects them | wm4 | 2015-05-08 | 1 | -2/+3 |
* | audio: fix messed up assert() | wm4 | 2015-05-07 | 1 | -1/+1 |
* | audio: remove UNKNOWN pseudo speakers | wm4 | 2015-05-07 | 3 | -14/+9 |
* | audio: define only a single NA speaker ID | wm4 | 2015-05-07 | 5 | -34/+16 |
* | player: use profiles for libmpv and encoding defaults | wm4 | 2015-05-07 | 3 | -24/+34 |
* | m_config: make m_config_set_profile() use a name | wm4 | 2015-05-07 | 3 | -13/+18 |
* | DOCS: add a link to LIRC wiki entry | wm4 | 2015-05-07 | 1 | -0/+1 |
* | ao_coreaudio_utils: don't list some formats as "unusable" | wm4 | 2015-05-07 | 1 | -1/+1 |
* | ytdl_hook: Escape EDL URLs | ChrisK2 | 2015-05-07 | 1 | -1/+3 |
* | ao_sndio: add notice about padding channels | wm4 | 2015-05-06 | 1 | -1/+3 |
* | ao_alsa: use new padding channels support | wm4 | 2015-05-06 | 1 | -21/+26 |
* | ao_alsa: move ALSA -> mp channel map to a function | wm4 | 2015-05-06 | 1 | -11/+18 |
* | manpage: do not use deprecated syntax in example | wm4 | 2015-05-06 | 1 | -1/+1 |
* | cocoa: remove an unused parameter | wm4 | 2015-05-06 | 3 | -3/+3 |
* | ao_coreaudio_exclusive: check new format before waiting for change | wm4 | 2015-05-06 | 1 | -12/+13 |
* | ao_coreaudio_exclusive: use atomics instead of volatile | wm4 | 2015-05-06 | 1 | -19/+16 |
* | ao_coreaudio_exclusive: rename "digital" -> "compressed" | wm4 | 2015-05-06 | 1 | -22/+20 |
* | ao_coreaudio_exclusive: explicitly check for spdif formats | wm4 | 2015-05-06 | 1 | -8/+5 |
* | ao_coreaudio_exclusive: merge init_digital() function | wm4 | 2015-05-06 | 1 | -15/+3 |
* | cocoa: lock cocoa main thread on uninit | wm4 | 2015-05-06 | 1 | -1/+9 |
* | ao_coreaudio_utils: decide formats by comparing raw bits | wm4 | 2015-05-05 | 1 | -5/+6 |
* | ao_coreaudio: log considered physical formats | wm4 | 2015-05-05 | 1 | -0/+4 |
* | ao_coreaudio: restore old physical format if format was changed | wm4 | 2015-05-05 | 1 | -0/+16 |
* | af: don't attempt to remove last filter for spdif filter removal | wm4 | 2015-05-05 | 1 | -1/+1 |
* | audio: minor cosmetics | wm4 | 2015-05-05 | 1 | -16/+16 |
* | ao_coreaudio: move channel mapping code to a separate file | wm4 | 2015-05-05 | 4 | -255/+298 |
* | ao_coreaudio_utils: don't require talloc for fourcc_repr() | wm4 | 2015-05-05 | 3 | -17/+13 |
* | ao_coreaudio_utils: unbreak default device selection | wm4 | 2015-05-05 | 1 | -4/+3 |
* | ao_coreaudio_exclusive: fix latency calculation non-sense | wm4 | 2015-05-05 | 1 | -1/+1 |
* | ao_coreaudio_utils: refine format selection | wm4 | 2015-05-05 | 1 | -19/+25 |
* | ao_coreaudio: change physical format before channel negotiation | wm4 | 2015-05-05 | 1 | -4/+10 |
* | vo_opengl: change default FBO format | wm4 | 2015-05-05 | 2 | -3/+3 |
* | manpage: fix typo | wm4 | 2015-05-05 | 1 | -1/+1 |
* | ao_coreaudio: add an option for changing the physical format | wm4 | 2015-05-05 | 2 | -0/+63 |
* | ao_coreaudio_utils: add a format negotiation helper function | wm4 | 2015-05-05 | 2 | -0/+37 |
* | af_lavrresample: remove dead undefs | wm4 | 2015-05-05 | 1 | -3/+0 |
* | ipc: silence some common info messages | wm4 | 2015-05-05 | 1 | -3/+3 |
* | ao_coreaudio: support padded channel layouts | wm4 | 2015-05-05 | 1 | -2/+6 |
* | audio: introduce support for padding channels | wm4 | 2015-05-05 | 3 | -56/+142 |
* | audio: introduce mp_audio readonly bit | wm4 | 2015-05-04 | 2 | -1/+3 |
* | audio: chmap: explicitly drop channels not supported by lavc | wm4 | 2015-05-04 | 1 | -2/+5 |
* | audio: drop unused function | wm4 | 2015-05-04 | 2 | -10/+0 |
* | ao_coreaudio: fix out of bounds access | wm4 | 2015-05-04 | 1 | -0/+2 |
* | subprocess-win: use the correct pipe namespace | James Ross-Gowan | 2015-05-04 | 1 | -1/+1 |
* | sws_utils: re-use avcolorspace for sws colorspaces | Niklas Haas | 2015-05-04 | 1 | -6/+3 |
* | win32: fix desktop directory | wm4 | 2015-05-03 | 1 | -1/+1 |
* | vo_opengl: gl_lcms: fix cache dir creation with path expansion | wm4 | 2015-05-03 | 1 | -9/+9 |
* | path: start special espansion with ~~name instead of ~name | wm4 | 2015-05-03 | 3 | -11/+11 |
* | options: fix typo in variable name | wm4 | 2015-05-03 | 3 | -3/+3 |
* | options: remove --leak-report | wm4 | 2015-05-02 | 3 | -17/+4 |
* | win32: move platform specifics to osdep | wm4 | 2015-05-02 | 2 | -25/+28 |
* | build: move main-fn files to osdep | wm4 | 2015-05-02 | 11 | -29/+31 |
* | cocoa: always compile OSX application code with cocoa | wm4 | 2015-05-02 | 7 | -26/+20 |
* | player: handle hotplug events in idle mode too | wm4 | 2015-05-02 | 1 | -0/+1 |
* | screenshots: create screenshot dir | wm4 | 2015-05-02 | 2 | -2/+5 |
* | vo_opengl: gl_lcms: create cache dir | wm4 | 2015-05-02 | 1 | -0/+2 |
* | vo_opengl: gl_lcms: make sure win32 unicode fopen() wrapper is enabled | wm4 | 2015-05-02 | 1 | -0/+2 |
* | vo_opengl: gl_lcms: minor simplification | wm4 | 2015-05-02 | 1 | -2/+1 |
* | vo_opengl: gl_lcms: use mp_path_join() | wm4 | 2015-05-02 | 1 | -3/+3 |
* | path: update path descriptions | wm4 | 2015-05-02 | 1 | -1/+2 |
* | path: fix user path resolution | wm4 | 2015-05-01 | 1 | -2/+2 |
* | manpage: fix typo | wm4 | 2015-05-01 | 1 | -1/+1 |
* | osxbundle: remove unnecessary config file entry | wm4 | 2015-05-01 | 1 | -1/+0 |
* | vo_opengl: gl_lcms: make ICC loading less verbose | Niklas Haas | 2015-05-01 | 1 | -2/+2 |
* | vo_opengl: gl_lcms: replace icc-cache by icc-cache-dir | Niklas Haas | 2015-05-01 | 3 | -28/+40 |
* | vo_opengl: attach target-prim/target-csp to window screenshots | Niklas Haas | 2015-05-01 | 1 | -2/+9 |
* | screenshots: change default directory in pseudo-gui mode to desktop | wm4 | 2015-05-01 | 3 | -2/+5 |
* | screenshots: prefix default template with "mpv-" | wm4 | 2015-05-01 | 2 | -3/+3 |
* | path: add resolving desktop path to platform-specific paths | wm4 | 2015-05-01 | 4 | -2/+15 |
* | path: expose platform-specific path resolvers | wm4 | 2015-05-01 | 2 | -1/+15 |
* | timer: add "static" to a variable | wm4 | 2015-05-01 | 1 | -1/+1 |
* | path: refactor | wm4 | 2015-05-01 | 7 | -68/+140 |
* | screenshots: add --screenshot-directory option | wm4 | 2015-05-01 | 4 | -0/+21 |
* | vo_rpi: update renderer size on display size changes too | wm4 | 2015-05-01 | 1 | -0/+2 |