| Commit message (Expand) | Author | Age | Files | Lines |
* | dvdnav: fix incorrect clipping of highlights | wm4 | 2013-12-15 | 1 | -6/+6 |
* | demux_mkv: don't seek outside of the file when finding segments | wm4 | 2013-12-14 | 1 | -1/+4 |
* | matroska: add --ordered-chapters-files option | wm4 | 2013-12-14 | 4 | -2/+30 |
* | manpage: mention that the "run" does not wait for the command | wm4 | 2013-12-14 | 1 | -0/+3 |
* | Allow some options taking filenames to refer to mpv config dir | wm4 | 2013-12-14 | 6 | -10/+73 |
* | dvdnav: select longest title by default | wm4 | 2013-12-14 | 2 | -6/+27 |
* | vf_dsize: fix bug caused by typo | wm4 | 2013-12-14 | 1 | -1/+1 |
* | dvdnav: crappy hack to respect timed still frames | wm4 | 2013-12-14 | 3 | -22/+36 |
* | dvdnav, tv: force-disable caching | wm4 | 2013-12-14 | 4 | -4/+5 |
* | dvdnav: enable caching | wm4 | 2013-12-14 | 1 | -2/+1 |
* | dvdnav: block when libdvdnav requests draining buffers | wm4 | 2013-12-14 | 1 | -5/+13 |
* | stream_dvdnav: drop stream buffers on seek | wm4 | 2013-12-14 | 1 | -3/+5 |
* | cache: add a way to explicitly resume cache | wm4 | 2013-12-14 | 2 | -0/+5 |
* | cache: try harder on EOF | wm4 | 2013-12-14 | 1 | -5/+11 |
* | stream: don't seek when seeking to the same position | wm4 | 2013-12-14 | 1 | -0/+3 |
* | stream: add function for dropping the buffer | wm4 | 2013-12-14 | 3 | -2/+12 |
* | dvdnav: improve a comment | wm4 | 2013-12-13 | 1 | -1/+1 |
* | dvdnav: remove highlights if no PCI available | wm4 | 2013-12-13 | 1 | -1/+3 |
* | video: change --video-zoom behavior | wm4 | 2013-12-13 | 2 | -6/+13 |
* | dvb: prevent seek when reopening the demuxer | wm4 | 2013-12-13 | 1 | -1/+3 |
* | build: dvdnav needs dvdread | Nikoli | 2013-12-13 | 1 | -0/+1 |
* | dvdnav: support mouse interaction | wm4 | 2013-12-13 | 4 | -4/+38 |
* | dec_video: fix handling of timestamp resets | wm4 | 2013-12-12 | 1 | -1/+0 |
* | demux_lavf: fix timebase confusion | wm4 | 2013-12-12 | 1 | -7/+7 |
* | demux: revert accidentally included change from previous commit | wm4 | 2013-12-12 | 1 | -1/+1 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 25 | -28/+1122 |
* | demux_lavf: remove unnecessary seek on initialization | wm4 | 2013-12-12 | 1 | -2/+0 |
* | input: fix bogus section disabling, add debugging output | wm4 | 2013-12-12 | 1 | -3/+11 |
* | sd_lavc: factor out bitmap positioning code | wm4 | 2013-12-12 | 3 | -30/+48 |
* | osd: add option for "unscaled" OSD | wm4 | 2013-12-10 | 6 | -3/+17 |
* | osd: typo in comment | wm4 | 2013-12-10 | 1 | -1/+1 |
* | demux: set fps for mf:// to 1 | wm4 | 2013-12-10 | 2 | -2/+2 |
* | video: display last frame, drain frames on video reconfig | wm4 | 2013-12-10 | 5 | -10/+92 |
* | vo: reset some fields properly | wm4 | 2013-12-10 | 1 | -0/+6 |
* | video: move VO reinit from filter chain to player | wm4 | 2013-12-10 | 6 | -149/+90 |
* | video: move handling of brightness and deinterlacing control | wm4 | 2013-12-10 | 5 | -36/+49 |
* | vf_vo: remove VO reset on filter uninit | wm4 | 2013-12-10 | 1 | -5/+0 |
* | video: move video filter chain initialization from decoder to player | wm4 | 2013-12-10 | 8 | -83/+78 |
* | osxbundle: use mpv's version.sh instead of osxbundle's | ChrisK2 | 2013-12-09 | 2 | -16/+1 |
* | compat: add compatibility kludge for Libav 9 | wm4 | 2013-12-08 | 2 | -8/+26 |
* | ao_wasapi: Fix mistaken behavior on uninit | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -2/+2 |
* | ao_wasapi: handle AOPLAY_FINAL_CHUNK | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -2/+6 |
* | ao_wasapi: Reduce the buffer size to a sane value | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -1/+1 |
* | ao_wasapi: fix audio buffering delay calculation | Diogo Franco (Kovensky) | 2013-12-08 | 1 | -1/+1 |
* | options: allow hwaccel formats in -vf format/noformat | wm4 | 2013-12-07 | 2 | -2/+2 |
* | vf: redo conversion filter insertion/format negotiation | wm4 | 2013-12-07 | 6 | -175/+187 |
* | video/filter: make vf->control non-recursive | wm4 | 2013-12-07 | 12 | -32/+27 |
* | vf: remove flags from filter format status | wm4 | 2013-12-07 | 4 | -37/+25 |
* | video: create a separate context for video filter chain | wm4 | 2013-12-07 | 11 | -160/+197 |
* | video/filter: remove vf_match_csp() | wm4 | 2013-12-07 | 6 | -119/+4 |
* | vf: remove unused function | wm4 | 2013-12-07 | 2 | -23/+0 |
* | vf: print error when creating filter fails | wm4 | 2013-12-07 | 1 | -0/+1 |
* | manpage: remove some --flip leftovers | wm4 | 2013-12-07 | 2 | -2/+2 |
* | mixer: remove comment about af_pan doing downmixing | wm4 | 2013-12-07 | 1 | -3/+1 |
* | manpage: mark "run" command as Unix-only | wm4 | 2013-12-07 | 1 | -0/+1 |
* | command: fix compilation with MinGW | wm4 | 2013-12-07 | 1 | -1/+3 |
* | stream: fix clang warning | Stefano Pigozzi | 2013-12-07 | 1 | -1/+1 |
* | build: prefer 4Front OSS to native implementations | bugmen0t | 2013-12-07 | 2 | -7/+14 |
* | cocoa: make borderless window resizable | agiz | 2013-12-07 | 1 | -1/+1 |
* | macosx_events: fix null dereference on uninit | Stefano Pigozzi | 2013-12-07 | 1 | -1/+4 |
* | player: load external subs for uncompressed rar archives | wm4 | 2013-12-06 | 3 | -3/+23 |
* | build: fix regression in cross-compilation [2] | Stefano Pigozzi | 2013-12-06 | 1 | -1/+1 |
* | build: fix linking to CoreFoundation | agiz | 2013-12-06 | 1 | -1/+1 |
* | build: link ARC to get subscripting implementation | Stefano Pigozzi | 2013-12-06 | 1 | -1/+2 |
* | vf: declare config() as legacy | wm4 | 2013-12-05 | 1 | -5/+5 |
* | video/filter: remove unneeded config callbacks | wm4 | 2013-12-05 | 5 | -45/+0 |
* | video: remove --flip | wm4 | 2013-12-05 | 10 | -28/+7 |
* | vf: move norm_qscale() to the only filter which uses it | wm4 | 2013-12-05 | 2 | -15/+15 |
* | vf_sub, vf_dlopen: default struct is not needed | wm4 | 2013-12-05 | 2 | -7/+3 |
* | vf: cleanup removed filter entry | wm4 | 2013-12-05 | 1 | -1/+0 |
* | video: allow hardware decoding only for certain codecs | wm4 | 2013-12-05 | 2 | -5/+13 |
* | docs: edl: minor corrections | wm4 | 2013-12-05 | 1 | -4/+5 |
* | build: fix regression in cross-compilation | Stefano Pigozzi | 2013-12-05 | 1 | -1/+1 |
* | video/filter: fix some bogus free() calls | wm4 | 2013-12-05 | 4 | -8/+0 |
* | audio: flush remaining data from the filter chain on EOF | wm4 | 2013-12-05 | 2 | -3/+7 |
* | audio/filter: change filter callback signature | wm4 | 2013-12-05 | 28 | -152/+152 |
* | ad_lavc: handle decoder EAGAIN only if there was an input packet | wm4 | 2013-12-04 | 1 | -3/+3 |
* | options: remove legacy hacks for sub-option handling | wm4 | 2013-12-04 | 5 | -93/+21 |
* | af: remove af->setup field | wm4 | 2013-12-04 | 3 | -9/+7 |
* | af: remove legacy option parsing hacks | wm4 | 2013-12-04 | 2 | -10/+2 |
* | af_pan: change options, use option parser | wm4 | 2013-12-04 | 2 | -51/+51 |
* | af_ladspa: change options, use option parser | wm4 | 2013-12-04 | 2 | -162/+116 |
* | af_delay: change option parsing, fix bugs, use option parser | wm4 | 2013-12-04 | 2 | -30/+39 |
* | af_channels: use "unknown" channel layouts | wm4 | 2013-12-04 | 1 | -2/+4 |
* | af_channels: change options, fix bugs, use option parser | wm4 | 2013-12-04 | 2 | -73/+60 |
* | af_sweep: use option parser | wm4 | 2013-12-04 | 1 | -16/+7 |
* | af_surround: use option parser | wm4 | 2013-12-04 | 1 | -24/+8 |
* | af_sub: use option parser | wm4 | 2013-12-04 | 1 | -36/+9 |
* | af_sinesuppress: use option parser | wm4 | 2013-12-04 | 1 | -24/+8 |
* | af_hrtf: use option parser | wm4 | 2013-12-04 | 1 | -34/+23 |
* | af_extrastereo: use option parser | wm4 | 2013-12-04 | 1 | -22/+8 |
* | af_export: use option parser | wm4 | 2013-12-04 | 1 | -48/+16 |
* | af_equalizer: use option parser | wm4 | 2013-12-04 | 1 | -26/+17 |
* | af_drc: use option parser | wm4 | 2013-12-04 | 1 | -35/+18 |
* | af_center: use option parser | wm4 | 2013-12-04 | 1 | -27/+8 |
* | af: returning NULL on filtering means error | wm4 | 2013-12-04 | 1 | -2/+4 |
* | ad_lavc: expose an option to enable threading | wm4 | 2013-12-04 | 4 | -0/+11 |
* | vd_lavc: factor out libavcodec thread setup | wm4 | 2013-12-04 | 3 | -15/+21 |
* | vd_lavc: don't check required hwdec fields | wm4 | 2013-12-04 | 1 | -4/+3 |
* | ad_lavc: deal with arbitrary decoder delay | wm4 | 2013-12-04 | 1 | -16/+24 |
* | av_common: add timebase parameter to mp_set_av_packet() | wm4 | 2013-12-04 | 6 | -28/+47 |
* | manpage: use different quoting in example | wm4 | 2013-12-04 | 1 | -1/+1 |
* | manpage: remove unhelpful paragraph about video filter params | wm4 | 2013-12-04 | 1 | -5/+0 |
* | manpage: update af_format entry | wm4 | 2013-12-04 | 1 | -10/+3 |
* | build: osx: set chmod to 755 for non-bundle binary during install | Stefano Pigozzi | 2013-12-04 | 1 | -1/+2 |
* | wayland: print waylands display erros | Alexander Preisinger | 2013-12-04 | 1 | -0/+40 |
* | build: remove execute kwarg to check_cc when cross-compiling | Stefano Pigozzi | 2013-12-04 | 2 | -3/+10 |
* | vf_noise: reduce binary size | wm4 | 2013-12-04 | 1 | -4/+1 |
* | vf_eq: revert unintended binary size increase | wm4 | 2013-12-04 | 1 | -13/+10 |
* | manpage: fix example | wm4 | 2013-12-04 | 1 | -1/+1 |
* | manpage: remove two stray video fitler deprecation notes | wm4 | 2013-12-04 | 1 | -10/+0 |
* | ao_oss: when falling back from unknown prefer larger format | bugmen0t | 2013-12-04 | 1 | -0/+16 |
* | ao_oss: add 24bit formats | bugmen0t | 2013-12-04 | 1 | -0/+12 |
* | manpage: generic notice about changed sub-option parsing | wm4 | 2013-12-04 | 1 | -0/+9 |
* | video/filter: remove legacy option handling hacks | wm4 | 2013-12-04 | 32 | -37/+35 |
* | vf_vo: don't abuse option strings to set VO | wm4 | 2013-12-04 | 3 | -10/+19 |
* | vf_rotate: use option parser | wm4 | 2013-12-04 | 1 | -2/+7 |
* | vf_pp: use option parser | wm4 | 2013-12-04 | 3 | -9/+23 |
* | vf_ilpack: use option parser | wm4 | 2013-12-04 | 1 | -8/+10 |
* | vf_eq: use option parser | wm4 | 2013-12-04 | 1 | -26/+22 |
* | vf_dsize: use option parser | wm4 | 2013-12-04 | 2 | -32/+23 |
* | vf_divtc: use option parser | wm4 | 2013-12-04 | 1 | -78/+36 |
* | video/filter: remove vf_down3dright | wm4 | 2013-12-04 | 5 | -168/+0 |
* | vf: remove unneeded field | wm4 | 2013-12-04 | 1 | -1/+0 |
* | vf_pullup: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 2 | -11/+38 |
* | vf_unsharp: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 2 | -64/+43 |
* | vf_phase: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 2 | -36/+49 |
* | vf_noise: reroute to vf_lavfi | wm4 | 2013-12-04 | 2 | -37/+62 |
* | vf_stereo3d: reroute to vf_lavfi | wm4 | 2013-12-04 | 1 | -10/+31 |
* | vf_hqdn3d: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 2 | -72/+34 |
* | vf_gradfun: reroute to vf_lavfi | wm4 | 2013-12-04 | 2 | -6/+29 |
* | vf_delogo: reroute to vf_lavfi | wm4 | 2013-12-04 | 2 | -8/+24 |
* | vf_yadif: change options, reroute to vf_lavfi | wm4 | 2013-12-04 | 3 | -29/+38 |
* | vf_lavfi: export a wrapper function | wm4 | 2013-12-04 | 3 | -8/+158 |
* | video: remove VFCAP_POSTPROC | wm4 | 2013-12-04 | 2 | -7/+1 |
* | vf_screenshot: remove unnecessary code | wm4 | 2013-12-04 | 1 | -5/+0 |
* | gl_video: change internal API for hwdec mp_image download | Stefano Pigozzi | 2013-12-02 | 3 | -10/+13 |
* | manpage: mention that vda can work with vo_opengl | wm4 | 2013-12-02 | 2 | -1/+2 |
* | gl_video: use hwdec download_image call only if hwdec is active | wm4 | 2013-12-02 | 1 | -2/+3 |
* | options: add option to disable using right Alt key as Alt Gr | Vivek Jain | 2013-12-02 | 9 | -6/+40 |
* | vo_opengl: support for vda hardware decoding | Stefano Pigozzi | 2013-12-02 | 9 | -0/+181 |
* | gl_video: support packed YUV formats with Apple extensions | Stefano Pigozzi | 2013-12-02 | 4 | -2/+47 |
* | build: reject broken roaraudio sndio emulation | wm4 | 2013-12-02 | 2 | -2/+2 |
* | vo_opengl: add support for rectangle textures | wm4 | 2013-12-01 | 6 | -44/+91 |
* | mp_image: deal with FFmpeg PSEUDOPAL braindeath | wm4 | 2013-12-01 | 3 | -3/+15 |
* | input: don't emit command when using multiple mouse buttons at once | wm4 | 2013-12-01 | 1 | -5/+21 |
* | input: improve some comments | wm4 | 2013-12-01 | 1 | -4/+4 |
* | vo_null: don't reject hwaccel formats | wm4 | 2013-12-01 | 1 | -2/+0 |
* | command: add a revert_seek command | wm4 | 2013-12-01 | 4 | -1/+46 |
* | options: add options that set defaults for af/vf/ao/vo | wm4 | 2013-12-01 | 13 | -8/+69 |
* | old-configure: delete pre-waf config.h and config.mak | wm4 | 2013-11-30 | 1 | -0/+4 |
* | osdep/io: also include unistd.h | wm4 | 2013-11-30 | 1 | -0/+2 |
* | Prevent creating zombies | wm4 | 2013-11-30 | 1 | -3/+14 |
* | Use O_CLOEXEC when creating FDs | wm4 | 2013-11-30 | 15 | -30/+81 |
* | build: don't check libsmbclient version number | wm4 | 2013-11-30 | 1 | -1/+1 |
* | ao_oss: add 6.1 and 7.1 speaker placement from FreeBSD | bugmen0t | 2013-11-30 | 1 | -1/+15 |
* | ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_t | wm4 | 2013-11-30 | 1 | -2/+3 |
* | ao_alsa: remove unneeded checks | wm4 | 2013-11-30 | 1 | -19/+11 |
* | ao_alsa: enable "plug" for non-interleaved float formats too | wm4 | 2013-11-30 | 1 | -2/+1 |
* | command: add a cycle_values input command | wm4 | 2013-11-30 | 4 | -1/+102 |
* | command: change the syntax and semantics of the "run" command | wm4 | 2013-11-30 | 3 | -9/+38 |
* | input: require space before '#' comments | wm4 | 2013-11-30 | 1 | -8/+5 |
* | input: rearrange command parsing | wm4 | 2013-11-30 | 1 | -44/+31 |
* | build: make deps_neg work with multiple dependencies | Stefano Pigozzi | 2013-11-29 | 1 | -2/+2 |
* | build: reimplement the OSS checks using a more declarative approach | Stefano Pigozzi | 2013-11-29 | 5 | -69/+55 |
* | build: add options for enabling and disabling any libquvi versions | Nikoli | 2013-11-29 | 3 | -10/+13 |
* | Take care of some libavutil deprecations, drop support for FFmpeg 1.0 | wm4 | 2013-11-29 | 12 | -164/+162 |
* | ao_alsa: disable ALSA resampling by default again | wm4 | 2013-11-29 | 2 | -1/+13 |
* | player: always reset some variables on seek | wm4 | 2013-11-29 | 1 | -4/+4 |
* | vf_pullup: properly reset on seek | wm4 | 2013-11-29 | 1 | -14/+37 |
* | |