| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the _ macro | wm4 | 2013-12-18 | 7 | -47/+48 |
* | ildetect: add ILDETECT_FORCE_RUN (if interlacing could not be decided, assume... | Rudolf Polzer | 2013-12-18 | 1 | -1/+7 |
* | command: better check whether file duration is available | wm4 | 2013-12-17 | 1 | -1/+1 |
* | old-makefile: fix mpvcore references and the DIRS variable | wm4 | 2013-12-17 | 1 | -3/+8 |
* | Fix OSX build; remove all remaining mpvcore references | 11rcombs | 2013-12-17 | 8 | -20/+20 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 235 | -376/+380 |
* | Merge mp_talloc.h into ta/ta_talloc.h | wm4 | 2013-12-17 | 10 | -70/+45 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 144 | -210/+210 |
* | Move libquvi stuff to stream/resolve/ | wm4 | 2013-12-17 | 9 | -8/+6 |
* | Move mpvcore/input/ to input/ | wm4 | 2013-12-17 | 27 | -42/+45 |
* | Rename mp_lua.c/h to lua.c/h | wm4 | 2013-12-17 | 6 | -8/+8 |
* | Rename mp_core.h to core.h | wm4 | 2013-12-17 | 18 | -17/+17 |
* | Move mpvcore/player/ to player/ | wm4 | 2013-12-17 | 25 | -54/+56 |
* | Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsg | wm4 | 2013-12-16 | 49 | -325/+309 |
* | input: remove LIRCCD support | wm4 | 2013-12-16 | 4 | -36/+0 |
* | command: mess with previous commit | wm4 | 2013-12-16 | 1 | -11/+9 |
* | command: scale osd’s time remaining by the current speed | Vivek Jain | 2013-12-16 | 3 | -6/+29 |
* | manpage: fix --vf=expand aspect ratio example | Alessandro Ghedini | 2013-12-16 | 1 | -1/+1 |
* | input: move multi-command parsing somewhere else | wm4 | 2013-12-16 | 1 | -32/+38 |
* | input: adjust code to make quoted/not quoted cases more unified | wm4 | 2013-12-16 | 1 | -8/+11 |
* | input: better error reporting for missing commands | wm4 | 2013-12-16 | 1 | -7/+12 |
* | input: move some command flags into a bitfield | wm4 | 2013-12-16 | 3 | -49/+49 |
* | input: remove weird syntax for skipping optional arguments | wm4 | 2013-12-16 | 1 | -10/+4 |
* | manpage: undocument syntax for skipping optional arguments in input commands | wm4 | 2013-12-16 | 1 | -2/+0 |
* | input: avoid using wakeup pipe if it's not needed | wm4 | 2013-12-16 | 1 | -1/+9 |
* | mp_msg: define a bunch of convenience macros | wm4 | 2013-12-16 | 1 | -0/+8 |
* | input: don't quit with exit status 1 when receiving SIGTERM | wm4 | 2013-12-15 | 1 | -1/+1 |
* | player: don't temporarily disable terminal handling when reloading files | wm4 | 2013-12-15 | 3 | -20/+11 |
* | osd_libass: update styles when OSD changes PlayRes | wm4 | 2013-12-15 | 2 | -8/+15 |
* | osd: use separate ASS_Renderer for each OSD object | wm4 | 2013-12-15 | 3 | -46/+53 |
* | player: don't store subtitle renderer in osd_state | wm4 | 2013-12-15 | 6 | -17/+16 |
* | 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 |
|