| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: reject older libswresample | wm4 | 2013-05-19 | 1 | -2/+2 |
* | audio: fix compilation with older libavresample versions | wm4 | 2013-05-13 | 1 | -0/+18 |
* | OSX: use native Cocoa's event loop | Stefano Pigozzi | 2013-05-12 | 1 | -16/+1 |
* | For now, disable autodetection of sdl/sdl2 | Rudolf Polzer | 2013-05-11 | 1 | -4/+4 |
* | wayland: use new function xkb_keymap_from_buffer | Alexander Preisinger | 2013-05-02 | 1 | -1/+1 |
* | x11: use mpv internal key auto-repeat handling if possible | wm4 | 2013-04-24 | 1 | -1/+1 |
* | configure: enable libavdevice by default | wm4 | 2013-04-23 | 1 | -2/+3 |
* | vf_lavfi: add libavfilter bridge | wm4 | 2013-04-21 | 1 | -5/+44 |
* | configure: add -mconsole on MinGW | wm4 | 2013-04-10 | 1 | -1/+6 |
* | vcd_read_win32.h: fix compilation on MinGW-w64 | Stephen Hutchinson | 2013-04-06 | 1 | -1/+1 |
* | configure: fix compilation on Linux | wm4 | 2013-03-31 | 1 | -0/+1 |
* | remove Apple Remote related code | Stefano Pigozzi | 2013-03-31 | 1 | -65/+0 |
* | configure: fix OpenGL autodetection on OS X | Stefano Pigozzi | 2013-03-24 | 1 | -0/+9 |
* | configure: check for presence of glext.h | Kovensky | 2013-03-23 | 1 | -0/+12 |
* | video: use new method to get QP table | wm4 | 2013-03-15 | 1 | -0/+12 |
* | configure: bump minimum FFmpeg/Libav versions, remove compat hacks | wm4 | 2013-03-13 | 1 | -36/+1 |
* | af_lavrresample: add new resampling filter to replace the old ones | Stefano Pigozzi | 2013-03-13 | 1 | -0/+32 |
* | video: make use of libavcodec refcounting | wm4 | 2013-03-13 | 1 | -0/+13 |
* | configure: add _GNU_SOURCE to CFLAGS by default | wm4 | 2013-03-11 | 1 | -1/+1 |
* | configure: remove -fomit-frame-pointer and -ffast-math from CFLAGS | wm4 | 2013-03-11 | 1 | -3/+3 |
* | wayland: change wayland-egl pkg-config version | Alexander Preisinger | 2013-03-02 | 1 | -1/+1 |
* | wayland: add wayland support | Alexander Preisinger | 2013-02-28 | 1 | -3/+35 |
* | configure: fix recently added tests | wm4 | 2013-02-11 | 1 | -2/+2 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 1 | -0/+24 |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 1 | -113/+2 |
* | stream_cdda: support latest libcdio version | Uoti Urpala | 2013-01-24 | 1 | -1/+1 |
* | configure: for now reject the newer libcdio API | Rudolf Polzer | 2013-01-24 | 1 | -1/+1 |
* | osxbundle: add header padding to the binary | Stefano Pigozzi | 2013-01-16 | 1 | -0/+1 |
* | configure: change libcaca test to pkg-config | wm4 | 2013-01-13 | 1 | -12/+1 |
* | configure: remove references to nas | wm4 | 2013-01-13 | 1 | -4/+2 |
* | configure: remove unused check for mkstemp() | wm4 | 2013-01-13 | 1 | -12/+0 |
* | Replace strsep() uses | wm4 | 2013-01-13 | 1 | -15/+0 |
* | osdep: remove gettimeofday() emulation | wm4 | 2013-01-13 | 1 | -15/+0 |
* | osdep: remove broken vsscanf() emulation | wm4 | 2013-01-13 | 1 | -21/+0 |
* | configure: remove check for .align semantics | wm4 | 2013-01-13 | 1 | -15/+0 |
* | configure: remove __builtin_expect check | wm4 | 2013-01-13 | 1 | -20/+0 |
* | configure: cleanup: remove unused --datadir switch | wm4 | 2013-01-13 | 1 | -7/+0 |
* | configure: cleanup: remove unused xshape switches | wm4 | 2013-01-13 | 1 | -4/+0 |
* | vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver | Rudolf Polzer | 2012-12-28 | 1 | -0/+45 |
* | configure: clean up use of extra_ldflags and libs_mplayer | Rudolf Polzer | 2012-12-19 | 1 | -16/+17 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 1 | -0/+1 |
* | windows support: fix compilation with pthreads | wm4 | 2012-12-11 | 1 | -1/+1 |
* | configure: remove --disable-sortsub | wm4 | 2012-12-11 | 1 | -14/+0 |
* | demux_gif: remove this demuxer in favor of libavformat | wm4 | 2012-12-03 | 1 | -93/+0 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 1 | -0/+42 |
* | configure: don't check for inttypes.h, it always exists | wm4 | 2012-12-03 | 1 | -16/+0 |
* | configure: remove unused libpng detection | wm4 | 2012-12-03 | 1 | -29/+0 |
* | configure: use pkg-config for detecting OpenAL | wm4 | 2012-11-23 | 1 | -18/+8 |
* | configure: make --enable-debug default | wm4 | 2012-11-20 | 1 | -2/+2 |
* | configure: add --disable-optimization, change --enable-debug semantics | wm4 | 2012-11-20 | 1 | -3/+10 |
* | configure: remove --enable-profile | wm4 | 2012-11-16 | 1 | -11/+4 |
* | Makefile: don't strip by default, add install-strip targets | wm4 | 2012-11-14 | 1 | -5/+0 |
* | Improve compatibility with Libav 0.8.4 and ffmpeg 0.11.2 | wm4 | 2012-11-14 | 1 | -1/+10 |
* | build: build manpage by default if rst2man is detected | wm4 | 2012-11-14 | 1 | -0/+16 |
* | build: remove doc/locale language auto-detection, simplify | wm4 | 2012-11-14 | 1 | -123/+12 |
* | clang: fix all warnings except deprecations | Stefano Pigozzi | 2012-11-13 | 1 | -1/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -7/+1 |
* | Port several python scripts to Perl | Kovensky | 2012-11-08 | 1 | -2/+2 |
* | configure: detect rst2man binary name | Stefano Pigozzi | 2012-11-02 | 1 | -0/+6 |
* | configure: bump required ffmpeg library versions | wm4 | 2012-10-30 | 1 | -1/+1 |
* | cocoa_common: use IOKit to perform power management | Stefano Pigozzi | 2012-10-16 | 1 | -2/+2 |
* | Rename to "mpv" | wm4 | 2012-10-12 | 1 | -21/+18 |
* | build: fix ao_dsound config checks | wm4 | 2012-10-05 | 1 | -0/+23 |
* | Remove useless video filters | wm4 | 2012-10-03 | 1 | -10/+0 |
* | windows support: set -mwin32 when building on Cygwin | Kovensky | 2012-09-30 | 1 | -0/+4 |
* | windows support: define WINVER to 0x0500 | Kovensky | 2012-09-30 | 1 | -1/+1 |
* | build: use "python" instead of "python3" as interpreter name | wm4 | 2012-09-29 | 1 | -2/+2 |
* | configure: make --enable-openal use auto detection | wm4 | 2012-09-23 | 1 | -1/+1 |
* | encode: video encoding now supported using mencoder-like options | Rudolf Polzer | 2012-09-18 | 1 | -0/+14 |
* | configure: add version check for libquvi | wm4 | 2012-09-18 | 1 | -1/+1 |
* | cleanup: remove pointless #defines | Uoti Urpala | 2012-09-18 | 1 | -10/+0 |
* | configure: disable optimization if --enable-debug is used | wm4 | 2012-08-25 | 1 | -4/+8 |
* | configure: minor improvement to summary output | wm4 | 2012-08-25 | 1 | -6/+2 |
* | configure: restore DVB support | wm4 | 2012-08-25 | 1 | -0/+2 |
* | libmpcodecs: remove redundant audio and video decoders | wm4 | 2012-08-20 | 1 | -101/+0 |
* | Remove support for libdv | wm4 | 2012-08-20 | 1 | -22/+0 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 1 | -23/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 1 | -57/+0 |
* | build: remove leftover bits for internal libdvdread support | wm4 | 2012-08-20 | 1 | -24/+0 |
* | VO: remove vo_directfb2 and vo_directx | wm4 | 2012-08-16 | 1 | -62/+0 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 1 | -128/+5 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 1 | -182/+1 |
* | configure: check for python3 existence | Rudolf Polzer | 2012-08-16 | 1 | -0/+13 |
* | vo_sharedbuffer: remove this VO | Stefano Pigozzi | 2012-08-15 | 1 | -26/+0 |
* | osd: remove FAST_OSD code | wm4 | 2012-08-07 | 1 | -6/+0 |
* | win32: fix compilation on MinGW | wm4 | 2012-08-07 | 1 | -0/+4 |
* | Remove V4L2 decoder support (vo_v4l2 and ao_v4l2) | wm4 | 2012-08-07 | 1 | -36/+0 |
* | VO: remove vo_gif89a, vo_md5sum, vo_yuv4mpeg | wm4 | 2012-08-06 | 1 | -34/+0 |
* | VO: remove vo_jpeg, vo_png, vo_pnm, vo_tga | wm4 | 2012-08-06 | 1 | -37/+1 |
* | configure: fix directx check on Cygwin | mplayer-svn | 2012-08-03 | 1 | -0/+1 |
* | configure: try linking in libmad test | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | configure: add -D__STDC_FORMAT_MACROS to CXXFLAGS | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | configure: drop extra standard compiler/linker flags for *BSD systems | mplayer-svn | 2012-08-03 | 1 | -9/+0 |
* | Remove leftover BeOS support stuff | wm4 | 2012-08-03 | 1 | -24/+0 |
* | configure: drop check for -lposix4 | wm4 | 2012-08-03 | 1 | -10/+0 |
* | loader: remove weird kstat thing | wm4 | 2012-08-03 | 1 | -13/+0 |
* | configure: remove some unused checks | wm4 | 2012-08-03 | 1 | -71/+0 |
* | stream: remove V4L TV input and V4L radio support | wm4 | 2012-08-02 | 1 | -51/+4 |
* | build: remove references to cpuinfo | wm4 | 2012-08-01 | 1 | -4/+0 |
* | stream: remove native RTSP/RTP/PNM support | wm4 | 2012-08-01 | 1 | -4/+0 |
* | mp_msg: remove filename_recode | wm4 | 2012-07-31 | 1 | -32/+0 |
* | configure: remove checks for malloc.h and alloca() | wm4 | 2012-07-30 | 1 | -29/+0 |
* | configure: remove memalign check | wm4 | 2012-07-30 | 1 | -26/+0 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -166/+0 |
* | Remove XMMS plugin support | wm4 | 2012-07-30 | 1 | -28/+0 |
* | mplayer: remove Linux RTC support | wm4 | 2012-07-30 | 1 | -29/+0 |
* | configure, mp_msg.h: get rid of MP_DEBUG | wm4 | 2012-07-30 | 1 | -3/+0 |
* | sub: remove unrar_exec | wm4 | 2012-07-30 | 1 | -18/+0 |
* | mplayer: remove crash handler stuff | wm4 | 2012-07-30 | 1 | -28/+0 |
* | Rip out 3DNOW support | wm4 | 2012-07-30 | 1 | -1/+0 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 1 | -1047/+35 |
* | libvo: remove custom assembler memcpy implementations (aka fastmemcpy) | wm4 | 2012-07-30 | 1 | -15/+0 |
* | configure: remove pointless checks for yasm etc. | wm4 | 2012-07-29 | 1 | -166/+1 |
* | ad_faad: include neaacdec.h instead of faad.h | wm4 | 2012-07-28 | 1 | -1/+1 |
* | configure: disable win32 emulation by default | wm4 | 2012-07-28 | 1 | -2/+2 |
* | osd: remove freetype font rendering code | wm4 | 2012-07-28 | 1 | -99/+3 |
* | osd: use libass for OSD rendering | wm4 | 2012-07-28 | 1 | -14/+39 |
* | Add support for playing video from streaming sites with libquvi | wm4 | 2012-07-28 | 1 | -0/+19 |
* | libvo, libao: remove useless video and audio output drivers | wm4 | 2012-07-28 | 1 | -674/+8 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -10/+0 |
|\ |
|
| * | build, codec-cfg.c: simplify builtin codecs.conf handling | Uoti Urpala | 2012-07-16 | 1 | -10/+0 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-05-20 | 1 | -132/+50 |
|\| |
|
| * | configure: OSX: fix check for compiler-specific cflags | Stefano Pigozzi | 2012-05-17 | 1 | -3/+4 |
| * | configure: don't enable GL/X11 without X11 | Stefano Pigozzi | 2012-05-17 | 1 | -9/+11 |
| * | ad_mpg123: update libmpg123 API use | Thomas Orgis | 2012-05-07 | 1 | -2/+3 |
| * | configure: use pkg-config for vdpau, libmpg123, libbluray | Uoti Urpala | 2012-05-06 | 1 | -5/+3 |
| * | ao_arts, ao_esd: remove these AOs | Uoti Urpala | 2012-05-06 | 1 | -58/+0 |
| * | build: remove IRIX support | Uoti Urpala | 2012-05-06 | 1 | -56/+2 |
| * | ao_portaudio: add new PortAudio audio output driver | wm4 | 2012-05-06 | 1 | -0/+28 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -75/+112 |
|\| |
|
| * | configure, stream_cdda: remove libcdparanoia support | wm4 | 2012-04-28 | 1 | -45/+9 |
| * | configure: OSX: check for X11 header conflict with corevideo | Stefano Pigozzi | 2012-04-26 | 1 | -78/+95 |
| * | cocoa_common, gl_common: add OSX specific getProcAddress | Stefano Pigozzi | 2012-04-26 | 1 | -1/+1 |
| * | OSX, input: implement wakeup in response to Cocoa events | Stefano Pigozzi | 2012-04-26 | 1 | -0/+5 |
| * | vo_sharedbuffer: add this video output | Stefano Pigozzi | 2012-04-26 | 1 | -0/+26 |
| * | vo_corevideo: use cocoa_common to display the window | Stefano Pigozzi | 2012-04-26 | 1 | -25/+19 |
| * | configure: --enable-debug: don't change other compiler flags | Uoti Urpala | 2012-04-19 | 1 | -13/+8 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-13 | 1 | -101/+8 |
|\| |
|
| * | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 1 | -101/+8 |
* | | configure, stream_cdda: remove libcdparanoia support | wm4 | 2012-04-01 | 1 | -45/+9 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -25/+2 |
|\| |
|
| * | configure: disable X11 opengl backend if Cocoa is enabled | Stefano Pigozzi | 2012-03-25 | 1 | -1/+1 |
| * | vo_quartz: remove this video output | Stefano Pigozzi | 2012-03-25 | 1 | -22/+0 |
| * | macosx_finder_args: use cocoa instead of carbon | Stefano Pigozzi | 2012-03-25 | 1 | -2/+1 |
* | | libvo: add vo_gl3 | wm4 | 2012-03-31 | 1 | -0/+21 |
|/ |
|
* | configure: fix --enable-static | Uoti Urpala | 2012-03-09 | 1 | -3/+2 |
* | configure: disable live555 by default | Uoti Urpala | 2012-03-09 | 1 | -3/+3 |
* | configure: add __USE_MINGW_ANSI_STDIO on MinGW | wm4 | 2012-03-01 | 1 | -0/+1 |
* | configure: allow changing pkg-config binary with --pkg-config | wm4 | 2012-02-29 | 1 | -0/+4 |
* | configure: use cross toolchain if --target is given | wm4 | 2012-02-29 | 1 | -44/+61 |
* | configure: disable cross compilation auto detection | wm4 | 2012-02-29 | 1 | -4/+5 |
* | configure: fix target triplet check for mingw targets | Kovensky | 2012-02-29 | 1 | -15/+19 |
* | configure: show PKG_CONFIG_PATH and CFLAGS in config.log | Uoti Urpala | 2012-02-29 | 1 | -1/+8 |
* | configure: remove obsolete messages for mtrr / no w32codecs | Uoti Urpala | 2012-02-28 | 1 | -28/+1 |
* | configure, build: support compiling without libpostproc | Uoti Urpala | 2012-02-27 | 1 | -1/+20 |
* | configure, ao_alsa: drop support for obsolete ALSA versions | Uoti Urpala | 2012-02-27 | 1 | -98/+9 |
* | configure: simplify pkg-config handling, drop other tests | Uoti Urpala | 2012-02-27 | 1 | -201/+46 |
* | Update Libav API uses | Uoti Urpala | 2012-02-01 | 1 | -1/+3 |
* | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 1 | -12/+4 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 1 | -20/+6 |
* | vo_gl: add native mac osx Cocoa backend for vo_gl | Stefano Pigozzi | 2011-11-26 | 1 | -1/+36 |
* | libmenu: remove OSD menu functionality (--menu) | Uoti Urpala | 2011-10-25 | 1 | -22/+4 |
* | vo_gl2, vo_matrixview: remove these VOs | wm4 | 2011-10-24 | 1 | -20/+0 |
* | audio/video: delete buggy "dynamic plugin" code | Uoti Urpala | 2011-10-20 | 1 | -18/+0 |
* | configure: libav: use "pkg-config --print-errors", "Libav" name | Uoti Urpala | 2011-08-21 | 1 | -9/+9 |
* | configure: make libavutil eval API check require newer version | Uoti Urpala | 2011-07-18 | 1 | -1/+1 |
* | stream_bluray: switch to new libbluray API | Rico Tzschichholz | 2011-07-10 | 1 | -1/+1 |
* | configure: clang: set custom warning flags for clang | Uoti Urpala | 2011-07-07 | 1 | -0/+2 |
* | configure: rename "--disable-ass" to "--disable-libass" | Uoti Urpala | 2011-07-06 | 1 | -4/+4 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-07-06 | 1 | -19/+20 |
|\ |
|
| * | configure: Remove obsolete test for ARM pld instruction | diego | 2011-07-06 | 1 | -7/+1 |
| * | stream/tvi_v4l[2]: fix calculation of free RAM for buffers | iive | 2011-07-06 | 1 | -1/+1 |
| * | configure: fix check for clang compiler | diego | 2011-07-06 | 1 | -2/+1 |
| * | configure: fix mmxext detection with --disable-sse | reimar | 2011-07-06 | 1 | -3/+2 |
| * | configure: only set NEED_GLOB on Windows | reimar | 2011-07-06 | 1 | -2/+5 |
| * | configure: when cross-compiling default host_cc to "cc" | reimar | 2011-07-06 | 1 | -4/+5 |
| * | configure: fix _libcdio variable staying on "auto" | reimar | 2011-07-06 | 1 | -0/+1 |
| * | configure: add an initial check to verify compiler works at all | iive | 2011-07-06 | 1 | -0/+4 |
* | | configure: Use -Werror-implicit-function-declaration with GCC | Uoti Urpala | 2011-07-06 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-06-29 | 1 | -8/+7 |
|\ |
|
| * | configure: handle X11 dependencies at depending checks | diego | 2011-06-29 | 1 | -7/+5 |
| * | configure: fix swab() check for Windows | cehoyos | 2011-06-29 | 1 | -1/+2 |
* | | stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD) | Uoti Urpala | 2011-06-29 | 1 | -0/+11 |
|/ |
|
* | configure: Remove checks for default inline asm features | Diego Biurrun | 2011-06-28 | 1 | -29/+0 |
* | ao_rsound: add new RSound audio output driver | Hans-Kristian Arntzen | 2011-06-26 | 1 | -0/+22 |
* | vo_xvmc: drop XvMC support | Uoti Urpala | 2011-05-09 | 1 | -40/+1 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 1 | -17/+3 |
|\ |
|
| * | configure: Make largefile support non-optional | diego | 2011-05-02 | 1 | -16/+2 |
| * | configure: print correct result variable for armv6t2 test | reimar | 2011-04-13 | 1 | -1/+1 |
* | | configure: abort if certain libraries can't be found | Uoti Urpala | 2011-04-20 | 1 | -2/+10 |
* | | configure: fix --enable-3dfx override without dga | Uoti Urpala | 2011-04-20 | 1 | -0/+1 |
* | | vo_dga: replace xf86dga.h with Xxf86dga.h | Clément Bœsch | 2011-04-20 | 1 | -2/+2 |
|/ |
|
* | configure: remove old GUI-related options | Uoti Urpala | 2011-04-02 | 1 | -19/+0 |
* | mp3lib: drop internal mp3lib tree | Uoti Urpala | 2011-04-02 | 1 | -19/+0 |
* | configure, Windows: support static pthreads on Windows | Diogo Franco | 2011-03-30 | 1 | -1/+12 |
* | configure: remove --ffmpeg-source-dir help output | Uoti Urpala | 2011-03-01 | 1 | -1/+0 |
* | build: change version number generation | Uoti Urpala | 2011-02-19 | 1 | -2/+0 |
* | configure: fix --enable-libvorbis with tremor installed | Uoti Urpala | 2011-02-18 | 1 | -0/+2 |
* | configure: disable libmpcdec by default | reimar | 2011-02-15 | 1 | -3/+4 |
* | configure: remove unused maemo check | Uoti Urpala | 2011-02-15 | 1 | -24/+0 |
* | configure: use LINGUAS environment variable for messages | Uoti Urpala | 2011-02-15 | 1 | -0/+1 |
* | configure: abort if FFmpeg libraries are not found | Uoti Urpala | 2011-02-08 | 1 | -2/+4 |
* | configure: print "Unknown parameter: " error to stderr | Uoti Urpala | 2011-02-02 | 1 | -1/+1 |
* | configure: drop unused liblzo and bzlib tests | Uoti Urpala | 2011-02-02 | 1 | -35/+0 |
* | configure: prefer libvorbis to libvorbisidec/tremor | Uoti Urpala | 2011-02-01 | 1 | -6/+6 |
* | tremor: drop internal tremor library | Uoti Urpala | 2011-02-01 | 1 | -37/+3 |
* | libmpeg2: drop libmpeg2 support | Uoti Urpala | 2011-02-01 | 1 | -50/+0 |
* | vo_zr2: drop Zoran support | Uoti Urpala | 2011-01-31 | 1 | -31/+0 |
* | vo_dxr2, ao_dxr2: drop dxr2 support | Uoti Urpala | 2011-01-31 | 1 | -25/+0 |
* | vidix: drop VIDIX support | Uoti Urpala | 2011-01-31 | 1 | -146/+0 |
* | cosmetics: configure: Drop leading underscore from _need_* variables | diego | 2011-01-31 | 1 | -24/+24 |
* | configure: add return_check and return_statement_check helpers | diego | 2011-01-31 | 1 | -30/+25 |
* | configure: Define _XOPEN_SOURCE to 600 in mkstemp check | reimar | 2011-01-31 | 1 | -1/+1 |
* | configure: add define_statement_check function | diego | 2011-01-31 | 1 | -73/+23 |
* | configure: simplify some tests | diego | 2011-01-31 | 1 | -53/+36 |
* | libfaad2:/ Remove forked internal libfaad2 copy | diego | 2011-01-31 | 1 | -60/+6 |
* | build: cygwin: don't rely on _WIN32 being defined | reimar | 2011-01-29 | 1 | -2/+5 |
* | configure: remove obsolete things used for internal FFmpeg build | Uoti Urpala | 2011-01-25 | 1 | -63/+1 |
* | configure: remove MEncoder-related options and tests | Clément Bœsch | 2011-01-25 | 1 | -171/+2 |
* | configure: Do not enable rpath on NetBSD | diego | 2010-11-08 | 1 | -1/+0 |
* | configure: Enable joystick support on FreeBSD | diego | 2010-11-08 | 1 | -1/+1 |
* | build: enable vf_geq if libavutil version installs eval.h | Uoti Urpala | 2010-11-06 | 1 | -0/+8 |
* | configure: Fix detection of mips processor variants | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: check if libdvdcss has been removed from tree | siretart | 2010-11-02 | 1 | -1/+1 |
* | configure: Ensure that CONFIG_NETWORK is #defined to 0 or 1 | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: simplify X11, IVTV and V4l2 checks | diego | 2010-11-02 | 1 | -39/+5 |
* | configure: simplify some checks | diego | 2010-11-02 | 1 | -35/+7 |
* | configure: Rename function_check{_broken}() --> statement_check{_broken}() | diego | 2010-11-02 | 1 | -47/+47 |
* | configure: simplify some tests | diego | 2010-11-02 | 1 | -49/+6 |
* | configure: update documentation comments about adding checks | diego | 2010-11-02 | 1 | -17/+2 |
* | configure: Add HAVE_STDLIB_H to config.h for libfaad2 | diego | 2010-11-02 | 1 | -0/+1 |
* | configure: Move network requirement check for FTP into the FTP test | diego | 2010-11-02 | 1 | -3/+5 |
* | configure: Move ASMALIGN check into x86 section | diego | 2010-11-02 | 1 | -12/+14 |
* | configure: simplify libbluray test | diego | 2010-11-02 | 1 | -7/+1 |
* | configure: Make sure that HAVE_MKSTEMP is always #defined to a value | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: Make sure that CONFIG_LIBMP3LAME is always #defined | diego | 2010-11-02 | 1 | -2/+1 |
* | configure: Add function_check_broken(), simplify test | diego | 2010-11-02 | 1 | -9/+15 |
* | configure: minor cleanups | diego | 2010-11-02 | 1 | -11/+5 |
* | configure: Fix compilation on Windows: MinGW unistd.h does not define NULL | reimar | 2010-11-02 | 1 | -1/+5 |
* | configure: Ignore possible errors from dvdread-config invocation | diego | 2010-11-02 | 1 | -2/+2 |
* | configure: change VESA test to check for vbeInit() instead of vbeVersion() | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: misc whitespace cosmetics | diego | 2010-11-02 | 1 | -30/+16 |
* | configure: simplify and improve some checks | diego | 2010-11-02 | 1 | -62/+15 |
* | build: update DirectFB requirements, reduce #ifdefs | diego | 2010-11-02 | 1 | -47/+12 |
* | configure: cosmetics: Replace some double quotes by single quotes | diego | 2010-11-02 | 1 | -4/+4 |
* | configure: add inline_asm_check() and simplify some tests | diego | 2010-11-02 | 1 | -36/+18 |
* | configure: simplify some checks | diego | 2010-11-02 | 1 | -215/+66 |
* | configure: fix warnings in check programs | diego | 2010-11-02 | 1 | -11/+13 |
* | build: enable/disable all FFmpeg libraries together | Uoti Urpala | 2010-11-02 | 1 | -160/+36 |
* | Remove MEncoder | Uoti Urpala | 2010-11-02 | 1 | -8/+1 |
* | configure: change Apple remote test to just compile, not run | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: remove duplicated CFLAGS from DEPFLAGS | Uoti Urpala | 2010-11-02 | 1 | -1/+1 |
* | configure: Separate compiler warning flags from other flags | diego | 2010-11-02 | 1 | -13/+19 |
* | enable vo_mga, vo_xmga, vf_palette, vf_halfpack | Uoti Urpala | 2010-11-02 | 1 | -18/+4 |
* | configure: Add a hack to work with BeOS/Haiku libsdl | reimar | 2010-11-02 | 1 | -0/+4 |
* | configure: Attempt to fix compilation with FreeBSD's dvdio.h | reimar | 2010-11-02 | 1 | -1/+2 |
* | configure: make libarts check verify linking | reimar | 2010-11-02 | 1 | -1/+2 |
* | configure: Fix documentation language variables in summary output | diego | 2010-11-02 | 1 | -2/+2 |
* | configure: avoid unsupported options with clang on Darwin/PPC | diego | 2010-11-02 | 1 | -1/+4 |
* | configure: Add -Wno-parentheses to CFLAGS | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: fix OpenBSD default for CD-ROM device | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: Default to -O2 optimization level for the clang compiler | diego | 2010-11-02 | 1 | -0/+2 |
* | configure: add header_check_broken, use for cdio | reimar | 2010-11-02 | 1 | -2/+18 |
* | configure: Rename "network" variable and option to "networking" | diego | 2010-11-02 | 1 | -18/+20 |
* | configure: Fix LADSPA test variable initialization | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: use correct arguments in signal handler tests | diego | 2010-11-02 | 1 | -2/+2 |
* | configure: Move PIC test out of the x86 section | diego | 2010-11-02 | 1 | -12/+15 |
* | configure: Move EBX availability #define within config.h | diego | 2010-11-02 | 1 | -1/+1 |
* | stream_bluray: add unencrypted Blu-ray playback | ben | 2010-11-02 | 1 | -1/+31 |
* | configure: Add return statement to function_check test program. | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: use cflag_check function for more cases | diego | 2010-11-02 | 1 | -28/+19 |
* | configure: Separate dependency flags from general CFLAGS | diego | 2010-11-02 | 1 | -1/+2 |
* | configure: add function to check compiler flags directly | diego | 2010-11-02 | 1 | -50/+33 |
* | configure: Rename _warn_CFLAGS variable to warn_cflags. | diego | 2010-11-02 | 1 | -5/+5 |
* | configure: Add function to check for particular function in header | diego | 2010-11-02 | 1 | -0/+9 |
* | configure: Place temporary files in a subdirectory of their own | diego | 2010-11-02 | 1 | -8/+10 |
* | ad_mpg123: add MP3 decoding through libmpg123 | diego | 2010-11-02 | 1 | -0/+25 |
* | configure: Fix detection of SDL backend for vo_gl on OS X | astrange | 2010-11-02 | 1 | -1/+1 |
* | configure: Fix indentation | reimar | 2010-11-02 | 1 | -16/+16 |
* | configure: Experimental support for clang compiler. | reimar | 2010-11-02 | 1 | -2/+11 |
* | configure: Fix catch() callback function declaration in two compile tests | diego | 2010-11-02 | 1 | -2/+2 |
* | configure: whitespace cosmetics | diego | 2010-11-02 | 1 | -4/+4 |
* | configure: Remove unnecessary #includes from libnut test. | diego | 2010-11-02 | 1 | -3/+0 |
* | configure: Replace manual header checks by header_check function | diego | 2010-11-02 | 1 | -152/+36 |
* | configure: Remove some unnecessary #includes from tests | diego | 2010-11-02 | 1 | -20/+0 |
* | configure: Simplify fribidi check - console output is not necessary | diego | 2010-11-02 | 1 | -4/+1 |
* | configure: Add header_check convenience function | diego | 2010-11-02 | 1 | -0/+9 |
* | configure: change gettimeofday() test function parameters | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: Remove some unnecessary #includes from compilation tests | diego | 2010-11-02 | 1 | -3/+0 |
* | configure: Drop linux-devfs configure option. | diego | 2010-11-02 | 1 | -28/+19 |
* | build: Rename configure.log file to config.log | diego | 2010-11-02 | 1 | -1/+1 |
* | configure: make gif test check linking too | reimar | 2010-11-02 | 1 | -1/+1 |
* | cosmetics: Drop leading underscore from configuration variable. | diego | 2010-11-02 | 1 | -5/+5 |
* | Merge svn changes r31306, r31307 | Uoti Urpala | 2010-06-05 | 1 | -1/+4 |
|\ |
|
| * | Add the -march fallback for amdfam10 also to the x86_64 case. | reimar | 2010-06-02 | 1 | -0/+3 |
| * | libavcodec/libx264.c requires x264 0.98 since r23430. | cehoyos | 2010-06-02 | 1 | -1/+1 |
| * | Fix compilation without librtmp. | cehoyos | 2010-05-30 | 1 | -0/+3 |
* | | configure: fix disabling of (x)mga without swscale internals | Uoti Urpala | 2010-06-04 | 1 | -1/+3 |
* | | Merge svn changes up to r31284 | Uoti Urpala | 2010-06-02 | 1 | -3/+5 |
|\| |
|
| * | Change compiler argument order for compile_check to avoid incorrect linking | reimar | 2010-05-30 | 1 | -3/+5 |
| * | Add librtmp support | hyc | 2010-05-30 | 1 | -2/+30 |
| * | Remove obsolete may_alias-related defines, lavu handles this now | reimar | 2010-05-29 | 1 | -2/+0 |
| * | Actually run a detection whether external libass exists, instead | reimar | 2010-05-29 | 1 | -2/+17 |
* | | Merge svn changes up to r31265 | Uoti Urpala | 2010-06-02 | 1 | -21/+24 |
|\| |
|
| * | Fix compilation if the compiler does not support -march=amdfam10 | reimar | 2010-05-29 | 1 | -0/+3 |
| * | cosmetics: Drop leading '_' from noinputmodules variable. | diego | 2010-05-29 | 1 | -21/+21 |
| * | Add support for decoding VP8 through libvpx wrapper in FFmpeg. | diego | 2010-05-25 | 1 | -0/+28 |
* | | Merge svn changes up to r31211 | Uoti Urpala | 2010-05-30 | 1 | -8/+3 |
|\| |
|
| * | support linking to fribidi without pkg-config | siretart | 2010-05-24 | 1 | -2/+8 |
| * | make configure use pkg-config for fribidi checks | siretart | 2010-05-24 | 1 | -13/+2 |
| * | vf_zr requires the lavc MJPEG encoder even when MEncoder has been disabled. | diego | 2010-05-14 | 1 | -1/+3 |
| * | Remove duplicate and nonsense libavencoders #define for OpenCORE AMR-WB. | diego | 2010-05-14 | 1 | -1/+0 |
* | | Merge svn changes up to r31176 | Uoti Urpala | 2010-05-30 | 1 | -1/+1 |
|\| |
|
| * | Check for termios.h before sys/termios.h. | diego | 2010-05-14 | 1 | -1/+1 |
* | | Merge svn changes up to r31169 | Uoti Urpala | 2010-05-30 | 1 | -17/+3 |
|\| |
|
| * | Remove internal liba52 copy. | diego | 2010-05-09 | 1 | -17/+3 |
* | | Merge svn changes up to r31145 | Uoti Urpala | 2010-05-30 | 1 | -291/+291 |
|\| |
|
| * | cosmetics: Drop leading underscore from some commonly-used variable names. | diego | 2010-05-09 | 1 | -319/+319 |
| * | Fix compilation with old libschroedinger-dev installed. | cehoyos | 2010-05-06 | 1 | -1/+1 |
* | | vdpau: drop support for old versions | Uoti Urpala | 2010-05-11 | 1 | -1/+1 |
* | | Merge svn changes up to r31133 | Uoti Urpala | 2010-05-07 | 1 | -77/+110 |
|\| |
|
| * | Revert accidental change to default CFLAGS. | reimar | 2010-04-30 | 1 | -1/+1 |
| * | Add configure detection for SDL backend for -vo gl. | reimar | 2010-04-30 | 1 | -78/+111 |
| * | Fix compilation with gcc 2.95.3 (with --disable-ass). | cehoyos | 2010-04-28 | 1 | -0/+6 |
| * | Add llrintf test for FFmpeg. | diego | 2010-04-27 | 1 | -1/+2 |
* | | Merge svn changes up to r31100 | Uoti Urpala | 2010-05-07 | 1 | -1/+1 |
|\| |
|
| * | Fix compilation with live555 after libavutil r22965. | cehoyos | 2010-04-27 | 1 | -1/+1 |
* | | Merge svn changes up to r31097 | Uoti Urpala | 2010-04-26 | 1 | -12/+1 |
|\| |
|
| * | Remove code to work around bugs in ancient libSDL versions, the code has been | reimar | 2010-04-24 | 1 | -9/+0 |
| * | VIDIX only works for Linux on the x86_64 architecture, not on other OSes. | diego | 2010-04-22 | 1 | -1/+1 |
| * | Revert obscure hack that disables the malloc.h check on certain BSD platforms. | diego | 2010-04-21 | 1 | -2/+0 |
* | | Merge svn changes up to r31050 | Uoti Urpala | 2010-04-26 | 1 | -1/+1 |
|\| |
|
| * | Tell x264 that we aren't going to give it timestamps. | lorenm | 2010-04-20 | 1 | -1/+1 |
* | | Merge svn changes up to r31033 | Uoti Urpala | 2010-04-26 | 1 | -3/+1 |
|\| |
|
| * | Generate dependency information as a sideeffect of compilation. | diego | 2010-04-06 | 1 | -3/+1 |
| * | Add -MP to dependency command. | diego | 2010-04-05 | 1 | -2/+2 |
| * | Drop unused DEPEND_CMD from config.mak; FFmpeg no longer needs it. | diego | 2010-04-05 | 1 | -2/+0 |
* | | Merge svn changes up to r31020 | Uoti Urpala | 2010-04-26 | 1 | -58/+59 |
|\| |
|
| * | Remove -O4 from FAAC check, it is in our standard CFLAGS already. | diego | 2010-04-04 | 1 | -1/+1 |
| * | Directly use CFLAGS for ASFLAGS instead of duplicating the variable content. | diego | 2010-04-04 | 1 | -1/+1 |
| * | cosmetics: prettyprint config.mak somewhat | diego | 2010-04-04 | 1 | -105/+106 |
* | | Merge svn changes up to r31004 | Uoti Urpala | 2010-04-26 | 1 | -3/+6 |
|\| |
|
| * | Remove no longer necessary CONFIG_SWSCALE from config.h/config.mak. | diego | 2010-04-04 | 1 | -3/+0 |
| * | Cosmetics: Fix indentation. | cehoyos | 2010-04-02 | 1 | -2/+2 |
| * | Do not try -march=native for icc. | cehoyos | 2010-04-02 | 1 | -0/+4 |
| * | Add HAVE_STRERROR_R definition for FFmpeg to config.h. | diego | 2010-03-28 | 1 | -0/+1 |
| * | Add definition of CONFIG_LIBRTMP to config.h for FFmpeg. | diego | 2010-03-28 | 1 | -0/+1 |
| * | Fix compilation after librtmp support in FFmpeg. | reimar | 2010-03-28 | 1 | -0/+1 |
* | | Merge svn changes up to r30967 | Uoti Urpala | 2010-04-26 | 1 | -79/+68 |
|\| |
|
| * | Remove unused OPTFLAGS variable from config.mak. | diego | 2010-03-25 | 1 | -1/+0 |
| * | Remove unused MACOSX_BUNDLE config.mak entry. | diego | 2010-03-25 | 1 | -1/+0 |
| * | Move some FFmpeg-specific entries to the FFmpeg section of config.mak. | diego | 2010-03-25 | 1 | -5/+7 |
| * | Introduce mak_enable function to set variables in config.mak. | diego | 2010-03-17 | 1 | -22/+14 |
| * | Rename SGI_MIPS architecture to plain MIPS. | diego | 2010-03-17 | 1 | -4/+4 |
| * | Drop libavcodec_arch hack; ARCH can now be set directly in config.mak. | diego | 2010-03-17 | 1 | -10/+1 |
| * | Lowercase arch and subarch values. | diego | 2010-03-17 | 1 | -19/+19 |
| * | cosmetics: Drop leading underscore from cpuexts variables. | diego | 2010-03-17 | 1 | -23/+23 |
| * | Make ff_config_enable work with lowercase values. | diego | 2010-03-17 | 1 | -2/+4 |
| * | Split subarch handling off from generic arch handling. | diego | 2010-03-17 | 1 | -4/+8 |
* | | Merge svn changes up to r30917 | Uoti Urpala | 2010-04-26 | 1 | -40/+50 |
|\| |
|
| * | Fix compilation after FFmpeg r22569 at least for some architectures. | cehoyos | 2010-03-17 | 1 | -0/+10 |
| * | cosmetics: Drop leading underscores from arch variables. | diego | 2010-03-17 | 1 | -40/+40 |
* | | Merge svn changes up to r30907 | Uoti Urpala | 2010-04-26 | 1 | -33/+10 |
|\| |
|
| * | Fix compilation after FFmpeg r22565. | cehoyos | 2010-03-16 | 1 | -0/+2 |
| * | Add CONFIG_DCT and CONFIG_DWT to config.h as well as to config.mak for FFmpeg. | diego | 2010-03-15 | 1 | -0/+2 |
| * | variable renaming cosmetics: _have_yasm --> have_yasm | diego | 2010-03-14 | 1 | -3/+3 |
| * | Remove unused MMX_FFT Makefile variable. | diego | 2010-03-14 | 1 | -3/+0 |
| * | cosmetics: Simplify _codecsdir setting for MinGW and OS/2. | diego | 2010-03-14 | 1 | -2/+1 |
| * | Add -Wstrict-prototypes to CFLAGS. | diego | 2010-03-14 | 1 | -0/+1 |
| * | Use menu instead of GUI as example for an internal feature turned on by a flag. | diego | 2010-03-14 | 1 | -1/+1 |
| * | Fix compilation after FFmpeg r22522. | cehoyos | 2010-03-14 | 1 | -0/+1 |
| * | Replace separate Win32, XAnim and Real codec directories by one global dir. | diego | 2010-03-14 | 1 | -25/+1 |
* | | build: create and install .mo translation files | Uoti Urpala | 2010-04-01 | 1 | -6/+30 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -32/+2 |
* | | Merge svn changes up to r30876 | Uoti Urpala | 2010-03-10 | 1 | -1/+1 |
|\| |
|
| * | Fix help text for --disable-win32dll. | cehoyos | 2010-03-09 | 1 | -1/+1 |
* | | Merge svn changes up to r30848 | Uoti Urpala | 2010-03-10 | 1 | -52/+21 |
|\| |
|
| * | Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c instead | komh | 2010-03-04 | 1 | -1/+12 |
| * | Add a VCD support for OS/2 | komh | 2010-03-03 | 1 | -1/+1 |
| * | Drop support for old-style DVB code. | diego | 2010-03-02 | 1 | -51/+8 |
| * | Remove RTSP_MUXER from libavmuxers to fix compilation with --disable-network | rectalogic | 2010-03-02 | 1 | -1/+1 |
| * | Add CONFIG_LSP to config.h for libavcodec compilation. | diego | 2010-03-02 | 1 | -0/+1 |
* | | Merge svn changes up to r30732 | Uoti Urpala | 2010-03-10 | 1 | -0/+1 |
|\| |
|
| * | Add -Wmissing-prototypes to CFLAGS if available. | diego | 2010-02-23 | 1 | -0/+1 |
| * | FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86. | diego | 2010-02-20 | 1 | -0/+8 |
| * | FFmpeg: Add tomi to architecture list. | diego | 2010-02-20 | 1 | -1/+1 |
| * | Add av_alias define as a hack to fix compilation of intreadwrite.h without | reimar | 2010-02-18 | 1 | -0/+1 |
* | | Merge svn changes up to r30570 | Uoti Urpala | 2010-03-09 | 1 | -0/+3 |
|\| |
|
| * | Check that fontconfig version is at least 2.4.2, which is required for the | reimar | 2010-02-14 | 1 | -0/+3 |
| * | 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP. | diego | 2010-02-13 | 1 | -3/+5 |
| * | Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak. | diego | 2010-02-13 | 1 | -5/+3 |
| * | Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs. | diego | 2010-02-13 | 1 | -1/+1 |
* | | Merge svn changes up to r30550 | Uoti Urpala | 2010-03-09 | 1 | -12/+12 |
|\| |
|
| * | Fix shared library libavutil check: test for av_clip instead of av_gcd. | diego | 2010-02-13 | 1 | -1/+1 |
| * | Add win32 loader support for OS/2 | komh | 2010-02-12 | 1 | -1/+1 |
| * | Move one more FFmpeg-related definition to the FFmpeg section of config.h. | diego | 2010-02-11 | 1 | -1/+1 |
| * | Move some FFmpeg-related definitions to the FFmpeg section of config.h. | diego | 2010-02-11 | 1 | -8/+8 |
| * | Move def_dos_paths to a better place within config.h; not just FFmpeg uses it. | diego | 2010-02-11 | 1 | -1/+1 |
| * | Enable RTSP and SDP demuxers if network support is enabled, they can now be u... | reimar | 2010-02-04 | 1 | -1/+2 |
| * | Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg | komh | 2010-02-03 | 1 | -2/+48 |
| * | Revert r30324 which broken the struct addrinfo check by making it always pass. | reimar | 2010-02-02 | 1 | -1/+2 |
* | | Merge svn changes up to r30484 | Uoti Urpala | 2010-03-09 | 1 | -0/+26 |
|\| |
|
| * | Add OS/2 KAI audio driver support | komh | 2010-02-01 | 1 | -0/+26 |
| * | Disable FFmpeg's network protocols if --disable-network was specified. | reimar | 2010-01-31 | 1 | -0/+1 |
| * | Fix compilation for new Bink audio decoder. | cehoyos | 2010-01-31 | 1 | -0/+1 |
| * | Add some more definitions for FFmpeg to config.h: | diego | 2010-01-30 | 1 | -0/+3 |
| * | Disable all hwaccel glue code from FFmpeg. | diego | 2010-01-21 | 1 | -8/+5 |
| * | x264 version 0.83 is required. | cehoyos | 2010-01-21 | 1 | -1/+1 |
| * | Fix compilation after FFmpeg r21353. | cehoyos | 2010-01-21 | 1 | -0/+1 |
| * | Create libavutil/avconfig.h, required for FFmpeg compilation. | diego | 2010-01-19 | 1 | -0/+16 |
* | | Add runtime translation support | Uoti Urpala | 2010-03-08 | 1 | -0/+21 |
* | | build/vdpau: drop support for dynamic loading of libvdpau | Uoti Urpala | 2010-02-26 | 1 | -2/+5 |
* | | Merge svn changes up to r30375 | Uoti Urpala | 2010-01-25 | 1 | -7/+42 |
|\| |
|
| * | Set HAVE_FAST_CLZ according to CPU type. | zuxy | 2010-01-19 | 1 | -4/+26 |
| * | Support for detection of AMD Phenom. | zuxy | 2010-01-18 | 1 | -2/+6 |
| * | Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support. | reimar | 2010-01-17 | 1 | -0/+2 |
| * | Also try linking against dxguid for SDL test. | reimar | 2010-01-17 | 1 | -1/+1 |
| * | Allow anything starting with "arm" to be used as --target for ARM CPUs | reimar | 2010-01-16 | 1 | -2/+2 |
| * | Manually add --nxcompat --no-seh --dynamicbase to linker flags if available, | reimar | 2010-01-16 | 1 | -0/+8 |
| * | Fix struct addrinfo check, its definition might not allow actually allocating... | reimar | 2010-01-16 | 1 | -1/+1 |
| * | Fix sockaddr_storage check to work with winsock/MinGW | reimar | 2010-01-16 | 1 | -3/+17 |
* | | Merge svn changes up to r30322 | Uoti Urpala | 2010-01-25 | 1 | -3/+9 |
|\| |
|
| * | Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now. | reimar | 2010-01-16 | 1 | -0/+1 |
| * | HAVE_INLINE_ASM for FFmpeg should be one since we only support | reimar | 2010-01-16 | 1 | -1/+1 |
| * | Set _optimizing for x86-64. | zuxy | 2010-01-15 | 1 | -1/+1 |
| * | The undocumented x86-64 is a better fallback for core2 than nocona. | zuxy | 2010-01-15 | 1 | -0/+3 |
| * | Add -fno-common to avoid misalignment for global var under win32 like what | zuxy | 2010-01-15 | 1 | -0/+1 |
| * | Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott. | zuxy | 2010-01-15 | 1 | -1/+2 |
| * | Fix typo in r30302 | zuxy | 2010-01-15 | 1 | -1/+1 |
| * | Fix compilation after recent changes in FFmpeg. | cehoyos | 2010-01-14 | 1 | -0/+64 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 1 | -7/+23 |
|\| |
|
| * | Add very experimetal support for the Sun C compiler. | reimar | 2010-01-12 | 1 | -1/+12 |
| * | Change -pipe check to avoid misdetecting it as available for Sun's compiler. | reimar | 2010-01-12 | 1 | -1/+2 |
| * | Add checks for exp2, exp2 and log2f required by FFmpeg. | reimar | 2010-01-12 | 1 | -1/+4 |
| * | Search X11 headers and libraries also in /usr/local/..., should ease | reimar | 2010-01-10 | 1 | -3/+3 |
| * | Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not | reimar | 2010-01-10 | 1 | -1/+2 |
| * | FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_T... | reimar | 2010-01-10 | 1 | -2/+5 |
* | | Merge svn changes up to r30264 | Uoti Urpala | 2010-01-25 | 1 | -15/+14 |
|\| |
|
| * | Fix OpenGL detection for OpenSolaris where -lXdamage is necessary. | reimar | 2010-01-10 | 1 | -9/+8 |
| * | Only print "using sdl-config" if we actually used it for SDL detection. | reimar | 2010-01-10 | 1 | -1/+1 |
| * | Prefer libdca over libdts | reimar | 2010-01-10 | 1 | -1/+1 |
| * | Quote test arguments that may be empty | reimar | 2010-01-10 | 1 | -2/+2 |
| * | Disable internal copy of liba52 by default, libavcodec should be an | reimar | 2010-01-10 | 1 | -2/+2 |
| * | IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that... | reimar | 2010-01-09 | 1 | -1/+1 |
| * | Add several make variables to make --enable-hardcoded-tables actually compile. | reimar | 2010-01-09 | 1 | -0/+4 |
| * | Add support for --enable-hardcoded-tables like FFmpeg has. | reimar | 2010-01-09 | 1 | -1/+15 |
| * | libass needs at least freetype 2.2.1 | greg | 2010-01-08 | 1 | -3/+3 |
* | | Merge svn changes up to r30236 | Uoti Urpala | 2010-01-08 | 1 | -17/+19 |
|\| |
|
| * | Move MatrixView video output check below OpenGL check, it depends on OpenGL. | diego | 2010-01-05 | 1 | -13/+14 |
| * | Remove pointless variable declaration from DirectFB check. | diego | 2010-01-04 | 1 | -1/+1 |
| * | Add missing stdlib.h #include to fribidi check. | diego | 2010-01-04 | 1 | -0/+1 |
| * | Remove pointless printf call in libmp3lame test. | diego | 2010-01-04 | 1 | -1/+1 |
| * | Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings. | diego | 2010-01-04 | 1 | -2/+2 |
| * | Pass a proper va_list type to vsscanf() test in configure. | diego | 2010-01-04 | 1 | -1/+1 |
* | | Merge svn r30200 (reindent configure) | Uoti Urpala | 2010-01-08 | 1 | -488/+488 |
|\| |
|
| * | cosmetics: tabs to spaces, some reindentation | diego | 2010-01-04 | 1 | -506/+506 |
* | | Merge svn changes up to r30199 | Uoti Urpala | 2010-01-08 | 1 | -1/+2 |
|\| |
|
| * | Fix fribidi check to avoid spamming the console with error messages. | diego | 2010-01-04 | 1 | -1/+2 |
| * | Add a few definitions used by FFmpeg to config.h: | diego | 2010-01-04 | 1 | -0/+8 |
* | | Merge svn changes up to r30195 | Uoti Urpala | 2010-01-08 | 1 | -2/+1 |
|\| |
|
| * | Modify -vo direct3d so we do not have to link against d3d9.dll, it might | reimar | 2010-01-03 | 1 | -2/+1 |
| * | Enable all FFmpeg protocols by default, they seem to build without issue | reimar | 2010-01-03 | 1 | -1/+1 |
* | | Merge svn changes up to r30187 | Uoti Urpala | 2010-01-08 | 1 | -2/+0 |
|\| |
|
| * | Change vo_png to use FFmpeg's png encoder instead of libpng. | reimar | 2010-01-03 | 1 | -2/+0 |
* | | Merge svn changes up to r30185 | Uoti Urpala | 2010-01-08 | 1 | -20/+65 |
|\| |
|
| * | Finally add matrixview vo. | reimar | 2010-01-03 | 1 | -0/+18 |
| * | Fixup SDL configure check: | reimar | 2010-01-03 | 1 | -12/+33 |
| * | Also detect fontconfig when it requires -liconv | reimar | 2010-01-03 | 1 | -1/+1 |
| * | Change fribidi check to also work without fribidi-config. | reimar | 2010-01-03 | 1 | -7/+12 |
| * | Add support for JPEG2000 via FFmpeg/OpenJPEG | reimar | 2010-01-03 | 1 | -0/+29 |
* | | Merge svn changes up to r30173 | Uoti Urpala | 2010-01-08 | 1 | -0/+1 |
|\| |
|
| * | Fix typo in code disabling VIDIX on mingw64 | reimar | 2010-01-02 | 1 | -1/+1 |
| * | Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and | reimar | 2010-01-02 | 1 | -0/+1 |
| * | Fix compilation if FreeType is not available, in particular do not try to build | reimar | 2010-01-01 | 1 | -0/+2 |
* | | Merge svn changes up to r30104 | Uoti Urpala | 2009-12-30 | 1 | -1/+1 |
|\| |
|
| * | Allow passing variants of "mingw32" as system name to --target. This ensures | diego | 2009-12-23 | 1 | -1/+1 |
| * | Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target. | diego | 2009-12-20 | 1 | -1/+1 |
| * | Make ass_mp.h use the system-libass headers when the internal one is disabled. | reimar | 2009-12-19 | 1 | -0/+6 |
| * | Experimental support for external libass. | reimar | 2009-12-19 | 1 | -1/+9 |
* | | Merge svn changes up to r30065 | Uoti Urpala | 2009-12-29 | 1 | -4/+15 |
|\| |
|
| * | Rename GL_* defines to CONFIG_GL_* | reimar | 2009-12-19 | 1 | -4/+4 |
| * | Make the check for X11 and WIN32 backends for OpenGL separate. | reimar | 2009-12-19 | 1 | -2/+13 |
* | | audio: Remove fixed decode_audio() return size limit (MAX_OUTBURST) | Uoti Urpala | 2009-12-29 | 1 | -3/+0 |
* | | Merge svn changes up to r30055 | Uoti Urpala | 2009-12-18 | 1 | -2/+3 |
|\| |
|
| * | Disable winsock when we already found a working socklib instead of checking | reimar | 2009-12-09 | 1 | -1/+2 |
| * | sync to x264-r1327. (only needed for x264-in-libavcodec) | lorenm | 2009-11-29 | 1 | -1/+1 |
| * | Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h. | diego | 2009-11-18 | 1 | -0/+3 |
| * | Complete configure support for compiling in FFmpeg's protocol support. | reimar | 2009-11-17 | 1 | -0/+6 |
* | | build: Generate version numbers for git | Uoti Urpala | 2009-11-23 | 1 | -0/+2 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -92/+58 |
|\| |
|
| * | Do not dynamically load libvdpau.so.1, but link at compile time. | cehoyos | 2009-11-11 | 1 | -2/+5 |
| * | 10l: Fix compilation without VDPAU. | cehoyos | 2009-11-11 | 1 | -1/+1 |
| * | Use configure code to define PIC instead of duplicating the check in mangle.h. | reimar | 2009-11-10 | 1 | -2/+1 |
| * | Remove macho64 special-case for yasm options, -DPIC is already added | reimar | 2009-11-08 | 1 | -1/+0 |
| * | Remove a pointless undeclared function reference, #error is assumed | reimar | 2009-11-08 | 1 | -1/+0 |
| * | Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS. | reimar | 2009-11-08 | 1 | -0/+15 |
| * | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -25/+0 |
| * | Separate teletext from tv support. | cehoyos | 2009-11-07 | 1 | -1/+1 |
| * | PPC: make inline asm xform address test work with Apple tools | attila | 2009-11-06 | 1 | -1/+1 |
| * | Add cast to signed for 64 bit check, since according to an FFmpeg bug report | reimar | 2009-11-05 | 1 | -1/+1 |