| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Split off quarterpel bits into their own context | Diego Biurrun | 2014-05-29 | 1 | -6/+7 |
* | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -3/+4 |
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -3/+4 |
* | build: export library dependencies in ${name}_FFLIBS | Janne Grunau | 2014-05-20 | 1 | -1/+1 |
* | build: Support building using clang-usan and disable-optimization | Katerina Barone-Adesi | 2014-05-16 | 1 | -1/+1 |
* | configure: fix enable-libopus help string | Tristan Matthews | 2014-05-15 | 1 | -1/+1 |
* | lavc: add a native Opus decoder. | Anton Khirnov | 2014-05-15 | 1 | -0/+3 |
* | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -15/+40 |
* | lavc: Add new VDA hwaccel | Anton Khirnov | 2014-05-11 | 1 | -0/+2 |
* | lavfi: add Bauer stereo-to-binaural audio filter | Alessandro Ghedini | 2014-05-01 | 1 | -0/+4 |
* | configure: rework dxva in avconv handling | Anton Khirnov | 2014-04-28 | 1 | -3/+7 |
* | avconv: add support for DXVA2 decoding | Hendrik Leppkes | 2014-04-28 | 1 | -0/+3 |
* | On2 AVC decoder | Kostya Shishkov | 2014-04-23 | 1 | -0/+1 |
* | fic: use correct IDCT | Kostya Shishkov | 2014-04-21 | 1 | -1/+1 |
* | configure: Handle armcc 5.0 | Martin Storsjö | 2014-04-19 | 1 | -2/+4 |
* | drawtext: Add fontconfig support | Luca Barbato | 2014-04-17 | 1 | -0/+2 |
* | libtwolame MP2 encoding support | Paul B Mahol | 2014-04-07 | 1 | -0/+4 |
* | aarch64: add armv8 CPU flag | Janne Grunau | 2014-04-06 | 1 | -0/+3 |
* | On2 VP7 decoder | Peter Ross | 2014-04-04 | 1 | -0/+1 |
* | 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 |