| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | video: restore printing warning on decreasing filter PTS | wm4 | 2013-11-29 | 1 | -2/+2 |
* | gl_hwdec: use a imgfmt field instead of a query_format callback | wm4 | 2013-11-29 | 4 | -15/+5 |
* | vdpau: always let decoder output IMGFMT_VDPAU | wm4 | 2013-11-29 | 3 | -3/+4 |
* | vaapi: remove unused hw image formats, simplify | wm4 | 2013-11-29 | 7 | -26/+11 |
* | build: make pthreads mandatory | wm4 | 2013-11-28 | 10 | -56/+17 |
* | command: allow "current" as argument to playlist_remove command | wm4 | 2013-11-28 | 3 | -3/+10 |
* | input: use separate type for command definitions | wm4 | 2013-11-28 | 4 | -54/+79 |
* | player: simple hack to make backstep code somewhat more robust | wm4 | 2013-11-28 | 1 | -3/+12 |
* | video: add insane hack to work around FFmpeg/Libav insanity | wm4 | 2013-11-28 | 4 | -3/+13 |
* | video: warn against non-monotonic PTS instead of decreasing PTS | wm4 | 2013-11-28 | 1 | -2/+2 |
* | video: add heuristic to prevent framedrop during hrseek if pts broken | wm4 | 2013-11-28 | 3 | -1/+13 |
* | build: make --disable-gl disable all the gl backends | Stefano Pigozzi | 2013-11-28 | 3 | -4/+22 |
* | build: add custom -I/-L flags for the BSDs [2] | Stefano Pigozzi | 2013-11-28 | 1 | -4/+4 |
* | ao_coreaudio: simplify ch label to speaker id conversion | Stefano Pigozzi | 2013-11-27 | 1 | -23/+37 |
* | build: add custom -I/-L flags for the BSDs | Stefano Pigozzi | 2013-11-27 | 1 | -0/+8 |
* | old-build: fix iconv check on openbsd | Stefano Pigozzi | 2013-11-27 | 1 | -1/+1 |
* | af_lavi: actually free the filter graph on uninit | wm4 | 2013-11-27 | 1 | -5/+1 |
* | video: replace d_video->pts field, change PTS jump checks | wm4 | 2013-11-27 | 6 | -31/+24 |
* | video: if PTS is missing, make something up using the framerate | wm4 | 2013-11-27 | 2 | -10/+7 |
* | video: refactor PTS code, add fall back heuristic to DTS | wm4 | 2013-11-27 | 5 | -76/+117 |
* | Move some code from player to audio/video reset functions | wm4 | 2013-11-27 | 4 | -13/+13 |
* | cosmetics: rename video/audio reset functions | wm4 | 2013-11-27 | 11 | -21/+21 |
* | video: remove commented code | wm4 | 2013-11-27 | 1 | -13/+2 |
* | video: use dts as fallback when determining pts by sorting | wm4 | 2013-11-27 | 1 | -11/+10 |
* | ao_coreaudio: map channel labels needed for 8ch layouts | Stefano Pigozzi | 2013-11-27 | 1 | -4/+30 |
* | audio: better rejection of invalid formats | wm4 | 2013-11-27 | 4 | -20/+28 |
* | video/filter: fix PIC compile on x86 | Natanael Copa | 2013-11-26 | 2 | -3/+9 |
* | video: unbreak --no-correct-pts with demuxers that use DTS | wm4 | 2013-11-26 | 4 | -6/+8 |
* | demux_mkv: fix realvideo timestamp handling | wm4 | 2013-11-26 | 1 | -47/+40 |
* | bootstrap.py: reindent to 4 spaces | Stefano Pigozzi | 2013-11-26 | 1 | -4/+4 |
* | build: remove pointless exception handling in oss check | Stefano Pigozzi | 2013-11-26 | 1 | -9/+5 |
* | build: unbreak __get_osslibdir__ on python3 | Stefano Pigozzi | 2013-11-26 | 1 | -1/+1 |
* | cocoa: unlock on uninit | Stefano Pigozzi | 2013-11-26 | 1 | -1/+3 |
* | build: check for pthreads with and without additional cflags | Stefano Pigozzi | 2013-11-26 | 1 | -1/+5 |
* | av_common: fix typo in comment | Stefano Pigozzi | 2013-11-26 | 1 | -1/+1 |
* | ao_alsa: do not forcibly disable ALSA resampling | Martin Herkt | 2013-11-26 | 1 | -6/+0 |
* | ad_lavc: increase number of packets for initial decode | wm4 | 2013-11-26 | 1 | -2/+5 |
* | player: don't use a loop when no loop is needed | wm4 | 2013-11-26 | 1 | -4/+1 |
* | player: move code for skipping 0-sized video packets to demuxer | wm4 | 2013-11-26 | 2 | -10/+9 |
* | build: make cygwin use *nix timers | Stefano Pigozzi | 2013-11-26 | 2 | -2/+1 |
* | build: add -mwin32 on cygwin | Stefano Pigozzi | 2013-11-26 | 1 | -0/+4 |
* | build: add a gdi check for windows | Stefano Pigozzi | 2013-11-26 | 2 | -2/+7 |
* | sub: respect detected language for fuzzy-matched external subtitles | wm4 | 2013-11-25 | 3 | -21/+26 |
* | player: only pause for waiting on cache if it makes sense | wm4 | 2013-11-25 | 1 | -1/+3 |
* | video: move timestamp determination code to dec_video | wm4 | 2013-11-25 | 3 | -42/+44 |
* | video: disable PTS sorting fallback by default | wm4 | 2013-11-25 | 4 | -6/+13 |
* | demux_lavf: disable genpts by default, remove the builtin genpts hack | wm4 | 2013-11-25 | 2 | -94/+13 |
* | demux: export dts from demux_lavf, use it for avi | wm4 | 2013-11-25 | 8 | -25/+45 |
* | player: merge no-correct-pts with correct-pts code | wm4 | 2013-11-25 | 4 | -52/+16 |
* | player: change semantics of --no-correct-pts | wm4 | 2013-11-25 | 2 | -27/+8 |
* | dec_video: fix function signature | wm4 | 2013-11-25 | 2 | -4/+6 |
* | video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrame | wm4 | 2013-11-25 | 5 | -30/+30 |
* | player: warn if PTS association mode switches | wm4 | 2013-11-25 | 1 | -2/+2 |
* | build: don't abort if our OSS implementation isn't from 4Front | Stefano Pigozzi | 2013-11-25 | 1 | -3/+3 |
* | build: run oss_audio.c check with oss cflags as well | Stefano Pigozzi | 2013-11-25 | 1 | -4/+6 |
* | build: unbreak __get_osslibdir__() | bugmen0t | 2013-11-25 | 1 | -2/+4 |
* | build: only check 4Front OSS after passing its CFLAGS | bugmen0t | 2013-11-25 | 1 | -10/+10 |
* | input: discard precise scrolling commands with no value | Stefano Pigozzi | 2013-11-25 | 1 | -0/+2 |
* | build: fix construction of args to pkg-config | Natanael Copa | 2013-11-25 | 1 | -2/+8 |
* | build: work around bug in waf's bundle installation | Stefano Pigozzi | 2013-11-25 | 1 | -0/+5 |
* | build: add install_files call after the mpv target was defined | Stefano Pigozzi | 2013-11-24 | 1 | -2/+3 |
* | bootstrap.py: check version if waf already exists | eng | 2013-11-24 | 1 | -7/+9 |
* | build: also install mpv CLI binary when building OS X bundle | Stefano Pigozzi | 2013-11-24 | 1 | -0/+2 |
* | gitignore: add generated files by old build system | Stefano Pigozzi | 2013-11-24 | 1 | -0/+3 |
* | bootstrap.py: skip download if waf already exists | wm4 | 2013-11-24 | 1 | -1/+7 |
* | build: make waf append pkgconfig flags as-is [2] | Stefano Pigozzi | 2013-11-24 | 1 | -1/+0 |
* | build: make waf append pkgconfig flags as-is | Stefano Pigozzi | 2013-11-24 | 1 | -3/+14 |
* | travis: remove --disable-doc from libav/ffmpeg configure | Stefano Pigozzi | 2013-11-24 | 1 | -1/+1 |
* | player: close demuxer before stream | wm4 | 2013-11-24 | 1 | -2/+3 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 10 | -12/+2 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 43 | -47/+36 |
* | vd_lavc: improve a comment | wm4 | 2013-11-24 | 1 | -1/+2 |
* | build: store dependencies as lists | Stefano Pigozzi | 2013-11-24 | 2 | -13/+26 |
* | build: cache compiler defines on the configure context directly | Stefano Pigozzi | 2013-11-24 | 1 | -3/+3 |
* | travis: disable e-mail notifications | Stefano Pigozzi | 2013-11-23 | 1 | -0/+1 |
* | vd_lavc: when falling back to software, revert filter error status | wm4 | 2013-11-23 | 1 | -0/+2 |
* | Reduce stheader.h includes, move stream types to mp_common.h | wm4 | 2013-11-23 | 12 | -15/+12 |
* | Attempt to fix build on older libavcodec versions | wm4 | 2013-11-23 | 2 | -0/+2 |
* | audio: respect --end/--length with spdif passthrough | wm4 | 2013-11-23 | 1 | -1/+2 |
* | video: don't overwrite demuxer FPS value | wm4 | 2013-11-23 | 4 | -26/+18 |
* | video: move handling of container vs. stream AR out of vd_lavc.c | wm4 | 2013-11-23 | 4 | -39/+34 |
* | ao_rsound: fix option types | wm4 | 2013-11-23 | 1 | -2/+2 |
* | dec_video: make vf_input and hwdec_info statically allocated | wm4 | 2013-11-23 | 6 | -18/+14 |
* | dec_video: remove "initialized" field | wm4 | 2013-11-23 | 3 | -16/+9 |
* | demux: remove gsh field from sh_audio/sh_video/sh_sub | wm4 | 2013-11-23 | 12 | -76/+71 |
* | player: rearrange how subtitle context and stream headers are used | wm4 | 2013-11-23 | 5 | -54/+57 |
* | video: move decoder context from sh_video into new struct | wm4 | 2013-11-23 | 18 | -411/+410 |
* | options: print lavfi filter list with --vf=lavfi=help | wm4 | 2013-11-23 | 1 | -0/+40 |
* | options: don't prefix sub-options with "--" in help output | wm4 | 2013-11-23 | 3 | -1/+4 |
* | options: implement --pphelp differently | wm4 | 2013-11-23 | 7 | -9/+10 |
* | video: remove vf_pp auto-insertion | wm4 | 2013-11-23 | 8 | -40/+1 |
* | options: provide a way for --vf to print custom help | wm4 | 2013-11-23 | 2 | -13/+18 |
* | video: merge vd.c into dec_video.c | wm4 | 2013-11-23 | 4 | -177/+138 |
* | video: move struct mp_hwdec_info into its own header file | wm4 | 2013-11-23 | 13 | -23/+31 |
* | audio: remove ad_driver.preinit | wm4 | 2013-11-23 | 6 | -34/+13 |
* | player: remove printing of barely correct slave mode stream info | wm4 | 2013-11-23 | 1 | -35/+0 |
* | audio: don't write decoded audio format to sh_audio | wm4 | 2013-11-23 | 7 | -56/+55 |
* | audio: move decoder context from sh_audio into new struct | wm4 | 2013-11-23 | 15 | -291/+327 |
* | build: remove unused mng fragment | Stefano Pigozzi | 2013-11-23 | 1 | -7/+0 |
* | build: also run the test binary during the lua checks | Stefano Pigozzi | 2013-11-23 | 1 | -2/+3 |
* | build: fix lua check to actually test for libquvi | Stefano Pigozzi | 2013-11-23 | 1 | -5/+8 |
* | build: fix missing prototypes in lua check fragment | Stefano Pigozzi | 2013-11-23 | 1 | -2/+2 |
* | build: use static instead of prototype in libavfilter fragment | Stefano Pigozzi | 2013-11-23 | 1 | -2/+1 |
* | build: fix libavfilter check to include function prototype | Stefano Pigozzi | 2013-11-23 | 1 | -0/+1 |
* | build: fix install path for manual | Stefano Pigozzi | 2013-11-23 | 1 | -1/+1 |
* | README: mention build result being located at build/mpv | Stefano Pigozzi | 2013-11-23 | 1 | -2/+3 |
* | build: make sure cwd is in Python's sys.path | Stefano Pigozzi | 2013-11-23 | 1 | -0/+1 |
* | mp_ring: fix comment typo | Stefano Pigozzi | 2013-11-22 | 1 | -1/+1 |
* | build: remove abusive comment | Stefano Pigozzi | 2013-11-22 | 1 | -1/+0 |
* | build: remove spam generated by link task | Stefano Pigozzi | 2013-11-22 | 1 | -0/+4 |
* | vo_opengl: fix compilation | wm4 | 2013-11-22 | 1 | -2/+2 |
* | vf_vavpp: make it work with vo_opengl and software decoding | wm4 | 2013-11-22 | 3 | -5/+5 |
* | vo_opengl: initialize all fields for VFCTRL_GET_HWDEC_INFO | wm4 | 2013-11-22 | 1 | -4/+8 |
* | build: unbreak PVR configure test | wm4 | 2013-11-22 | 1 | -1/+1 |
* | manpage: document , mapping (frame_back_step) | enkore | 2013-11-22 | 1 | -0/+4 |
* | input.conf: fix typo | wm4 | 2013-11-22 | 1 | -1/+1 |
* | Fixing list of vo's that vavpp works with, in man page. | Josh Driver | 2013-11-22 | 1 | -4/+4 |
* | cocoa: use window-scale to support video scaling functionality | Stefano Pigozzi | 2013-11-22 | 3 | -6/+10 |
* | cocoa: implement window-scale | Stefano Pigozzi | 2013-11-22 | 1 | -0/+20 |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 49 | -119/+2480 |
* | options: prefix options with "--" in help output | wm4 | 2013-11-21 | 1 | -1/+1 |
* | stream_lavf: fix a small memory leak | wm4 | 2013-11-21 | 1 | -1/+5 |
* | timeline: reject mplayer2 EDL files, change EDL header | wm4 | 2013-11-21 | 4 | -16/+10 |
* | tech-overview.txt: minor update | wm4 | 2013-11-20 | 1 | -2/+2 |
* | ta: fix typo in comment | wm4 | 2013-11-20 | 1 | -1/+1 |
* | osdep/io.c: include config.h | wm4 | 2013-11-20 | 1 | -0/+2 |
* | mplayer: fix passing size_t as %d to printf() | wm4 | 2013-11-20 | 1 | -1/+1 |
* | timeline: remove support for the mplayer2 EDL format | wm4 | 2013-11-19 | 4 | -540/+1 |
* | player: add --merge-files option | wm4 | 2013-11-19 | 6 | -0/+38 |
* | timeline: add edl:// URIs | wm4 | 2013-11-19 | 9 | -3/+45 |
* | timeline: add new EDL format | wm4 | 2013-11-19 | 6 | -8/+385 |
* | manpage: fix typo in --video-align-y description | wm4 | 2013-11-19 | 1 | -1/+1 |
* | player: select fallback stream in timeline code for better EDL handling | wm4 | 2013-11-19 | 1 | -0/+23 |
* | player: deselect video track if initialization fails | wm4 | 2013-11-19 | 1 | -0/+1 |
* | vdpau_old: enable OpenGL interop | wm4 | 2013-11-19 | 1 | -0/+1 |
* | ao_null: fix simulated buffer size | wm4 | 2013-11-19 | 1 | -1/+1 |
* | audio/filter: rename af_tools.c to tools.c | wm4 | 2013-11-18 | 2 | -1/+1 |
* | demux: rename demux_packet.h to packet.h | wm4 | 2013-11-18 | 6 | -6/+6 |
* | audio: drop buffered filter data when seeking | wm4 | 2013-11-18 | 5 | -0/+27 |
* | audio/filter: remove unneeded AF_CONTROLs, convert to enum | wm4 | 2013-11-18 | 16 | -249/+74 |
* | af: cleanup d |