summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.11v0.3.11release/0.3wm42014-06-141-1/+1
* build: version string as native str type for each Python versionPhilip Sequeira2014-06-141-2/+4
* tv: add missing header for clock_gettimewm42014-06-141-0/+1
* input.conf: make ESC quit when encodingwm42014-06-141-0/+1
* demux: use av_malloc for packetswm42014-06-141-2/+2
* demux: simplify packet resizingwm42014-06-143-15/+5
* demux: fix compilation with FFmpeg gitwm42014-06-142-11/+4
* tv: use correct timestampsiive2014-06-141-12/+48
* ao_alsa: make device the first sub optionwm42014-06-142-4/+4
* tv: remove sysinfo() usagewm42014-06-142-15/+0
* vaapi: fix destruction with --hwdec=haapi-copywm42014-06-141-2/+4
* vo_vaapi: cleanup error handling on initwm42014-06-142-4/+10
* video: better handling for (very) broken timestampswm42014-06-141-1/+9
* gl_common: correct a typewm42014-06-141-1/+1
* x11: fix datatype for _NET_WM_PIDwm42014-06-141-1/+1
* input: make combined commands repeatablewm42014-06-143-2/+10
* DOCS/coding-style: add a hint that new features should be documentedwm42014-06-141-2/+4
* playlist: fix playlist_move on itselfwm42014-06-141-1/+4
* Release 0.3.10v0.3.10wm42014-05-241-1/+1
* tl_mpv_edl: correct misspelling on line 233Yomi02014-05-241-1/+1
* vo_vdpau: always allocate the black pixelwm42014-05-241-3/+6
* x11: fix a warning with --disable-xextJerome Leclanche2014-05-241-1/+1
* build: "tv-v4l2" needs "tv"wm42014-05-241-0/+1
* vo_vaapi: don't redraw twicewm42014-05-241-7/+1
* Fix the build on OpenBSD and FreeBSDJuan Francisco Cantero Hurtado2014-05-241-1/+1
* README: describe release cyclewm42014-05-241-2/+18
* wayland: fix typoAlexander Preisinger2014-05-241-14/+14
* build: fix OpenBSD DVD/CDROM device nameswm42014-05-241-2/+2
* manpage: update --playlist entrywm42014-05-241-5/+10
* player: don't assign "false" to pointerwm42014-05-241-1/+1
* build: removed undefined behavior from PVR checkwm42014-05-241-1/+1
* player: don't complain on too long filenameswm42014-05-241-2/+2
* old-makefile: add a missing source directorywm42014-05-241-0/+1
* x11: fix potentially unaligned access in icon loaderwm42014-05-241-3/+3
* sub: fix undefined behavior in ASS color calculation (2)wm42014-05-241-2/+2
* sub: fix undefined behavior in ASS color calculationwm42014-05-241-1/+1
* Fix bogus copyright textwm42014-05-241-2/+0
* mixer: don't restore volume with different --softvol-max settingswm42014-05-241-8/+11
* demux_lavf: one more hack for mp3 from networkwm42014-05-241-1/+1
* manpage: fix vf_scale optionswm42014-05-241-9/+11
* input: fix stack overflow when checking for abort cmdwm42014-05-241-1/+1
* Release 0.3.9v0.3.9wm42014-04-301-1/+1
* demux: add hack to get initial ICY info to be printedwm42014-04-302-0/+7
* TOOLS/umpv: make it work with Python 3 (again)wm42014-04-301-3/+6
* TOOLS/umpv: don't mangle URLswm42014-04-301-1/+16
* TOOLS/umpv: allow passing 0 fileswm42014-04-301-2/+1
* TOOLS/umpv: allow passing optionswm42014-04-301-2/+14
* TOOLS/umpv: make it work with Python 3wm42014-04-301-1/+1
* build: use -pthread when availableStefano Pigozzi2014-04-301-0/+13
* terminal: always use SA_RESTART with sigaction()wm42014-04-301-1/+1
* demux_mkv: enable parsing for VP9wm42014-04-301-2/+4
* osd: make code C99wm42014-04-301-5/+3
* Revert "wayland: print waylands display erros"Alexander Preisinger2014-04-301-39/+0
* manpage: fix grammarwm42014-04-301-1/+1
* manpage: forced->usedwm42014-04-301-1/+1
* stream: use uninterruptible sleep on reconnectingwm42014-04-301-2/+8
* manpage: improve --osd-level descriptionwm42014-04-301-4/+4
* demux_mkv: enable parsing for mp3wm42014-04-301-1/+1
* ao_coreaudio: log even more info in verbose modeStefano Pigozzi2014-04-301-5/+27
* ao_coreaudio: add verbose output of detected channel layoutsStefano Pigozzi2014-04-301-0/+5
* cache: remove redundant log prefixwm42014-04-301-1/+1
* man: minor typo why not to use portaudioKevin Mitchell2014-04-301-1/+1
* vf: remove autoinserted filters on reconfigwm42014-04-302-0/+8
* vf: add function to remove a filter from the chainwm42014-04-302-0/+14
* encode: don't resume playback when encodingwm42014-04-301-0/+1
* manpage: add notes when to use/not use certain AO and VO driverswm42014-04-302-1/+50
* encode: disable keep-open when encodingJames Ross-Gowan2014-04-301-0/+1
* audio: preallocate audio buffers on resizewm42014-04-301-2/+7
* 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 D