| Commit message (Expand) | Author | Age | Files | Lines |
* | restoring the alphabetical order (this time with case ignored) | Roman Shaposhnik | 2007-08-12 | 1 | -1/+1 |
* | Also check for closesocket in winsock2.h | Ramiro Polla | 2007-08-12 | 1 | -1/+2 |
* | Enable swscale in MinGW vhooks only if swscale was configured. | Ramiro Polla | 2007-08-11 | 1 | -2/+6 |
* | * reinserting gethrtime in alphabetical order | Roman Shaposhnik | 2007-08-10 | 1 | -1/+1 |
* | forgotten av_ | Michael Niedermayer | 2007-08-09 | 1 | -1/+1 |
* | * Making [START|STOP]_TIMER work on architectures that support gethrtime() | Roman Shaposhnik | 2007-08-09 | 1 | -0/+2 |
* | check for closesocket | Alex Beregszaszi | 2007-08-08 | 1 | -0/+2 |
* | Check for winsock2.h instead of __MINGW32__ | Ramiro Polla | 2007-08-08 | 1 | -0/+2 |
* | Indent | Ramiro Polla | 2007-08-07 | 1 | -1/+1 |
* | Simplify configure's output | Ramiro Polla | 2007-08-07 | 1 | -4/+4 |
* | enable the native AC-3 decoder | Justin Ruggles | 2007-08-07 | 1 | -0/+4 |
* | Revert unused fixedpoint declaration. | Diego Biurrun | 2007-08-06 | 1 | -2/+0 |
* | correct order of fixedpoint in CONFIG list | Marc Hoffman | 2007-08-02 | 1 | -1/+1 |
* | --enable-fixedpoint, for configuring fixedpoint optimizations, this is just t... | Marc Hoffman | 2007-08-02 | 1 | -0/+2 |
* | replace some "disabled" calls with "! enabled" | Måns Rullgård | 2007-08-01 | 1 | -7/+7 |
* | alphabetical order | Diego Biurrun | 2007-08-01 | 1 | -6/+6 |
* | Remove redundant variable declarations. | Diego Biurrun | 2007-08-01 | 1 | -10/+0 |
* | move gray so as to not introduce further misordering | Michael Niedermayer | 2007-08-01 | 1 | -1/+1 |
* | remove unneeded gray="no" | Michael Niedermayer | 2007-08-01 | 1 | -1/+0 |
* | make grayscale only decoding checks in inner loops compiletime killable | Michael Niedermayer | 2007-08-01 | 1 | -0/+3 |
* | Add the possibility to show all configurable encoders, decoders, parsers, | Panagiotis Issaris | 2007-07-27 | 1 | -0/+19 |
* | 10l: Uppercase some more overlooked makefile variables. | Diego Biurrun | 2007-07-22 | 1 | -5/+5 |
* | cosmetics: Use uppercase names for installation directories in makefiles. | Diego Biurrun | 2007-07-21 | 1 | -5/+5 |
* | cosmetics: Do not use braces in makefiles, use normal parentheses. | Diego Biurrun | 2007-07-21 | 1 | -5/+5 |
* | The svq3 decoder depends on h264idct.o and also requires h264_parser. | Aurelien Jacobs | 2007-07-14 | 1 | -0/+1 |
* | create and populate "tools" directory | Måns Rullgård | 2007-07-13 | 1 | -0/+1 |
* | GXF muxer is no longer GPLed. | Diego Biurrun | 2007-07-13 | 1 | -1/+0 |
* | Check for GetProcessTimes and use it in getutime | Ramiro Polla | 2007-07-13 | 1 | -0/+2 |
* | Check for getrusage | Ramiro Polla | 2007-07-13 | 1 | -0/+3 |
* | enable $ARCH_EXT_LIST before parsing command line | Måns Rullgård | 2007-07-13 | 1 | -1/+1 |
* | Proper check for interactive support (termios and conio). | Ramiro Polla | 2007-07-11 | 1 | -0/+5 |
* | Proper check for mkstemp(). | Ramiro Polla | 2007-07-11 | 1 | -0/+3 |
* | remove OS/2 support | Måns Rullgård | 2007-07-10 | 1 | -24/+0 |
* | add fork to HAVE_LIST | Måns Rullgård | 2007-07-09 | 1 | -0/+1 |
* | fix build after breakage in r9544 | Måns Rullgård | 2007-07-08 | 1 | -1/+1 |
* | Make vhook build non-recursive. | Diego Biurrun | 2007-07-08 | 1 | -1/+0 |
* | handle --enable-small same way as other CONFIG_* options (almost) | Måns Rullgård | 2007-07-06 | 1 | -8/+6 |
* | On Cygwin, libswscale is needed in VHOOK(SHFLAGS|LIBS) only when | Víctor Paesa | 2007-07-03 | 1 | -2/+6 |
* | Clarify --enable-libfaadbin option description. | Diego Biurrun | 2007-06-28 | 1 | -1/+1 |
* | Clarify what libfaadbin means in the summary output. | Diego Biurrun | 2007-06-28 | 1 | -1/+1 |
* | Remove localtime_r implementation for systems that don't have it. | Ramiro Polla | 2007-06-25 | 1 | -2/+0 |
* | place -l flags after object files in check_ld() | Måns Rullgård | 2007-06-19 | 1 | -1/+6 |
* | tests/Makefile has been removed | Ramiro Polla | 2007-06-19 | 1 | -1/+0 |
* | move lrintf() check before external lib checks to prevent runtime | Måns Rullgård | 2007-06-18 | 1 | -7/+7 |
* | fix thread support selection | Måns Rullgård | 2007-06-17 | 1 | -1/+1 |
* | fix report at end of configure | Måns Rullgård | 2007-06-17 | 1 | -43/+43 |
* | simplify ppc64 handling | Måns Rullgård | 2007-06-17 | 1 | -11/+3 |
* | remove unneeded variable initializations | Måns Rullgård | 2007-06-17 | 1 | -42/+0 |
* | indent | Måns Rullgård | 2007-06-17 | 1 | -13/+13 |
* | simplify simd extension checking | Måns Rullgård | 2007-06-17 | 1 | -57/+22 |