| Commit message (Expand) | Author | Age | Files | Lines |
* | when linking to external libav* try using pkg-config first | nicodvb | 2006-01-30 | 1 | -4/+19 |
* | Fix libav* linking order, libavutil needs to come after lavc/lavf. | diego | 2006-01-23 | 1 | -2/+2 |
* | proper support for shared libpostproc | diego | 2006-01-22 | 1 | -9/+51 |
* | Quick&dirty compilation fix, needed after latest changes in ffmpeg build | rtognimp | 2006-01-22 | 1 | -0/+1 |
* | AIX compiler CPU-option improvements | diego | 2006-01-20 | 1 | -2/+8 |
* | Also define FF_POSTPROCESS when using shared libavcodec. | diego | 2006-01-20 | 1 | -0/+1 |
* | Implement XvMC lib autodetection for future use (currently disabled, but working | rathann | 2006-01-19 | 1 | -3/+4 |
* | 10l: FFmpeg shared lib build information does not belong in MPlayer configure. | diego | 2006-01-14 | 1 | -3/+0 |
* | Sync with latest FFmpeg build system changes. | diego | 2006-01-14 | 1 | -1/+3 |
* | Consistent variable names for shared libavcodec. | diego | 2006-01-14 | 1 | -10/+10 |
* | Add --disable-libavcodec_so/--disable-libavformat_so. | diego | 2006-01-14 | 1 | -0/+6 |
* | added support for external libavformat | nicodvb | 2006-01-09 | 1 | -0/+25 |
* | CamStudio codec support | reimar | 2006-01-09 | 1 | -0/+3 |
* | Fix _inc_extra handling in DirectFB check. | diego | 2006-01-03 | 1 | -1/+1 |
* | sync to x264 r390 (bime) | lorenm | 2005-12-30 | 1 | -1/+1 |
* | AIX PPC port | diego | 2005-12-29 | 1 | -1/+26 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 | 1 | -0/+21 |
* | prefer newer terminfo-capable libraries (ncurses or terminfo) | rathann | 2005-12-25 | 1 | -1/+1 |
* | improove termcap detection, -lncurses works too | ods15 | 2005-12-25 | 1 | -2/+2 |
* | fix compilation when dvdkit and dvdread are not available | nicodvb | 2005-12-14 | 1 | -0/+14 |
* | restore the old behavior for --enable-theora, ie. provide a sane default for ... | aurel | 2005-12-13 | 1 | -0/+3 |
* | Darwin does not support -rdynamic. | diego | 2005-12-13 | 1 | -1/+1 |
* | make fribidi autodetect by default instead of disable | ods15 | 2005-12-11 | 1 | -3/+3 |
* | AMD's Family 6 CPUs come with two flavors: one that supports SSE and | diego | 2005-12-01 | 1 | -16/+9 |
* | Correct optimization for C3, patch by Zuxy Meng < zuxy POIS meng AH gmail POI... | gpoirier | 2005-11-26 | 1 | -8/+4 |
* | sync to x264 r373 (brdo) | lorenm | 2005-11-22 | 1 | -1/+1 |
* | Remove stray \n and shorten overly long lines in the process. | diego | 2005-11-17 | 1 | -2/+2 |
* | Tests should use echocheck/echores instead of plain echo for output. | diego | 2005-11-17 | 1 | -2/+4 |
* | Configure support for Cyrix C3 | gpoirier | 2005-11-12 | 1 | -1/+3 |
* | typo: libcio --> libcdio | diego | 2005-11-07 | 1 | -1/+1 |
* | make it optionally possible to compile MPlayer with libcdio instead of libcd... | faust3 | 2005-11-06 | 1 | -0/+52 |
* | Speex support. Seeking and pts generation does not work. | reimar | 2005-11-05 | 1 | -0/+32 |
* | Allow detection of theora without pkg-config and linking against internal | reimar | 2005-11-05 | 1 | -3/+8 |
* | sync to x264 r360 (trellis) | lorenm | 2005-11-04 | 1 | -1/+1 |
* | gcc -dumpmachine outputs x86_64-something on some machines and | diego | 2005-10-26 | 1 | -1/+1 |
* | Extra processor information needs to be known in the x86_64 case as well | diego | 2005-10-25 | 1 | -5/+9 |
* | fixing the unverified patch (one of the millions) commited by: | gabucino | 2005-10-25 | 1 | -1/+1 |
* | sync to x264 r334 (crf) | lorenm | 2005-10-24 | 1 | -1/+1 |
* | support for prescott, nocona and pentium-m processors | diego | 2005-10-23 | 1 | -9/+34 |
* | Add a comment to an esac where the case is very far away. | diego | 2005-10-23 | 1 | -1/+1 |
* | Simplification of the system_name check and the PPC CPU type check. | diego | 2005-10-23 | 1 | -14/+12 |
* | Add a comment to else clauses where the if is very far away. | diego | 2005-10-23 | 1 | -2/+2 |
* | add cross-compiling support | aurel | 2005-10-18 | 1 | -0/+25 |
* | replace all the direct $TMPO calls by a tmp_run() function call | aurel | 2005-10-18 | 1 | -14/+18 |
* | replace mp3lame version detection by required features detection | aurel | 2005-10-18 | 1 | -4/+15 |
* | modify DirectFB version detection so that it only requires pre-processing | aurel | 2005-10-18 | 1 | -9/+8 |
* | modify alsa version detection so that it don't require running the generated ... | aurel | 2005-10-18 | 1 | -10/+25 |
* | add a cxx_check function to simplify C++ libs checking | aurel | 2005-10-18 | 1 | -14/+16 |
* | remove nonsense break statements that do nothing.. | rfelker | 2005-10-17 | 1 | -2/+0 |
* | Add MIPS64 detection. | diego | 2005-10-16 | 1 | -1/+1 |
* | Extend the network test to also check the socket libs. | diego | 2005-10-15 | 1 | -1/+2 |
* | third time is lucky, eh? last workaround broke netbsd, which apparently also ... | rfelker | 2005-10-14 | 1 | -2/+2 |
* | Put networking lib linker flag checks in the order they were before the | diego | 2005-10-11 | 1 | -1/+1 |
* | solaris bug workarounds, take 2.. | rfelker | 2005-10-11 | 1 | -2/+2 |
* | work around (buggy?) solaris tr. hope this helps.. please report if its still... | rfelker | 2005-10-11 | 1 | -2/+2 |
* | sync to x264 r318 (mixed_refs) | lorenm | 2005-10-08 | 1 | -1/+1 |
* | typo fix at (_)ld_dl | iive | 2005-10-08 | 1 | -1/+1 |
* | detect Centaur CPUs (Winchip, VIA C3) | henry | 2005-10-05 | 1 | -3/+27 |
* | faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu > | diego | 2005-10-05 | 1 | -1/+1 |
* | Shut up jack pkg-config. | diego | 2005-10-04 | 1 | -1/+1 |
* | Use pkg-config to detect theora dependencies. | diego | 2005-10-04 | 1 | -4/+6 |
* | General cleanup: do not link -lm multiple times, use for...in loops instead | reimar | 2005-10-03 | 1 | -153/+73 |
* | Expose MSG_USE_COLORS in config.h. | diego | 2005-10-02 | 1 | -0/+3 |
* | "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media". | rsf | 2005-09-23 | 1 | -14/+14 |
* | CONFIG_RISKY is long gone from FFmpeg. | diego | 2005-09-23 | 1 | -4/+0 |
* | libavformat now requires CONFIG_(DE)MUXERS #defines. | diego | 2005-09-23 | 1 | -0/+5 |
* | add FreeBSD default cd/dvd devices | nexus | 2005-09-17 | 1 | -0/+3 |
* | 1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value | diego | 2005-09-16 | 1 | -1/+1 |
* | fix expanding of $_ld_dl when needed by iconv | aurel | 2005-09-15 | 1 | -1/+1 |
* | echores cleanup, introduce _res_comment variable to easily output additional | reimar | 2005-09-12 | 1 | -134/+92 |
* | only make the check for osx api if system is darwin | nplourde | 2005-09-11 | 1 | -1/+1 |
* | removed dep for perl_check on osx | nplourde | 2005-09-11 | 1 | -43/+4 |
* | better _comment in echores | iive | 2005-09-11 | 1 | -8/+7 |
* | Separate _freetype=no from the comment, this fixes the fontconfig bug without... | iive | 2005-09-11 | 1 | -6/+7 |
* | perl check for macosx | nplourde | 2005-09-10 | 1 | -3/+43 |
* | - remove useless /dev/video* checks | henry | 2005-09-10 | 1 | -13/+11 |
* | Make sure _freetype is either yes or no, otherwise fontconfig might be enabled | reimar | 2005-09-10 | 1 | -0/+3 |
* | CONFIG_GPL for lavc | michael | 2005-09-10 | 1 | -0/+3 |
* | enable vidix on AMD64, at least for nVidia it seems to work. | reimar | 2005-09-04 | 1 | -0/+8 |
* | a libmpcdec version with our patches was released (but I did not yet test it). | reimar | 2005-09-04 | 1 | -1/+1 |
* | Remove many annoying GTK includes in every compile line and remove GTK | ods15 | 2005-09-03 | 1 | -1/+2 |
* | likely() and unlikely() macros to help (newer) compilers optimize correctly | reimar | 2005-09-03 | 1 | -0/+7 |
* | ENCA uses -lm | henry | 2005-08-26 | 1 | -1/+1 |
* | X11 can use pthread (fixes --enable-static) | henry | 2005-08-26 | 1 | -1/+1 |
* | more thorough aalib test (needed for --enable-static) | henry | 2005-08-26 | 1 | -1/+10 |
* | remove broken shared libpostproc stuff | rfelker | 2005-08-19 | 1 | -9/+0 |
* | gtf.{c,h} is used by vesa only | alex | 2005-08-18 | 1 | -1/+1 |
* | use libvbe from vesautils | alex | 2005-08-18 | 1 | -7/+7 |
* | Remove unnecessary subshell invocations. | diego | 2005-08-17 | 1 | -28/+26 |
* | Fix MEncoder build with shared libavcodec. | diego | 2005-08-17 | 1 | -0/+1 |
* | Support for GTK 2.x. | reimar | 2005-08-17 | 1 | -2/+41 |
* | libaf/config.mak is generated, so mention it | wight | 2005-08-14 | 1 | -0/+1 |
* | revert -std=gnu99 usage, -D_GNU_SOURCE is enough for lrintf support | henry | 2005-08-13 | 1 | -16/+3 |
* | typo, must be ld_dl instead of ld_ld | reimar | 2005-08-11 | 1 | -1/+1 |
* | Forgot to actually enable vo_gl on Windows... | reimar | 2005-08-06 | 1 | -3/+2 |
* | Support new static libavcodec (depends on libavutil). | al | 2005-08-01 | 1 | -4/+34 |
* | fix detection of iconv implementations which require libdl | aurel | 2005-07-30 | 1 | -51/+54 |
* | OpenGL needs _ld_dl to get extension functions | reimar | 2005-07-27 | 1 | -2/+2 |
* | remove unneeded vgagl | iive | 2005-07-26 | 1 | -3/+2 |
* | Power5 support | reimar | 2005-07-21 | 1 | -1/+1 |
* | When using --enable-* options you are on your own. | reimar | 2005-07-20 | 1 | -0/+2 |
* | libx264 compiled with visualization requirs xlib | iive | 2005-07-19 | 1 | -1/+4 |
* | musepack demuxing and decoding support (demuxing is v7 bitstream only). | reimar | 2005-07-10 | 1 | -0/+34 |
* | Print CFLAGS warning last so nobody can miss it. | reimar | 2005-07-10 | 1 | -10/+14 |
* | 10l to myself for breaking mingws dll codec support when libpthread is not in... | faust3 | 2005-06-26 | 1 | -5/+7 |
* | set HAVE_LRINTF and C99/GNU_SOURCE during internal FAAD compile test | henry | 2005-06-25 | 1 | -2/+5 |
* | makes fribidi <= 0.10.4 works again | aurel | 2005-06-23 | 1 | -4/+2 |
* | fix fribidi 0.10.5 and greater support (patch by Amir Shalem < amir at boom.o... | aurel | 2005-06-22 | 1 | -1/+5 |
* | 100l, -march=k8 was used with cpu detection even when compiler did not | reimar | 2005-06-18 | 1 | -2/+2 |
* | AMD-64's version of Suse ships a version of 3.3 hacked with broken | gpoirier | 2005-06-09 | 1 | -8/+7 |
* | toolame/twolame typo, 10l | nicodvb | 2005-06-09 | 1 | -1/+1 |
* | pthreads support for mingw, patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-06-06 | 1 | -3/+10 |
* | sync to x264 r252 (8x8dct) | lorenm | 2005-06-05 | 1 | -1/+1 |
* | Mac OS X Audio with AudioUnits and AudioToolbox format converters | nplourde | 2005-06-05 | 1 | -1/+1 |
* | Add a note to the --help output that explains how our configure works, | diego | 2005-06-05 | 1 | -0/+5 |
* | modified X11 check to use correct libs on mixed 32/64 bit systems | reimar | 2005-06-03 | 1 | -27/+17 |
* | x264 check needs -lpthread | lorenm | 2005-06-02 | 1 | -1/+1 |
* | New ao_jack without bio2jack dependency. | reimar | 2005-06-01 | 1 | -19/+3 |
* | Set stack non-executable where supported. | reimar | 2005-06-01 | 1 | -0/+11 |
* | - correct the argument in configure check for lrintf() to avoid a warning | henry | 2005-05-30 | 1 | -2/+2 |
* | check for -std=gnu99 to make lrintf() work on gcc 3.3/3.4 | henry | 2005-05-30 | 1 | -2/+14 |
* | The default CFLAGS settings include -ffast-math and GCC 3.4.3 therefore | diego | 2005-05-29 | 1 | -1/+1 |
* | sync to x264 r240 (threads) | lorenm | 2005-05-29 | 1 | -1/+1 |
* | support for AMD64 compiler optimizations flags in 32-bit mode. Patch by Corey... | gpoirier | 2005-05-28 | 1 | -1/+9 |
* | Athlon 64 optimization flags, in 32 and 64-bit mode. | gpoirier | 2005-05-27 | 1 | -4/+43 |
* | sync to x264 r239 (zoned ratecontrol and UMHex ME) | lorenm | 2005-05-24 | 1 | -1/+1 |
* | set define for apple gcc altivec | nplourde | 2005-05-15 | 1 | -4/+1 |
* | Make FAAC detection follow standard enable/disable/auto semantics. | diego | 2005-05-14 | 1 | -8/+6 |
* | sync to x264 rev223 (options: ratetol, vbv_*) | lorenm | 2005-05-11 | 1 | -1/+1 |
* | If libggi has been found, search for the libggiwmh extension | diego | 2005-05-11 | 1 | -0/+26 |
* | do not define HAVE_ALTIVEC_H on osx with gcc4 | nplourde | 2005-05-10 | 1 | -0/+3 |
* | mcpu & mtune work on gcc4 | nplourde | 2005-05-10 | 1 | -2/+2 |
* | look if round function exist in math.h & define HAVE_ROUND. patch by Steven M... | nplourde | 2005-05-10 | 1 | -0/+16 |
* | end of the locale nightmare, forever | rfelker | 2005-05-09 | 1 | -0/+4 |
* | dcbzl instruction is only for 64-bit implementations. define NO_DCBZL for ffm... | nplourde | 2005-05-09 | 1 | -1/+7 |
* | Allow more gcc 3.x and 4.x versions. | diego | 2005-05-09 | 1 | -1/+1 |
* | added twolame mp2 audio encoder | nicodvb | 2005-05-07 | 1 | -0/+26 |
* | expose x264 options 'me' and 'me_range'. | lorenm | 2005-05-05 | 1 | -1/+1 |
* | do not define video_out_macosx if corevideo is not present | nplourde | 2005-05-05 | 1 | -0/+6 |
* | 5l to me, i didn't notice the extra quotes breaking things | rfelker | 2005-05-04 | 1 | -1/+1 |
* | remove nonportable and replace with proper quoting | rfelker | 2005-05-04 | 1 | -1/+1 |
* | 1000000000l for using nonportable, obfuscated, and even | rfelker | 2005-05-04 | 1 | -2/+2 |
* | force C locale to assure consistent behavior of toupper() | henry | 2005-05-04 | 1 | -2/+2 |
* | fix sed for syntax to work on gnu & bsd | nplourde | 2005-05-04 | 1 | -2/+2 |
* | proper list of libav codec | nplourde | 2005-05-03 | 1 | -2/+2 |
* | per (libav)codec enable/disable fix | michael | 2005-05-03 | 1 | -0/+9 |
* | recommended flags on osx | nplourde | 2005-04-29 | 1 | -1/+1 |
* | enable vo_macosx if corevideo available | nplourde | 2005-04-29 | 1 | -8/+7 |
* | macosx core video module | nplourde | 2005-04-29 | 1 | -1/+14 |
* | added faac audio encoder | nicodvb | 2005-04-25 | 1 | -0/+36 |
* | audio encoding reworked | nicodvb | 2005-04-22 | 1 | -0/+1 |
* | newer versions of mingws gcc do not like terminating slahes when specifying e... | faust3 | 2005-04-17 | 1 | -1/+1 |
* | allows the Mac OS X version of MPlayer to look for its data files inside the ... | nplourde | 2005-04-13 | 1 | -0/+18 |
* | - fix gcc warnings, strlcat/strlcpy prototypes | rathann | 2005-04-06 | 1 | -2/+2 |
* | Fix shared libpostproc installation. | diego | 2005-03-23 | 1 | -0/+2 |
* | sync to x264 171: chroma_me, chroma_qp_offset | lorenm | 2005-03-14 | 1 | -1/+1 |
* | use inttypes.h for checks instead of less spread-ed stdint.h | iive | 2005-03-06 | 1 | -3/+2 |
* | sync to x264 r150: new option 'b_pyramid' | lorenm | 2005-03-04 | 1 | -1/+1 |
* | libsmbclient is sometimes built with ssl support. This takes it into account | wight | 2005-03-02 | 1 | -0/+5 |
* | added a stream module for the vstream client library | joey | 2005-02-27 | 1 | -1/+28 |
* | --charset configure option to convert help messages charset | reimar | 2005-02-26 | 1 | -0/+6 |
* | sync to x264 r137: adaptive B-frame decision, flush delayed frames. | lorenm | 2005-02-23 | 1 | -1/+1 |
* | fix for MAP_ANON vs. MAP_ANONYMOUS fix... | reimar | 2005-02-22 | 1 | -4/+0 |
* | Sync to x264 r134: weighted prediction for B-frames. | lorenm | 2005-02-22 | 1 | -1/+1 |
* | typo, missing _no | reimar | 2005-02-21 | 1 | -1/+1 |
* | x264: expose option "level_idc". | lorenm | 2005-02-20 | 1 | -1/+1 |
* | Move x264 version check into configure. | lorenm | 2005-02-18 | 1 | -0 |