| Commit message (Expand) | Author | Age | Files | Lines |
* | path: refactor | wm4 | 2015-05-01 | 1 | -0/+1 |
* | vf_screenshot: remove this filter | wm4 | 2015-04-16 | 1 | -1/+0 |
* | subprocess: move implementation for deatched subprocesses | wm4 | 2015-04-15 | 1 | -0/+1 |
* | win32: use a platform-specific unicode entry-point | James Ross-Gowan | 2015-04-11 | 1 | -1/+1 |
* | demux: fix rar support for files containing DTS audio tracks | wm4 | 2015-03-24 | 1 | -0/+1 |
* | input: remove Linux joystick support | wm4 | 2015-03-24 | 1 | -1/+0 |
* | input: remove classic LIRC support | wm4 | 2015-03-24 | 1 | -1/+0 |
* | audio: remove internal libmpg123 wrapper | wm4 | 2015-03-24 | 1 | -2/+0 |
* | vo_opengl: refactor shader generation (part 1) | wm4 | 2015-03-12 | 1 | -5/+0 |
* | audio: change playback speed directly in resampler | wm4 | 2015-03-02 | 1 | -1/+0 |
* | demux_edl: move implementation | wm4 | 2015-02-17 | 1 | -1/+0 |
* | demux_cue: move implementation | wm4 | 2015-02-17 | 1 | -1/+0 |
* | matroska: move timeline code to demux/ | wm4 | 2015-02-17 | 1 | -1/+1 |
* | player: use a separate context for timeline loader stuff | wm4 | 2015-02-17 | 1 | -0/+1 |
* | video/filters: simplify libavfilter bridge | wm4 | 2015-02-11 | 1 | -8/+8 |
* | af_rubberband: pitch correction with librubberband | wm4 | 2015-02-11 | 1 | -0/+1 |
* | vo_opengl: move utility functions from loader to a separate file | wm4 | 2015-01-28 | 1 | -1/+1 |
* | vf_ilpack: remove this filter | wm4 | 2015-01-27 | 1 | -1/+0 |
* | vf_divtc: remove this filter | wm4 | 2015-01-27 | 1 | -1/+0 |
* | vf_phase: remove this filter | wm4 | 2015-01-27 | 1 | -1/+0 |
* | vf_swapuv: remove this filter | wm4 | 2015-01-27 | 1 | -1/+0 |
* | vf_softpulldown: remove this filter | wm4 | 2015-01-27 | 1 | -1/+0 |
* | vf_pullup: remove builtin implementation | wm4 | 2015-01-27 | 1 | -1/+0 |
* | vo_opengl_old: remove this VO | wm4 | 2015-01-20 | 1 | -3/+1 |
* | player: use libavutil API to get number of CPUs | wm4 | 2015-01-05 | 1 | -1/+0 |
* | demux_mf: move mf.c contents to demux_mf.c | wm4 | 2014-12-29 | 1 | -1/+0 |
* | ao_portaudio: remove this audio output | wm4 | 2014-12-29 | 1 | -1/+0 |
* | client API: expose OpenGL renderer | wm4 | 2014-12-09 | 1 | -0/+1 |
* | video/filter: kill vf_pp (libpostproc) | wm4 | 2014-12-03 | 1 | -1/+0 |
* | vo_opengl: move hwdec parts into their own files | wm4 | 2014-12-03 | 1 | -0/+1 |
* | lua: subprocess: move to osdep/subprocess-{win,posix}.c | James Ross-Gowan | 2014-11-22 | 1 | -0/+1 |
* | player: integrate ytdl_hook.lua | wm4 | 2014-11-19 | 1 | -0/+2 |
* | audio: change how filters are inserted on playback speed changes | wm4 | 2014-11-10 | 1 | -0/+1 |
* | vo_opengl: minimal EGL on X11 support | wm4 | 2014-11-04 | 1 | -0/+1 |
* | Drop libquvi support | wm4 | 2014-10-25 | 1 | -3/+0 |
* | old-build: adjust to latest changes | wm4 | 2014-10-17 | 1 | -1/+2 |
* | vf_vapoursynth: add standalone Lua scripting | wm4 | 2014-10-12 | 1 | -1/+1 |
* | input: use libwaio for pipe input on Windows | wm4 | 2014-09-14 | 1 | -1/+1 |
* | old-build: fix build with wayland | wm4 | 2014-09-10 | 1 | -1/+4 |
* | osdep: add POSIX semaphore emulation for OSX | wm4 | 2014-09-10 | 1 | -0/+1 |
* | Move compat/ and bstr/ directory contents somewhere else | wm4 | 2014-08-29 | 1 | -2/+1 |
* | input: redo how --input-file is handled | wm4 | 2014-08-25 | 1 | -0/+1 |
* | old-build: HAVE_COCOA_APPLICATION must be set | wm4 | 2014-08-06 | 1 | -1/+1 |
* | Improve setting AVOptions | wm4 | 2014-08-02 | 1 | -1/+0 |
* | video/filter: add vf_buffer | wm4 | 2014-07-30 | 1 | -0/+1 |
* | Add Plan 9-style barriers | wm4 | 2014-07-26 | 1 | -0/+1 |
* | tv: move demuxer parts to separate file | wm4 | 2014-07-05 | 1 | -1/+2 |
* | dvd, bluray, cdda: add demux_disc containing all related hacks | wm4 | 2014-07-05 | 1 | -0/+1 |
* | demux: move packet functions to a separate source file | wm4 | 2014-07-05 | 1 | -0/+1 |
* | stream: add a file cache | wm4 | 2014-06-22 | 1 | -0/+1 |
* | DOCS: remove en/ sub-directory | wm4 | 2014-06-20 | 1 | -12/+12 |
* | build: generate and install zsh completion script | Alessandro Ghedini | 2014-06-08 | 1 | -1/+9 |
* | stream: remove VCD support | wm4 | 2014-06-01 | 1 | -1/+0 |
* | old-build: fix building with libquvi4 | wm4 | 2014-05-23 | 1 | -1/+1 |
* | old-makefile: add options.lua | wm4 | 2014-05-23 | 1 | -9/+6 |
* | old-build: accidental rewrite | wm4 | 2014-05-14 | 1 | -65/+17 |
* | old-build: drop support for anything but Linux, simplify | wm4 | 2014-05-14 | 1 | -42/+10 |
* | player: reorganize how lua scripts are loaded | wm4 | 2014-05-13 | 1 | -0/+1 |
* | old-makefile: add a missing source directory | wm4 | 2014-05-10 | 1 | -0/+1 |
* | video/out: separate out code to compute window size | wm4 | 2014-05-06 | 1 | -0/+1 |
* | vdpau: add a postprocessing pseudo-filter | wm4 | 2014-05-02 | 1 | -2/+3 |
* | dispatch: move into its own source file | wm4 | 2014-04-23 | 1 | -0/+1 |
* | Remove CPU detection and inline asm handling | wm4 | 2014-04-19 | 1 | -1/+0 |
* | Remove radio:// | wm4 | 2014-04-13 | 1 | -2/+0 |
* | mp_tags: move generic mp_tags stuff into its own .c/.h files in common/ | Kevin Mitchell | 2014-04-13 | 1 | -0/+1 |
* | player: remove ASX, SMIL and NSC playlist parsers | wm4 | 2014-04-13 | 1 | -2/+0 |
* | video: add VapourSynth filter bridge | wm4 | 2014-04-12 | 1 | -1/+1 |
* | player: rename dvdnav to discnav | xylosper | 2014-03-30 | 1 | -1/+1 |
* | stream_cdda: remove unused stuff | wm4 | 2014-03-26 | 1 | -2/+1 |
* | build: simplify libavfilter configure checks | wm4 | 2014-03-16 | 1 | -2/+2 |
* | af_lavrresample: remove avresample_set_channel_mapping() fallbacks | wm4 | 2014-03-16 | 1 | -1/+0 |
* | sub: remove old MPlayer DVD sub decoder | wm4 | 2014-03-16 | 1 | -2/+0 |
* | vd_lavc: remove compatibility crap | wm4 | 2014-03-16 | 1 | -7/+2 |
* | audio/out: feed AOs from a separate thread | wm4 | 2014-03-09 | 1 | -0/+2 |
* | build: add option to build a library | wm4 | 2014-02-10 | 1 | -1/+1 |
* | Add a client API | wm4 | 2014-02-10 | 1 | -0/+1 |
* | w32: use the w32_common keymap in terminal-win too | James Ross-Gowan | 2014-01-19 | 1 | -1/+2 |
* | cocoa: add application icon to the Dock when run from CLI | Stefano Pigozzi | 2014-01-14 | 1 | -0/+5 |
* | Switch PDF manual generation to rst2pdf | Martin Herkt | 2014-01-08 | 1 | -6/+3 |
* | build: fix build on old build system | Stefano Pigozzi | 2014-01-04 | 1 | -0/+1 |
* | Install encoding-profiles.conf by default | wm4 | 2013-12-28 | 1 | -1/+5 |
* | input: split off some code from input.c to separate files | wm4 | 2013-12-26 | 1 | -0/+3 |
* | old-makefile: fix mpvcore references and the DIRS variable | wm4 | 2013-12-17 | 1 | -3/+8 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -15/+15 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -7/+7 |
* | Move libquvi stuff to stream/resolve/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 1 | -8/+9 |
* | Rename mp_lua.c/h to lua.c/h | wm4 | 2013-12-17 | 1 | -4/+4 |
* | Move mpvcore/player/ to player/ | wm4 | 2013-12-17 | 1 | -25/+25 |
* | Add prelimimary (basic, possibly broken) dvdnav support | wm4 | 2013-12-12 | 1 | -0/+3 |
* | video: move VO reinit from filter chain to player | wm4 | 2013-12-10 | 1 | -1/+0 |
* | video/filter: remove vf_down3dright | wm4 | 2013-12-04 | 1 | -1/+0 |
* | vo_opengl: support for vda hardware decoding | Stefano Pigozzi | 2013-12-02 | 1 | -0/+1 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+1 |
* | video: merge vd.c into dec_video.c | wm4 | 2013-11-23 | 1 | -1/+0 |
* | switch the build system to waf | Stefano Pigozzi | 2013-11-21 | 1 | -0/+565 |