| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Add a dependency on https for rtmpts | Martin Storsjö | 2012-07-24 | 1 | -1/+1 |
* | RTMPTE protocol support | Samuel Pitoiset | 2012-07-23 | 1 | -0/+1 |
* | RTMPE protocol support | Samuel Pitoiset | 2012-07-23 | 1 | -0/+11 |
* | configure: respect CC_O setting in check_cc | Mans Rullgard | 2012-07-22 | 1 | -5/+7 |
* | configure: cosmetics: Group test dependencies together | Diego Biurrun | 2012-07-21 | 1 | -4/+3 |
* | configure: add more passthrough flags in tms470 filter | Mans Rullgard | 2012-07-21 | 1 | -0/+3 |
* | configure: move flag filtering functions out of if/else blocks | Mans Rullgard | 2012-07-21 | 1 | -66/+69 |
* | configure: Remove redundant RTMPT/RTMPTS dependencies | Samuel Pitoiset | 2012-07-21 | 1 | -2/+0 |
* | configure: add filtering of host cflags/ldflags | Mans Rullgard | 2012-07-21 | 1 | -0/+11 |
* | configure: initialise all flag filters at the same place | Mans Rullgard | 2012-07-21 | 1 | -3/+2 |
* | configure: add filtering of linker flags | Mans Rullgard | 2012-07-21 | 1 | -2/+6 |
* | configure: name some variables more consistently | Mans Rullgard | 2012-07-21 | 1 | -41/+41 |
* | configure: remove filter_cppflags | Mans Rullgard | 2012-07-21 | 1 | -4/+2 |
* | configure: set icc_version where it is needed | Mans Rullgard | 2012-07-21 | 1 | -1/+1 |
* | Print full compiler identification, not only version number | Mans Rullgard | 2012-07-19 | 1 | -16/+1 |
* | build: add CONFIG_VP3DSP, reduce repetition in OBJS lists | Mans Rullgard | 2012-07-18 | 1 | -1/+4 |
* | configure: clarify external library section of help output | Diego Biurrun | 2012-07-18 | 1 | -8/+7 |
* | configure: mark libfdk-aac as nonfree | Diego Biurrun | 2012-07-18 | 1 | -0/+1 |
* | configure: cosmetics: drop some unnecessary backslashes | Diego Biurrun | 2012-07-18 | 1 | -7/+7 |
* | libopenjpeg: introduce encoding support | Michael Bradshaw | 2012-07-17 | 1 | -1/+2 |
* | RTMPTS protocol support | Samuel Pitoiset | 2012-07-17 | 1 | -0/+2 |
* | RTMPS protocol support | Samuel Pitoiset | 2012-07-17 | 1 | -0/+2 |
* | rtmp: Rename rtmphttp to ffrtmphttp | Samuel Pitoiset | 2012-07-17 | 1 | -3/+3 |
* | configure: Move the getaddrinfo function check into the network block | Martin Storsjö | 2012-07-16 | 1 | -2/+2 |
* | configure: Remove an unused 'have' item | Martin Storsjö | 2012-07-16 | 1 | -1/+0 |
* | configure: Check for CommandLineToArgvW | Ronald S. Bultje | 2012-07-15 | 1 | -0/+2 |
* | configure: Check for getaddrinfo in ws2tcpip.h, too | Ronald S. Bultje | 2012-07-15 | 1 | -1/+2 |
* | configure: Drop redundant mxf_d10 test dependency declaration | Diego Biurrun | 2012-07-12 | 1 | -1/+0 |
* | Support AAC encoding via the external library fdk-aac | Martin Storsjö | 2012-07-12 | 1 | -0/+5 |
* | dct/fft-test: use a replacement getopt() if the system has none present. | Ronald S. Bultje | 2012-07-11 | 1 | -0/+2 |
* | configure: Check for the math function rint | Ronald S. Bultje | 2012-07-11 | 1 | -0/+2 |
* | x86/cpu: implement get/set_eflags using intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+2 |
* | x86/cpu: implement support for cpuid through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+2 |
* | x86/cpu: implement support for xgetbv through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+2 |
* | lavu: use intrinsics for emms on systems lacking inline asm support | Ronald S. Bultje | 2012-07-10 | 1 | -0/+3 |
* | configure: Change the rdtsc check to a linker check | Diego Biurrun | 2012-07-09 | 1 | -2/+2 |
* | x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME). | Ronald S. Bultje | 2012-07-07 | 1 | -0/+3 |
* | configure: add functions for testing code fragments | Mans Rullgard | 2012-07-06 | 1 | -21/+18 |
* | configure: simplify get_version() | Diego Biurrun | 2012-07-04 | 1 | -10/+10 |
* | Create version.h headers for libraries that lack them | Diego Biurrun | 2012-07-04 | 1 | -3/+3 |
* | configure: do not disable av_always_inline with --enable-small | Mans Rullgard | 2012-07-03 | 1 | -9/+0 |
* | network: Check for struct pollfd | Martin Storsjö | 2012-06-30 | 1 | -0/+3 |
* | file: Only include unistd.h if it exists | Ronald S. Bultje | 2012-06-29 | 1 | -0/+2 |
* | udp: Support IGMPv3 source specific multicast and source blocking | Martin Storsjö | 2012-06-27 | 1 | -0/+6 |
* | dxva2: include dxva.h if found | Ronald S. Bultje | 2012-06-27 | 1 | -0/+2 |
* | libm: Provide fallback definitions for isnan() and isinf() | Martin Storsjö | 2012-06-27 | 1 | -0/+4 |
* | libm: provide fallback definition for cbrtf() using powf() | Mans Rullgard | 2012-06-26 | 1 | -0/+2 |
* | configure: Check for sys/time.h | Ronald S. Bultje | 2012-06-26 | 1 | -0/+2 |
* | lavu: add av_usleep() function | Mans Rullgard | 2012-06-22 | 1 | -0/+7 |
* | configure: check for unistd.h | Mans Rullgard | 2012-06-21 | 1 | -0/+2 |