summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stream: don't require streams to set s->pos in seek callbackwm42013-08-229-22/+11
* stream: move file forward skipping to common stream implementationwm42013-08-223-52/+29
* stream_avdevice: remove redundant dummy callbackwm42013-08-221-6/+0
* stream_file: uncrustifywm42013-08-221-132/+140
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-2210-113/+591
* mp_msg: fix typo in message level for new msg API macrosStefano Pigozzi2013-08-221-2/+2
* cocoa_common: fix window positioning with `--geometry`Stefano Pigozzi2013-08-221-10/+5
* mplayer: replace "D:" in status line with "Late:"wm42013-08-211-1/+1
* options: replace --edition=-1 with --edition=autowm42013-08-213-5/+7
* mplayer: start track IDs from 1 rather than 0wm42013-08-213-3/+3
* manpage: fix (again) incorrect ao_alsa exampleCheng Sun2013-08-201-1/+1
* command: simplify video brightness/gamma/etc. handling a bitwm42013-08-201-44/+17
* vf_eq: fix behavior when changing parameterswm42013-08-201-4/+14
* m_option: make "add speed 0.1" command workwm42013-08-191-0/+1
* mp_core: declare seek_type enum outside of nested structwm42013-08-191-3/+8
* wayland: separate shm and cursor contextAlexander Preisinger2013-08-192-9/+15
* m_option: rename struct member named "new"wm42013-08-192-5/+5
* video: make it possible to scale/pan the video by arbitrary amountswm42013-08-196-5/+62
* options: remove --panscanrange optionwm42013-08-194-19/+3
* mplayer: reshuffle on every loop if --loop and --shuffle are usedwm42013-08-194-23/+7
* vaapi: use highest available profile, instead of mapping it exactlywm42013-08-191-41/+38
* vdpau: don't try to match codec profileswm42013-08-191-27/+11
* changes: add some things for completenesswm42013-08-191-3/+31
* vo_vdpau: add RGB supportwm42013-08-182-14/+158
* vo_vdpau: fix screenshots if panscan is usedwm42013-08-181-4/+5
* vo_vdpau: remove unused variablewm42013-08-181-2/+0
* mplayer: don't make restored options from quit_watch_later per-file localwm42013-08-171-6/+8
* command: more intuitive chapter seek behaviorPhilip Sequeira2013-08-175-2/+36
* command: allow seek to "chapter -1"Philip Sequeira2013-08-172-3/+8
* vo_vdpau: use color close to black as default colorkey (instead of green)wm42013-08-172-4/+7
* vo_vdpau: allow setting colorkeywm42013-08-173-0/+23
* m_option: add missing copy callback for some option typeswm42013-08-171-0/+5
* m_option: make defval constwm42013-08-171-1/+1
* sd_lavc_conv: don't check AV_CODEC_PROP_TEXT_SUB flagwm42013-08-152-18/+3
* sub: don't print detected charset if it's UTF-8wm42013-08-153-5/+10
* vdpau_old: add forgotten probe callbackwm42013-08-151-0/+1
* manpage: fix incorrect ao_alsa example, extend changes.rstwm42013-08-152-2/+7
* sub: make --subcp=enca the default.wm42013-08-152-5/+19
* sub: allow specifying a fallback codepage if input is not UTF-8wm42013-08-152-4/+18
* bstr: make UTF-8 check stricterwm42013-08-151-0/+8
* sub: if charset detection fails, treat it as broken UTF-8wm42013-08-153-8/+18
* bstr: add UTF-8 validation and sanitation functionswm42013-08-152-1/+81
* vdpau: fix compilation on Libavwm42013-08-151-0/+1
* video/decode: change fix_image callbackwm42013-08-153-5/+7
* vd_lavc: fix comment, document hwdec video frame size trickinesswm42013-08-151-1/+4
* video/decode: pass parameters directly to hwdec allocate_image callbackwm42013-08-155-20/+14
* vo_corevideo: add uyvy422 pixel format supportStefano Pigozzi2013-08-151-0/+5
* input: fix build if HAVE_PTHREADS is undefinedGiuliano Schneider2013-08-151-1/+1
* sub: fix accidental subtitle overlapswm42013-08-141-1/+6
* x11: fix --ontopwm42013-08-141-3/+3
* vaapi: fix typowm42013-08-141-2/+2
* changes.rst: document some OSX and windows changesStefano Pigozzi2013-08-131-0/+5
* input.conf: bind AXIS_(LEFT|RIGHT) to seek 5Stefano Pigozzi2013-08-131-2/+2
* cocoa_common: add precise scrolling supportStefano Pigozzi2013-08-131-16/+11
* macosx: remove platform specific input queueStefano Pigozzi2013-08-135-68/+3
* input: make input queue thread safeStefano Pigozzi2013-08-131-6/+35
* mpvcore/options: Update default user agent stringMartin Herkt2013-08-131-1/+2
* demux: move demux_mf before demux_subreaderwm42013-08-121-3/+3
* demux_subreader: report what subtitle format has been foundwm42013-08-121-0/+2
* stream_bluray: fix bd:// url segfault introduced by commit bc1d61Noble Huang2013-08-121-6/+2
* Revert "sub: support straight alpha additionally to premultiplied alpha"wm42013-08-125-93/+18
* manpage: actually document --hwdec=autowm42013-08-121-0/+7
* configure: fix typowm42013-08-121-1/+1
* vo: fix build with #ifdef -> #ifwm42013-08-121-1/+1
* video: add vaapi decode and output supportwm42013-08-1216-5/+1635
* img_convert: add function to scale RGBA OSD imageswm42013-08-124-1/+50
* sub: support straight alpha additionally to premultiplied alphawm42013-08-124-16/+91
* video: redo hw decoding initialization, add --hwdec=autowm42013-08-116-100/+204
* x11_common: get hack for Motif Window Manager out of the waywm42013-08-111-1/+11
* vo: unref waiting image before destroying VO driverwm42013-08-111-1/+1
* core: make sure hw decoding works when playing multiple fileswm42013-08-111-5/+5
* version.sh: add --print option, which prints version to stdoutwm42013-08-091-2/+23
* version.sh: integrate the release tag in outputwm42013-08-091-2/+2
* demux_lavf: blacklist "tty" libavformat demuxerv0.1.0wm42013-08-071-1/+16
* changes.rst: add precise scrolling supportAlexander Preisinger2013-08-071-0/+2
* input.conf: better documentation and sane defaultsAlexander Preisinger2013-08-071-2/+4
* wayland: add support for precise scrollingAlexander Preisinger2013-08-071-2/+14
* input: add support for precise scroll axesAlexander Preisinger2013-08-075-3/+39
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-06211-517/+517
* core: move contents to mpvcore (1/2)Stefano Pigozzi2013-08-0667-0/+0
* gl_video: handle non-mod-2 4:2:0 YUV video correctlywm42013-08-062-2/+14
* Merge pull request #154 from rossy2401/wasapi-pauseDiogo Franco2013-08-051-1/+2
|\
| * ao_wasapi: don't check the audio feed while pausedJames Ross-Gowan2013-07-271-1/+2
* | changes.rst: mention wayland supportAlexander Preisinger2013-08-051-0/+1
* | mp_msg: fix typo in commentwm42013-08-051-1/+1
* | stream_radio: fix some thingswm42013-08-053-5/+5
* | core: change speed option/property to doublewm42013-08-056-17/+18
* | demux_lavf: make avio buffer configurablewm42013-08-043-6/+15
* | demux_lavf: fix API usagewm42013-08-041-2/+10
* | option: fix inverted --mouseinput optionwm42013-08-031-1/+1
* | command: make vf and af commands more verbosewm42013-08-032-2/+25
* | command: add vf/af propertieswm42013-08-033-1/+63
* | command: split filter changing in two functionswm42013-08-031-39/+49
* | options: don't make options set during playback file local (e.g. --vf)wm42013-08-027-81/+67
* | configure: lower libdvdread minimum required versionwm42013-08-021-1/+1
* | m_option.c: fix typo in messagewm42013-08-021-1/+1
* | m_config: minor simplificationwm42013-08-021-11/+10
* | stream: parse URL escapes for file://wm42013-08-024-0/+41
* | Remove m_structwm42013-08-026-208/+0
* | stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-0222-592/+281
* | manpage: clean up environment variables sectionwm42013-08-021-54/+32
* | manpage: document exit codeswm42013-08-021-0/+18
* | manpage: move screenshot section above option listwm42013-08-021-17/+17
* | mplayer: add more verbose exit codesAndre D2013-08-023-17/+61
* | encoding-example-profiles: get rid of the N900 anti upscale hack.Rudolf Polzer2013-08-021-1/+1
* | ao_coreaudio: move to new log APIStefano Pigozzi2013-08-014-99/+101
* | ao_coreaudio: remove useless definesStefano Pigozzi2013-08-011-3/+0
* | audio/out: add support for new logging APIStefano Pigozzi2013-08-013-10/+18
* | vo_corevideo: use new log APIStefano Pigozzi2013-08-011-15/+5
* | vo_corevideo: move to C from Objective-CStefano Pigozzi2013-08-013-42/+12
* | cocoa_common: use new log APIStefano Pigozzi2013-08-011-7/+11
* | wayland: switch to the new mp_msg apiAlexander Preisinger2013-07-313-8/+23
* | video/out: use new mp_msg stuff for vo.c and vo_openglwm42013-07-318-83/+97
* | mp_msg: introduce new log functions and macroswm42013-07-315-66/+255
* | options: handle presets directly in m_configwm42013-07-316-36/+48
* | m_option: fix skipping of missing -vo/-ao entrieswm42013-07-311-3/+9
* | m_config: remove alias informationwm42013-07-312-24/+12
* | m_config: store file local backup options differentlywm42013-07-312-16/+31
* | m_config: make m_profile struct non-publicwm42013-07-312-13/+11
* | cocoa_common: simplify resize codeStefano Pigozzi2013-07-301-51/+16
* | vd_lavc: print warning if hardware decoding API is not availablewm42013-07-301-0/+3
* | vd_lavc: fix CONFIG_VDPAU checkwm42013-07-301-1/+1
* | configure: fix vdpau test if vdpau is disabled/unavailablewm42013-07-301-5/+8
* | mpv.rc: update Windows iconJames Ross-Gowan2013-07-305-2/+66
* | crosscompile-mingw.txt: it's "MinGW" not "MingGW"wm42013-07-301-3/+3
* | crosscompile-mingw.txt: mingw-w64 now has modern OpenGL headers in trunkwm42013-07-301-1/+1
* | stream: remove inactive URL option fieldswm42013-07-303-23/+0
* | stream_dvd: fix .ifo redirectionwm42013-07-301-2/+1
* | Fix some warningsJonathan Yong2013-07-301-6/+6
* | ao_coreaudio: use default output unit when no device is specifiedStefano Pigozzi2013-07-291-1/+3
* | command: silence a warningwm42013-07-291-0/+2
* | build: fix build with vdpau, simplifywm42013-07-295-80/+43
* | build: fix vdpau_template.c generationwm42013-07-291-1/+1
* | TOOLS: add script for emulating "unique application" functionality on Linuxwm42013-07-281-0/+91
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-2819-318/+897
* | lavc_dr1: make reference counting thread-safewm42013-07-281-4/+39
* | mp_image_pool: make reference counting thread-safewm42013-07-282-40/+70
* | mp_image: make reference counting thread-safewm42013-07-281-3/+27
* | m_config: try to print min/max values as integers in --list-optionswm42013-07-281-2/+2
* | m_config: hide no-* opts in --list-options, simplify positional suboptswm42013-07-282-19/+23
* | options: print default values in --list-optionswm42013-07-281-0/+24
* | m_config: refactor some thingswm42013-07-288-152/+127
* | core: make mpctx->opts a pointerwm42013-07-287-131/+132
* | command: mark special options as unavailablewm42013-07-281-0/+2
* | mp_image: pass through colorspace info to libavfilterwm42013-07-281-0/+8
* | vf: fix unintended overwriting of image infowm42013-07-282-4/+5
* | ao_coreaudio: prevent buffer underruns to output garbageStefano Pigozzi2013-07-281-1/+6
* | ao_coreaudio: fix compilation on OS X 10.7Dmitry Kalinkin2013-07-281-1/+1
|/
* getch2: Load the "ce", "ks" and "ke" caps into a static bufferDiogo Franco (Kovensky)2013-07-261-3/+6
* getch2: Deactivate getch2 on SIGINT; also handle SIGQUITDiogo Franco (Kovensky)2013-07-261-0/+4
* getch2: Only send ESC if it was typed twiceDiogo Franco (Kovensky)2013-07-261-3/+5
* getch2: Handle setupterm errorsDiogo Franco (Kovensky)2013-07-261-1/+18
* getch2: fix compilationwm42013-07-261-1/+1
* options: simplify --correct-pts handlingwm42013-07-266-20/+9
* getch2: Support ESC keypresses againDiogo Franco (Kovensky)2013-07-251-1/+9
* configure: fix terminfo checkwm42013-07-261-1/+1
* gl_video: make sure image parameters are correctly set on screenshotswm42013-07-261-7/+8
* command: allow printing time properties with millisecondswm42013-07-261-9/+35
* command: add pseudo-property that allows you to read global optionswm42013-07-262-0/+28
* m_property: fix non-sense codewm42013-07-261-1/+2
* video: support setting libswscale chroma positionwm42013-07-256-1/+41