aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* manpage: lua: fix typo paramater -> parameterGravatar Alessandro Ghedini2014-11-26
* demux_lavf: set PTS of first packet for formats with no timestampsGravatar wm42014-11-25
* ao_alsa: fix channel map in pre-channel map API caseGravatar wm42014-11-25
* ao_alsa: always enable "plug" plugin for non-default deviceGravatar wm42014-11-25
* ao_alsa: select and set channel maps via channel map APIGravatar wm42014-11-25
* ao_alsa: minor fixesGravatar wm42014-11-25
* client API: make sure youtube-dl is not used by defaultGravatar wm42014-11-25
* cocoa: don’t hand over view memory ownership to libmpv clientsGravatar Stefano Pigozzi2014-11-25
* audio: make mp_audio_config_to_str return a stack-allocated stringGravatar wm42014-11-25
* ao_alsa: cleanupsGravatar wm42014-11-25
* player: add option not to use OSD/fontconfigGravatar wm42014-11-25
* audio: make mp_chmap_to_str() return a stack-allocated stringGravatar wm42014-11-24
* ao_alsa: try to use the channel map reported by ALSAGravatar wm42014-11-24
* travis: restrict build matrix furtherGravatar wm42014-11-24
* travis: add gcc to the build matrixGravatar wm42014-11-24
* input: simplifyGravatar wm42014-11-24
* lua: remove redundant callGravatar wm42014-11-24
* lua: always handle key repeat on the script sideGravatar wm42014-11-24
* lua, ipc: remove leftoversGravatar wm42014-11-24
* command: don't queue framestepsGravatar wm42014-11-23
* player: don't crash when using sub_seek without subtitlesGravatar wm42014-11-23
* input, lua: redo input handlingGravatar wm42014-11-23
* client API: restrict client namesGravatar wm42014-11-23
* x11: fix crashGravatar wm42014-11-23
* x11: fix crash with --wid=0 and vo_xv/vo_x11Gravatar wm42014-11-23
* input: set mouse area by default for all inputGravatar wm42014-11-23
* subprocess: minor cosmetic cleanupGravatar wm42014-11-22
* README: cleanup contact sectionGravatar wm42014-11-22
* lua: subprocess: move to osdep/subprocess-{win,posix}.cGravatar James Ross-Gowan2014-11-22
* manpage: update utils.subprocess() for WindowsGravatar James Ross-Gowan2014-11-22
* lua: subprocess: use macros for SetHandleInformationGravatar James Ross-Gowan2014-11-22
* lua: subprocess: fix handle inheritance race conditionGravatar James Ross-Gowan2014-11-22
* lua: subprocess: fix Ctrl+C handling on WindowsGravatar James Ross-Gowan2014-11-22
* lua: subprocess: cancel pending I/O before returnGravatar James Ross-Gowan2014-11-22
* TOOLS/idet.sh: Adjust for changes in FFmpeg.Gravatar Rudolf Polzer2014-11-22
* parse_configfile: check quote termination properlyGravatar wm42014-11-21
* m_property: fix a typoGravatar wm42014-11-21
* ao_pcm: simplifyGravatar wm42014-11-21
* ao_oss: check whether setting samplerate succeedsGravatar wm42014-11-21
* ao_lavc: fix setting up AVFrame pointersGravatar wm42014-11-21
* af_scaletempo: use float division for rateGravatar wm42014-11-21
* Silence some Coverity warningsGravatar wm42014-11-21
* Remove some unneeded NULL checksGravatar wm42014-11-21
* README: add Coverity statusGravatar wm42014-11-21
* draw_bmp: make code more obvious, remove assertionGravatar wm42014-11-21
* stream: fix endian swappingGravatar wm42014-11-21
* bstr: don't call memcpy(..., NULL, 0)Gravatar wm42014-11-21
* Remove some superfluous NULL checksGravatar wm42014-11-21
* ipc: fix confusion of write() return value and errnoGravatar wm42014-11-21
* demux_mkv: fix scary sign extension issuesGravatar wm42014-11-21