aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* demux_mkv: refactor packet parsingGravatar wm42015-02-05
* build: add option to generate a clang compilation databaseGravatar Stefano Pigozzi2015-02-05
* vo_vdpau: remove unneeded codeGravatar wm42015-02-04
* vo_opengl: redraw when pausing while showing an interpolated frameGravatar wm42015-02-04
* options: allow things like --geometry=x50Gravatar wm42015-02-04
* matroska: warn against mismatching segmentsGravatar wm42015-02-04
* player: move timeline specific handling to timeline loadersGravatar wm42015-02-04
* manpage: document hook APIGravatar wm42015-02-04
* command: add on_unload hookGravatar wm42015-02-04
* stream_cdda: fix bugs in chapter time retrievalGravatar wm42015-02-04
* demux_raw: output smaller audio packetsGravatar wm42015-02-04
* osdep/subprocess-posix: remove __GLIBC__ guardGravatar Kevin Mitchell2015-02-03
* player: make --force-window create the window immediately on startGravatar wm42015-02-03
* player: remove --fixed-voGravatar wm42015-02-03
* options: allow more options to be changed at runtimeGravatar wm42015-02-03
* cocoa: improve refresh rate fallback codeGravatar Stefano Pigozzi2015-02-03
* cocoa: automatically fetch display-fps from the monitorGravatar Stefano Pigozzi2015-02-03
* vo_opengl: disable alpha by defaultGravatar wm42015-02-03
* demux_disc: fix CDDA seekabilityGravatar wm42015-02-03
* vo_opengl: avoid unnecessary shader reinit on fullscreen toggleGravatar wm42015-02-03
* vo_opengl: change initialization of gamma optionGravatar wm42015-02-03
* csputils, vo_opengl: remove per-component gammaGravatar wm42015-02-03
* csputils: remove some unused functions, make some privateGravatar wm42015-02-03
* command: new commands audio_add/audio_remove/audio_reloadGravatar xylosper2015-02-03
* 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