| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add avcodec_descriptor_get_by_name(). | Anton Khirnov | 2012-08-18 | 2 | -0/+19 |
* | lavc: add const to AVCodec* function parameters. | Anton Khirnov | 2012-08-18 | 3 | -14/+17 |
* | h264: vdpau: fix crash with unsupported colorspace | Uoti Urpala | 2012-08-17 | 1 | -0/+9 |
* | amrwbdec: Decode the fr_quality bit properly | Martin Storsjö | 2012-08-17 | 1 | -1/+1 |
* | libvpxenc: use the default bitrate if not set | Luca Barbato | 2012-08-17 | 1 | -2/+7 |
* | utvideo: Rename utvideo.c to utvideodec.c | Jan Ekström | 2012-08-17 | 2 | -1/+1 |
* | mjpegdec: more meaningful return values | Luca Barbato | 2012-08-17 | 1 | -66/+77 |
* | Add missing includes for code relying on external libraries | Martin Storsjö | 2012-08-16 | 5 | -0/+9 |
* | Fix even more missing includes after the common.h removal | Martin Storsjö | 2012-08-16 | 1 | -0/+3 |
* | build: Factor out rangecoder dependencies to CONFIG_RANGECODER | Diego Biurrun | 2012-08-16 | 1 | -4/+5 |
* | build: Factor out error resilience dependencies to CONFIG_ERROR_RESILIENCE | Diego Biurrun | 2012-08-16 | 1 | -35/+20 |
* | x86: avcodec: Consistently name all init files | Diego Biurrun | 2012-08-16 | 4 | -3/+3 |
* | Add more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-16 | 2 | -0/+2 |
* | Add some more missing includes after removing the implicit common.h | Martin Storsjö | 2012-08-15 | 1 | -0/+2 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 145 | -0/+200 |
* | api-example: use new video encoding API. | Anton Khirnov | 2012-08-15 | 1 | -28/+44 |
* | x86: avcodec: Appropriately name files containing only init functions | Diego Biurrun | 2012-08-15 | 5 | -4/+4 |
* | mpegvideo_mmx_template: drop some commented-out cruft | Diego Biurrun | 2012-08-15 | 1 | -8/+0 |
* | w32pthreads: Add missing #includes to make header compile standalone | Diego Biurrun | 2012-08-14 | 1 | -0/+3 |
* | prores: interlaced ProRes encoding | Maksalov Boris | 2012-08-14 | 1 | -68/+115 |
* | g723.1: simplify scale_vector() | Mans Rullgard | 2012-08-14 | 1 | -6/+2 |
* | g723.1: simplify normalize_bits() | Mans Rullgard | 2012-08-14 | 1 | -7/+0 |
* | vda: cosmetics: fix Doxygen comment formatting | Sebastien Zwickert | 2012-08-14 | 1 | -78/+78 |
* | vda: better frame allocation | Sebastien Zwickert | 2012-08-14 | 1 | -1/+1 |
* | vda: Merge implementation into one file | Sebastien Zwickert | 2012-08-14 | 4 | -356/+285 |
* | vda: support synchronous decoding | Sebastien Zwickert | 2012-08-14 | 5 | -47/+123 |
* | vda: Reuse the bitstream buffer and reallocate it only if needed | Sebastien Zwickert | 2012-08-14 | 3 | -26/+28 |
* | build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENC | Diego Biurrun | 2012-08-14 | 1 | -30/+14 |
* | proresenc: use the edge emulation buffer | Boris Maksalov | 2012-08-13 | 1 | -6/+6 |
* | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 2 | -3/+3 |
* | x86: cabac: allow building with suncc | Mans Rullgard | 2012-08-13 | 2 | -24/+37 |
* | x86: mlpdsp: avoid taking address of void | Mans Rullgard | 2012-08-13 | 1 | -15/+15 |
* | g723.1: do not pass large structs by value | Mans Rullgard | 2012-08-13 | 1 | -21/+21 |
* | g723.1: do not bounce intermediate values via memory | Mans Rullgard | 2012-08-13 | 1 | -3/+2 |
* | g723.1: declare a variable in the block it is used | Mans Rullgard | 2012-08-13 | 1 | -2/+2 |
* | g723.1: avoid saving/restoring excitation | Mans Rullgard | 2012-08-13 | 1 | -16/+11 |
* | g723.1: avoid unnecessary memcpy() in residual_interp() | Mans Rullgard | 2012-08-13 | 1 | -8/+15 |
* | g723.1: make postfilter write directly to output buffer | Mans Rullgard | 2012-08-13 | 1 | -11/+11 |
* | g723.1: drop unnecessary variable buf_ptr in formant_postfilter() | Mans Rullgard | 2012-08-13 | 1 | -7/+7 |
* | g723.1: make scale_vector() output to a separate buffer | Mans Rullgard | 2012-08-13 | 1 | -7/+6 |
* | g723.1: make autocorr_max() work on an arbitrary buffer | Mans Rullgard | 2012-08-13 | 1 | -6/+5 |
* | g723.1: do not needlessly use int64_t | Mans Rullgard | 2012-08-13 | 1 | -1/+1 |
* | g723.1: use saturating addition functions | Mans Rullgard | 2012-08-13 | 1 | -15/+14 |
* | g723.1: optimise scale_vector() | Mans Rullgard | 2012-08-13 | 1 | -5/+7 |
* | g723.1: remove useless uses of MUL64() | Mans Rullgard | 2012-08-13 | 1 | -4/+4 |
* | g723.1: remove unnecessary argument 'shift' from dot_product() | Mans Rullgard | 2012-08-13 | 1 | -15/+11 |
* | g723.1: deobfuscate "(x << 4) - x" to "15 * x" | Mans Rullgard | 2012-08-13 | 1 | -1/+1 |
* | celp: optimise ff_celp_lp_synthesis_filter() | Mans Rullgard | 2012-08-13 | 1 | -8/+7 |
* | cllc: Implement ARGB support | Derek Buitenhuis | 2012-08-12 | 1 | -0/+133 |
* | cllc: Add support for QRGB | Derek Buitenhuis | 2012-08-12 | 1 | -0/+1 |