summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* manpage: fix --vf=expand aspect ratio exampleAlessandro Ghedini2013-12-161-1/+1
* input: move multi-command parsing somewhere elsewm42013-12-161-32/+38
* input: adjust code to make quoted/not quoted cases more unifiedwm42013-12-161-8/+11
* input: better error reporting for missing commandswm42013-12-161-7/+12
* input: move some command flags into a bitfieldwm42013-12-163-49/+49
* input: remove weird syntax for skipping optional argumentswm42013-12-161-10/+4
* manpage: undocument syntax for skipping optional arguments in input commandswm42013-12-161-2/+0
* input: avoid using wakeup pipe if it's not neededwm42013-12-161-1/+9
* mp_msg: define a bunch of convenience macroswm42013-12-161-0/+8
* input: don't quit with exit status 1 when receiving SIGTERMwm42013-12-151-1/+1
* player: don't temporarily disable terminal handling when reloading fileswm42013-12-153-20/+11
* osd_libass: update styles when OSD changes PlayReswm42013-12-152-8/+15
* osd: use separate ASS_Renderer for each OSD objectwm42013-12-153-46/+53
* player: don't store subtitle renderer in osd_statewm42013-12-156-17/+16
* dvdnav: fix incorrect clipping of highlightswm42013-12-151-6/+6
* demux_mkv: don't seek outside of the file when finding segmentswm42013-12-141-1/+4
* matroska: add --ordered-chapters-files optionwm42013-12-144-2/+30
* manpage: mention that the "run" does not wait for the commandwm42013-12-141-0/+3
* Allow some options taking filenames to refer to mpv config dirwm42013-12-146-10/+73
* dvdnav: select longest title by defaultwm42013-12-142-6/+27
* vf_dsize: fix bug caused by typowm42013-12-141-1/+1
* dvdnav: crappy hack to respect timed still frameswm42013-12-143-22/+36
* dvdnav, tv: force-disable cachingwm42013-12-144-4/+5
* dvdnav: enable cachingwm42013-12-141-2/+1
* dvdnav: block when libdvdnav requests draining bufferswm42013-12-141-5/+13
* stream_dvdnav: drop stream buffers on seekwm42013-12-141-3/+5
* cache: add a way to explicitly resume cachewm42013-12-142-0/+5
* cache: try harder on EOFwm42013-12-141-5/+11
* stream: don't seek when seeking to the same positionwm42013-12-141-0/+3
* stream: add function for dropping the bufferwm42013-12-143-2/+12
* dvdnav: improve a commentwm42013-12-131-1/+1
* dvdnav: remove highlights if no PCI availablewm42013-12-131-1/+3
* video: change --video-zoom behaviorwm42013-12-132-6/+13
* dvb: prevent seek when reopening the demuxerwm42013-12-131-1/+3
* build: dvdnav needs dvdreadNikoli2013-12-131-0/+1
* dvdnav: support mouse interactionwm42013-12-134-4/+38
* dec_video: fix handling of timestamp resetswm42013-12-121-1/+0
* demux_lavf: fix timebase confusionwm42013-12-121-7/+7
* demux: revert accidentally included change from previous commitwm42013-12-121-1/+1
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-1225-28/+1122
* demux_lavf: remove unnecessary seek on initializationwm42013-12-121-2/+0
* input: fix bogus section disabling, add debugging outputwm42013-12-121-3/+11
* sd_lavc: factor out bitmap positioning codewm42013-12-123-30/+48
* osd: add option for "unscaled" OSDwm42013-12-106-3/+17
* osd: typo in commentwm42013-12-101-1/+1
* demux: set fps for mf:// to 1wm42013-12-102-2/+2
* video: display last frame, drain frames on video reconfigwm42013-12-105-10/+92
* vo: reset some fields properlywm42013-12-101-0/+6
* video: move VO reinit from filter chain to playerwm42013-12-106-149/+90
* video: move handling of brightness and deinterlacing controlwm42013-12-105-36/+49
* vf_vo: remove VO reset on filter uninitwm42013-12-101-5/+0
* video: move video filter chain initialization from decoder to playerwm42013-12-108-83/+78
* osxbundle: use mpv's version.sh instead of osxbundle'sChrisK22013-12-092-16/+1
* compat: add compatibility kludge for Libav 9wm42013-12-082-8/+26
* ao_wasapi: Fix mistaken behavior on uninitDiogo Franco (Kovensky)2013-12-081-2/+2
* ao_wasapi: handle AOPLAY_FINAL_CHUNKDiogo Franco (Kovensky)2013-12-081-2/+6
* ao_wasapi: Reduce the buffer size to a sane valueDiogo Franco (Kovensky)2013-12-081-1/+1
* ao_wasapi: fix audio buffering delay calculationDiogo Franco (Kovensky)2013-12-081-1/+1
* options: allow hwaccel formats in -vf format/noformatwm42013-12-072-2/+2
* vf: redo conversion filter insertion/format negotiationwm42013-12-076-175/+187
* video/filter: make vf->control non-recursivewm42013-12-0712-32/+27
* vf: remove flags from filter format statuswm42013-12-074-37/+25
* video: create a separate context for video filter chainwm42013-12-0711-160/+197
* video/filter: remove vf_match_csp()wm42013-12-076-119/+4
* vf: remove unused functionwm42013-12-072-23/+0
* vf: print error when creating filter failswm42013-12-071-0/+1
* manpage: remove some --flip leftoverswm42013-12-072-2/+2
* mixer: remove comment about af_pan doing downmixingwm42013-12-071-3/+1
* manpage: mark "run" command as Unix-onlywm42013-12-071-0/+1
* command: fix compilation with MinGWwm42013-12-071-1/+3
* stream: fix clang warningStefano Pigozzi2013-12-071-1/+1
* build: prefer 4Front OSS to native implementationsbugmen0t2013-12-072-7/+14
* cocoa: make borderless window resizableagiz2013-12-071-1/+1
* macosx_events: fix null dereference on uninitStefano Pigozzi2013-12-071-1/+4
* player: load external subs for uncompressed rar archiveswm42013-12-063-3/+23
* build: fix regression in cross-compilation [2]Stefano Pigozzi2013-12-061-1/+1
* build: fix linking to CoreFoundationagiz2013-12-061-1/+1
* build: link ARC to get subscripting implementationStefano Pigozzi2013-12-061-1/+2
* vf: declare config() as legacywm42013-12-051-5/+5
* video/filter: remove unneeded config callbackswm42013-12-055-45/+0
* video: remove --flipwm42013-12-0510-28/+7
* vf: move norm_qscale() to the only filter which uses itwm42013-12-052-15/+15
* vf_sub, vf_dlopen: default struct is not neededwm42013-12-052-7/+3
* vf: cleanup removed filter entrywm42013-12-051-1/+0
* video: allow hardware decoding only for certain codecswm42013-12-052-5/+13
* docs: edl: minor correctionswm42013-12-051-4/+5
* build: fix regression in cross-compilationStefano Pigozzi2013-12-051-1/+1
* video/filter: fix some bogus free() callswm42013-12-054-8/+0
* audio: flush remaining data from the filter chain on EOFwm42013-12-052-3/+7
* audio/filter: change filter callback signaturewm42013-12-0528-152/+152
* ad_lavc: handle decoder EAGAIN only if there was an input packetwm42013-12-041-3/+3
*