| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | |