summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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 frameratewm42013-11-272-10/+7
* video: refactor PTS code, add fall back heuristic to DTSwm42013-11-275-76/+117
* Move some code from player to audio/video reset functionswm42013-11-274-13/+13
* cosmetics: rename video/audio reset functionswm42013-11-2711-21/+21
* video: remove commented codewm42013-11-271-13/+2
* video: use dts as fallback when determining pts by sortingwm42013-11-271-11/+10
* ao_coreaudio: map channel labels needed for 8ch layoutsStefano Pigozzi2013-11-271-4/+30
* audio: better rejection of invalid formatswm42013-11-274-20/+28
* video/filter: fix PIC compile on x86Natanael Copa2013-11-262-3/+9
* video: unbreak --no-correct-pts with demuxers that use DTSwm42013-11-264-6/+8
* demux_mkv: fix realvideo timestamp handlingwm42013-11-261-47/+40
* bootstrap.py: reindent to 4 spacesStefano Pigozzi2013-11-261-4/+4
* build: remove pointless exception handling in oss checkStefano Pigozzi2013-11-261-9/+5
* build: unbreak __get_osslibdir__ on python3Stefano Pigozzi2013-11-261-1/+1
* cocoa: unlock on uninitStefano Pigozzi2013-11-261-1/+3
* build: check for pthreads with and without additional cflagsStefano Pigozzi2013-11-261-1/+5
* av_common: fix typo in commentStefano Pigozzi2013-11-261-1/+1
* ao_alsa: do not forcibly disable ALSA resamplingMartin Herkt2013-11-261-6/+0
* ad_lavc: increase number of packets for initial decodewm42013-11-261-2/+5
* player: don't use a loop when no loop is neededwm42013-11-261-4/+1
* player: move code for skipping 0-sized video packets to demuxerwm42013-11-262-10/+9
* build: make cygwin use *nix timersStefano Pigozzi2013-11-262-2/+1
* build: add -mwin32 on cygwinStefano Pigozzi2013-11-261-0/+4
* build: add a gdi check for windowsStefano Pigozzi2013-11-262-2/+7
* sub: respect detected language for fuzzy-matched external subtitleswm42013-11-253-21/+26
* player: only pause for waiting on cache if it makes sensewm42013-11-251-1/+3
* video: move timestamp determination code to dec_videowm42013-11-253-42/+44
* video: disable PTS sorting fallback by defaultwm42013-11-254-6/+13
* demux_lavf: disable genpts by default, remove the builtin genpts hackwm42013-11-252-94/+13
* demux: export dts from demux_lavf, use it for aviwm42013-11-258-25/+45
* player: merge no-correct-pts with correct-pts codewm42013-11-254-52/+16
* player: change semantics of --no-correct-ptswm42013-11-252-27/+8
* dec_video: fix function signaturewm42013-11-252-4/+6
* video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFramewm42013-11-255-30/+30
* player: warn if PTS association mode switcheswm42013-11-251-2/+2
* build: don't abort if our OSS implementation isn't from 4FrontStefano Pigozzi2013-11-251-3/+3
* build: run oss_audio.c check with oss cflags as wellStefano Pigozzi2013-11-251-4/+6
* build: unbreak __get_osslibdir__()bugmen0t2013-11-251-2/+4
* build: only check 4Front OSS after passing its CFLAGSbugmen0t2013-11-251-10/+10
* input: discard precise scrolling commands with no valueStefano Pigozzi2013-11-251-0/+2
* build: fix construction of args to pkg-configNatanael Copa2013-11-251-2/+8
* build: work around bug in waf's bundle installationStefano Pigozzi2013-11-251-0/+5
* build: add install_files call after the mpv target was definedStefano Pigozzi2013-11-241-2/+3
* bootstrap.py: check version if waf already existseng2013-11-241-7/+9
* build: also install mpv CLI binary when building OS X bundleStefano Pigozzi2013-11-241-0/+2
* gitignore: add generated files by old build systemStefano Pigozzi2013-11-241-0/+3
* bootstrap.py: skip download if waf already existswm42013-11-241-1/+7
* build: make waf append pkgconfig flags as-is [2]Stefano Pigozzi2013-11-241-1/+0
* build: make waf append pkgconfig flags as-isStefano Pigozzi2013-11-241-3/+14
* travis: remove --disable-doc from libav/ffmpeg configureStefano Pigozzi2013-11-241-1/+1
* player: close demuxer before streamwm42013-11-241-2/+3
* osd: remove mp_osd_res.video_par fieldwm42013-11-2410-12/+2
* Rename sub.c/.h to osd.c/.hwm42013-11-2443-47/+36
* vd_lavc: improve a commentwm42013-11-241-1/+2
* build: store dependencies as listsStefano Pigozzi2013-11-242-13/+26
* build: cache compiler defines on the configure context directlyStefano Pigozzi2013-11-241-3/+3
* travis: disable e-mail notificationsStefano Pigozzi2013-11-231-0/+1
* vd_lavc: when falling back to software, revert filter error statuswm42013-11-231-0/+2
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-2312-15/+12
* Attempt to fix build on older libavcodec versionswm42013-11-232-0/+2
* audio: respect --end/--length with spdif passthroughwm42013-11-231-1/+2
* video: don't overwrite demuxer FPS valuewm42013-11-234-26/+18
* video: move handling of container vs. stream AR out of vd_lavc.cwm42013-11-234-39/+34
* ao_rsound: fix option typeswm42013-11-231-2/+2
* dec_video: make vf_input and hwdec_info statically allocatedwm42013-11-236-18/+14
* dec_video: remove "initialized" fieldwm42013-11-233-16/+9
*