aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* player: actually play videoGravatar wm42015-06-18
* Various spelling fixesGravatar Marcin Kurczewski2015-06-18
* DOCS/compile-windows.md: fix Lua packageGravatar wm42015-06-18
* client API: fix logging memory leakGravatar wm42015-06-18
* player: make decoding cover art more robustGravatar wm42015-06-18
* DOCS/manpage: fix typosGravatar rrooij2015-06-17
* av_log: set default av_log callback on exitGravatar wm42015-06-17
* ao_wasapi: fix crash on hotplug init errorGravatar wm42015-06-17
* af_lavrresample: include osdep/endian.hGravatar wm42015-06-17
* command: do not exit playback if the B point of A-B loop is past EOFGravatar wm42015-06-16
* player: do not exit when a seek gets queuedGravatar wm42015-06-16
* af: remove conversion filter searchGravatar wm42015-06-16
* af_convert24: remove this filterGravatar wm42015-06-16
* af_lavrresample: integrate 24 bit (3 bytes per sample) outputGravatar wm42015-06-16
* af_lavrresample: always fill reorderGravatar wm42015-06-16
* audio: remove S8, U16, U24, U32 formatsGravatar wm42015-06-16
* DOCS/compile-windows.md: drop unused dependencyGravatar wm42015-06-16
* audio: fix crash on uninitGravatar wm42015-06-15
* af_lavcac3enc: fix A/V syncGravatar wm42015-06-15
* af: fix an aspect of filter chain flushingGravatar wm42015-06-15
* audio: remove unused readonly fieldGravatar wm42015-06-15
* win32: use atomics for COM interface refcountGravatar wm42015-06-14
* demux_mkv: always copy video extradataGravatar wm42015-06-13
* demux_mkv: fix mpeg2 mappingGravatar wm42015-06-13
* demux_mkv: remove FourCCs from video codec handlingGravatar wm42015-06-13
* demux_mkv: remove a level of indentationGravatar wm42015-06-13
* demux_mkv: remove ms_compat codeGravatar wm42015-06-13
* vo_drm: fixed crashes with --profile=pseudo-guiGravatar Marcin Kurczewski2015-06-13
* test: update cmocka version to 1.0Gravatar Stefano Pigozzi2015-06-13
* chmap: make up some channel layout namesGravatar wm42015-06-12
* ao_alsa: if possible, reorder device maps to std layoutsGravatar wm42015-06-12
* ao_alsa: make it accept 7.1 over HDMIGravatar wm42015-06-12
* chmap_sel: improve speaker replacement handlingGravatar wm42015-06-12
* chmap_sel: do naive speaker replacements lastGravatar wm42015-06-12
* audio: fill NA channels with silenceGravatar wm42015-06-12
* audio: use unknown channel layouts if there is no standard layoutGravatar wm42015-06-12
* audio: fix messed up channel reorderingGravatar wm42015-06-12
* audio: deal with AVFrame-style buffer assignmentsGravatar wm42015-06-12
* lua: support MPV_END_FILE_REASON_REDIRECTGravatar wm42015-06-11
* client API: add MPV_END_FILE_REASON_REDIRECTGravatar wm42015-06-11
* client API: leave mpv_event_end_file.error to 0 on no errorGravatar wm42015-06-11
* lua: export end-file event fieldsGravatar wm42015-06-11
* ao_alsa: change ALSA braindeath heuristicGravatar wm42015-06-11
* command: add keypress, keydown, and keyup commands.Gravatar torque2015-06-11
* player: use 4 as process exit code on user quitsGravatar wm42015-06-10
* options: make keyvalue list parsing less strictGravatar wm42015-06-10
* vo_opengl: fix a small memory leak when loading user shadersGravatar wm42015-06-09
* vo_opengl: fix dangling pointers with vo_cmdlineGravatar wm42015-06-09
* audio: add some change notificationsGravatar wm42015-06-09
* ao_coreaudio: change physical stream format synchronouslyGravatar wm42015-06-09