aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* lua: fix compilation with lua 5.2Gravatar wm42014-05-26
* command: add write_watch_later_config commandGravatar Martin2014-05-26
* autoload.lua: fix autoloading of files to prependGravatar wm42014-05-25
* DOCS/coding-style: add a hint that new features should be documentedGravatar wm42014-05-25
* TOOLS: add a Lua script to autoload playlist entriesGravatar wm42014-05-25
* lua: add some filesystem utility functionsGravatar wm42014-05-25
* manpage: lua: cosmetic changes to mp.options sectionGravatar wm42014-05-25
* playlist: fix playlist_move on itselfGravatar wm42014-05-25
* vf_vdpaupp: cosmetics: rename functionGravatar wm42014-05-25
* osxbundle: fix recursion terminationGravatar Tsukasa OMOTO2014-05-25
* osc: fix chapter list displayGravatar ChrisK22014-05-24
* build: disable cdda and vcd by defaultGravatar wm42014-05-24
* stream_cdda: fix compilationGravatar wm42014-05-24
* stream_smb: fix compilationGravatar wm42014-05-24