| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenEXR decoder | Jimmy Christensen | 2014-04-01 | 1 | -0/+1 |
* | libx265: Bump version requirement | Derek Buitenhuis | 2014-03-31 | 1 | -2/+2 |
* | build: Add config option for CABAC code | Diego Biurrun | 2014-03-24 | 1 | -2/+3 |
* | configure: Remove dcbzl check for e500v1 and e500v2 architectures | Peter Krefting | 2014-03-24 | 1 | -0/+2 |
* | build: h264 parser depends on full h264 decoder | Luca Barbato | 2014-03-23 | 1 | -1/+1 |
* | configure: Always use -DOPJ_STATIC when checking for openjpeg | Luca Barbato | 2014-03-23 | 1 | -2/+2 |
* | dsputil: Move thirdpel-related bits into their own context | Diego Biurrun | 2014-03-22 | 1 | -1/+2 |
* | configure: ppc: Disable ldbrx instruction by default | Diego Biurrun | 2014-03-19 | 1 | -0/+2 |
* | mpegvideo: move ff_draw_horiz_band() to mpegutils.c | Vittorio Giovara | 2014-03-16 | 1 | -1/+1 |
* | configure: Split some logical blocks off from HAVE_LIST | Diego Biurrun | 2014-03-14 | 1 | -84/+112 |
* | configure: Split some logical blocks off from CONFIG_LIST | Diego Biurrun | 2014-03-14 | 1 | -21/+33 |
* | configure: Group and sort function/struct/type checks | Diego Biurrun | 2014-03-14 | 1 | -23/+31 |
* | Remove all SPARC architecture optimizations | Diego Biurrun | 2014-03-13 | 1 | -12/+0 |
* | build: Record dependency of eatqi decoder on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | configure: Add explicit dsputil dependency to mpegvideoenc | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | ffv1: Drop bogus dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -2/+2 |
* | build: Drop stray LPC dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+0 |
* | build: Drop stray MJPEG encoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | build: Drop stray MLP decoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | build: Drop stray PNG decoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+0 |
* | build: Drop stray mpc8 decoder dependency on dsputil | Diego Biurrun | 2014-03-13 | 1 | -1/+1 |
* | configure: Support older version of openjpeg1 | Luca Barbato | 2014-03-12 | 1 | -1/+2 |
* | configure: Group toolchain options together in help output | Diego Biurrun | 2014-03-12 | 1 | -7/+9 |
* | configure: Provide --pkg-config-flags | Luca Barbato | 2014-03-11 | 1 | -2/+5 |
* | configure: Document --pkg-config option | Luca Barbato | 2014-03-11 | 1 | -0/+1 |
* | configure: miscellaneous cosmetics | Diego Biurrun | 2014-03-10 | 1 | -29/+30 |
* | configure: Use the right pkgconf file for openjpeg | Luca Barbato | 2014-03-10 | 1 | -1/+1 |
* | Work around broken floating point limits on some systems. | Anton Khirnov | 2014-03-10 | 1 | -0/+14 |
* | timer: use mach_absolute_time as high resolution clock on darwin | Janne Grunau | 2014-03-09 | 1 | -0/+4 |
* | build: Use pkg-config for openjpeg | Pierre Lejeune | 2014-03-08 | 1 | -1/+1 |
* | libx265: Support API version 9 | Derek Buitenhuis | 2014-03-06 | 1 | -2/+2 |
* | build: Let the SVQ3 decoder depend on the H.264 decoder | Diego Biurrun | 2014-03-06 | 1 | -2/+2 |
* | configure: Split x86 SIMD architecture extensions into separate list | Diego Biurrun | 2014-03-06 | 1 | -4/+8 |
* | configure: enable PIC on s390(x) | Reinhard Tartler | 2014-03-04 | 1 | -0/+4 |
* | vf_frei0r: refactor library loading from env variable | Vittorio Giovara | 2014-03-04 | 1 | -4/+2 |
* | af_compand: replace strtok_r() with av_get_token() | Anton Khirnov | 2014-02-28 | 1 | -1/+0 |
* | configure: Set the thread type after resolving dependencies | Diego Biurrun | 2014-02-28 | 1 | -8/+8 |
* | build: Let the ffvhuff decoder/encoder depend on the huffyuv decoder/encoder | Diego Biurrun | 2014-02-28 | 1 | -2/+2 |
* | build: Let the iac decoder depend on the imc decoder | Diego Biurrun | 2014-02-28 | 1 | -1/+1 |
* | build: Let all MJPEG-related decoders depend on the MJPEG decoder | Diego Biurrun | 2014-02-28 | 1 | -5/+5 |
* | build: Let AMV decoder depend on the SP5X decoder | Diego Biurrun | 2014-02-28 | 1 | -1/+1 |
* | dcadec: simplify decoding of VQ high frequencies | Christophe Gisquet | 2014-02-28 | 1 | -2/+0 |
* | af_compand: add a dependency on strtok_r | Anton Khirnov | 2014-02-26 | 1 | -0/+1 |
* | libavfilter: example audio filtering program | Anton Khirnov | 2014-02-25 | 1 | -0/+2 |
* | libx265: Update API usage | Derek Buitenhuis | 2014-02-24 | 1 | -2/+2 |
* | x86: add detection for FMA3 instruction set | James Almer | 2014-02-23 | 1 | -0/+5 |
* | x86: add missing XOP checks and macros | James Almer | 2014-02-23 | 1 | -0/+5 |
* | configure: disable cpunop if the check fails | Janne Grunau | 2014-02-23 | 1 | -1/+1 |
* | configure: Add usan to the toolchain presets | Luca Barbato | 2014-02-20 | 1 | -0/+10 |
* | configure: Move cpunop into ARCH_EXT_LIST_X86 | Diego Biurrun | 2014-02-20 | 1 | -1/+1 |