summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* audio: change internal device listing APIwm42014-10-105-28/+54
* player: exit if audio init fails and there's no videowm42014-10-101-0/+2
* player: signal EOF when using --frameswm42014-10-102-2/+2
* player: minor simplificationwm42014-10-102-8/+2
* player: don't close audio device in gapless modewm42014-10-101-2/+1
* player: --save-position-on-quit should always work (2)wm42014-10-102-5/+5
* Revert "player: --save-position-on-quit should always work"wm42014-10-103-8/+5
* Add some missing "const"swm42014-10-109-14/+16
* audio/out/push: make draining slightly more robustwm42014-10-101-1/+1
* audio/out/push: fix EOF heuristicwm42014-10-102-23/+14
* fix -Wvisibility warnings with clangStefano Pigozzi2014-10-091-2/+1
* cocoa: post keydown and keyup events without event monitorStefano Pigozzi2014-10-095-0/+20
* fix -Wduplicate-decl-specifier warnings with clangStefano Pigozzi2014-10-092-4/+4
* libmpv/cocoa: don't start the event monitorStefano Pigozzi2014-10-095-11/+35
* cocoa: fix 'uninitalized' accessStefano Pigozzi2014-10-091-9/+7
* libmpv/cocoa: make global events work and get rid of is_cplayerStefano Pigozzi2014-10-095-10/+15
* manpage: fix --audio-pitch-correction descriptionAlessandro Ghedini2014-10-091-4/+4
* x11: fix inverted conditionwm42014-10-091-2/+3
* client API: add an explanatory commentwm42014-10-091-1/+1
* ao_alsa: implement device listing & selectionwm42014-10-091-0/+27
* audio: add device selection & listing with --audio-devicewm42014-10-097-6/+128
* manpage: improve --wid descriptionwm42014-10-091-8/+19
* client API: rename --input-x11-keyboard to --input-vo-keyboardwm42014-10-097-12/+18
* vf_lavfi: proper rounding for lavfi->mpv aspect ratiowm42014-10-091-2/+3
* video: try harder to decode cover art picture only oncewm42014-10-091-2/+7
* player: don't reset buffering pausing state on seekswm42014-10-091-1/+0
* cocoa: allow to embed into an arbitrary NSViewStefano Pigozzi2014-10-086-19/+34
* msg: fix unwanted blank lineswm42014-10-081-1/+3
* client API: introduce numeric log levelswm42014-10-085-1/+41
* DOCS/client_api_examples: qtexample: add a log windowwm42014-10-082-0/+29
* msg, client API: buffer partial lineswm42014-10-083-68/+77
* msg, client API: never send the status line as log messagewm42014-10-081-1/+1
* msg: set an explicit overflow messagewm42014-10-082-2/+5
* vf_lavfi: fix compilation failurewm42014-10-081-1/+0
* stream: change internal instead of external pos when dropping bufferswm42014-10-081-0/+1
* stream_dvb: use stream_drop_buffers()wm42014-10-081-2/+1
* player: minor cosmetic changewm42014-10-081-1/+1
* x11: disable various features when embedding the windowwm42014-10-071-3/+5
* player: remove unnecessary codewm42014-10-071-3/+1
* command: add cache-buffering-state propertywm42014-10-074-1/+35
* client API: improve mpv_observe_property docswm42014-10-071-11/+18
* client API: clarify pause/unpause events, modify core-idle propertywm42014-10-074-6/+24
* DOCS/client_api_examples: qtexample: set the localeJames Ross-Gowan2014-10-071-0/+6
* bstr: check strings before memcmp/strncasecmpJames Ross-Gowan2014-10-071-2/+6
* matroska: look for all known matroska file extensionswm42014-10-061-5/+18
* osd: don't let slow commands cut OSD messages shortwm42014-10-062-1/+9
* player: --save-position-on-quit should always workwm42014-10-063-5/+8
* demux_lavf: blacklist jpeg fileswm42014-10-061-0/+1
* ao_pulse: don't use pa_format_info_to_sample_spec()wm42014-10-061-9/+4
* player: open stream and demuxer asynchronouslywm42014-10-066-19/+146
* m_config: add function to copy all optionswm42014-10-063-1/+25
* cocoa: try to fix sizing bugs on retina displaysStefano Pigozzi2014-10-061-2/+2
* cocoa: fix mouse autohideStefano Pigozzi2014-10-051-1/+1
* cocoa: remove a debug commentoStefano Pigozzi2014-10-051-1/+1
* cocoa: separate video view and events viewStefano Pigozzi2014-10-057-19/+92
* cocoa: fix fullscreen with bundleStefano Pigozzi2014-10-051-1/+1
* audio/out/push: fix some AOs freezing on exitwm42014-10-051-1/+1
* cocoa: readd some function callsStefano Pigozzi2014-10-051-1/+3
* cocoa: actually reset the event flagsStefano Pigozzi2014-10-051-0/+1
* cocoa: remove some useless flagsStefano Pigozzi2014-10-051-19/+10
* cocoa: disable some features when embedding in another windowStefano Pigozzi2014-10-051-23/+25
* cocoa: remove --fs-missioncontrolStefano Pigozzi2014-10-057-73/+4
* cocoa: fix some pointer casts to be 32bit safeStefano Pigozzi2014-10-052-2/+2
* cocoa/libmpv: allow to embed mpv GL view in another windowStefano Pigozzi2014-10-054-32/+123
* examples/cocoa: never instance NSApplication with newStefano Pigozzi2014-10-051-1/+1
* examples/cocoa: set activation policy to mimic nib applicationsStefano Pigozzi2014-10-051-0/+8
* cocoa: simplify the config code and run it on the main threadStefano Pigozzi2014-10-051-9/+1
* etc: add an input config file that reverts recent key binding changeswm42014-10-051-0/+31
* audio/out/push: make draining more robustwm42014-10-051-20/+15
* audio/out/push: limit fallback sleep time to reasonable limitswm42014-10-051-2/+4
* ao_pulse: change suspend circumvention logicwm42014-10-041-1/+6
* manpage: changes: random corrections and additionswm42014-10-041-13/+19
* manpage: changes: move internal changes section to the endwm42014-10-041-22/+22
* options: add --no-keepaspect-windowwm42014-10-045-3/+13
* cocoa: don't reset presentation options on uninitStefano Pigozzi2014-10-041-1/+0
* cocoa: only call resize for view changing frameStefano Pigozzi2014-10-042-5/+2
* cocoa: remove pointless drawRectStefano Pigozzi2014-10-041-7/+0
* cocoa: make fullscreening look like an atomic operationStefano Pigozzi2014-10-041-0/+16
* cocoa: make resizing wake the vo threadStefano Pigozzi2014-10-041-0/+1
* cocoa: remove dead codeStefano Pigozzi2014-10-042-19/+0
* vf_stereo3d: fix "auto" input format with libavAlessandro Ghedini2014-10-041-1/+1
* manpage: refactor MPlayer -> mpv changes sectionAlessandro Ghedini2014-10-041-90/+137
* x11: stupid workaround for XMonadwm42014-10-043-7/+21
* ad_lavc: avoid warning messages on older FFmpeg or Libavwm42014-10-041-0/+2
* cocoa: move to a simpler threading modelStefano Pigozzi2014-10-047-114/+37
* build: fix examples target pathsStefano Pigozzi2014-10-041-3/+3
* build: allow to compile the cocoabasic.m exampleStefano Pigozzi2014-10-041-3/+9
* manpage: improve consistency with new ~/.config/mpv defaultKevin Mitchell2014-10-044-27/+32
* player: move some libass setup code to sub.cwm42014-10-034-96/+100
* player: properly wakeup when delaying OSDwm42014-10-031-1/+3
* video: return responsibility of video redraw back to playloopwm42014-10-033-4/+22
* player: remove central uninit_player() function and flags messwm42014-10-039-227/+184
* ao_pulse: refuse to start suspendedwm42014-10-031-1/+1
* audio: skip samples and adjust timestamps ourselveswm42014-10-033-2/+34
* man: replaced : with , in broken --lua-opts osc exampleStephen Caraher2014-10-031-1/+1
* command: don't show message on "osd" command by defaultwm42014-10-031-3/+2
* command: allow passing memory addresses to overlay_addwm42014-10-032-0/+16
* command: restructure overlay_add codewm42014-10-031-46/+63
* manpage: remove non-existing ratio-pos propertywm42014-10-021-3/+0
* x11: fix --wid=0wm42014-10-021-0/+1
* manpage: redocument audio delay key bindingswm42014-10-021-0/+3
* player: don't print audio/video init failure message twicewm42014-10-022-3/+4
* audio: enable pitch correction by default when playing fastwm42014-10-024-2/+49
* audio/filter: allow removing filters by labelwm42014-10-022-1/+33
* command: move setting playback speed to a separate functionwm42014-10-023-10/+19
* audio: refactor some aspects of filter chain setupwm42014-10-025-104/+56
* audio/filter: don't wipe full filter chain if adding a filter failswm42014-10-021-2/+5
* sub: round scaled subtitleswm42014-10-021-4/+4
* vo_vdpau: don't try to create surfaces of size 0wm42014-10-012-11/+11
* demux_disc: bluray: fix stream language (2)wm42014-09-301-0/+1
* man: fix to->too typoKevin Mitchell2014-09-301-1/+1
* audio: remove --audiodropwm42014-09-305-24/+0
* w32_common: quit event loop on destroyJames Ross-Gowan2014-09-301-6/+11
* vd_lavc: fix a small memory leak on init errorwm42014-09-292-8/+5
* x11: always wait for mapped when using --widwm42014-09-291-2/+3
* demux_disc: export BD/DVD audio languagewm42014-09-291-0/+1
* stream: don't drop buffers on failed seekswm42014-09-291-6/+2
* cache_file: refuse to cache unseekable streamswm42014-09-291-0/+5
* demux_lavf: bluray: don't skip stream data when flushingwm42014-09-291-3/+4
* demux_disc: bluray: potentially fix some aspects of seekingwm42014-09-292-1/+7
* mpv.desktop: add more ogg-related mime typesAlessandro Ghedini2014-09-291-1/+1
* lua: add mpv/lua directories to the lua pathOtto Modinos2014-09-282-3/+33
* DOCS/client_api_examples: qtexample: remove broken resizingwm42014-09-281-8/+6
* client API, X11: change default keyboard input handling againwm42014-09-289-13/+49
* Fix build with libavfilter disabledwm42014-09-281-1/+1
* stream_bluray: autodetect AVCHD directorieswm42014-09-271-3/+4
* video: change automatic rotation and 3D filter insertionwm42014-09-273-17/+114
* vf_lavfi: make chaining from other filters more flexiblewm42014-09-273-26/+45
* input: copy options automaticallywm42014-09-271-36/+29
* input: separate creation and loading of configwm42014-09-273-15/+25
* stream: change malloc+memset to callocBruno George Moraes2014-09-273-8/+2
* audio/out/push: clean up properly on init errorwm42014-09-271-9/+16
* audio/out: check device buffer size for push.c onlywm42014-09-272-7/+5
* audio/out: disable ao_sndio by defaultwm42014-09-262-4/+5
* audio/out: fail init on unknown audio bufferwm42014-09-261-0/+7
* ao_sndio: print a warning when draining audiowm42014-09-261-7/+14
* ao_sndio: update buffer status on get_delaywm42014-09-261-9/+15
* ao_sndio: change p->delay to sampleswm42014-09-261-7/+5
* ao_sndio: set non-blocking flagwm42014-09-261-1/+1
* ao_sndio: fix some incorrect commentswm42014-09-261-2/+2
* old-configure: minor improvementswm42014-09-261-5/+4
* build: add -Wno-format-zero-lengthwm42014-09-264-3/+6
* demux_mkv: don't use default_duration for parsed packetswm42014-09-261-4/+6
* stream_bluray: allow opening BDMV directories directlywm42014-09-262-0/+88
* stream_dvdnav: allow opening DVD directories directlywm42014-09-262-0/+54
* stream_dvd: better .ifo probingwm42014-09-255-21/+66
* player: do not wrongly clear OSD bar stops, reindentwm42014-09-251-30/+30
* player: simplify OSD message handling codewm42014-09-252-103/+60
* player: move code to make playloop smallerwm42014-09-252-9/+9
* player: rate-limit OSD text updatewm42014-09-254-10/+18
* player: fix OSD redraw heuristic with audio-only modewm42014-09-251-1/+1
* sub: approximate subtitle display in no-video modewm42014-09-251-0/+3
* Remove mpbswap.hwm42014-09-255-39/+5
* stream_cdda, demux_raw: always use s16lewm42014-09-252-9/+1
* osc: update cache displayChrisK22014-09-251-3/+14
* demux_mkv: get rid of MS structswm42014-09-253-119/+39
* audio: remove WAVEFORMATEX from internal demuxer APIwm42014-09-255-98/+88
* video: remove BITMAPINFOHEADER from internal demuxer APIwm42014-09-253-25/+18
* audio: confine demux_mkv audio PCM hackwm42014-09-242-56/+28
* audio: decouple demux and audio decoder/filter sample formatswm42014-09-247-85/+66
* ao_sndio: fix U24 bit widthwm42014-09-241-1/+1
* TOOLS/umpv: drop unnecessary checkwm42014-09-241-2/+0
* TOOLS/umpv: use python octal notationshdown2014-09-241-1/+1
* TOOLS/mpv_identify.sh: remove pointless escapeshdown2014-09-241-1/+1
* TOOLS/idet.sh: add descriptionshdown2014-09-241-0/+3
* TOOLS/idet.sh: remove unused and duplicated assignmentsshdown2014-09-241-2/+0
* player: change --keep-open semanticswm42014-09-242-2/+11
* player: show correct playback time with --keep-open --no-videowm42014-09-241-1/+2
* player: --loop-file takes precedence before --keep-openwm42014-09-241-2/+2
* ao_oss: improve format negotiation, and hopefully fix pass-throughwm42014-09-241-45/+45
* ao_coreaudio: fix build failurewm42014-09-241-1/+1
* ao_oss: unbreakwm42014-09-231-2/+2
* ao_pulse: digital pass-throughwm42014-09-231-20/+46
* ao_pulse: correctly wait for stream statewm42014-09-231-1/+8
* ao_pulse: use pa_stream_new_extended()wm42014-09-231-3/+8
* audio: cleanup spdif format definitionswm42014-09-2314-94/+95
* ao_wasapi: fix fragile format-mapping codewm42014-09-231-28/+19
* audio: drop swapped-endian audio formatswm42014-09-2325-370/+258
* audio: remove swapped-endian spdif formatswm42014-09-237-37/+29
* vf_vapoursynth: make it possible to get filter output incrementallywm42014-09-231-27/+77
* player: allow passing number of loops to --loop-filewm42014-09-223-6/+14
* audio: prefer libavcodec over libmpg123wm42014-09-221