aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* options: fix parsing for options/af and options/vfGravatar wm42015-02-03
* vo_opengl: change upper bound of :gamma to 2.0Gravatar Niklas Haas2015-02-03
* manpage: add recommended values to :gamma suboptionGravatar Niklas Haas2015-02-03
* vo_opengl: always clamp the video to range 0-1Gravatar Niklas Haas2015-02-03
* ao_coreaudio: fix small memory leakGravatar Stefano Pigozzi2015-02-03
* ao_coreaudio: use device UID instead of ID for selectionGravatar Stefano Pigozzi2015-02-03
* command: add property returning detected audio deviceGravatar Stefano Pigozzi2015-02-03
* win32: don't resize when window is minimizedGravatar wm42015-02-02
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* player: add external audio file auto-loadingGravatar wm42015-02-02
* options: slightly improve help output for choice and flag optionsGravatar wm42015-02-02
* command: add properties returning the current VO and AO driverGravatar wm42015-02-02
* client API: add mpv_wait_async_requests()Gravatar wm42015-02-02
* command: add dummy get implementation for tv-channel propertyGravatar wm42015-02-02
* vo_opengl: fix breakage with rotated video on initial displayGravatar wm42015-02-02
* osxbundle: don't try to package PythonGravatar Stefano Pigozzi2015-02-02
* build: disable pdf build by defaultGravatar wm42015-02-02
* demux_mkv: use unique IDs for cover art pseudo-tracksGravatar wm42015-02-01
* player: dump audio jitter to stats fileGravatar wm42015-02-01
* TOOLS/stats-conv: change unit of X-axis to secondsGravatar wm42015-02-01
* command: send additional property change events in-between loadingGravatar wm42015-02-01
* command: improve observability of some audio propertiesGravatar wm42015-02-01
* build: fix v4l2 support on NetBSDGravatar wm42015-01-31
* player: don't treat audio playback restart while paused specialGravatar wm42015-01-30
* player: minor simplification in A/V-sync related codeGravatar wm42015-01-30
* Revert "player: allow seeking audio between video frames"Gravatar wm42015-01-30
* ao_null: add emulation for certain broken behaviorGravatar wm42015-01-30
* player: print desync message on negative A/V-sync tooGravatar wm42015-01-30
* player: rearrange some A/V-sync related codeGravatar wm42015-01-30
* player: use correct type for some relative timesGravatar wm42015-01-30
* av_common: add comment about using now-deprecated libavcodec fieldGravatar wm42015-01-30
* vo_opengl: use triangle strip for videoGravatar wm42015-01-30
* README: mention that youtube-dl integration requires LuaGravatar wm42015-01-30
* vo_opengl: don't unnecessarily call glDebugMessageCallback()Gravatar wm42015-01-30
* vo_opengl: fix a castGravatar wm42015-01-29
* command: change sub-visibility OSD messageGravatar wm42015-01-29
* vf_vapoursynth: load Lua stdlib in Lua modeGravatar wm42015-01-29
* vo_opengl: let hwdec driver report the exact image formatGravatar wm42015-01-29
* vo_opengl: move remaining OSD rendering parts to gl_osd.cGravatar wm42015-01-29
* vo_opengl: split out a helper for drawing primitivesGravatar wm42015-01-29
* vo_opengl: some minor cleanupsGravatar wm42015-01-29
* vo_opengl: force redraw on command line changesGravatar wm42015-01-29
* vo_opengl: move FBO helper to gl_utilsGravatar wm42015-01-29
* vo_opengl: fix shader issue with Intel driversGravatar wm42015-01-29
* player: move more code out of central playloop functionGravatar wm42015-01-29
* player: remove redundant variableGravatar wm42015-01-29
* vo_opengl: create abstraction for VAOsGravatar wm42015-01-28
* vo_opengl: remove some unused functionsGravatar wm42015-01-28
* vo_opengl: move utility functions from loader to a separate fileGravatar wm42015-01-28
* player: allow seeking audio between video framesGravatar wm42015-01-28