aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* mp_image: simplify mp_image_steal_data()Gravatar wm42016-04-15
* mp_image: pass through AVHWFramesContextGravatar wm42016-04-15
* ao_coreaudio_exclusive: list formats when searching substreamGravatar wm42016-04-15
* ao_coreaudio: remove unused functionGravatar wm42016-04-15
* lcms: include math.hGravatar wm42016-04-15
* command: log property set callsGravatar wm42016-04-15
* command: allow setting panscan etc. properties if no video is activeGravatar wm42016-04-15
* client API: improve mpv_set_property() handling of MPV_FORMAT_NODEGravatar wm42016-04-15
* vo_opengl: rpi: don't include x11 header fileGravatar wm42016-04-15
* player: fix use-after-free with --screenshot-directoryGravatar wm42016-04-14
* build: add check for AVHWFramesContext APIGravatar wm42016-04-14
* m_option: slightly improve --msg-level=help outputGravatar wm42016-04-13
* m_option: add string conversion for --audio-channelsGravatar wm42016-04-13
* vo_opengl: simplify and improve up scale=oversampleGravatar Niklas Haas2016-04-12
* demux_mkv: fix seeking with files that miss the first index entryGravatar wm42016-04-12
* vf_vavpp: reindentGravatar wm42016-04-11
* vaapi: determine surface format in decoder, not in rendererGravatar wm42016-04-11
* Revert "build: disable encoding mode by default"Gravatar Rudolf Polzer2016-04-11
* encode_lavc: Migrate to codecpar API.Gravatar Rudolf Polzer2016-04-11
* aspect: rework --video-unscaledGravatar Niklas Haas2016-04-10
* aspect: remove useless debug messagesGravatar wm42016-04-10
* vo_opengl: improve rotation handling (again)Gravatar wm42016-04-08
* TOOLS/zsh.pl: properly escape last changeGravatar Philip Sequeira2016-04-08
* command: add keepaspect propertyGravatar wm42016-04-08
* osd: add italic font for osdGravatar st4t1k2016-04-08
* TOOLS/zsh.pl: don't complete URLs by defaultGravatar Philip Sequeira2016-04-08
* vo_opengl: log if glGetString(GL_VERSION) returns NULLGravatar wm42016-04-08
* d3d: fix Windows buildGravatar wm42016-04-07
* vo_opengl: videotoolbox: use kCVPixelBufferLock_ReadOnly for screenshotsGravatar wm42016-04-07
* videotoolbox: change how videotoolbox format is managedGravatar wm42016-04-07
* mp_image: introduce a hw_subfmt fieldGravatar wm42016-04-07
* vd_lavc: let hardware decoder request delaying frames explicitlyGravatar wm42016-04-07
* vd_lavc: fix codec vs. decoder confusionGravatar wm42016-04-07
* vo: don't reset vsync statistics on seeks etc.Gravatar wm42016-04-06
* sub: interpret "text" subtitles as srtGravatar wm42016-04-06
* vo_opengl: fix build breakageGravatar wm42016-04-06
* vo_opengl: minor simplificationGravatar wm42016-04-05
* vo_opengl: fix nnedi + rectangle texturesGravatar wm42016-04-05
* cache: disable useless "Cache is not responding" warningGravatar wm42016-04-03
* x11: do not set _NET_WM_BYPASS_COMPOSITOR by defaultGravatar wm42016-04-03
* aspect: make video-zoom logarithmicGravatar Niklas Haas2016-04-03
* manpage: change underscore to hyphen in input commandGravatar Kevin Mitchell2016-04-03
* manpage: fix typoGravatar Kevin Mitchell2016-04-02
* manpage: add example for --msg-levelGravatar wm42016-04-02
* build: make DVB test stricterGravatar wm42016-04-02
* build: fix AVCodecParameters FFmpeg API check (again)Gravatar wm42016-04-02
* sd_lavc: use decoder-reordered PTS for PGSGravatar wm42016-04-02
* sd_lavc: add a comment about duration==0 handlingGravatar wm42016-04-02
* sd_lavc: fix subtitle display with unknown end timestampsGravatar wm42016-04-02
* ao_coreaudio_exclusive: add missing newline to log messageGravatar wm42016-04-01