| Commit message (Expand) | Author | Age | Files | Lines |
* | Error out if vaapi is not found | Luca Barbato | 2011-04-12 | 1 | -1/+1 |
* | Add support for AMR-WB encoding via libvo-amrwbenc | Martin Storsjö | 2011-04-11 | 1 | -0/+6 |
* | Add an AAC encoder by using the libvo-aacenc library | Martin Storsjö | 2011-04-11 | 1 | -0/+6 |
* | configure: tell user if libva is enabled like the rest of external libs. | Konstantin Pavlov | 2011-04-05 | 1 | -0/+1 |
* | fate: fix partial run when no samples path is specified | Mans Rullgard | 2011-04-03 | 1 | -1/+1 |
* | configure: Initial support for --target-os=symbian | Martin Storsjö | 2011-03-31 | 1 | -1/+6 |
* | Remove support for stripping executables | Mans Rullgard | 2011-03-29 | 1 | -15/+1 |
* | ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp | Mans Rullgard | 2011-03-29 | 1 | -1/+1 |
* | framebuffer device demuxer | Stefano Sabatini | 2011-03-28 | 1 | -0/+2 |
* | sndio support for playback and record | Brad | 2011-03-27 | 1 | -0/+6 |
* | configure: in check_ld, place new -l flags before existing ones | Mans Rullgard | 2011-03-25 | 1 | -1/+1 |
* | When building for MinGW32 disable strict ANSI compliancy. | Diego Elio Pettenò | 2011-03-24 | 1 | -0/+1 |
* | configure: check for --as-needed support early | Mans Rullgard | 2011-03-24 | 1 | -1/+2 |
* | configure: Don't explicitly disable ffplay or in/outdevices on dos | Martin Storsjö | 2011-03-24 | 1 | -2/+0 |
* | configure: Remove the explicit disabling of ffserver | Martin Storsjö | 2011-03-24 | 1 | -2/+1 |
* | configure: Add fork as a dependency to ffserver | Martin Storsjö | 2011-03-24 | 1 | -1/+1 |
* | Disable 'attribute "foo" ignored' warnings from icc | Mans Rullgard | 2011-03-23 | 1 | -1/+2 |
* | configure: get libavcodec version from new version.h header | Mans Rullgard | 2011-03-23 | 1 | -1/+1 |
* | configure: Set the correct lib target for arm/wince dlltool | Martin Storsjö | 2011-03-23 | 1 | -1/+1 |
* | Make sure kbhit() is in conio.h | Dave Yeo | 2011-03-22 | 1 | -2/+2 |
* | configure: Add the -D parameter to the dlltool command | Martin Storsjö | 2011-03-21 | 1 | -1/+1 |
* | Set the correct target for mingw64 dlltool | Luca Barbato | 2011-03-21 | 1 | -1/+1 |
* | Do no modify terminal parameters using termios.h | Panagiotis H.M. Issaris | 2011-03-20 | 1 | -2/+0 |
* | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -13/+14 |
* | configure: use dlltools instead of lib.exe | Luca Barbato | 2011-03-19 | 1 | -1/+3 |
* | configure: check for SDL_Linked_Version instead of SDL_Init | Luca Barbato | 2011-03-19 | 1 | -1/+1 |
* | Remove Sonic experimental audio codec | Mans Rullgard | 2011-03-19 | 1 | -3/+0 |
* | configure: use -r option for pr when listing enabled config options. | Konstantin Pavlov | 2011-03-18 | 1 | -1/+1 |
* | darwin: use -read_only_relocs flag only on 32-bit x86 | Sean McGovern | 2011-03-16 | 1 | -1/+2 |
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -11/+11 |
* | partially rename FFmpeg to Libav | Janne Grunau | 2011-03-16 | 1 | -13/+13 |
* | Add CONFIG_AC3DSP symbol to simplify makefiles | Mans Rullgard | 2011-03-12 | 1 | -1/+3 |
* | configure: use pkg-config helpers | Mans Rullgard | 2011-03-11 | 1 | -14/+7 |
* | configure: improve pkg-config support | Mans Rullgard | 2011-03-11 | 1 | -1/+35 |
* | configure: allow checking multiple functions in check_func_headers() | Mans Rullgard | 2011-03-11 | 1 | -15/+12 |
* | Use --sysroot flag for clang | Mans Rullgard | 2011-02-28 | 1 | -5/+1 |
* | configure: document FATE_SAMPLES env var in --help text | Reimar Döffinger | 2011-02-26 | 1 | -1/+2 |
* | fate: get samples location from env var if not explicitly set | Mans Rullgard | 2011-02-26 | 1 | -1/+1 |
* | OS/2: lxlite should use stdout | Dave Yeo | 2011-02-25 | 1 | -1/+1 |
* | x86: check for AVX support | Mans Rullgard | 2011-02-20 | 1 | -0/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -10/+3 |
* | configure: fix non-standard regex used with expr | Mans Rullgard | 2011-02-13 | 1 | -1/+1 |
* | configure: report full gcc version string | Mans Rullgard | 2011-02-13 | 1 | -2/+5 |
* | configure: add cleanws() function | Mans Rullgard | 2011-02-13 | 1 | -0/+4 |
* | configure: remove early check_deps $ARCH_EXT_LIST | Mans Rullgard | 2011-02-11 | 1 | -2/+0 |
* | Fix HOSTLIBS on Haiku | François Revol | 2011-02-08 | 1 | -0/+1 |
* | configure: check yasm/nasm for working pextrd opcode | Anssi Hannula | 2011-02-06 | 1 | -1/+1 |
* | Enable native build on QNX/x86 | Mans Rullgard | 2011-01-30 | 1 | -1/+5 |
* | armcc: filter out non-gcc options from ASFLAGS | Mans Rullgard | 2011-01-25 | 1 | -0/+1 |