summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* av_log: print FFmpeg versionwm42015-07-033-0/+16
* player: simplify reload logicwm42015-07-024-20/+15
* player: remove automatic DVB channel advancement on no datawm42015-07-021-6/+0
* player: unentangle --stream-dumpwm42015-07-023-12/+15
* vo_opengl: fix "freezes" after seeking with interpolation onwm42015-07-021-1/+5
* vo: reset frame timing when redrawingwm42015-07-021-0/+2
* vo_opengl: X11: don't leak when GL init failswm42015-07-021-1/+4
* vo_opengl: X11 EGL: more detailed error reportingwm42015-07-021-2/+6
* vo_opengl: update EGL codewm42015-07-023-20/+35
* vo_opengl: remove unused GL API functionswm42015-07-022-4/+0
* x11: move GCs and background clearing to vo_xvwm42015-07-013-48/+49
* x11: remove clear on mapwm42015-07-012-12/+0
* options: fix conversion of flags to stringswm42015-07-011-2/+7
* vo: better magic value for unknown vsync intervalwm42015-07-012-1/+2
* vo_opengl_cb: fix interpolation code pathwm42015-07-011-6/+2
* vo_opengl: fix framestepping/pausing + interpolationNiklas Haas2015-07-011-2/+8
* vo: change internal API for drawing frameswm42015-07-018-270/+267
* vo_opengl: adjust interpolation code for the new video-sync mechanismNiklas Haas2015-07-015-115/+117
* video: pass vsync offset to VOwm42015-07-012-0/+3
* video: pass future frames to VOwm42015-07-017-44/+142
* af_lavrresample: log actual channel layout conversionswm42015-06-301-3/+6
* demux_lavf: check for NAN rotation angleswm42015-06-301-3/+5
* player: slim down A/V desync warningwm42015-06-301-17/+5
* build: always regenerate version hashwm42015-06-303-30/+17
* manpage: fix copy&paste mistakeswm42015-06-301-22/+20
* input.conf: invert mouse volume controlMartin Herkt2015-06-301-2/+2
* input: improve wording of key binding messageswm42015-06-301-2/+2
* ao_coreaudio: restore physical format if it can't be set exactlywm42015-06-302-2/+14
* ao_coreaudio: support native mono outputwm42015-06-291-0/+2
* ao_coreaudio: log hotplug events explicitlywm42015-06-291-3/+6
* video: fix panscan in vertical casewm42015-06-291-3/+8
* DOCS/man: fix some grammar errorsDaniel Bergmann2015-06-293-4/+4
* vaapi: prefer direct display over copy-backwm42015-06-291-1/+1
* vaapi: treat cropped decoder output slightly more correctlywm42015-06-291-2/+13
* vaapi: fix potential NULL deref on memory allocation failurewm42015-06-291-2/+3
* vaapi: remove vaDeriveImage() code pathwm42015-06-291-40/+17
* x11: remove trailing spaceswm42015-06-291-1/+1
* x11: Handle external fullscreen togglesEduardo Sánchez Muñoz2015-06-282-1/+44
* demux_mkv: disable ordered chapters if ChapterTimeEnd is missingwm42015-06-281-2/+11
* vo_drm: make VT switching non mandatoryrr-2015-06-281-11/+20
* vo_drm: fix missing newlines in error messagesrr-2015-06-281-4/+4
* DOCS: fix recent typoswm42015-06-282-2/+2
* demux: export forced flagwm42015-06-278-4/+28
* demux_mkv: ignore deprecated FrameRate, do not assume PALwm42015-06-271-8/+2
* demux_mkv: remove some ASCII art log messageswm42015-06-271-8/+4
* options: improve an error messagewm42015-06-271-2/+2
* ytdl: don't print failure warning when youtube-dl was killed by uswm42015-06-271-3/+5
* subprocess, lua: export whether the process was killed by uswm42015-06-275-3/+19
* ao_wasapi: fix regressionwm42015-06-271-1/+1
* terminal-unix: set terminal mode on initwm42015-06-271-1/+1
* chmap_sel: add a mechanism for preferred conversionswm42015-06-271-9/+39
* chmap_sel: remove outdated incomplete commentwm42015-06-271-3/+0
* Disable DVD and BD menu support (to be removed)wm42015-06-265-7/+9
* demux_mkv: use arrays for codec lookup tableswm42015-06-261-18/+11
* demux_mkv: minor simplificationwm42015-06-261-3/+1
* audio: fix format function consistency issueswm42015-06-2621-89/+86
* audio: replace format name tablewm42015-06-264-55/+30
* audio: remove bitmask format definition messwm42015-06-262-92/+80
* ao_coreaudio_utils: use a macrowm42015-06-261-1/+1
* ao_sndio: fix commentwm42015-06-261-2/+1
* DOCS/mplayer-changes: Add removal of X11 vorrooij2015-06-261-0/+2
* vo_x11: remove this video outputwm42015-06-265-646/+1
* ao_coreaudio: support non-interleaved outputwm42015-06-262-5/+12
* ao_coreaudio: explicitly skip input streamswm42015-06-262-4/+22
* ao_coreaudio_utils: compare full AudioStreamBasicDescriptionwm42015-06-251-1/+3
* audio: output human-readable channel layouts toowm42015-06-257-10/+38
* audio: fix channel map fallback selection (again)wm42015-06-252-36/+71
* ao: standardize channel layout name in debug output furtherwm42015-06-251-0/+2
* vo_sdl: fix glaring memory leakwm42015-06-251-0/+2
* player, demux: replace some demux_open() uses with demux_open_url()wm42015-06-242-18/+8
* demux_lavf: fix chapter titleswm42015-06-241-1/+1
* Revert "win32: add mappings for some special keys"wm42015-06-241-9/+0
* DOCS: document some recent interface additionswm42015-06-241-0/+2
* demux_mkv: allow integer and float elements with length 0wm42015-06-241-7/+11
* demux: get rid of some bstr thingswm42015-06-248-38/+36
* demux_mkv: don't use byte stringswm42015-06-243-39/+49
* manpage: Fix typo. oacopts -> ovcoptsc_142015-06-231-1/+1
* player: increase tick event update frequencywm42015-06-231-1/+1
* manpage: minor fixeswm42015-06-231-1/+2
* command: export stereo 3D tagswm42015-06-232-0/+7
* af: move af_from_dB() function to af_volume.cwm42015-06-233-22/+11
* af_volume: add a replaygain fallback optionwm42015-06-232-0/+9
* af_lavrresample: free and reallocate resample context on reconfigwm42015-06-221-30/+35
* af_lavrresample: fix commentwm42015-06-221-4/+4
* af: restore detaching of PCM filters when using spdifwm42015-06-223-1/+14
* af_lavrresample: don't flush in uninitialized statewm42015-06-221-1/+2
* ao_alsa: fix a log messagewm42015-06-211-4/+5
* demux: mime types are case-insensitivewm42015-06-211-1/+1
* demux_mkv: share some duplicated codewm42015-06-211-16/+17
* demux: merge extradata fieldswm42015-06-218-28/+20
* demux_mkv: minor audio extradata cleanupwm42015-06-211-27/+24
* demux: rename sh_stream.format to sh_stream.codec_tagwm42015-06-219-18/+16
* video: reduce error message when loading hwdec backend failswm42015-06-2011-19/+28
* x11: make screensaver failure message slightly more friendlywm42015-06-201-2/+4
* client API: allow using msg-level option for log messageswm42015-06-205-12/+21
* av_log: skip prefix if unknownwm42015-06-201-2/+3
* demux_playlist: make mime type comparison case-insensitivewm42015-06-201-1/+1
* win32: remove a wine hackwm42015-06-201-8/+1
* win32: prefer using internal variable for fullscreenwm42015-06-201-11/+12
* demux_mkv: do not reset bits_per_coded_sample if not neededwm42015-06-191-7/+0
* demux_mkv: do not set block_align for codecs which do not need itwm42015-06-191-7/+0
* demux_mkv: do not set bitrate fields for codecs which do not need itwm42015-06-191-7/+0
* demux_mkv: stricter realaudio extradata handlingwm42015-06-191-11/+13
* demux_mkv: separate generic and non-VfW audio codec handling partswm42015-06-191-89/+84
* demux_mkv: remove indirection through defineswm42015-06-192-134/+58
* demux_mkv: remove FourCCs from audio codec handlingwm42015-06-192-122/+73
* osc: time display configuration optionsTeoh Han Hui2015-06-192-2/+12
* player: add some debug output for seekingwm42015-06-183-0/+12
* player: actually play videowm42015-06-181-1/+1
* Various spelling fixesMarcin Kurczewski2015-06-1819-33/+33
* DOCS/compile-windows.md: fix Lua packagewm42015-06-181-1/+1
* client API: fix logging memory leakwm42015-06-181-0/+1
* player: make decoding cover art more robustwm42015-06-183-3/+21
* DOCS/manpage: fix typosrrooij2015-06-176-12/+12
* av_log: set default av_log callback on exitwm42015-06-171-0/+1
* ao_wasapi: fix crash on hotplug init errorwm42015-06-171-0/+1
* af_lavrresample: include osdep/endian.hwm42015-06-171-0/+1
* command: do not exit playback if the B point of A-B loop is past EOFwm42015-06-163-18/+25
* player: do not exit when a seek gets queuedwm42015-06-161-0/+4
* af: remove conversion filter searchwm42015-06-163-94/+4
* af_convert24: remove this filterwm42015-06-165-132/+0
* af_lavrresample: integrate 24 bit (3 bytes per sample) outputwm42015-06-161-9/+48
* af_lavrresample: always fill reorderwm42015-06-161-1/+1
* audio: remove S8, U16, U24, U32 formatswm42015-06-1614-199/+26
* DOCS/compile-windows.md: drop unused dependencywm42015-06-161-1/+1
* audio: fix crash on uninitwm42015-06-151-1/+1
* af_lavcac3enc: fix A/V syncwm42015-06-151-3/+17
* af: fix an aspect of filter chain flushingwm42015-06-151-0/+11
* audio: remove unused readonly fieldwm42015-06-152-3/+1
* win32: use atomics for COM interface refcountwm42015-06-141-4/+5
* demux_mkv: always copy video extradatawm42015-06-131-16/+14
* demux_mkv: fix mpeg2 mappingwm42015-06-131-1/+1
* demux_mkv: remove FourCCs from video codec handlingwm42015-06-132-39/+27
* demux_mkv: remove a level of indentationwm42015-06-131-53/+52
* demux_mkv: remove ms_compat codewm42015-06-131-11/+5
* vo_drm: fixed crashes with --profile=pseudo-guiMarcin Kurczewski2015-06-131-1/+1
* test: update cmocka version to 1.0Stefano Pigozzi2015-06-134-25/+25
* chmap: make up some channel layout nameswm42015-06-121-0/+3
* ao_alsa: if possible, reorder device maps to std layoutswm42015-06-121-0/+2
* ao_alsa: make it accept 7.1 over HDMIwm42015-06-121-0/+2
* chmap_sel: improve speaker replacement handlingwm42015-06-122-17/+48
* chmap_sel: do naive speaker replacements lastwm42015-06-121-3/+4
* audio: fill NA channels with silencewm42015-06-121-11/+29
* audio: use unknown channel layouts if there is no standard layoutwm42015-06-121-5/+5
* audio: fix messed up channel reorderingwm42015-06-121-2/+2
* audio: deal with AVFrame-style buffer assignmentswm42015-06-122-4/+17
* lua: support MPV_END_FILE_REASON_REDIRECTwm42015-06-112-0/+11
* client API: add MPV_END_FILE_REASON_REDIRECTwm42015-06-113-3/+17
* client API: leave mpv_event_end_file.error to 0 on no errorwm42015-06-111-2/+2
* lua: export end-file event fieldswm42015-06-112-0/+37
* ao_alsa: change ALSA braindeath heuristicwm42015-06-111-3/+4
* command: add keypress, keydown, and keyup commands.torque2015-06-115-0/+54
* player: use 4 as process exit code on user quitswm42015-06-102-1/+2
* options: make keyvalue list parsing less strictwm42015-06-101-7/+8
* vo_opengl: fix a small memory leak when loading user shaderswm42015-06-091-1/+1
* vo_opengl: fix dangling pointers with vo_cmdlinewm42015-06-091-0/+24
* audio: add some change notificationswm42015-06-091-0/+4
* ao_coreaudio: change physical stream format synchronouslywm42015-06-092-5/+2
* audio/out/pull: avoid dropping some audio when drainingwm42015-06-091-9/+18
* audio/out/pull: correctly pad partial frames with silencewm42015-06-091-1/+1
* command: fix audio-out-detected-device propertywm42015-06-091-2/+3
* command: remove unnecessary event IDswm42015-06-092-4/+0
* command: make property event mask matching more restrictivewm42015-06-091-1/+2
* ao_alsa: refine channel count mismatch error messagewm42015-06-091-2/+2
* vaapi: add missing license headerwm42015-06-081-0/+17
* gl_osd: fix license headerwm42015-06-081-0/+5
* vo: clarify conditionwm42015-06-081-1/+1
* vo: restore frame-drop logic for high-fps clipsAvi Halachmi (:avih)2015-06-071-0/+22
* ytdl_hook: Support 'multi_video' resultsJaime Marquínez Ferrándiz2015-06-071-1/+1
* Revert "opengl: drop less frames when clip and display have similar fps"wm42015-06-071-9/+1
* Revert "vo: improve frame drop logic on high playback rate"wm42015-06-071-11/+3
* vo_vdpau: add a NULL check, verify image dimensionswm42015-06-061-1/+2
* audio: add --audio-spdif as new method for enabling passthroughwm42015-06-0510-18/+101
* ad_spdif: use a pseudo codec entry to select DTS-HD instead of an optionwm42015-06-051-1/+10
* audio: do not allow AO to change passthrough formatswm42015-06-051-7/+17
* vo_vdpau: limit output surfaces to allowed maximum dimensionswm42015-06-051-4/+12
* vo_vdpau: directly get surface size from surface for screenshotswm42015-06-052-6/+12
* vo_vdpau: shorten 2 variable nameswm42015-06-051-10/+9
* video: remove worthless log messagewm42015-06-051-6/+0
* vf_sub: minor simplificationwm42015-06-053-7/+3
* filter_kernels: distinguish between regular/EWA robidouxNiklas Haas2015-06-051-2/+4
* vo_vdpau: check maximum video sizewm42015-06-042-0/+21
* audio: do not exit when loading small files in paused modewm42015-06-041-1/+1
* ao_alsa: refuse to use spdif if AES flags can't be setwm42015-06-041