| Commit message (Expand) | Author | Age |
* | Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h. | diego | 2009-11-18 |
* | Complete configure support for compiling in FFmpeg's protocol support. | reimar | 2009-11-17 |
* | Do not dynamically load libvdpau.so.1, but link at compile time. | cehoyos | 2009-11-11 |
* | 10l: Fix compilation without VDPAU. | cehoyos | 2009-11-11 |
* | Use configure code to define PIC instead of duplicating the check in mangle.h. | reimar | 2009-11-10 |
* | Remove macho64 special-case for yasm options, -DPIC is already added | reimar | 2009-11-08 |
* | Remove a pointless undeclared function reference, #error is assumed | reimar | 2009-11-08 |
* | Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS. | reimar | 2009-11-08 |
* | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 |
* | Separate teletext from tv support. | cehoyos | 2009-11-07 |
* | PPC: make inline asm xform address test work with Apple tools | attila | 2009-11-06 |
* | Add cast to signed for 64 bit check, since according to an FFmpeg bug report | reimar | 2009-11-05 |
* | Add new VDPAU feature high-quality-scaling (and require newer library). | cehoyos | 2009-11-04 |
* | consistency fix: Give all CONFIG_ definitions the value 1. | diego | 2009-10-28 |
* | Move 64 bit check below compiler detection since it needs the compiler | reimar | 2009-10-26 |
* | sync to x264-r1296 | lorenm | 2009-10-19 |
* | Get rid of COMMON_LDFLAGS variable. It was a pointless indirection. | diego | 2009-10-19 |
* | Add CONFIG_LPC to config.h as well (needed by FFmpeg). | diego | 2009-10-19 |
* | Add CONFIG_LPC to config.mak (needed by FFmpeg). | diego | 2009-10-19 |
* | Remove many uses of tmp_run. | reimar | 2009-10-06 |
* | Add EXTERN_ASM define needed by FFmpeg on ARM. | reimar | 2009-10-02 |
* | Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku | reimar | 2009-09-30 |
* | Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ... | cehoyos | 2009-09-27 |
* | Cosmetics: Fix whitespace. | cehoyos | 2009-09-27 |
* | Amend previous commit: both zlib decoder and encoder must be disabled | reimar | 2009-09-26 |
* | Disable libavcodec zlib decoder when zlib is not available, fixes compilation | reimar | 2009-09-26 |
* | Do not override host_arch in x86 vs. x86_64 detection if it was forced via --... | reimar | 2009-09-25 |
* | Sync with current FFmpeg HEAD. | diego | 2009-09-24 |
* | sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC | diego | 2009-09-24 |
* | sync to x264-r1260 (which changed api) | lorenm | 2009-09-23 |
* | Add autodetection for ARM NEON SIMD. | reimar | 2009-09-19 |
* | Use a compilation check to distinguish between x86 and x86_64, uname and | reimar | 2009-09-19 |
* | Add a check for availability of ebx register, needed for | reimar | 2009-09-19 |
* | Treat Haiku as BeOS (only changes the displayed name actually) | reimar | 2009-09-19 |
* | Allow disabling and enabling lower-case codecs. | cehoyos | 2009-09-08 |
* | 100l, forgot to use "test" for checking the value of the quicktime variable | reimar | 2009-09-08 |
* | 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since | reimar | 2009-09-04 |
* | Split QuickTime check off from quartz check and use the result to enable/disable | reimar | 2009-09-04 |
* | Move OpenGL test below CoreVideo. This ensures -lGL will come after -framewor... | reimar | 2009-09-04 |
* | The libamrnb *en*coder, not the *de*coder should be added to the list of | diego | 2009-09-01 |
* | Also check linker flags to make sure that liveMedia libraries are there, too, | reimar | 2009-08-31 |
* | Fix detection of mips arch on NetBSD/sgimips. | diego | 2009-08-19 |
* | Allow compilation with gcc 2.95.3 if videodev2.h does not support it. | cehoyos | 2009-08-14 |
* | Make sure that unavailable message languages are not accepted. | diego | 2009-08-03 |
* | Add a variable in config.mak whether SHM support is enabled or not. | ben | 2009-07-31 |
* | Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN. | diego | 2009-07-26 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN. | cehoyos | 2009-07-26 |
* | Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists. | diego | 2009-07-19 |
* | The Makefile variable names for external libraries in FFmpeg changed. | diego | 2009-07-19 |
* | Remove redundant ivtv VIDIX driver variable declarations. | diego | 2009-07-19 |