| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Factor out mpegvideo encoding dependencies to CONFIG_MPEGVIDEOENC | Diego Biurrun | 2012-08-14 | 2 | -39/+25 |
* | avprobe: Include libm.h for the log2 fallback | Martin Storsjö | 2012-08-14 | 1 | -0/+1 |
* | proresenc: use the edge emulation buffer | Boris Maksalov | 2012-08-13 | 1 | -6/+6 |
* | rtmp: handle bytes read reports | Luca Barbato | 2012-08-13 | 1 | -0/+3 |
* | configure: Fix typo in mpeg2video/svq1 decoder dependency declaration | Diego Biurrun | 2012-08-13 | 1 | -2/+2 |
* | Use log2(x) instead of log(x) / log(2) | Mans Rullgard | 2012-08-13 | 4 | -5/+5 |
* | x86: swscale: fix fragile memory accesses | Mans Rullgard | 2012-08-13 | 1 | -147/+137 |
* | x86: swscale: remove disabled code | Mans Rullgard | 2012-08-13 | 1 | -84/+0 |
* | x86: yadif: fix asm with suncc | Mans Rullgard | 2012-08-13 | 1 | -19/+13 |
* | 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 |
* | ARM: intmath: use native-size return types for clipping functions | Mans Rullgard | 2012-08-13 | 1 | -5/+5 |
* | 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 |
* | libavutil: add saturating addition functions | Mans Rullgard | 2012-08-13 | 2 | -0/+45 |
* | 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 |
* | cllc: Rename some funcs to represent what they actually do | Derek Buitenhuis | 2012-08-12 | 1 | -5/+5 |
* | x86: Drop silly "_yasm" suffixes from filenames | Diego Biurrun | 2012-08-12 | 4 | -3/+3 |
* | doc: Clarify licensing issues arising from external libraries | Diego Biurrun | 2012-08-12 | 1 | -13/+24 |
* | lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc... | Martin Storsjö | 2012-08-12 | 1 | -0/+13 |
* | lavf: Initialize the stream info timestamps in avformat_new_stream | Martin Storsjö | 2012-08-12 | 1 | -0/+6 |
* | id3v2: Match PIC mimetype/format case-insensitively | Mohammad Alsaleh | 2012-08-12 | 1 | -1/+1 |
* | configure: Rename check_asm() to more fitting check_inline_asm() | Diego Biurrun | 2012-08-11 | 1 | -23/+24 |
* | fate: Only test enabled filters | Diego Biurrun | 2012-08-11 | 1 | -6/+6 |
* | avresample: De-doxygenize some comments where Doxygen is not appropriate | Diego Biurrun | 2012-08-11 | 1 | -15/+2 |
* | rtmp: split chunk_size var into in_chunk_size and out_chunk_size | Jordi Ortiz | 2012-08-11 | 1 | -10/+17 |
* | rtmp: Factorize the code by adding find_tracked_method | Samuel Pitoiset | 2012-08-11 | 1 | -14/+26 |
* | lavf: simplify is_intra_only() by using codec descriptors. | Anton Khirnov | 2012-08-11 | 1 | -25/+9 |
* | lavc: add an intra-only codec property. | Anton Khirnov | 2012-08-11 | 2 | -0/+72 |
* | lavc: add codec descriptors. | Anton Khirnov | 2012-08-11 | 3 | -0/+1913 |
* | lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code. | Anton Khirnov | 2012-08-10 | 4 | -8/+14 |
* | dict: move struct AVDictionary definition to dict.c | Mans Rullgard | 2012-08-10 | 2 | -5/+5 |
* | dict: add av_dict_count() | Mans Rullgard | 2012-08-10 | 6 | -4/+20 |
* | g723.1: fix addition overflow | Mans Rullgard | 2012-08-10 | 2 | -2/+2 |
* | g723.1: simplify and fix multiplication overflow | Mans Rullgard | 2012-08-10 | 1 | -2/+2 |