summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.3.1v0.3.1wm42014-01-011-1/+1
* build: make configure fail if both __atomic and __sync are not availableStefano Pigozzi2014-01-013-3/+37
* manpage: clarifications about bitmap subtitles and --secondary-sidwm42014-01-011-2/+4
* options: make --msglevel=help print something helpfulwm42014-01-011-0/+11
* manpage: fix description on the slave mode msglevelwm42014-01-011-2/+1
* player: load encoding-profiles.conf before the main configwm42014-01-011-7/+7
* mpv.desktop: Add Czech translationsMiro Hrončok2014-01-011-0/+3
* player: fix DVD playbackwm42014-01-011-1/+1
* compat: use __atomic operations instead of __sync, when presentAlessandro Ghedini2014-01-011-2/+9
* build: check for libatomic and __atomic operationsAlessandro Ghedini2014-01-012-0/+23
* manpage: fix vf_noise parameter namewm42014-01-011-2/+2
* video: fix --brightness etc. optionswm42013-12-292-11/+14
* Release 0.3.0v0.3.0wm42013-12-292-0/+42
* build: add flag for inline assemblyStefano Pigozzi2013-12-292-5/+10
* vd_lavc: by default, output all frames, even corrupted oneswm42013-12-294-0/+17
* player: add two more font mimetypes recognized by Haaliwm42013-12-291-1/+3
* player: use arrays to list font mimetypes and font file extensionswm42013-12-291-9/+15
* build: disable SDL by defaultStefano Pigozzi2013-12-291-2/+4
* Install encoding-profiles.conf by defaultwm42013-12-285-19/+42
* player: fix buggy error condition when loading mpv.confwm42013-12-281-1/+1
* vo/x11_common: do not select motion events when --no-mouse-movements is setahodesuka2013-12-281-1/+1
* input: print an error if reading input.conf failswm42013-12-281-4/+8
* Revert "x11: don't set global error handler"wm42013-12-271-0/+28
* demux_mkv: handle TrueHD properlywm42013-12-271-32/+98
* Revert "cocoa: unlock on uninit"Stefano Pigozzi2013-12-261-3/+1
* corevideo: fix video initialization when not using VDAStefano Pigozzi2013-12-261-52/+46
* build: fix shm detection on OpenBSDStefano Pigozzi2013-12-263-2/+14
* build: support multiple headers in check_statementStefano Pigozzi2013-12-261-4/+7
* mpv.desktop: add KDE file handlersSven-Hendrik Haase2013-12-261-0/+1
* options: simplify handling of some help optionswm42013-12-266-74/+28
* input: cosmetics: move code aroundwm42013-12-261-319/+316
* input: split off some code from input.c to separate fileswm42013-12-2610-1049/+1240
* build: hide duplicate options from `--help`Stefano Pigozzi2013-12-262-1/+11
* cocoa: sanitize window title string and guard against NULLStefano Pigozzi2013-12-251-1/+6
* vo_x11/vo_xv: fix build when using --disable-xextStefano Pigozzi2013-12-252-12/+12
* player: deselect secondary sub when switching to file with different trackswm42013-12-251-0/+2
* player: fix initial selection with --secondary-sidwm42013-12-252-3/+22
* player: add --secondary-sid for displaying a second subtitle streamwm42013-12-2415-106/+220
* player: add infrastructure to select multiple tracks at oncewm42013-12-246-43/+64
* player: do initial seek for external tracks only oncewm42013-12-241-2/+12
* player: slightly simplify seeking in external fileswm42013-12-241-16/+9
* player: redo demuxer stream selectionwm42013-12-247-85/+79
* audio: fix format ID conversionwm42013-12-231-1/+1
* changes.rst: add entry for dvdnav menuwm42013-12-231-1/+1
* manpage: mention video-unscaled propertywm42013-12-231-0/+1
* player: fix typo in previous commitwm42013-12-231-1/+1
* player: warn if Matroska font attachments have incorrect MIME typewm42013-12-231-2/+11
* options: print any options set in verbose modewm42013-12-231-0/+5
* options: disable joystick by defaultwm42013-12-232-2/+1
* vaapi: fix initialization error code pathwm42013-12-231-1/+2
* subreader: replace some strcpy callswm42013-12-221-2/+3
* subreader: remove overlapping strcpywm42013-12-221-1/+2
* asxparser: remove commented codewm42013-12-221-12/+0
* stream_smb: remove dead codewm42013-12-221-22/+1
* player: simplify mp_load_per_file_configwm42013-12-221-8/+7
* player: move code aroundwm42013-12-222-42/+37
* player: remove code duplication for auto-loaded config profileswm42013-12-221-60/+14
* path: add function to split URL into prefix and pathwm42013-12-222-0/+13
* path: don't accept empty protocol as validwm42013-12-221-1/+1
* path: change mp_splitext() semanticswm42013-12-223-8/+8
* stream_radio: suppress error with -Werror=format-security compilation flagMiro Hrončok2013-12-221-1/+1
* vo_vdpau: fix unintended truncation of 64 bit timestamps to 32 bitwm42013-12-222-2/+2
* vo_vdpau: add some debugging messages for frame timingwm42013-12-221-2/+4
* Don't include version.h from make options.cwm42013-12-224-9/+12
* stream: minor cookie cleanupwm42013-12-222-26/+23
* options: move network related options to MPOptswm42013-12-225-48/+37
* msg: add some comments about thread-safetywm42013-12-221-0/+6
* gl_lcms: actually acquire mutexwm42013-12-221-0/+2
* options: make --msglevel extend previous settingswm42013-12-221-3/+10
* vda: attempt to fix build (2)wm42013-12-221-2/+2
* path-macosx: attempt to fix buildwm42013-12-221-1/+1
* Merge branch 'msg_refactor'wm42013-12-21223-3886/+3551
|\
| * msg: remove global statewm42013-12-219-73/+84
| * msg: don't prefix slave-mode stuff by defaultwm42013-12-211-1/+1
| * player: use separate msg prefix for statuslinewm42013-12-213-3/+5
| * demux: don't prefix tag output with demuxer namewm42013-12-212-9/+12
| * msg: rename mp_msg_log -> mp_msgwm42013-12-2122-96/+96
| * msg: convert defines to enumwm42013-12-219-36/+37
| * msg: remove legacy stuffwm42013-12-212-142/+3
| * vo_opengl_old: remove leftoverswm42013-12-211-1/+1
| * macosx_application: replace mp_msg with stderr for semi-fatal errorwm42013-12-211-3/+4
| * cpudetect: remove mp_msg callswm42013-12-211-13/+0
| * path lookup functions: mp_msg conversionswm42013-12-2116-110/+122
| * af_export: require filename argumentwm42013-12-212-6/+5
| * quvi: mp_msg conversionswm42013-12-214-20/+33
| * charset_conv: mp_msg conversionswm42013-12-214-27/+33
| * stream: mp_msg conversionswm42013-12-2139-739/+557
| * demux: mp_msg conversionswm42013-12-2128-561/+544
| * playlist_parser: mp_msg conversionwm42013-12-216-75/+81
| * x11: mp_msg conversion for fstype help outputwm42013-12-213-11/+9
| * encode_lavc: mp_msg conversionswm42013-12-214-111/+104
| * options: some more mp_msg conversionswm42013-12-214-42/+31
| * av_log: mp_msg conversionwm42013-12-213-34/+73
| * m_option: add mp_log context to sub-module print_help callbackwm42013-12-215-13/+11
| * m_option: add mp_log callback to OPT_STRING_VALIDATE optionswm42013-12-219-79/+81
| * m_option, m_config: mp_msg conversionswm42013-12-2120-297/+275
| * m_property: mp_msg conversionswm42013-12-215-25/+34
| * input: rework how input sources are addedwm42013-12-2113-205/+213
| * m_config: add custom context to includefunc callbackwm42013-12-213-4/+7
| * sub/osd: mp_msg conversionswm42013-12-2119-80/+104
| * find_subfiles: mp_msg conversionswm42013-12-213-12/+14
| * player/timeline: mp_msg conversionswm42013-12-213-39/+36
| * demux: use fprintf() for printing fatal errorswm42013-12-211-6/+4
| * codecs: avoid having to print error messagewm42013-12-211-3/+2
| * codecs: mp_msg conversionwm42013-12-215-11/+13
| * av_common: abuse av_log to print message instead of mp_msgwm42013-12-211-1/+2
| * ao: some missing mp_msg conversionswm42013-12-211-13/+17
| * ao_wasapi: mp_msg conversionswm42013-12-211-67/+34
| * audio/fmt-conversion.c: remove unknown audio format messageswm42013-12-214-15/+19
| * audio: mp_msg conversionswm42013-12-2124-194/+180
| * mixer: mp_msg conversionswm42013-12-213-14/+13
| * lua: minor simplificationwm42013-12-211-2/+1
| * osdep/priority: drop message output when setting prioritywm42013-12-211-2/+0
| * player: use MSGL_SMODE for some slave-mode stuffwm42013-12-212-10/+10
| * img_format: drop message about unknown pixel formatswm42013-12-211-7/+1
| * bitmap_packer: use printf() for fatal messagewm42013-12-211-2/+2
| * vaapi: mp_msg conversionswm42013-12-216-123/+135
| * vdpau: mp_msg conversionswm42013-12-216-73/+77
| * video/fmt-conversion.c: remove unknown pixel format messageswm42013-12-213-20/+17
| * image_writer: mp_msg conversionswm42013-12-214-16/+14
| * sws_utils: mp_msg conversionswm42013-12-213-3/+13
| * gl_lcms: use global lock to deal with crappy lcms2 message callbackwm42013-12-211-14/+22
| * video/out: pass along global contextwm42013-12-215-4/+10
| * video/decode: mp_msg conversionswm42013-12-216-65/+73
| * video/filter: mp_msg conversionswm42013-12-2117-122/+103
| * x11: don't set global error handlerwm42013-12-211-22/+0
| * ao_alsa: don't set ALSA message callbackwm42013-12-211-21/+0
| * msg: handle vsnprintf errorswm42013-12-201-1/+2
| * msg: use a global lock to synchronize printingwm42013-12-201-4/+7
| * msg: change --msglevel, reduce legacy gluewm42013-12-209-140/+190
| * msg: cosmetic changeswm42013-12-202-124/+87
| * msg: change hack to silence command line pre-parse error messageswm42013-12-203-6/+6
| * terminal: remove separate formatting for --msgmodulewm42013-12-201-4/+1
| * terminal: abstract terminal color handlingwm42013-12-205-105/+81
|/
* w32_common: support file drag and dropMartin Herkt2013-12-201-0/+38
* input: make parse_cmd_strv take const argsMartin Herkt2013-12-202-2/+2
* osc: use mp.send_commandvwm42013-12-201-18/+18
* input, lua: add functions to take pre-split input commandswm42013-12-203-70/+185
* terminal: move SIGTTOU signal handler setup codewm42013-12-192-7/+2
* Rename getch2....c/h to terminal....c/hwm42013-12-1911-19/+16
* crosscompile-mingw.txt: fix instructionswm42013-12-191-1/+1
* player: replace some overlooked mp_msgswm42013-12-198-42/+31
* options: use M_OPT_EXIT with -Vwm42013-12-191-1/+1
* ta: fix compilation with NDEBUGwm42013-12-191-1/+2
* m_option.h: actually remove config.h includewm42013-12-191-1/+0
* stream: remove stale MAX_STREAM_PROTOCOLS definewm42013-12-191-2/+0
* command: remove radio commandswm42013-12-194-50/+1
* w32_common: fix mouse clicksMartin Herkt2013-12-191-12/+17
* ao_wasapi: fix includeswm42013-12-181-3/+2
* vf_lavfi: don't access AVFilterPad directlywm42013-12-181-2/+3
* ad_lavc: work around deprecation warningwm42013-12-181-1/+4
* m_option: don't include config.h in headerwm42013-12-182-7/+11
* Reduce recursive config.h inclusions in headerswm42013-12-1816-17/+18
* stream: move O_BINARY dummy definitionwm42013-12-182-4/+4
* Remove the _ macrowm42013-12-187-47/+48
* ildetect: add ILDETECT_FORCE_RUN (if interlacing could not be decided, assume...Rudolf Polzer2013-12-181-1/+7
* command: better check whether file duration is availablewm42013-12-171-1/+1
* old-makefile: fix mpvcore references and the DIRS variablewm42013-12-171-3/+8
* Fix OSX build; remove all remaining mpvcore references11rcombs2013-12-178-20/+20
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-17235-376/+380
* Merge mp_talloc.h into ta/ta_talloc.hwm42013-12-1710-70/+45
* Move options/config related files from mpvcore/ to options/wm42013-12-17144-210/+210
* Move libquvi stuff to stream/resolve/wm42013-12-179-8/+6
* Move mpvcore/input/ to input/wm42013-12-1727-42/+45
* Rename mp_lua.c/h to lua.c/hwm42013-12-176-8/+8
* Rename mp_core.h to core.hwm42013-12-1718-17/+17
* Move mpvcore/player/ to player/wm42013-12-1725-54/+56
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-1649-325/+309
* input: remove LIRCCD supportwm42013-12-164-36/+0
* command: mess with previous commitwm42013-12-161-11/+9
* command: scale osd’s time remaining by the current speedVivek Jain2013-12-163-6/+29
*