aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* stream: remove VCD supportGravatar wm42014-06-01
* client API: report success status when running commandsGravatar wm42014-06-01
* command: property notification when changing af/vfGravatar wm42014-06-01
* command: add const to mp_notify_propertyGravatar wm42014-06-01
* player: hide audio/video codec and file format messagesGravatar wm42014-05-31
* gl_common: remove dlsym() fallbackGravatar wm42014-05-31
* gl_wayland: remove probably unneeded workaroundGravatar wm42014-05-31
* gl_x11: remove workaround for PPC OSX 10.4Gravatar wm42014-05-31
* gl_x11: always require some GLX API functions, avoid dlsym()Gravatar wm42014-05-31
* ao_alsa: make device the first sub optionGravatar wm42014-05-31
* audio/out/push: keep some extra bufferGravatar wm42014-05-31
* ao_alsa: reduce spurious wakeupsGravatar wm42014-05-30
* tv: remove sysinfo() usageGravatar wm42014-05-30
* audio/out/push: handle draining correctlyGravatar wm42014-05-30
* audio: change handling of an EOF corner caseGravatar wm42014-05-30
* ao_alsa: use poll() to wait for deviceGravatar wm42014-05-30
* audio/out/push: add a way to wait for the audio device with poll()Gravatar wm42014-05-30
* input: separate wakeup pipe creation into a separate functionGravatar wm42014-05-30
* audio/out/push: add mechanism for event-based waitingGravatar wm42014-05-30
* audio/out: adjust documentation commentsGravatar wm42014-05-30
* ring: use a different type for read/write pointersGravatar wm42014-05-30
* build: disable PortAudio by defaultGravatar wm42014-05-29
* audio/out/pull: remove race conditionsGravatar wm42014-05-29
* ring: implement drain in terms of readGravatar wm42014-05-29
* atomics: some corrections to __sync builtins usageGravatar wm42014-05-28
* Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queueGravatar Paweł Forysiuk2014-05-28
* ad_lavc: don't overwrite lavc bitrateGravatar Marcoen Hirschberg2014-05-28
* vd_lavc: set video bitrate if availableGravatar Marcoen Hirschberg2014-05-28
* ao_wasapi: simplify nAvgBytesPerSec calculationGravatar Marcoen Hirschberg2014-05-28
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* vaapi: fix destruction with --hwdec=haapi-copyGravatar wm42014-05-28
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vo_vaapi: cleanup error handling on initGravatar wm42014-05-28
* osc: correct calculation of slider positionGravatar ChrisK22014-05-28
* osc: extend hitbox of seekbars to include gapGravatar ChrisK22014-05-27
* stream: unbreak writeable streamsGravatar wm42014-05-27
* video: better handling for (very) broken timestampsGravatar wm42014-05-27
* manpage: document write_watch_later_config commandGravatar wm42014-05-27
* idet.sh: An alternative to ildetect.sh.Gravatar Rudolf Polzer2014-05-27
* lua: slightly nicer diagnostics outputGravatar wm42014-05-27
* gl_common: minor cosmetic changesGravatar wm42014-05-26
* gl_common: correct a typeGravatar wm42014-05-26
* gl_w32: remove some non-senseGravatar wm42014-05-26
* vo_opengl: always dynamically load OpenGL symbolsGravatar wm42014-05-26
* x11: fix restoring position when leaving fullscreenGravatar wm42014-05-26
* x11: fix datatype for _NET_WM_PIDGravatar wm42014-05-26
* input: make combined commands repeatableGravatar wm42014-05-26
* lua: add missing include filesGravatar wm42014-05-26