summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.8v0.3.8wm42014-04-171-1/+1
* af_lavcac3enc: detach on any passthrough format, not just ac3wm42014-04-171-1/+1
* README: mention minimum FFmpeg/Libav versionswm42014-04-171-0/+2
* talloc README: more human readible api referenceKevin Mitchell2014-04-171-1/+1
* wayland: don't schedule resize if going fullscreenRicardo Vieira2014-04-171-1/+0
* manpage: fix --vf=scale optionsJames Ross-Gowan2014-04-171-3/+3
* encode: write 2-pass stats only per-packetwm42014-04-171-1/+2
* encode: add a missing \n to a log callwm42014-04-171-1/+1
* terminal-unix: reject overlong termcap stringswm42014-04-171-0/+3
* vo_vdpau: add an additional check for timestamp robustnesswm42014-04-171-0/+16
* vo_vdpau: document what WRAP_ADD doeswm42014-04-171-0/+2
* vo_vdpau: simplify previous vsync timestamp calculationwm42014-04-171-9/+8
* vo_vdpau: simplify time management and make it more robustwm42014-04-171-68/+11
* vo_vdpau: more debugging outputwm42014-04-171-4/+20
* remove redundant/outdated line from encodeing.rst:"what works"Kevin Mitchell2014-04-171-1/+0
* DOCS/encoding: make "What does not work yet" a proper RST sectionwm42014-04-171-0/+1
* ass_mp: don't use --subcp for --ass-styleswm42014-04-171-1/+1
* Release 0.3.7v0.3.7wm42014-03-301-1/+1
* vf_eq: don't malloc priv structwm42014-03-301-1/+0
* player: add missing "-" to options in workaround notice on A/V desynchronizationSebastian Morr2014-03-301-1/+1
* player: dvdnav: fix start time when entering and leaving menuwm42014-03-301-0/+4
* mf: fix operation with --cachewm42014-03-301-0/+1
* player: fix unchecked access for chapter metadatawm42014-03-301-3/+1
* stream_cdda: print cd text header only if there are any cd text fieldswm42014-03-301-2/+6
* stream_cdda: remove unused stuffwm42014-03-305-254/+3
* stream_cdda: fix track time accuracywm42014-03-301-2/+2
* stream_cdda: report track timeswm42014-03-301-27/+8
* dvdnav: fix minor memory leakwm42014-03-301-0/+1
* dvdnav: make MP_NAV_EVENT_RESET_ALL handled properlyxylosper2014-03-302-31/+40
* dvdnav: prevent reallocation of fake highlight bufferxylosper2014-03-301-0/+2
* stream_bluray: fix for significant memory leakxylosper2014-03-301-0/+1
* manpage: clarify what to pass to --hwdec-codecs optionwm42014-03-301-1/+3
* vd_lavc: ridiculous workaround for Libav 9 compatibilitywm42014-03-303-1/+23
* DOCS/coding-style: add another requirement for commit messageswm42014-03-301-0/+3
* options: fix off-by-1 error in option help outputwm42014-03-301-1/+1
* manpage: af: minor syntax improvementswm42014-03-301-4/+4
* build: fix unicode handling of the version stringRyan Goulden2014-03-301-1/+1
* player/main: Fix Cygwin buildJames Ross-Gowan2014-03-301-12/+8
* DOCS/coding-style: add an example and another rulewm42014-03-301-0/+25
* README: split list of dependencieswm42014-03-301-4/+13
* DOCS: add coding stylewm42014-03-301-0/+111
* w32_common: prevent MOUSE_BTN0 sticking after dragJames Ross-Gowan2014-03-301-0/+2
* w32_common: capture mouse inputJames Ross-Gowan2014-03-301-0/+5
* options.rst: correct broken URLDiogo Franco2014-03-301-1/+1
* Release 0.3.6v0.3.6wm42014-03-111-1/+1
* Revert "player: simplify audio reset when seeking"wm42014-03-111-10/+15
* ao_alsa: fix return value for volume operations with spdifwm42014-03-111-1/+1
* ao_alsa: check ALSA PCM state before pause and resumefoo862014-03-111-5/+9
* ao_rsound: pass correct data type to rsd_set_param()Hans-Kristian Arntzen2014-03-111-2/+2
* build: fix compilation with MinGW-w64Hans-Kristian Arntzen2014-03-111-2/+14
* lua: add license headerwm42014-03-111-0/+17
* ao_jack: fix termination on the end of filewm42014-03-111-3/+19
* build: update wafwm42014-03-111-2/+2
* command: fix null pointer dereference in idle modewm42014-03-111-2/+2
* vdpau: change the error message when video too largeAndrey Morozov2014-03-111-1/+2
* example.conf: change subtitle codepage example to use UTF-8 fallbackwm42014-03-111-1/+2
* example.conf: subtitle encodingYaser Alraddadi2014-03-111-0/+3
* manpage: fix yadif example in one casewm42014-03-111-1/+1
* input: check for abort cmd in multi-commandswm42014-03-115-10/+20
* input: ignore modifiers when releasing keysJames Ross-Gowan2014-03-111-2/+2
* video: add rounding to aspect ratio calculationswm42014-03-111-2/+2
* player: fix start time if timeline is used (ordered chapters, EDL)wm42014-03-111-6/+5
* edl: fix offset of user-visible chapterswm42014-03-111-1/+1
* w32_common: don't set small iconJames Ross-Gowan2014-03-111-4/+1
* win32: restore support for exe directory as config directoryelevengu2014-03-111-1/+5
* crosscompile-mingw: improve instructions for MXEwm42014-03-111-0/+2
* sd_lavc: handle subtitles with no subtitle resolution setxylosper2014-03-111-0/+4
* Parse::Matroska::Reader: get rid of `bigrat`Diogo Franco (Kovensky)2014-03-111-17/+20
* build: Add -U__STRICT_ANSI__ to CFLAGS on CygwinDiogo Franco (Kovensky)2014-03-111-0/+1
* sub: handle vobsub-in-mp4wm42014-03-115-0/+44
* sd_lavc: use mp_lavc_set_extradata()wm42014-03-111-2/+2
* Factor out setting AVCodecContext extradatawm42014-03-114-39/+27
* cocoa: fix deadlock during initialization [2]Stefano Pigozzi2014-03-111-6/+3
* build: bump libmpg123 versionwm42014-03-111-1/+1
* cocoa: fix deadlock during initializationStefano Pigozzi2014-03-111-1/+2
* Release 0.3.5v0.3.5wm42014-02-121-1/+1
* vo_opengl: make :srgb decompand the BT.709 values correctlynand2014-02-121-2/+15
* command: fix metadata propertywm42014-02-121-2/+2
* wayland/shm: prevent the window from flying awayAlexander Preisinger2014-02-121-0/+2
* manpage: document --aspect special valueswm42014-02-121-0/+7
* video: fix --no-aspectwm42014-02-121-2/+2
* vo_opengl: fix typo in gamma function's parameternand2014-02-121-2/+2
* vo_vdpau: Discard zero timestampsJonas Zetterberg2014-02-121-0/+3
* vo_vdpau: Ensure presentation time is within boundsJonas Zetterberg2014-02-121-0/+4
* demux: fix some newlines in output messageswm42014-02-121-2/+2
* player: fix an assert when reinitializing audio in some caseswm42014-02-121-0/+3
* vo_opengl: use exactly the values defined by BT.709 for CMSnand2014-02-121-3/+9
* gl_x11: don't require a X visual for modern GL context creationwm42014-02-121-4/+10
* gl_x11: always request true color visualwm42014-02-121-0/+1
* umpv: silence mpv terminal outputwm42014-02-121-2/+4
* umpv: improve descriptionwm42014-02-121-9/+11
* umpv: use --force-windowwm42014-02-121-4/+2
* audio: fix signedness of AF_FORMAT_S32Pwm42014-02-121-1/+1
* mf: don't limit filename length with PATH_MAXwm42014-02-121-3/+3
* player: refresh OSD on track switchingwm42014-02-121-0/+2
* wayland: change minimum versionAlexander Preisinger2014-02-122-11/+2
* x11: fix initial VO sizewm42014-02-121-6/+7
* x11: remove apparently useless codewm42014-02-121-8/+0
* x11: fix race condition when setting aspect when leaving fullscreenwm42014-02-121-1/+10
* old-configure: use -std=c99wm42014-02-121-2/+2
* build: switch to -std=c99 for saner float semanticswm42014-02-121-1/+1
* cache: refuse to seek outside of cache boundarieswm42014-02-121-4/+18
* Release 0.3.4v0.3.4wm42014-01-311-1/+1
* vo_wayland: silence shadowing warningwm42014-01-311-3/+3
* quvi: disable subtitle fetching by defaultwm42014-01-312-5/+7
* quvi: add option to not fetch subtitlesAndre D2014-01-314-1/+11
* demux_lavf: fix crash with empty fileswm42014-01-311-1/+1
* mp_image: reject too large image sizeswm42014-01-311-0/+4
* sd_lavc: skip 0 sized sub-bitmapswm42014-01-311-2/+4
* wayland/shm: RGB888 as default, change optionsAlexander Preisinger2014-01-311-15/+27
* wayland/shm: fix memory leakAlexander Preisinger2014-01-311-1/+4
* wayland/shm: remove resize boilerplateAlexander Preisinger2014-01-311-21/+4
* w32: use safe DLL search paths everywhereJames Ross-Gowan2014-01-312-17/+21
* w32: enable heap corruption detectionJames Ross-Gowan2014-01-311-0/+3
* w32: don't disable the error reporting dialogJames Ross-Gowan2014-01-311-1/+1
* sub: fix crash with certain uses of --vf=subwm42014-01-313-32/+10
* demux_lavf: add hack to workaround too unreliable mp3 detectionwm42014-01-311-0/+2
* demux_lavf: refactor format probing hackwm42014-01-311-26/+24
* vo_wayland: fix confusion of video and window sizeswm42014-01-311-2/+2
* stream_pvr: Fix fd check, -1 indicates invalid, not 0.reimar2014-01-311-1/+1
* audio: fix balance controlwm42014-01-311-2/+2
* waf: try to fix unicode/byte string messupwm42014-01-311-1/+1
* manpage: fix af_equalizer syntaxwm42014-01-311-1/+1
* af: fixed out-of-bounds accesses caused by NUM_FMT and co.11rcombs2014-01-311-18/+18
* cookies.c: cols must (and does) have 7 elements.reimar2014-01-311-1/+1
* vcd_read: Fix sizeof argument.reimar2014-01-311-1/+1
* mkv.desktop: add two more mime typeswm42014-01-311-1/+1
* cache: remove debug codewm42014-01-311-1/+0
* cache: reduce message spamwm42014-01-311-7/+16
* Release 0.3.3v0.3.3wm42014-01-151-1/+1
* Detect Lua on FreeBSDGrzegorz Blach2014-01-152-1/+3
* player: avoid stalling when starting a network streamwm42014-01-153-2/+9
* demux_mkv: improve robustness by explicitly checking for level 1 elementswm42014-01-153-46/+50
* demux_mkv: avoid skipping too much data in corrupted fileswm42014-01-153-14/+18
* manpage: document --term-osd=forcewm42014-01-151-1/+3
* player: don't block terminal OSD while seekingwm42014-01-151-3/+6
* player: mention subtitles in av_desync_help_textwm42014-01-151-2/+2
* cocoa: fix window placement on secondary screensStefano Pigozzi2014-01-151-3/+2
* cocoa: refactor init window positioning codeStefano Pigozzi2014-01-151-2/+1
* demux_lavf: add hack for MicroDVD for assuming frame based timingwm42014-01-151-0/+6
* sub: fix frame based subtitle timestamp handlingwm42014-01-151-1/+1
* wayland: properly empty output listAlexander Preisinger2014-01-151-4/+4
* wayland/shm: don't crash if initialization failedAlexander Preisinger2014-01-151-3/+1
* wayland: fix crash when initialization failswm42014-01-151-1/+2
* wayland/shm: tone down warningsAlexander Preisinger2014-01-151-2/+2
* wayland: fix memory leaksAlexander Preisinger2014-01-153-2/+23
* player: fix setting smaller timeout on Windows systemswm42014-01-151-1/+1
* wayland: cleanup registry_handle_globalAlexander Preisinger2014-01-151-2/+1
* wayland: remove set_user_data from seat_listenerAlexander Preisinger2014-01-151-2/+0
* wayland: use static consistentlyAlexander Preisinger2014-01-151-4/+4
* terminal: don't initialize termcap etc. if stdout is not a terminalwm42014-01-151-2/+6
* wayland: fix fullscreen & resizing for goodAlexander Preisinger2014-01-153-12/+34
* manpage: mention how to get a list of codecs for use with --hwdec-codecswm42014-01-151-0/+3
* wayland: silence annoying libwayland-client messagewm42014-01-151-0/+3
* wayland: fix some memory leaks on initialization failurewm42014-01-151-6/+13
* Release 0.3.2v0.3.2wm42014-01-061-1/+1
* cocoa: don't reset window size when the video size doesn't changeStefano Pigozzi2014-01-061-15/+14
* w32_common: don't force topmost on fullscreenMartin Herkt2014-01-061-1/+2
* Windows: use roaming AppData instead of localMartin Herkt2014-01-061-1/+1
* build: don't depend on both libavresample and libswresamplewm42014-01-061-0/+1
* player: always ise [statusline] for terminal OSDwm42014-01-061-3/+3
* player: print an error message if run command failswm42014-01-061-1/+5
* manpage: fix typowm42014-01-061-1/+1
* player: don't select subtitles added from quvi by defaultwm42014-01-062-5/+10
* Revert "wayland/egl: use redraw callback"Alexander Preisinger2014-01-062-28/+1
* wayland: remove workaroundAlexander Preisinger2014-01-061-6/+3
* demux_subreader: reject file if not opened by --subwm42014-01-063-0/+5
* wayland/egl: misc fixes and cleanupsAlexander Preisinger2014-01-062-6/+1
* wayland/egl: use redraw callbackAlexander Preisinger2014-01-062-1/+32
* wayland/egl: add egl_context to the wayland stateAlexander Preisinger2014-01-062-67/+73
* wayland: Remove nonsense comment and add warningAlexander Preisinger2014-01-061-4/+2
* wayland: move workaround to fullscreen codeAlexander Preisinger2014-01-061-4/+5
* manpage: mention --pauseMartin Herkt2014-01-061-0/+3
* dvdnav: set correct stride for fake highlightswm42014-01-061-1/+1
* stream_pvr: fix crash on initializationwm42014-01-061-0/+1