summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dvdnav: select longest title by defaultwm42013-12-142-6/+27
* vf_dsize: fix bug caused by typowm42013-12-141-1/+1
* dvdnav: crappy hack to respect timed still frameswm42013-12-143-22/+36
* dvdnav, tv: force-disable cachingwm42013-12-144-4/+5
* dvdnav: enable cachingwm42013-12-141-2/+1
* dvdnav: block when libdvdnav requests draining bufferswm42013-12-141-5/+13
* stream_dvdnav: drop stream buffers on seekwm42013-12-141-3/+5
* cache: add a way to explicitly resume cachewm42013-12-142-0/+5
* cache: try harder on EOFwm42013-12-141-5/+11
* stream: don't seek when seeking to the same positionwm42013-12-141-0/+3
* stream: add function for dropping the bufferwm42013-12-143-2/+12
* dvdnav: improve a commentwm42013-12-131-1/+1
* dvdnav: remove highlights if no PCI availablewm42013-12-131-1/+3
* video: change --video-zoom behaviorwm42013-12-132-6/+13
* dvb: prevent seek when reopening the demuxerwm42013-12-131-1/+3
* build: dvdnav needs dvdreadNikoli2013-12-131-0/+1
* dvdnav: support mouse interactionwm42013-12-134-4/+38
* dec_video: fix handling of timestamp resetswm42013-12-121-1/+0
* demux_lavf: fix timebase confusionwm42013-12-121-7/+7
* demux: revert accidentally included change from previous commitwm42013-12-121-1/+1
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-1225-28/+1122
* demux_lavf: remove unnecessary seek on initializationwm42013-12-121-2/+0
* input: fix bogus section disabling, add debugging outputwm42013-12-121-3/+11
* sd_lavc: factor out bitmap positioning codewm42013-12-123-30/+48
* osd: add option for "unscaled" OSDwm42013-12-106-3/+17
* osd: typo in commentwm42013-12-101-1/+1
* demux: set fps for mf:// to 1wm42013-12-102-2/+2
* video: display last frame, drain frames on video reconfigwm42013-12-105-10/+92
* vo: reset some fields properlywm42013-12-101-0/+6
* video: move VO reinit from filter chain to playerwm42013-12-106-149/+90
* video: move handling of brightness and deinterlacing controlwm42013-12-105-36/+49
* vf_vo: remove VO reset on filter uninitwm42013-12-101-5/+0
* video: move video filter chain initialization from decoder to playerwm42013-12-108-83/+78
* osxbundle: use mpv's version.sh instead of osxbundle'sChrisK22013-12-092-16/+1
* compat: add compatibility kludge for Libav 9wm42013-12-082-8/+26
* ao_wasapi: Fix mistaken behavior on uninitDiogo Franco (Kovensky)2013-12-081-2/+2
* ao_wasapi: handle AOPLAY_FINAL_CHUNKDiogo Franco (Kovensky)2013-12-081-2/+6
* ao_wasapi: Reduce the buffer size to a sane valueDiogo Franco (Kovensky)2013-12-081-1/+1
* ao_wasapi: fix audio buffering delay calculationDiogo Franco (Kovensky)2013-12-081-1/+1
* options: allow hwaccel formats in -vf format/noformatwm42013-12-072-2/+2
* vf: redo conversion filter insertion/format negotiationwm42013-12-076-175/+187
* video/filter: make vf->control non-recursivewm42013-12-0712-32/+27
* vf: remove flags from filter format statuswm42013-12-074-37/+25
* video: create a separate context for video filter chainwm42013-12-0711-160/+197
* video/filter: remove vf_match_csp()wm42013-12-076-119/+4
* vf: remove unused functionwm42013-12-072-23/+0
* vf: print error when creating filter failswm42013-12-071-0/+1
* manpage: remove some --flip leftoverswm42013-12-072-2/+2
* mixer: remove comment about af_pan doing downmixingwm42013-12-071-3/+1
* manpage: mark "run" command as Unix-onlywm42013-12-071-0/+1
* command: fix compilation with MinGWwm42013-12-071-1/+3
* stream: fix clang warningStefano Pigozzi2013-12-071-1/+1
* build: prefer 4Front OSS to native implementationsbugmen0t2013-12-072-7/+14
* cocoa: make borderless window resizableagiz2013-12-071-1/+1
* macosx_events: fix null dereference on uninitStefano Pigozzi2013-12-071-1/+4
* player: load external subs for uncompressed rar archiveswm42013-12-063-3/+23
* build: fix regression in cross-compilation [2]Stefano Pigozzi2013-12-061-1/+1
* build: fix linking to CoreFoundationagiz2013-12-061-1/+1
* build: link ARC to get subscripting implementationStefano Pigozzi2013-12-061-1/+2
* vf: declare config() as legacywm42013-12-051-5/+5
* video/filter: remove unneeded config callbackswm42013-12-055-45/+0
* video: remove --flipwm42013-12-0510-28/+7
* vf: move norm_qscale() to the only filter which uses itwm42013-12-052-15/+15
* vf_sub, vf_dlopen: default struct is not neededwm42013-12-052-7/+3
* vf: cleanup removed filter entrywm42013-12-051-1/+0
* video: allow hardware decoding only for certain codecswm42013-12-052-5/+13
* docs: edl: minor correctionswm42013-12-051-4/+5
* build: fix regression in cross-compilationStefano Pigozzi2013-12-051-1/+1
* video/filter: fix some bogus free() callswm42013-12-054-8/+0
* audio: flush remaining data from the filter chain on EOFwm42013-12-052-3/+7
* audio/filter: change filter callback signaturewm42013-12-0528-152/+152
* ad_lavc: handle decoder EAGAIN only if there was an input packetwm42013-12-041-3/+3
* options: remove legacy hacks for sub-option handlingwm42013-12-045-93/+21
* af: remove af->setup fieldwm42013-12-043-9/+7
* af: remove legacy option parsing hackswm42013-12-042-10/+2
* af_pan: change options, use option parserwm42013-12-042-51/+51
* af_ladspa: change options, use option parserwm42013-12-042-162/+116
* af_delay: change option parsing, fix bugs, use option parserwm42013-12-042-30/+39
* af_channels: use "unknown" channel layoutswm42013-12-041-2/+4
* af_channels: change options, fix bugs, use option parserwm42013-12-042-73/+60
* af_sweep: use option parserwm42013-12-041-16/+7
* af_surround: use option parserwm42013-12-041-24/+8
* af_sub: use option parserwm42013-12-041-36/+9
* af_sinesuppress: use option parserwm42013-12-041-24/+8
* af_hrtf: use option parserwm42013-12-041-34/+23
* af_extrastereo: use option parserwm42013-12-041-22/+8
* af_export: use option parserwm42013-12-041-48/+16
* af_equalizer: use option parserwm42013-12-041-26/+17
* af_drc: use option parserwm42013-12-041-35/+18
* af_center: use option parserwm42013-12-041-27/+8
* af: returning NULL on filtering means errorwm42013-12-041-2/+4
* ad_lavc: expose an option to enable threadingwm42013-12-044-0/+11
* vd_lavc: factor out libavcodec thread setupwm42013-12-043-15/+21
* vd_lavc: don't check required hwdec fieldswm42013-12-041-4/+3
* ad_lavc: deal with arbitrary decoder delaywm42013-12-041-16/+24
* av_common: add timebase parameter to mp_set_av_packet()wm42013-12-046-28/+47
* manpage: use different quoting in examplewm42013-12-041-1/+1
* manpage: remove unhelpful paragraph about video filter paramswm42013-12-041-5/+0
* manpage: update af_format entrywm42013-12-041-10/+3
* build: osx: set chmod to 755 for non-bundle binary during installStefano Pigozzi2013-12-041-1/+2
* wayland: print waylands display errosAlexander Preisinger2013-12-041-0/+40
* build: remove execute kwarg to check_cc when cross-compilingStefano Pigozzi2013-12-042-3/+10
* vf_noise: reduce binary sizewm42013-12-041-4/+1
* vf_eq: revert unintended binary size increasewm42013-12-041-13/+10
* manpage: fix examplewm42013-12-041-1/+1
* manpage: remove two stray video fitler deprecation noteswm42013-12-041-10/+0
* ao_oss: when falling back from unknown prefer larger formatbugmen0t2013-12-041-0/+16
* ao_oss: add 24bit formatsbugmen0t2013-12-041-0/+12
* manpage: generic notice about changed sub-option parsingwm42013-12-041-0/+9
* video/filter: remove legacy option handling hackswm42013-12-0432-37/+35
* vf_vo: don't abuse option strings to set VOwm42013-12-043-10/+19
* vf_rotate: use option parserwm42013-12-041-2/+7
* vf_pp: use option parserwm42013-12-043-9/+23
* vf_ilpack: use option parserwm42013-12-041-8/+10
* vf_eq: use option parserwm42013-12-041-26/+22
* vf_dsize: use option parserwm42013-12-042-32/+23
* vf_divtc: use option parserwm42013-12-041-78/+36
* video/filter: remove vf_down3drightwm42013-12-045-168/+0
* vf: remove unneeded fieldwm42013-12-041-1/+0
* vf_pullup: change options, reroute to vf_lavfiwm42013-12-042-11/+38
* vf_unsharp: change options, reroute to vf_lavfiwm42013-12-042-64/+43
* vf_phase: change options, reroute to vf_lavfiwm42013-12-042-36/+49
* vf_noise: reroute to vf_lavfiwm42013-12-042-37/+62
* vf_stereo3d: reroute to vf_lavfiwm42013-12-041-10/+31
* vf_hqdn3d: change options, reroute to vf_lavfiwm42013-12-042-72/+34
* vf_gradfun: reroute to vf_lavfiwm42013-12-042-6/+29
* vf_delogo: reroute to vf_lavfiwm42013-12-042-8/+24
* vf_yadif: change options, reroute to vf_lavfiwm42013-12-043-29/+38
* vf_lavfi: export a wrapper functionwm42013-12-043-8/+158
* video: remove VFCAP_POSTPROCwm42013-12-042-7/+1
* vf_screenshot: remove unnecessary codewm42013-12-041-5/+0
* gl_video: change internal API for hwdec mp_image downloadStefano Pigozzi2013-12-023-10/+13
* manpage: mention that vda can work with vo_openglwm42013-12-022-1/+2
* gl_video: use hwdec download_image call only if hwdec is activewm42013-12-021-2/+3
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-029-6/+40
* vo_opengl: support for vda hardware decodingStefano Pigozzi2013-12-029-0/+181
* gl_video: support packed YUV formats with Apple extensionsStefano Pigozzi2013-12-024-2/+47
* build: reject broken roaraudio sndio emulationwm42013-12-022-2/+2
* vo_opengl: add support for rectangle textureswm42013-12-016-44/+91
* mp_image: deal with FFmpeg PSEUDOPAL braindeathwm42013-12-013-3/+15
* input: don't emit command when using multiple mouse buttons at oncewm42013-12-011-5/+21
* input: improve some commentswm42013-12-011-4/+4
* vo_null: don't reject hwaccel formatswm42013-12-011-2/+0
* command: add a revert_seek commandwm42013-12-014-1/+46
* options: add options that set defaults for af/vf/ao/vowm42013-12-0113-8/+69
* old-configure: delete pre-waf config.h and config.makwm42013-11-301-0/+4
* osdep/io: also include unistd.hwm42013-11-301-0/+2
* Prevent creating zombieswm42013-11-301-3/+14
* Use O_CLOEXEC when creating FDswm42013-11-3015-30/+81
* build: don't check libsmbclient version numberwm42013-11-301-1/+1
* ao_oss: add 6.1 and 7.1 speaker placement from FreeBSDbugmen0t2013-11-301-1/+15
* ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_twm42013-11-301-2/+3
* ao_alsa: remove unneeded checkswm42013-11-301-19/+11
* ao_alsa: enable "plug" for non-interleaved float formats toowm42013-11-301-2/+1
* command: add a cycle_values input commandwm42013-11-304-1/+102
* command: change the syntax and semantics of the "run" commandwm42013-11-303-9/+38
* input: require space before '#' commentswm42013-11-301-8/+5
* input: rearrange command parsingwm42013-11-301-44/+31
* build: make deps_neg work with multiple dependenciesStefano Pigozzi2013-11-291-2/+2
* build: reimplement the OSS checks using a more declarative approachStefano Pigozzi2013-11-295-69/+55
* build: add options for enabling and disabling any libquvi versionsNikoli2013-11-293-10/+13
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0wm42013-11-2912-164/+162
* ao_alsa: disable ALSA resampling by default againwm42013-11-292-1/+13
* player: always reset some variables on seekwm42013-11-291-4/+4
* vf_pullup: properly reset on seekwm42013-11-291-14/+37
* video: restore printing warning on decreasing filter PTSwm42013-11-291-2/+2
* gl_hwdec: use a imgfmt field instead of a query_format callbackwm42013-11-294-15/+5
* vdpau: always let decoder output IMGFMT_VDPAUwm42013-11-293-3/+4
* vaapi: remove unused hw image formats, simplifywm42013-11-297-26/+11
* build: make pthreads mandatorywm42013-11-2810-56/+17
* command: allow "current" as argument to playlist_remove commandwm42013-11-283-3/+10
* input: use separate type for command definitionswm42013-11-284-54/+79
* player: simple hack to make backstep code somewhat more robustwm42013-11-281-3/+12
* video: add insane hack to work around FFmpeg/Libav insanitywm42013-11-284-3/+13
* video: warn against non-monotonic PTS instead of decreasing PTSwm42013-11-281-2/+2
* video: add heuristic to prevent framedrop during hrseek if pts brokenwm42013-11-283-1/+13
* build: make --disable-gl disable all the gl backendsStefano Pigozzi2013-11-283-4/+22
* build: add custom -I/-L flags for the BSDs [2]Stefano Pigozzi2013-11-281-4/+4
* ao_coreaudio: simplify ch label to speaker id conversionStefano Pigozzi2013-11-271-23/+37
* build: add custom -I/-L flags for the BSDsStefano Pigozzi2013-11-271-0/+8
* old-build: fix iconv check on openbsdStefano Pigozzi2013-11-271-1/+1
* af_lavi: actually free the filter graph on uninitwm42013-11-271-5/+1
* video: replace d_video->pts field, change PTS jump checkswm42013-11-276-31/+24
* video: if PTS is missing, make something up using the