| Commit message (Expand) | Author | Age | Files | Lines |
* | mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ | Kevin Mitchell | 2014-04-13 | 7 | -65/+99 |
* | player: remove ASX, SMIL and NSC playlist parsers | wm4 | 2014-04-13 | 12 | -1186/+44 |
* | wayland: don't schedule resize if going fullscreen | Ricardo Vieira | 2014-04-13 | 1 | -1/+0 |
* | player: hack to fix --msgmodule --term-osd-bar | wm4 | 2014-04-13 | 1 | -1/+1 |
* | command: add paused-for-cache, total-avsync-change, drop-frame-count properties | David Weber | 2014-04-13 | 2 | -0/+44 |
* | vf_vapoursynth: print an error if VapourSynth returns an unknown format | wm4 | 2014-04-13 | 1 | -0/+1 |
* | vf_vapoursynth: error out early if the file sub-option is not set | wm4 | 2014-04-13 | 1 | -0/+4 |
* | manpage: vf_vapoursynth: document what happens on seeking | wm4 | 2014-04-13 | 1 | -0/+8 |
* | manpage: lua: separate "advanced" functions into a separate section | wm4 | 2014-04-12 | 1 | -4/+10 |
* | lua: make it easier to integrate with foreign event loops | wm4 | 2014-04-12 | 2 | -6/+46 |
* | lua: wrap mpv_get_wakeup_pipe() | wm4 | 2014-04-12 | 2 | -0/+12 |
* | client API: add mpv_get_wakeup_pipe convenience function | wm4 | 2014-04-12 | 4 | -2/+68 |
* | video: add VapourSynth filter bridge | wm4 | 2014-04-12 | 7 | -1/+554 |
* | options: don't sort sub-option help output | wm4 | 2014-04-12 | 1 | -1/+2 |
* | terminal: pretty print modules for --msgmodule | Evan Purkhiser | 2014-04-12 | 1 | -2/+26 |
* | manpage: fix --vf=scale options | James Ross-Gowan | 2014-04-11 | 1 | -3/+3 |
* | options: sort --list-options | wm4 | 2014-04-11 | 1 | -1/+13 |
* | command: remove extended information from --list-properties | wm4 | 2014-04-11 | 1 | -19/+4 |
* | client API: include the reason in MPV_EVENT_END_FILE | wm4 | 2014-04-11 | 3 | -1/+29 |
* | manpage: document how the client API retrieves the complicated properties | wm4 | 2014-04-11 | 1 | -0/+82 |
* | lua: add helper function for printing a table | wm4 | 2014-04-11 | 1 | -0/+49 |
* | client API: remove outdated comments | wm4 | 2014-04-11 | 1 | -3/+3 |
* | encode: write 2-pass stats only per-packet | wm4 | 2014-04-11 | 1 | -1/+2 |
* | encode: add a missing \n to a log call | wm4 | 2014-04-10 | 1 | -1/+1 |
* | lua: add a minor helper function | wm4 | 2014-04-10 | 2 | -0/+17 |
* | client API: improve comments | wm4 | 2014-04-10 | 1 | -25/+31 |
* | terminal-unix: reject overlong termcap strings | wm4 | 2014-04-10 | 1 | -0/+3 |
* | joystick: Fix incorrect pointer offset code. | reimar | 2014-04-10 | 1 | -1/+1 |
* | sws_utils: remove custom GBRP conversion | wm4 | 2014-04-10 | 1 | -48/+0 |
* | stream_dvd, cache: hack seeking with --cache + dvd:// back into working | wm4 | 2014-04-09 | 3 | -41/+3 |
* | cache: fix description of the offset field | wm4 | 2014-04-09 | 1 | -1/+3 |
* | cache: change a define to an enum | wm4 | 2014-04-09 | 1 | -3/+3 |
* | cache: fix checks/output on initialization | wm4 | 2014-04-09 | 1 | -8/+3 |
* | TOOLS: add script for using mpv with youtube-dl | Nikoli | 2014-04-09 | 1 | -0/+23 |
* | stream_file: Check the handle for network streams | James Ross-Gowan | 2014-04-09 | 1 | -9/+34 |
* | client: change equality rules for MPV_FORMAT_NONE | wm4 | 2014-04-09 | 1 | -1/+1 |
* | client: add a comment | wm4 | 2014-04-09 | 1 | -0/+2 |
* | cache: simplify | wm4 | 2014-04-09 | 1 | -25/+17 |
* | cache: allow resizing at runtime | wm4 | 2014-04-09 | 4 | -21/+119 |
* | cache: minor simplification | wm4 | 2014-04-09 | 1 | -11/+7 |
* | cache: adjust stream position if necessary | wm4 | 2014-04-09 | 1 | -1/+6 |
* | cache: no short reads in read_buffer | wm4 | 2014-04-09 | 1 | -16/+21 |
* | cache: move ringbuffer read into a separate function | wm4 | 2014-04-09 | 1 | -17/+32 |
* | cache: fix typo in comment | wm4 | 2014-04-09 | 1 | -1/+1 |
* | cache: always update cached controls after running a stream control | wm4 | 2014-04-09 | 1 | -0/+1 |
* | osc: fix playlist display | ChrisK2 | 2014-04-09 | 1 | -2/+2 |
* | manpage: --ad-spdif-dtshd=yes works now | wm4 | 2014-04-08 | 1 | -1/+2 |
* | vd_lavc: by default, do not show corrupt frames | wm4 | 2014-04-08 | 2 | -2/+2 |
* | demux: add "BIKb" FourCC | Vika Apelsinova | 2014-04-08 | 1 | -0/+1 |
* | client API: avoid redundant property change events if possible | wm4 | 2014-04-08 | 3 | -10/+63 |
* | command: property set commands should send property change notifications | wm4 | 2014-04-08 | 1 | -1/+21 |
* | lua: add API for observing property changes | wm4 | 2014-04-08 | 3 | -4/+60 |
* | vo_vdpau: add an additional check for timestamp robustness | wm4 | 2014-04-08 | 1 | -0/+16 |
* | vo_vdpau: document what WRAP_ADD does | wm4 | 2014-04-08 | 1 | -0/+2 |
* | vo_vdpau: simplify previous vsync timestamp calculation | wm4 | 2014-04-08 | 1 | -9/+8 |
* | vo_vdpau: simplify time management and make it more robust | wm4 | 2014-04-07 | 1 | -68/+11 |
* | lua: add basic mpv_observe_property support | wm4 | 2014-04-06 | 1 | -0/+58 |
* | client API: add a way to notify clients of property changes | wm4 | 2014-04-06 | 5 | -3/+306 |
* | client API: use a manual ringbuffer | wm4 | 2014-04-06 | 1 | -31/+31 |
* | gl_lcms: properly expand the cache filename being written | Stefano Pigozzi | 2014-04-05 | 1 | -1/+3 |
* | build: bump libbluray minimum version | Stefano Pigozzi | 2014-04-05 | 1 | -1/+1 |
* | build: add -Wempty-body to compiler flags | wm4 | 2014-04-04 | 2 | -4/+4 |
* | demux: move metadata-based replaygain decoding out of af_volume | Alessandro Ghedini | 2014-04-04 | 2 | -80/+87 |
* | af_volume: use replaygain side data | Alessandro Ghedini | 2014-04-04 | 1 | -7/+19 |
* | af: add replaygain_data field to af_stream and af_instance | Alessandro Ghedini | 2014-04-04 | 5 | -0/+7 |
* | demux: add replaygain_data field to demuxer_t | Alessandro Ghedini | 2014-04-04 | 2 | -1/+47 |
* | build: check if replaygain side data is available | Alessandro Ghedini | 2014-04-04 | 2 | -0/+18 |
* | vo_vdpau: more debugging output | wm4 | 2014-04-03 | 1 | -4/+20 |
* | remove redundant/outdated line from encodeing.rst:"what works" | Kevin Mitchell | 2014-04-03 | 1 | -1/+0 |
* | lua: give more control over timers | wm4 | 2014-04-02 | 2 | -14/+47 |
* | lua: add mp.unregister_event() function | wm4 | 2014-04-01 | 2 | -0/+31 |
* | DOCS/encoding: make "What does not work yet" a proper RST section | wm4 | 2014-04-01 | 1 | -0/+1 |
* | gl_lcms: fix build when lcms2 is not available | Stefano Pigozzi | 2014-03-31 | 1 | -0/+5 |
* | vo_corevideo: remove unused variable | Stefano Pigozzi | 2014-03-31 | 1 | -1/+0 |
* | vo_opengl, cocoa: allow to autoselect a color profile | Stefano Pigozzi | 2014-03-31 | 8 | -2/+226 |
* | ass_mp: don't use --subcp for --ass-styles | wm4 | 2014-03-31 | 1 | -1/+1 |
* | encode_lavc: copy metadata to output file | Alessandro Ghedini | 2014-03-30 | 4 | -1/+24 |
* | command: allow changing filters before video chain initialization | wm4 | 2014-03-30 | 3 | -6/+22 |
* | command: change what the metadata property returns | wm4 | 2014-03-30 | 2 | -11/+29 |
* | command: minor simplification | wm4 | 2014-03-30 | 1 | -6/+3 |
* | command: fix access to "metadata/list" property | wm4 | 2014-03-30 | 1 | -0/+14 |
* | command: add helper function to split property paths | wm4 | 2014-03-30 | 3 | -5/+28 |
* | m_property: don't parse empty string as 0 | wm4 | 2014-03-30 | 1 | -1/+2 |
* | osc: make OSC more responsive when paused | ChrisK2 | 2014-03-30 | 1 | -0/+1 |
* | vf_eq: don't malloc priv struct | wm4 | 2014-03-30 | 1 | -1/+0 |
* | player: add missing "-" to options in workaround notice on A/V desynchronization | Sebastian Morr | 2014-03-30 | 1 | -1/+1 |
* | ao_wasapi: make code shorter | wm4 | 2014-03-30 | 1 | -65/+36 |
* | stream_bluray: move lookup of AACS error codes into a function | wm4 | 2014-03-30 | 1 | -30/+16 |
* | stream_bluray: check AACS and BD+ protections | xylosper | 2014-03-30 | 1 | -5/+80 |
* | audio: remove sample rate limit checks | wm4 | 2014-03-30 | 1 | -7/+1 |
* | player: dvdnav: fix start time when entering and leaving menu | wm4 | 2014-03-30 | 1 | -0/+4 |
* | Merge remote-tracking branch 'mpv/pr/676' | wm4 | 2014-03-30 | 12 | -182/+566 |
|\ |
|
| * | player: rename dvdnav to discnav | xylosper | 2014-03-30 | 11 | -29/+30 |
| * | stream_bluray: cosmetic refactoring | xylosper | 2014-03-30 | 1 | -74/+33 |
| * | stream_bluray: select initial angle only if peeking title succeeded | xylosper | 2014-03-30 | 1 | -39/+52 |
| * | stream_bluray: use more proper error code for stream control | xylosper | 2014-03-30 | 1 | -7/+7 |
| * | stream_bluray: implement navigation interface for Blu-ray stream | xylosper | 2014-03-29 | 4 | -71/+482 |
* | | manpage: remove misleading description for --ontop | Stefano Pigozzi | 2014-03-29 | 1 | -2/+1 |
* | | Fix compilation on OSX and win32 | wm4 | 2014-03-29 | 2 | -2/+1 |
* | | video/out: remove legacy colorspace stuff | wm4 | 2014-03-29 | 13 | -144/+115 |
* | | mp_image: add missing field to mp_image_params_equals() | wm4 | 2014-03-28 | 1 | -0/+1 |
|/ |
|
* | af_volume: fix replaygain | wm4 | 2014-03-27 | 1 | -2/+3 |
* | stream_bluray: remove BD_EVENT_IDLE | wm4 | 2014-03-26 | 1 | -3/+0 |
* | stream_bluray: use bd_get_playlist_info() | xylosper | 2014-03-26 | 1 | -4/+10 |
* | stream_bluray: cache current playback informations | xylosper | 2014-03-26 | 1 | -20/+34 |
* | stream_bluray: implement event handler for libbluray | xylosper | 2014-03-26 | 1 | -0/+16 |
* | mf: fix operation with --cache | wm4 | 2014-03-26 | 1 | -0/+1 |
* | player: fix unchecked access for chapter metadata | wm4 | 2014-03-26 | 1 | -3/+1 |
* | stream_cdda: print cd text header only if there are any cd text fields | wm4 | 2014-03-26 | 1 | -2/+6 |
* | stream_cdda: remove unused stuff | wm4 | 2014-03-26 | 5 | -254/+3 |
* | stream_cdda: fix track time accuracy | wm4 | 2014-03-26 | 1 | -2/+2 |
* | dvdnav: fix minor memory leak | wm4 | 2014-03-25 | 1 | -0/+1 |
* | dvdnav: check and update video resolution whenever rendering | xylosper | 2014-03-25 | 1 | -14/+25 |
* | dvdnav: make MP_NAV_EVENT_RESET_ALL handled properly | xylosper | 2014-03-25 | 2 | -31/+40 |
* | dvdnav: prevent reallocation of fake highlight buffer | xylosper | 2014-03-25 | 1 | -0/+2 |
* | player: use MP_NOPTS_VALUE as rel_time_to_abs() error value | wm4 | 2014-03-25 | 4 | -16/+15 |
* | player: handle chapter range like --start/--end | wm4 | 2014-03-25 | 2 | -8/+8 |
* | player: let chapter_start_time() return MP_NOPTS_VALUE for unknown times | wm4 | 2014-03-25 | 3 | -4/+4 |
* | player: remove weird separation between no chapters and 0 chapters | wm4 | 2014-03-25 | 2 | -17/+11 |
* | player: remove demuxer chapoter API wrappers | wm4 | 2014-03-25 | 5 | -108/+39 |
* | stream: remove old chapter handling code | wm4 | 2014-03-25 | 7 | -144/+11 |
* | stream_cdda: report track times | wm4 | 2014-03-25 | 1 | -27/+8 |
* | vo_opengl: runtime icc profile switching | wm4 | 2014-03-24 | 2 | -19/+40 |
* | stream_bluray: fix for significant memory leak | xylosper | 2014-03-24 | 1 | -0/+1 |
* | travis-ci: update Libav release | wm4 | 2014-03-24 | 2 | -1/+2 |
* | player: remove confusing argc/argv adjustment | wm4 | 2014-03-23 | 2 | -7/+2 |
* | x11_common: fix some problems with window dragging | wm4 | 2014-03-22 | 1 | -1/+2 |
* | manpage: osc: document some recent additions | wm4 | 2014-03-20 | 1 | -0/+27 |
* | manpage: clarify what to pass to --hwdec-codecs option | wm4 | 2014-03-20 | 1 | -1/+3 |
* | vdpau: remove pointer indirection for a field | wm4 | 2014-03-19 | 5 | -14/+13 |
* | vdpau: fix decoder init return value | wm4 | 2014-03-19 | 1 | -3/+3 |
* | x11: implement window dragging by grabbing | wm4 | 2014-03-18 | 2 | -1/+37 |
* | manpage: mark disc-title as writeable | wm4 | 2014-03-18 | 1 | -2/+3 |
* | stream_bluray: fix for zero-based title index for Blu-ray | xylosper | 2014-03-18 | 1 | -7/+11 |
* | command: make 'disc-title' property writable | xylosper | 2014-03-18 | 2 | -3/+16 |
* | changes.rst: add dvd://1 -> dvd://0 change | wm4 | 2014-03-17 | 1 | -0/+1 |
* | options: fix allowed DVD start title | wm4 | 2014-03-17 | 1 | -1/+1 |
* | stream_dvd/stream_dvdnav: make disc-title for DVDs start from 0 | xylosper | 2014-03-17 | 2 | -27/+35 |
* | build: only check for Linux fstatfs on Linux | James Ross-Gowan | 2014-03-17 | 1 | -0/+1 |
* | osc: add enable/disable message, and map DEL to disabling the OSC | wm4 | 2014-03-17 | 1 | -0/+14 |
* | lua: rename mp.register_script_command() to mp.register_script_message() | wm4 | 2014-03-17 | 2 | -18/+18 |
* | command, lua: change script_message semantics | wm4 | 2014-03-17 | 7 | -17/+54 |
* | vaapi: solve potential problem with ambiguous image formats | wm4 | 2014-03-17 | 1 | -32/+27 |
* | vaapi: simplify | wm4 | 2014-03-17 | 1 | -67/+60 |
* | vaapi: make struct va_surface private | wm4 | 2014-03-17 | 6 | -90/+78 |
* | vaapi: replace image pool implementation with mp_image_pool | wm4 | 2014-03-17 | 5 | -241/+152 |
* | mp_image_pool: add features needed for use with hwaccel | wm4 | 2014-03-17 | 2 | -18/+69 |
* | vdpau: remove legacy pixel formats | wm4 | 2014-03-17 | 6 | -41/+10 |
* | vdpau: remove unused type | wm4 | 2014-03-17 | 1 | -6/+0 |
* | video: change image format from unsigned int to int in some places | wm4 | 2014-03-17 | 6 | -12/+12 |
* | img_format: AV_PIX_FMT_FLAG_ALPHA is always available | wm4 | 2014-03-17 | 1 | -5/+0 |
* | vd_lavc: reinit hwdec on profile changes | wm4 | 2014-03-17 | 2 | -2/+6 |
* | video: fix FFmpeg or Libav being a special snowflake | wm4 | 2014-03-16 | 1 | -1/+2 |
* | vd_lavc: remove unused field | wm4 | 2014-03-16 | 2 | -3/+0 |
* | vd_lavc: reduce hardware decoder mid-stream reinitializations | wm4 | 2014-03-16 | 1 | -1/+6 |
* | manpage: remove author field | wm4 | 2014-03-16 | 1 | -1/+0 |
* | af_lavcac3enc: use new AVFrame API | wm4 | 2014-03-16 | 1 | -3/+3 |
* | ao_lavc: set AVFrame.format | wm4 | 2014-03-16 | 1 | -0/+1 |
* | encode: use new AVFrame API | wm4 | 2014-03-16 | 2 | -10/+6 |
* | image_writer: use new AVFrame API | wm4 | 2014-03-16 | 1 | -3/+2 |
* | ad_lavc: use new AVFrame API | wm4 | 2014-03-16 | 1 | -2/+4 |
* | vf_delogo: remove internal implementation | wm4 | 2014-03-16 | 2 | -254/+2 |
* | vf_hqdn3d: remove internal implementation | wm4 | 2014-03-16 | 1 | -276/+10 |
* | vf_yadif: remove internal implementation | wm4 | 2014-03-16 | 1 | -467/+3 |
* | vf_unsharp: remove internal implementation | wm4 | 2014-03-16 | 1 | -176/+3 |
* | vf_gradfun: remove internal implementation | wm4 | 2014-03-16 | 1 | -339/+5 |
* | build: simplify libavfilter configure checks | wm4 | 2014-03-16 | 9 | -88/+11 |
* | demux: use av_packet_ref() | wm4 | 2014-03-16 | 1 | -4/+1 |
* | Remove some more unneeded version checks | wm4 | 2014-03-16 | 6 | -68/+8 |
* | ad_lavc: remove deprecated downmixing by channel count | wm4 | 2014-03-16 | 1 | -4/+0 |
* | ao_dsound: remove duplicated code | wm4 | 2014-03-16 | 1 | -17/+6 |
* | af_lavrresample: remove avresample_set_channel_mapping() fallbacks | wm4 | 2014-03-16 | 10 | -158/+0 |
* | sub: remove old MPlayer DVD sub decoder | wm4 | 2014-03-16 | 7 | -950/+0 |
* | vd_lavc: remove compatibility crap | wm4 | 2014-03-16 | 13 | -912/+43 |
* | travis-ci: update ffmpeg stable tarball | wm4 | 2014-03-16 | 1 | -1/+1 |
* | build: drop support for Libav 9 | wm4 | 2014-03-16 | 3 | -12/+11 |
* | vd_lavc: ridiculous workaround for Libav 9 compatibility | wm4 | 2014-03-16 | 3 | -1/+23 |
* | demux_libass: change how external ASS subtitles are loaded | wm4 | 2014-03-15 | 7 | -54/+25 |
* | command: rename dvd- properties to disc- | wm4 | 2014-03-15 | 2 | -11/+11 |
* | DOCS/coding-style: add another requirement for commit messages | wm4 | 2014-03-15 | 1 | -0/+3 |
* | options: fix off-by-1 error in option help output | wm4 | 2014-03-15 | 1 | -1/+1 |
* | command: prefix DVD title properties with "dvd-" | wm4 | 2014-03-15 | 2 | -9/+12 |
* | command: add new property 'title' | xylosper | 2014-03-15 | 1 | -0/+20 |
* | stream_dvdnav: implement STREAM_CTRL_GET_NUM_TITLES for dvdnav | xylosper | 2014-03-15 | 1 | -0/+7 |
* | ao: print (estimated) device buffer size on init in verbose mode | wm4 | 2014-03-14 | 1 | -1/+3 |
* | af_volume: don't print missing replaygain tags as error | wm4 | 2014-03-14 | 1 | -1/+1 |
* | af_volume: add detach option | wm4 | 2014-03-14 | 2 | -0/+10 |
* | af_volume: separate softvol volume control from replaygain level | wm4 | 2014-03-14 | 1 | -5/+8 |
* | manpage: af: minor syntax improvements | wm4 | 2014-03-14 | 1 | -4/+4 |
* | af_volume: remove double-negated suboption | wm4 | 2014-03-14 | 2 | -6/+6 |
* | build: fix unicode handling of the version string | Ryan Goulden | 2014-03-14 | 1 | -1/+1 |
* | player/main: Fix Cygwin build | James Ross-Gowan | 2014-03-13 | 1 | -12/+8 |
* | command: fix wrong condition & remove redundant stream type checking | xylosper | 2014-03-13 | 1 | -14/+2 |
* | command: set 'media-title' property for bluray disc with meta-data | xylosper | 2014-03-13 | 6 | -16/+34 |
* | af_volume: add support for replaygain pre-amp and clipping prevention | Alessandro Ghedini | 2014-03-13 | 2 | -11/+80 |
* | af_volume: add replaygain support | Alessandro Ghedini | 2014-03-13 | 2 | -0/+28 |
* | af: add metadata field to af_stream and af_instance | Alessandro Ghedini | 2014-03-13 | 5 | -0/+8 |
* | DOCS/coding-style: add an example and another rule | wm4 | 2014-03-13 | 1 | -0/+25 |
* | af_lavfi: beat it into working with Libav | wm4 | 2014-03-13 | 3 | -41/+41 |
* | README: split list of dependencies | wm4 | 2014-03-12 | 1 | -4/+13 |
* | DOCS/tech-overview: DOCS/OUTDATED-tech/ was deleted | wm4 | 2014-03-12 | 1 | -3/+1 |
* | DOCS: add coding style | wm4 | 2014-03-12 | 1 | -0/+111 |
* | w32_common: prevent MOUSE_BTN0 sticking after drag | James Ross-Gowan | 2014-03-12 | 1 | -0/+2 |
* | w32_common: capture mouse input | James Ross-Gowan | 2014-03-12 | 1 | -0/+5 |
* | build: make check for BSD fstatfs() a bit more strict | wm4 | 2014-03-12 | 1 | -1/+1 |
* | stream_file: network file system detection for Linux | Philip Sequeira | 2014-03-12 | 3 | -0/+34 |
* | build: automagically extract client library version | wm4 | 2014-03-12 | 1 | -2/+11 |
* | build: rename --enable-shared switch | wm4 | 2014-03-11 | 2 | -3/+3 |
* | build: fix version in mpv.pc | Alessandro Ghedini | 2014-03-11 | 1 | -1/+1 |
* | ao_wasapi: Use the character set conversion functions from io.h | Diogo Franco (Kovensky) | 2014-03-11 | 2 | -37/+19 |
* | ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLE | Diogo Franco (Kovensky) | 2014-03-11 | 3 | -34/+89 |
* | ao_wasapi: Implement per-application mixing | Diogo Franco (Kovensky) | 2014-03-11 | 3 | -16/+95 |
* | ao_wasapi: Move non-critical code outside of the event thread | Diogo Franco (Kovensky) | 2014-03-11 | 4 | -271/+203 |
* | ao_wasapi: Split into 2 files | Diogo Franco (Kovensky) | 2014-03-11 | 5 | -900/+1031 |
* | ao_wasapi: Initial conversion to the new pull model | Diogo Franco (Kovensky) | 2014-03-11 | 1 | -154/+73 |
* | build: install client.h under mpv/ instead of libmpv/ | Alessandro Ghedini | 2014-03-11 | 1 | -1/+1 |
* | libmpv: add pkg-config file | Alessandro Ghedini | 2014-03-11 | 2 | -0/+23 |
* | options.rst: correct broken URL | Diogo Franco | 2014-03-11 | 1 | -1/+1 |
* | Revert "player: simplify audio reset when seeking" | wm4 | 2014-03-10 | 1 | -10/+15 |
* | video: initialize hw decoder in get_format | wm4 | 2014-03-10 | 4 | -46/+42 |
* | vo_opengl: Correct and clarify gl_check_features | Niklas Haas | 2014-03-10 | 1 | -11/+24 |
* | vo_opengl: Simplify and clarify color correction code | Niklas Haas | 2014-03-10 | 6 | -61/+69 |
* | vo_opengl: Use bt709_expand on OSD for :srgb | Niklas Haas | 2014-03-10 | 1 | -1/+1 |
* | ao_sdl: make sure our buffer is always larger than what SDL requests | wm4 | 2014-03-10 | 1 | -0/+6 |
* | audio: don't downmix when doing digital passthrough | wm4 | 2014-03-10 | 1 | -1/+2 |
* | audio: make --channels option always force the output layout | wm4 | 2014-03-10 | 4 | -18/+17 |
* | m_option: fix handling of empty channel layouts | wm4 | 2014-03-10 | 1 | -2/+2 |
* | ao_alsa: reduce default buffer size | wm4 | 2014-03-10 | 1 | -1/+1 |
* | ao_alsa: fix return value for volume operations with spdif | wm4 | 2014-03-10 | 1 | -1/+1 |
* | audio/out: reduce amount of audio buffering | wm4 | 2014-03-10 | 3 | -5/+19 |
* | ao_alsa: remove unneeded initializations | wm4 | 2014-03-09 | 1 | -6/+0 |
* | ao_alsa: check ALSA PCM state before pause and resume | foo86 | 2014-03-09 | 1 | -5/+9 |
* | ao_wasapi: Use double math for QueryPerformanceCounter correction | Diogo Franco (Kovensky) | 2014-03-09 | 1 | -2/+2 |
* | ao_rsound: pass correct data type to rsd_set_param() | Hans-Kristian Arntzen | 2014-03-09 | 1 | -2/+2 |
* | build: fix compilation with MinGW-w64 | Hans-Kristian Arntzen | 2014-03-09 | 1 | -2/+14 |
* | ao_sdl: use new pull API helpers | wm4 | 2014-03-09 | 1 | -165/+15 |
* | timer: reduce ifdef headsplitting-factor | wm4 | 2014-03-09 | 1 | -3/+8 |
* | timer: switch to CLOCK_MONOTONIC | wm4 | 2014-03-09 | 1 | -0/+10 |
* | DOCS: fix an external link | wm4 | 2014-03-09 | 1 | -3/+3 |
* | mpv.desktop: add video/mp2t mime type | wm4 | 2014-03-09 | 1 | -1/+1 |
* | audio: don't write audio when paused | wm4 | 2014-03-09 | 1 | -0/+5 |
* | audio: remove handling of partially written data | wm4 | 2014-03-09 | 3 | -21/+1 |
* | audio/out: make draining a separate operation | wm4 | 2014-03-09 | 21 | -82/+116 |
* | ao_portaudio: use new pull API helpers | wm4 | 2014-03-09 | 1 | -147/+13 |
* | ao_jack: use new pull API helpers | wm4 | 2014-03-09 | 2 | -199/+16 |
* | audio/out: feed AOs from a separate thread | wm4 | 2014-03-09 | 7 | -31/+593 |
* | encode: add locking | wm4 | 2014-03-09 | 4 | -24/+99 |
* | command: fix osd-height property | wm4 | 2014-03-09 | 1 | -1/+1 |
* | ao_null: add option for simulated device speed | wm4 | 2014-03-09 | 2 | -2/+13 |
* | ao: remove opts field | wm4 | 2014-03-09 | 2 | -2/+0 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 26 | -117/+218 |
* | encode: don't access ao->pts | wm4 | 2014-03-07 | 5 | -1/+20 |
* | lua: add license header | wm4 | 2014-03-07 | 1 | -0/+17 |
* | common: add some helper macros | wm4 | 2014-03-07 | 1 | -0/+3 |
* | Merge pull request #619 from mpv-player/wasapi/better_timing | Diogo Franco | 2014-03-06 | 1 | -4/+87 |
|\ |
|
| * | ao_wasapi: Slightly improve timer accuracy | Diogo Franco (Kovensky) | 2014-03-06 | 1 | -3/+12 |
| * | ao_wasapi: Add device latency to get_delay | Diogo Franco (Kovensky) | 2014-03-06 | 1 | -4/+78 |
|/ |
|
* | wayland/shm: fix leak in buffer pool | Alexander Preisinger | 2014-03-06 | 1 | -10/+13 |
* | ao_jack: fix termination on the end of file | wm4 | 2014-03-05 | 1 | -3/+19 |
* | build: update waf | wm4 | 2014-03-04 | 1 | -2/+2 |
* | demux_lavf: fix typo in comment | wm4 | 2014-03-04 | 1 | -1/+1 |
* | sub: use new FFmpeg API to check MicroDVD FPS | wm4 | 2014-03-04 | 4 | -10/+21 |
* | player: reformat some code | wm4 | 2014-03-03 | 1 | -22/+14 |
* | player: make separation between user/automatic track selection stronger | wm4 | 2014-03-03 | 3 | -8/+29 |
* | m_property: allow setting string properties via M_PROPERTY_SET_STRING | wm4 | 2014-03-03 | 1 | -2/+1 |
* | command: fix null pointer dereference in idle mode | wm4 | 2014-03-02 | 1 | -2/+2 |
* | player: cheap hack against idle event feedback loop | wm4 | 2014-03-01 | 2 | -2/+7 |
* | client API: fix playloop thread wakeup | wm4 | 2014-03-01 | 1 | -0/+9 |
* | vo_opengl: minor simplification | wm4 | 2014-03-01 | 1 | -30/+24 |
* | vo_opengl: Include :icc-approx-gamma option in the 3DLUT cache header | Niklas Haas | 2014-03-01 | 1 | -2/+3 |
* | sd_ass: add a very simple and evil way to override ASS subtitle styles | wm4 | 2014-03-01 | 3 | -6/+38 |
* | lua: set a proper chunk name for builtin modules | wm4 | 2014-03-01 | 1 | -1/+2 |
* | lua: fix add_key_binding() | wm4 | 2014-03-01 | 1 | -2/+2 |
* | lua: fix format string in luaL_error() | wm4 | 2014-03-01 | 1 | -1/+1 |
* | client API: fix timeout handling | wm4 | 2014-03-01 | 1 | -1/+4 |
* | lua: fix use of renamed function | wm4 | 2014-03-01 | 1 | -3/+3 |
* | timer: add utility function to get relative time | wm4 | 2014-02-28 | 2 | -0/+17 |
* | msg: add --msgtime option to add timestamps to each output message | wm4 | 2014-02-28 | 3 | -2/+11 |
* | lua: add option to disable auto-loading of lua scripts | wm4 | 2014-02-28 | 5 | -1/+11 |
* | config: don't load global config files with --config-dir | wm4 | 2014-02-28 | 1 | -1/+2 |
* | config: fix --config-dir logic for global config files | wm4 | 2014-02-28 | 1 | -1/+1 |
* | manpage: document properties added in previous commit | wm4 | 2014-02-28 | 1 | -0/+7 |
* | client API: add two properties, 'time-start' and 'seekable' | xylosper | 2014-02-28 | 1 | -0/+21 |
* | client APIs: fix some typos | xylosper | 2014-02-28 | 2 | -2/+2 |
* | audio: add enum name for speaker id | xylosper | 2014-02-28 | 1 | -1/+1 |
* | manpage: lua: fix typo | wm4 | 2014-02-28 | 1 | -1/+1 |
* | manpage: lua: update from previous commit | wm4 | 2014-02-28 | 1 | -1/+7 |
* | client API: rename MPV_EVENT_PLAYBACK_START, add MPV_EVENT_SEEK | wm4 | 2014-02-28 | 4 | -4/+23 |
* | client API: wait for remaining asynchronous requests before terminating | wm4 | 2014-02-28 | 1 | -0/+9 |
* | ao: document some functions | wm4 | 2014-02-28 | 2 | -3/+35 |
* | DOCS: kill the rest of the old mplayer tech documentation | wm4 | 2014-02-28 | 8 | -949/+0 |
* | command: use the step size for "add volume" commands | wm4 | 2014-02-27 | 3 | -18/+4 |
* | command: format volume property as integer for OSD | wm4 | 2014-02-27 | 1 | -0/+6 |
* | vo_opengl: change gamma suboption to take a value | wm4 | 2014-02-27 | 3 | -9/+15 |
* | vo_opengl: Change the default icc-intent to relative colorimetric | Niklas Haas | 2014-02-26 | 2 | -3/+3 |
* | lua: add set_property_native function | wm4 | 2014-02-26 | 2 | -5/+144 |
* | lua: mark table values returned by get_property_native with their type | wm4 | 2014-02-26 | 2 | -1/+22 |
* | m_option: make converting mpv_node to string always fail | wm4 | 2014-02-26 | 1 | -1/+1 |
* | lua: implement mp.get_opt() in Lua | wm4 | 2014-02-26 | 2 | -24/+9 |
* | m_option: fix key/value list string conversion | wm4 | 2014-02-26 | 1 | -1/+1 |
* | client API: don't send MPV_EVENT_IDLE when not entering idle mode | wm4 | 2014-02-26 | 1 | -2/+3 |
* | threads: fix wait time overflow check | wm4 | 2014-02-26 | 1 | -2/+2 |
* | client API: don't explode when destroying uninitialized mpv_handle | wm4 | 2014-02-26 | 1 | -1/+2 |
* | client API: accept NULL as mpv_destroy() argument | wm4 | 2014-02-26 | 1 | -0/+3 |
* | options: fix --list-options output | wm4 | 2014-02-26 | 1 | -2/+2 |
* | client API: treat MPV_FORMAT_STRING differently in mpv_set_property | wm4 | 2014-02-26 | 1 | -19/+20 |
* | m_property: fix confused error code | wm4 | 2014-02-26 | 1 | -1/+1 |
* | m_option: don't make "unset" string and string list return NULL strings | wm4 | 2014-02-26 | 1 | -2/+2 |
* | client API: fix broken property/option functions | xylosper | 2014-02-26 | 1 | -3/+4 |
* | osd: override user bindings for OSC input | wm4 | 2014-02-26 | 3 | -5/+5 |
* | options: allow changing options at runtime | wm4 | 2014-02-25 | 5 | -44/+56 |
* | client API: change description of format conversions | wm4 | 2014-02-25 | 1 | -6/+10 |
* | config: when writing resume config, read options, not properties | wm4 | 2014-02-25 | 1 | -33/+33 |
* | config: don't save options to resume-config that didn't change | wm4 | 2014-02-25 | 3 | -5/+31 |
* | input: allow input.conf bindings to be declared as builtin | wm4 | 2014-02-25 | 2 | -0/+14 |
* | config: always print resolved config paths in verbose mode | wm4 | 2014-02-25 | 1 | -50/+63 |
* | manpage: remove unused environment variable | wm4 | 2014-02-25 | 1 | -3/+0 |
* | config: add a --config-dir option to force config directory | wm4 | 2014-02-25 | 4 | -0/+29 |
* | config: don't write default config file | wm4 | 2014-02-25 | 1 | -13/+3 |
* | manpage: Improve wording on icc-approx-gamma | Niklas Haas | 2014-02-25 | 1 | -5/+5 |
* | manpage: document the new loadfile argument | wm4 | 2014-02-25 | 1 | -1/+6 |
* | client api examples: set an option with MPV_FORMAT_FLAG | wm4 | 2014-02-24 | 1 | -1/+2 |
* | command: fix loadfile command | wm4 | 2014-02-24 | 3 | -3/+6 |
* | client API: report pause/unpause reason | wm4 | 2014-02-24 | 8 | -31/+119 |
* | client API: expose the internal clock | wm4 | 2014-02-24 | 3 | -1/+20 |
* | lua, osc: use properties for chapter/track lists | wm4 | 2014-02-24 | 2 | -82/+5 |
* | command: make options property return the list of all options | wm4 | 2014-02-24 | 3 | -7/+39 |
* | client API: add comment about character encoding issues | wm4 | 2014-02-24 | 1 | -0/+10 |
* | lua: add a bunch of functions to get/set properties by their native type | wm4 | 2014-02-24 | 3 | -7/+192 |
* | client API: implement setting options using their native type too | wm4 | 2014-02-24 | 3 | -4/+50 |
* | m_property: retrieve chapter lists etc. as mpv_node | wm4 | 2014-02-24 | 1 | -4/+54 |
* | client API: add support for accessing properties by their native type | wm4 | 2014-02-24 | 1 | -33/+158 |
* | m_property: add mechanism to access properties as mpv_node | wm4 | 2014-02-24 | 2 | -0/+47 |
* | m_option: add a way to convert values to/from mpv_node | wm4 | 2014-02-24 | 2 | -15/+462 |
* | client API: adjust error strings | wm4 | 2014-02-24 | 1 | -2/+2 |
* | m_property: simplify some code | wm4 | 2014-02-24 | 1 | -10/+6 |
* | client API: add more data formats, add a structured data type | wm4 | 2014-02-24 | 1 | -3/+156 |
* | client API: change semantics for MPV_FORMAT_STRING | wm4 | 2014-02-24 | 2 | -7/+19 |
* | client API: fix a typo | wm4 | 2014-02-24 | 1 | -1/+1 |
* | client API: remove trailing "," from enums | wm4 | 2014-02-24 | 1 | -3/+3 |
* | client API: spelling | wm4 | 2014-02-24 | 1 | -1/+1 |
* | vdpau: change the error message when video too large | Andrey Morozov | 2014-02-24 | 1 | -1/+2 |
* | vo_opengl: Add :icc-approx-gamma suboption to approximate BT.709 gamma | Niklas Haas | 2014-02-24 | 3 | -6/+25 |
* | m_option: fix printf format specifier | wm4 | 2014-02-24 | 1 | -1/+2 |
* | configure: fix typo | Nyx0uf | 2014-02-24 | 1 | -1/+1 |
* | dvd: treat missing volume ID as "unsupported", not error | wm4 | 2014-02-23 | 2 | -4/+4 |
* | cache: cache DVD volume ID | wm4 | 2014-02-23 | 1 | -0/+13 |
* | dvd: check for empty DVD volume ID | wm4 | 2014-02-23 | 2 | -3/+7 |
* | command: use DVD volume ID for media-title property | xylosper | 2014-02-23 | 5 | -0/+28 |
* | example.conf: change subtitle codepage example to use UTF-8 fallback | wm4 | 2014-02-23 | 1 | -1/+2 |
* | example.conf: subtitle encoding | Yaser Alraddadi | 2014-02-23 | 1 | -0/+3 |
* | command: provide per-file-options for loadfile command | xylosper | 2014-02-23 | 3 | -1/+11 |
* | command: remove special casing for strings in input commands | wm4 | 2014-02-23 | 2 | -9/+17 |
* | old build: add a missing config.h define | wm4 | 2014-02-23 | 1 | -0/+2 |
* | ta: fix comment | wm4 | 2014-02-23 | 1 | -1/+1 |
* | ta: clarify a corner case | wm4 | 2014-02-23 | 1 | -0/+4 |
* | manpage: fix a metadata property name | wm4 | 2014-02-23 | 1 | -1/+1 |
* | command: don't use option name in properties | wm4 | 2014-02-23 | 2 | -34/+16 |
* | manpage: fix yadif example in one case | wm4 | 2014-02-23 | 1 | -1/+1 |
* | m_option: explicitly allow m_option.name==NULL | wm4 | 2014-02-23 | 1 | -10/+11 |
* | lua: fix behavior if no script command handler is registered | wm4 | 2014-02-23 | 1 | -1/+3 |
* | options: handle escape sequences in e.g. --playing-msg differently | wm4 | 2014-02-20 | 7 | -68/+37 |
* | input: check for abort cmd in multi-commands | wm4 | 2014-02-20 | 5 | -10/+20 |
* | input: ignore modifiers when releasing keys | James Ross-Gowan | 2014-02-20 | 1 | -2/+2 |
* | build: syms: add support for Mach-O binaries | Stefano Pigozzi | 2014-02-19 | 1 | -1/+5 |
* | manpage: input: clarify chapter-metadata property | wm4 | 2014-02-19 | 1 | -2/+8 |
* | command: allow accessing metadata entries as list | wm4 | 2014-02-19 | 2 | -0/+31 |
* | command: move metadata entry access to metadata/by-key/ | wm4 | 2014-02-19 | 2 | -3/+12 |
* | manpage: lua: improve explanation of tracks-changed and tracks-switched | wm4 | 2014-02-19 | 1 | -4/+4 |
* | client API: add event for metadata changes | wm4 | 2014-02-19 | 6 | -3/+16 |
* | input, dvdnav: fix osc stealing input from dvdnav | wm4 | 2014-02-19 | 3 | -5/+18 |
* | input: minor simplification for --input-test | wm4 | 2014-02-19 | 1 | -5/+4 |
* | video: add rounding to aspect ratio calculations | wm4 | 2014-02-19 | 1 | -2/+2 |
* | command: export list of editions as properties | wm4 | 2014-02-19 | 2 | -0/+83 |
* | command: export codec for each track | wm4 | 2014-02-19 | 2 | -0/+8 |
* | player: fix start time if timeline is used (ordered chapters, EDL) | wm4 | 2014-02-19 | 1 | -7/+5 |
* | edl: extend with chapter timestamps | wm4 | 2014-02-19 | 2 | -1/+38 |
* | edl: fix offset of user-visible chapters | wm4 | 2014-02-19 | 1 | -1/+1 |
* | stream_file: cache remote files on Windows | James Ross-Gowan | 2014-02-18 | 1 | -0/+17 |
* | vo_opengl: use GL_RGBA16 FBO format for HQ | Grigori Goronzy | 2014-02-17 | 1 | -1/+1 |
* | manpage: lua: shorten description of register_script_command() | wm4 | 2014-02-17 | 1 | -37/+12 |
* | manpage: lua: attempt to improve add_key_binding() description | wm4 | 2014-02-17 | 1 | -18/+23 |
* | manpage: lua: improve introduction, add simplistic example | wm4 | 2014-02-17 | 1 | -15/+26 |
* | manpage: lua: fix typo | wm4 | 2014-02-17 | 1 | -1/+1 |
* | manpage: input: document script_message command | wm4 | 2014-02-17 | 1 | -0/+8 |
* | vo_corevideo: remove unused variable | Stefano Pigozzi | 2014-02-17 | 1 | -1/+0 |
* | stream_file: activate cache with files on network file systems | Stefano Pigozzi | 2014-02-17 | 2 | -0/+33 |
* | client API: add events for video and audio reconfig | wm4 | 2014-02-17 | 7 | -1/+34 |
* | w32_common: don't set small icon | James Ross-Gowan | 2014-02-17 | 1 | -4/+1 |
* | lua: add mechanism for script provided key bindings | wm4 | 2014-02-17 | 3 | -3/+188 |
* | input: debug output for registered bindings | wm4 | 2014-02-17 | 1 | -0/+7 |
* | input: don't let builtin bindings overwrite user bindings | wm4 | 2014-02-17 | 1 | -2/+6 |
* | client API: add a client message event | wm4 | 2014-02-17 | 7 | -0/+58 |
* | keycodes: add const to a function argument | wm4 | 2014-02-17 | 2 | -2/+2 |
* | lua: allow giving fallback values in get_property() calls | wm4 | 2014-02-17 | 2 | -8/+13 |
* | lua: remove redundant inline documentation | wm4 | 2014-02-17 | 1 | -4/+0 |
* | DOCS/crosscompile-mingw: use settings.mk instead of make variables | Timothy Gu | 2014-02-17 | 1 | -9/+20 |
* | DOCS/crosscompile-mingw: update disk space stats | Timothy Gu | 2014-02-17 | 1 | -1/+1 |
* | DOCS/crosscompile-mingw: update | Timothy Gu | 2014-02-17 | 1 | -16/+24 |
* | wayland/shm: remove unused define | Alexander Preisinger | 2014-02-16 | 1 | -2/+0 |
* | command: export chapter list as properties | wm4 | 2014-02-16 | 2 | -4/+32 |
* | command: export playlist as properties | wm4 | 2014-02-16 | 2 | -11/+26 |
* | command: expose track list as properties | wm4 | 2014-02-16 | 2 | -3/+73 |
* | m_property: add a mechanism to organize a list of sub-properties | wm4 | 2014-02-16 | 2 | -0/+89 |
* | demux: expose stream_type_name() function | wm4 | 2014-02-16 | 2 | -1/+3 |
* | command: export more video params as properties | wm4 | 2014-02-16 | 2 | -39/+91 |
* | m_property: add a sub-property mechanism | wm4 | 2014-02-16 | 2 | -1/+88 |
* | csputils: provide string descriptions of chroma locations | wm4 | 2014-02-16 | 2 | -0/+9 |
* | Merge branch 'master' of git://github.com/mpv-player/mpv | Diogo Franco (Kovensky) | 2014-02-15 | 10 | -13/+93 |
|\ |
|
| * | win32: restore support for exe directory as config directory | elevengu | 2014-02-14 | 1 | -1/+5 |
| * | crosscompile-mingw: improve instructions for MXE | wm4 | 2014-02-14 | 1 | -0/+2 |
| * | sd_lavc: handle subtitles with no subtitle resolution set | xylosper | 2014-02-14 | 1 | -0/+4 |
| * | options: make --no-config block all auto-loaded configuration files | wm4 | 2014-02-14 | 3 | -5/+14 |
| * | lua: auto-load scripts from ~/.mpv/lua/ | wm4 | 2014-02-14 | 2 | -3/+53 |
| * | lua: make register_event() not overwrite previous event handler | wm4 | 2014-02-14 | 2 | -4/+15 |
* | | Parse::Matroska::Reader: get rid of `bigrat` | Diogo Franco (Kovensky) | 2014-02-15 | 1 | -17/+20 |
|/ |
|
* | build: Add -U__STRICT_ANSI__ to CFLAGS on Cygwin | Diogo Franco (Kovensky) | 2014-02-13 | 1 | -0/+1 |
* | build: disable clang's tautological compare warnings [2] | Stefano Pigozzi | 2014-02-13 | 1 | -3/+3 |
* | sub: handle vobsub-in-mp4 | wm4 | 2014-02-13 | 5 | -0/+44 |
* | build: disable clang's tautological compare warnings | Stefano Pigozzi | 2014-02-13 | 1 | -0/+2 |
* | cocoa: fix deadlock during initialization [2] | Stefano Pigozzi | 2014-02-13 | 1 | -6/+3 |
* | player: select subtitles added with sub_add | wm4 | 2014-02-13 | 1 | -2/+5 |
* | build: bump libmpg123 version | wm4 | 2014-02-13 | 1 | -1/+1 |
* | cocoa: fix deadlock during initialization | Stefano Pigozzi | 2014-02-13 | 1 | -1/+2 |
* | vo_opengl: make :srgb decompand the BT.709 values correctly | nand | 2014-02-12 | 1 | -2/+15 |
* | vo_wayland: silence shadowing warning | wm4 | 2014-02-12 | 1 | -3/+3 |
* | command: fix metadata property | wm4 | 2014-02-12 | 1 | -2/+2 |
* | manpage: reformat property list | wm4 | 2014-02-12 | 1 | -113/+344 |
* | manpage: lua: move less important events to the end of the list | wm4 | 2014-02-12 | 1 | -36/+35 |
* | manpage: lua: document receiving of terminal messages | wm4 | 2014-02-12 | 1 | -2/+36 |
* | manpage: lua: rewrite event description | wm4 | 2014-02-12 | 1 | -30/+86 |
* | client API: fix description of mpv_event.error field | wm4 | 2014-02-12 | 1 | -4/+7 |
* | manpage: lua: minor fixes | wm4 | 2014-02-12 | 1 | -4/+4 |
* | player: fix --force-window on OSX | wm4 | 2014-02-11 | 2 | -4/+9 |
* | man: update wayland options | Alexander Preisinger | 2014-02-11 | 1 | -3/+8 |
* | wayland/shm: rewrite buffer handling | Alexander Preisinger | 2014-02-11 | 1 | -131/+229 |
* | wayland/shm: prevent the window from flying away | Alexander Preisinger | 2014-02-11 | 1 | -0/+2 |
* | manpage: fix Lua script shutdown description again | wm4 | 2014-02-11 | 1 | -6/+6 |
* | manpage: document --aspect special values | wm4 | 2014-02-11 | 1 | -0/+7 |
* | video: fix --no-aspect | wm4 | 2014-02-11 | 1 | -2/+2 |
* | build: add SONAME to libmpv.so | wm4 | 2014-02-11 | 1 | -0/+1 |
* | manpage: use Lua for Lua example | wm4 | 2014-02-11 | 1 | -1/+1 |
* | manpage: document mp.commandv Lua command | wm4 | 2014-02-11 | 1 | -0/+15 |
* | manpage: move description of script shutdown to a separate paragraph | wm4 | 2014-02-11 | 1 | -4/+6 |
* | manpage: fix formatting of example code | wm4 | 2014-02-11 | 1 | -6/+7 |
* | manpage: document some Lua scripting functions | wm4 | 2014-02-11 | 1 | -2/+160 |
* | lua: some minor API changes | wm4 | 2014-02-11 | 2 | -14/+20 |
* | lua: add set_property function | wm4 | 2014-02-11 | 1 | -0/+10 |
* | lua: change error behavior | wm4 | 2014-02-11 | 1 | -13/+11 |
* | lua: rename some API functions | wm4 | 2014-02-11 | 2 | -76/+76 |
* | av_log: add tons of warnings against mismatched ffmpeg/libav libraries | wm4 | 2014-02-10 | 1 | -0/+22 |
* | av_log: restructure version printing code | wm4 | 2014-02-10 | 1 | -18/+28 |
* | vo_opengl: fix typo in gamma function's parameter | nand | 2014-02-10 | 1 | -2/+2 |
* | vo_vdpau: Discard zero timestamps | Jonas Zetterberg | 2014-02-10 | 1 | -0/+3 |
* | vo_vdpau: Ensure presentation time is within bounds | Jonas Zetterberg | 2014-02-10 | 1 | -0/+4 |
* | Merge branch 'client_api' | wm4 | 2014-02-10 | 29 | -375/+2686 |
|\ |
|
| * | Add a client API example | wm4 | 2014-02-10 | 4 | -0/+69 |
| * | build: add option to build a library | wm4 | 2014-02-10 | 6 | -12/+43 |
| * | build: include a copy of syms.py from upstream waf | wm4 | 2014-02-10 | 1 | -0/+81 |
| * | lua: add a timer API | wm4 | 2014-02-10 | 1 | -10/+79 |
| * | lua: port to client API | wm4 | 2014-02-10 | 10 | -224/+242 |
| * | Add a client API | wm4 | 2014-02-10 | 11 | -118/+1867 |
| * | timer: init only once | wm4 | 2014-02-10 | 3 | -7/+18 |
| * | options: add --no-terminal switch | wm4 | 2014-02-10 | 8 | -30/+60 |
| * | threads: add a dispatch queue thing | wm4 | 2014-02-10 | 2 | -0/+250 |
| * | threads: avoid timeout calculation overflow | wm4 | 2014-02-10 | 1 | -0/+3 |
|/ |
|
* | demux_mkv: remove weird seeking semantics for audio | wm4 | 2014-02-09 | 1 | -6/+1 |
* | demux_mkv: improve audio-only seeking | wm4 | 2014-02-09 | 1 | -5/+8 |
* | demux: fix some newlines in output messages | wm4 | 2014-02-09 | 1 | -2/+2 |
* | player: fix an assert when reinitializing audio in some cases | wm4 | 2014-02-09 | 1 | -0/+3 |
* | vo_opengl: use exactly the values defined by BT.709 for CMS | nand | 2014-02-09 | 1 | -3/+9 |
* | msg: clear lines by printing spaces on MS Windows | wm4 | 2014-02-09 | 1 | -1/+7 |
* | demux_lavf: work around idiotic libavutil API printing a warning | wm4 | 2014-02-08 | 1 | -1/+5 |
* | player: handle seek delays differently | wm4 | 2014-02-07 | 5 | -25/+27 |
* | gl_x11: don't require a X visual for modern GL context creation | wm4 | 2014-02-06 | 1 | -4/+10 |
* | gl_x11: always request true color visual | wm4 | 2014-02-06 | 1 | -0/+1 |
* | demux_lavf: do metadata-from-packet update before possibly discarding it | wm4 | 2014-02-06 | 1 | -2/+1 |
* | demux_lavf: don't check for error when setting "keepside" flag | wm4 | 2014-02-06 | 1 | -4/+1 |
* | DOCS/waf-buildsystem: add link to the Waf book | Timothy Gu | 2014-02-06 | 1 | -1/+1 |
* | DOCS/crosscompile-mingw: use Markdown | Timothy Gu | 2014-02-06 | 1 | -1/+6 |
* | DOCS/crosscompile-mingw: update | Timothy Gu | 2014-02-06 | 1 | -4/+0 |
* | demux: reword "Clip info:" line to "File tags:" | wm4 | 2014-02-06 | 1 | -1/+1 |
* | demux: fill metadata directly, instead of using wrapper functions | wm4 | 2014-02-06 | 4 | -57/+26 |
* | demux_lavf: clear metadata on update, instead of merging it | wm4 | 2014-02-06 | 3 | -0/+8 |
* | demux: handle tag updates differently | wm4 | 2014-02-06 | 3 | -15/+21 |
* | stream_lavf: prefix icy metadata with "icy-" | wm4 | 2014-02-06 | 1 | -1/+1 |
* | demux_lavf: get updated metadata from a packet if available | Ben Boeckel | 2014-02-06 | 3 | -0/+43 |
* | umpv: silence mpv terminal output | wm4 | 2014-02-05 | 1 | -2/+4 |
* | umpv: improve description | wm4 | 2014-02-05 | 1 | -9/+11 |
* | umpv: use --force-window | wm4 | 2014-02-05 | 1 | -4/+2 |
* | audio: fix signedness of AF_FORMAT_S32P | wm4 | 2014-02-05 | 1 | -1/+1 |
* | io: make MP_PATH_MAX private to win32 code | wm4 | 2014-02-03 | 2 | -12/+10 |
* | mf: don't limit filename length with PATH_MAX | wm4 | 2014-02-03 | 1 | -3/+3 |
* | player: refresh OSD on track switching | wm4 | 2014-02-03 | 1 | -0/+2 |
* | command: output more information in colorspace properties and simplify | wm4 | 2014-02-03 | 1 | -39/+31 |
* | csputils: correct constness of csp name constants | wm4 | 2014-02-03 | 2 | -6/+6 |
* | wayland: change minimum version | Alexander Preisinger | 2014-02-02 | 2 | -11/+2 |
* | x11: fix initial VO size | wm4 | 2014-02-02 | 1 | -6/+7 |
* | x11: remove apparently useless code | wm4 | 2014-02-02 | 1 | -8/+0 |
* | x11: fix race condition when setting aspect when leaving fullscreen | wm4 | 2014-02-02 | 1 | -1/+10 |