| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: cleanup libiec61883 code, allow enabling via command line | Michael Niedermayer | 2012-07-06 | 1 | -2/+5 |
* | configure: dont blindly enable iec61883 | Michael Niedermayer | 2012-07-05 | 1 | -1/+0 |
* | FireWire DV/HDV input device using libiec61883 | Georg Lippitsch | 2012-07-05 | 1 | -0/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -9/+20 |
|\ |
|
| * | 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 |
* | | Let the ffmpeg executable select the abuffersink filter. | Carl Eugen Hoyos | 2012-07-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -9/+0 |
|\| |
|
| * | configure: do not disable av_always_inline with --enable-small | Mans Rullgard | 2012-07-03 | 1 | -9/+0 |
* | | mem: heap memory poisoning. | Clément Bœsch | 2012-07-02 | 1 | -0/+2 |
* | | configure: make fast_unaligned configureable | Michael Niedermayer | 2012-07-02 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-30 | 1 | -0/+3 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-28 | 1 | -0/+12 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-27 | 1 | -0/+2 |
|\| |
|
| * | 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 |
* | | configure: fix libavutil.pc generation | Michael Niedermayer | 2012-06-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-22 | 1 | -0/+9 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-21 | 1 | -1/+1 |
|\| |
|
| * | fix hardcoded tables compililation caused by missing math constants | Janne Grunau | 2012-06-21 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 1 | -0/+4 |
|\| |
|
| * | av_gettime: support Win32 without gettimeofday() | Mans Rullgard | 2012-06-20 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-19 | 1 | -1/+9 |
|\| |
|
| * | mem: add support for _aligned_malloc() as found on Windows | Ronald S. Bultje | 2012-06-19 | 1 | -1/+3 |
| * | Add support for iLBC decoding/encoding via the external library libilbc | Martin Storsjö | 2012-06-18 | 1 | -0/+6 |
* | | Fix dependencies for the atempo filter. | Carl Eugen Hoyos | 2012-06-19 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-18 | 1 | -3/+7 |
|\| |
|
| * | configure: Sort the library listings in the help text alphabetically | Martin Storsjö | 2012-06-18 | 1 | -3/+3 |
| * | RTMPT protocol support | Samuel Pitoiset | 2012-06-17 | 1 | -0/+4 |
* | | lavfi: add atempo filter | Pavel Koshevoy | 2012-06-17 | 1 | -0/+1 |
* | | Change all uses of restrict to use av_restrict instead. | Ronald S. Bultje | 2012-06-17 | 1 | -1/+1 |
* | | configure: do not auto enable mlp decoder when enabling truehd decoder | Paul B Mahol | 2012-06-15 | 1 | -1/+0 |
* | | configure: support Bitrig OS | David Hill | 2012-06-14 | 1 | -1/+1 |
* | | configure: fix SLIBNAME_WITH_MAJOR for openbsd (and bitrig in the next commit) | David Hill | 2012-06-14 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-13 | 1 | -2/+3 |
|\| |
|
| * | configure: add all filters hardcoded into avconv to avconv_deps | Anton Khirnov | 2012-06-13 | 1 | -2/+3 |
| * | lavfi: allow building without swscale. | Anton Khirnov | 2012-06-13 | 1 | -2/+2 |
| * | jack: update to new latency range API as the old one has been deprecated | Sean McGovern | 2012-06-13 | 1 | -1/+3 |
* | | Optimization of AMR NB and WB decoders for MIPS | Nedeljko Babic | 2012-06-11 | 1 | -0/+47 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-10 | 1 | -1/+1 |
|\| |
|
| * | iac: add missing dependency | Kostya Shishkov | 2012-06-10 | 1 | -0/+1 |
* | | libvpxenc: add VP8E_SET_MAX_INTRA_BITRATE_PCT mapping | James Zern | 2012-06-10 | 1 | -2/+2 |
* | | Add iac build dependency. | Carl Eugen Hoyos | 2012-06-08 | 1 | -0/+1 |