summaryrefslogtreecommitdiffstats
path: root/configure
Commit message (Expand)AuthorAgeFilesLines
* macosx: always active bundle path lookup if cocoa is activeStefano Pigozzi2013-09-121-18/+0
* Add PDF manual targetMartin Herkt2013-09-091-0/+27
* configure: build with wayland 1.2.0Alexander Preisinger2013-09-031-1/+1
* configure: improve wayland checkAlexander Preisinger2013-09-031-12/+6
* configure: fix some descriptions in the help outputwm42013-09-011-4/+4
* configure: fix build with stable wayland releasesAlexander Preisinger2013-08-281-2/+10
* configure: fix VDA autodetection based on FFmpeg supportStefano Pigozzi2013-08-261-1/+2
* configure: move wayland-egl checkAlexander Preisinger2013-08-261-2/+3
* wayland: shm based software renderingAlexander Preisinger2013-08-251-1/+6
* configure: fix help for macosx-bundle from autodetected to disabledStefano Pigozzi2013-08-251-5/+4
* configure: fix VDA warning on systems other than OSXwm42013-08-241-0/+1
* video: add vda decode support (with hwaccel) and direct renderingStefano Pigozzi2013-08-221-0/+46
* sd_lavc_conv: don't check AV_CODEC_PROP_TEXT_SUB flagwm42013-08-151-11/+0
* configure: fix typowm42013-08-121-1/+1
* video: add vaapi decode and output supportwm42013-08-121-0/+24
* configure: lower libdvdread minimum required versionwm42013-08-021-1/+1
* configure: fix vdpau test if vdpau is disabled/unavailablewm42013-07-301-5/+8
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-0/+20
* configure: fix terminfo checkwm42013-07-261-1/+1
* video: support setting libswscale chroma positionwm42013-07-251-0/+12
* configure: Fix bad variable assignmentDiogo Franco (Kovensky)2013-07-251-1/+1
* getch2: Refactor/rewriteDiogo Franco (Kovensky)2013-07-251-0/+26
* ao_wasapi0: Rename to ao_wasapiDiogo Franco (Kovensky)2013-07-221-15/+15
* configure: Add some -Wno-error= flags to ERRORFLAGSDiogo Franco (Kovensky)2013-07-211-2/+2
* Use /dev/cd0 as default cdrom device on FreeBSDGrzegorz Blach2013-07-161-1/+1
* configure: add /usr/local on FreeBSD, also NetBSD/DragonFlywm42013-07-151-0/+10
* configure: fix vcd detection on WindowsJonathan Yong2013-07-131-1/+1
* build: change vf_dlopen testwm42013-07-121-0/+14
* build: make the "built on" report opt-outStephen Hutchinson2013-07-111-0/+14
* configure: add libdl detection to ladspa, vf_dlopenRudolf Polzer2013-07-091-1/+7
* configure: fix oversight in log messagewm42013-07-081-1/+1
* configure: make zlib non-optionalwm42013-07-081-1/+1
* configure: fix previous commitwm42013-07-081-1/+1
* configure: link with -lrtwm42013-07-081-0/+16
* osdep: remove unused mmap compatibility hackswm42013-07-071-7/+0
* configure: simplify arch macroswm42013-07-071-33/+12
* configure: prune some more crapwm42013-07-071-45/+0
* Remove some leftovers from network removalwm42013-07-071-27/+0
* Remove internal network supportwm42013-07-071-190/+0
* configure: rename --enable/disable-libquvi to --enable/disable-libquvi4wm42013-07-051-15/+15
* configure: prefer libquvi 0.4.x over libquvi 0.9.xwm42013-06-281-18/+18
* core: add libquvi 0.9 supportwm42013-06-281-0/+25
* configure: fix wasapi0 checksJames Ross-Gowan2013-06-261-6/+6
* Merge branch 'sub_mess2'wm42013-06-251-0/+21
|\
| * sub: libguess support for -subcpwm42013-06-251-0/+21
* | configure: cocoa: link to libarcliteStefano Pigozzi2013-06-221-0/+1
* | ao_wasapi0: add new wasapi event mode aoJonathan Yong2013-06-181-1/+47
* | configure: remove redundant WINVER setJonathan Yong2013-06-181-1/+1
* | osdep: remove shmem wrapperwm42013-06-181-3/+0
|/
* configure: make check for stream cache verbosewm42013-06-161-0/+2
* cache: use threads instead of fork()wm42013-06-161-4/+5
* cache: make the stream cache a proper stream that wraps other streamswm42013-06-161-9/+3
* sd_lavc_conv: add hack if AV_CODEC_PROP_TEXT_SUB is not availablewm42013-06-031-0/+12
* af_lavfi: add libavfilter bridgewm42013-05-231-0/+31
* configure: map --enable-sdl2 to autodetectionStephen Hutchinson2013-05-211-2/+2
* configure: reject older libswresamplewm42013-05-191-2/+2
* audio: fix compilation with older libavresample versionswm42013-05-131-0/+18
* OSX: use native Cocoa's event loopStefano Pigozzi2013-05-121-16/+1
* For now, disable autodetection of sdl/sdl2Rudolf Polzer2013-05-111-4/+4
* wayland: use new function xkb_keymap_from_bufferAlexander Preisinger2013-05-021-1/+1
* x11: use mpv internal key auto-repeat handling if possiblewm42013-04-241-1/+1
* configure: enable libavdevice by defaultwm42013-04-231-2/+3
* vf_lavfi: add libavfilter bridgewm42013-04-211-5/+44
* configure: add -mconsole on MinGWwm42013-04-101-1/+6
* vcd_read_win32.h: fix compilation on MinGW-w64Stephen Hutchinson2013-04-061-1/+1
* configure: fix compilation on Linuxwm42013-03-311-0/+1
* remove Apple Remote related codeStefano Pigozzi2013-03-311-65/+0
* configure: fix OpenGL autodetection on OS XStefano Pigozzi2013-03-241-0/+9
* configure: check for presence of glext.hKovensky2013-03-231-0/+12
* video: use new method to get QP tablewm42013-03-151-0/+12
* configure: bump minimum FFmpeg/Libav versions, remove compat hackswm42013-03-131-36/+1
* af_lavrresample: add new resampling filter to replace the old onesStefano Pigozzi2013-03-131-0/+32
* video: make use of libavcodec refcountingwm42013-03-131-0/+13
* configure: add _GNU_SOURCE to CFLAGS by defaultwm42013-03-111-1/+1
* configure: remove -fomit-frame-pointer and -ffast-math from CFLAGSwm42013-03-111-3/+3
* wayland: change wayland-egl pkg-config versionAlexander Preisinger2013-03-021-1/+1
* wayland: add wayland supportAlexander Preisinger2013-02-281-3/+35
* configure: fix recently added testswm42013-02-111-2/+2
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-0/+24
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-061-113/+2
* stream_cdda: support latest libcdio versionUoti Urpala2013-01-241-1/+1
* configure: for now reject the newer libcdio APIRudolf Polzer2013-01-241-1/+1
* osxbundle: add header padding to the binaryStefano Pigozzi2013-01-161-0/+1
* configure: change libcaca test to pkg-configwm42013-01-131-12/+1
* configure: remove references to naswm42013-01-131-4/+2
* configure: remove unused check for mkstemp()wm42013-01-131-12/+0
* Replace strsep() useswm42013-01-131-15/+0
* osdep: remove gettimeofday() emulationwm42013-01-131-15/+0
* osdep: remove broken vsscanf() emulationwm42013-01-131-21/+0
* configure: remove check for .align semanticswm42013-01-131-15/+0
* configure: remove __builtin_expect checkwm42013-01-131-20/+0
* configure: cleanup: remove unused --datadir switchwm42013-01-131-7/+0
* configure: cleanup: remove unused xshape switcheswm42013-01-131-4/+0
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-281-0/+45
* configure: clean up use of extra_ldflags and libs_mplayerRudolf Polzer2012-12-191-16/+17
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-151-0/+1
* windows support: fix compilation with pthreadswm42012-12-111-1/+1
* configure: remove --disable-sortsubwm42012-12-111-14/+0
* demux_gif: remove this demuxer in favor of libavformatwm42012-12-031-93/+0
* demux_lavf: add support for libavdevicewm42012-12-031-0/+42
* configure: don't check for inttypes.h, it always existswm42012-12-031-16/+0
* configure: remove unused libpng detectionwm42012-12-031-29/+0
* configure: use pkg-config for detecting OpenALwm42012-11-231-18/+8
* configure: make --enable-debug defaultwm42012-11-201-2/+2
* configure: add --disable-optimization, change --enable-debug semanticswm42012-11-201-3/+10
* configure: remove --enable-profilewm42012-11-161-11/+4
* Makefile: don't strip by default, add install-strip targetswm42012-11-141-5/+0
* Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2wm42012-11-141-1/+10
* build: build manpage by default if rst2man is detectedwm42012-11-141-0/+16
* build: remove doc/locale language auto-detection, simplifywm42012-11-141-123/+12
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-131-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-7/+1
* Port several python scripts to PerlKovensky2012-11-081-2/+2
* configure: detect rst2man binary nameStefano Pigozzi2012-11-021-0/+6
* configure: bump required ffmpeg library versionswm42012-10-301-1/+1
* cocoa_common: use IOKit to perform power managementStefano Pigozzi2012-10-161-2/+2
* Rename to "mpv"wm42012-10-121-21/+18
* build: fix ao_dsound config checkswm42012-10-051-0/+23
* Remove useless video filterswm42012-10-031-10/+0
* windows support: set -mwin32 when building on CygwinKovensky2012-09-301-0/+4
* windows support: define WINVER to 0x0500Kovensky2012-09-301-1/+1
* build: use "python" instead of "python3" as interpreter namewm42012-09-291-2/+2
* configure: make --enable-openal use auto detectionwm42012-09-231-1/+1
* encode: video encoding now supported using mencoder-like optionsRudolf Polzer2012-09-181-0/+14
* configure: add version check for libquviwm42012-09-181-1/+1
* cleanup: remove pointless #definesUoti Urpala2012-09-181-10/+0
* configure: disable optimization if --enable-debug is usedwm42012-08-251-4/+8
* configure: minor improvement to summary outputwm42012-08-251-6/+2
* configure: restore DVB supportwm42012-08-251-0/+2
* libmpcodecs: remove redundant audio and video decoderswm42012-08-201-101/+0
* Remove support for libdvwm42012-08-201-22/+0
* Remove support for libnemesi RTSP streamingwm42012-08-201-23/+0
* Remove support for LIVE555 RTSP streamingwm42012-08-201-57/+0
* build: remove leftover bits for internal libdvdread supportwm42012-08-201-24/+0
* VO: remove vo_directfb2 and vo_directxwm42012-08-161-62/+0
* Remove dvdnav support (DVD menus)wm42012-08-161-128/+5
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-161-182/+1
* configure: check for python3 existenceRudolf Polzer2012-08-161-0/+13
* vo_sharedbuffer: remove this VOStefano Pigozzi2012-08-151-26/+0
* osd: remove FAST_OSD codewm42012-08-071-6/+0
* win32: fix compilation on MinGWwm42012-08-071-0/+4
* Remove V4L2 decoder support (vo_v4l2 and ao_v4l2)wm42012-08-071-36/+0
* VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpegwm42012-08-061-34/+0
* VO: remove vo_jpeg, vo_png, vo_pnm, vo_tgawm42012-08-061-37/+1
* configure: fix directx check on Cygwinmplayer-svn2012-08-031-0/+1
* configure: try linking in libmad testmplayer-svn2012-08-031-1/+1
* configure: add -D__STDC_FORMAT_MACROS to CXXFLAGSmplayer-svn2012-08-031-1/+1
* configure: drop extra standard compiler/linker flags for *BSD systemsmplayer-svn2012-08-031-9/+0
* Remove leftover BeOS support stuffwm42012-08-031-24/+0
* configure: drop check for -lposix4wm42012-08-031-10/+0
* loader: remove weird kstat thingwm42012-08-031-13/+0
* configure: remove some unused checkswm42012-08-031-71/+0
* stream: remove V4L TV input and V4L radio supportwm42012-08-021-51/+4
* build: remove references to cpuinfowm42012-08-011-4/+0
* stream: remove native RTSP/RTP/PNM supportwm42012-08-011-4/+0
* mp_msg: remove filename_recodewm42012-07-311-32/+0
* configure: remove checks for malloc.h and alloca()wm42012-07-301-29/+0
* configure: remove memalign checkwm42012-07-301-26/+0
* Remove some demuxers and decoderswm42012-07-301-166/+0
* Remove XMMS plugin supportwm42012-07-301-28/+0
* mplayer: remove Linux RTC supportwm42012-07-301-29/+0
* configure, mp_msg.h: get rid of MP_DEBUGwm42012-07-301-3/+0
* sub: remove unrar_execwm42012-07-301-18/+0
* mplayer: remove crash handler stuffwm42012-07-301-28/+0
* Rip out 3DNOW supportwm42012-07-301-1/+0
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1047/+35
* libvo: remove custom assembler memcpy implementations (aka fastmemcpy)wm42012-07-301-15/+0
* configure: remove pointless checks for yasm etc.wm42012-07-291-166/+1
* ad_faad: include neaacdec.h instead of faad.hwm42012-07-281-1/+1
* configure: disable win32 emulation by defaultwm42012-07-281-2/+2
* osd: remove freetype font rendering codewm42012-07-281-99/+3
* osd: use libass for OSD renderingwm42012-07-281-14/+39
* Add support for playing video from streaming sites with libquviwm42012-07-281-0/+19
* libvo, libao: remove useless video and audio output driverswm42012-07-281-674/+8
* Merge remote-tracking branch 'origin/master'wm42012-07-281-10/+0
|\
| *