| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec: fix duplicate includes | Michael Niedermayer | 2013-09-21 | 1 | -1/+0 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -4/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -3/+3 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit 'cb7b47a61dba0b9329ecede5dd3211dc0662dc05' | Michael Niedermayer | 2013-02-13 | 1 | -10/+6 |
|\| |
|
| * | g723.1: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -10/+6 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the table. | Michael Niedermayer | 2012-11-16 | 1 | -1/+1 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-25 | 1 | -1/+1 |
|\| |
|
| * | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -1/+1 |
| * | g.723.1: add missing CODEC_CAP_DR1 | Anton Khirnov | 2012-10-24 | 1 | -1/+1 |
* | | g723_1: remove unneeded cliping | Michael Niedermayer | 2012-10-23 | 1 | -1/+1 |
* | | g723_1: fix overflow in square_root() | Michael Niedermayer | 2012-10-14 | 1 | -1/+3 |
* | | g723_1: add some const for more correctness | Michael Niedermayer | 2012-09-05 | 1 | -5/+5 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 1 | -7/+220 |
|\| |
|
| * | g723_1: add comfort noise generation | Kostya Shishkov | 2012-08-30 | 1 | -7/+219 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 1 | -11/+1 |
|\| |
|
| * | 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 |
* | | g723_1dec: inline normalize_bits() in scale vector and optimize it. | Michael Niedermayer | 2012-08-13 | 1 | -1/+2 |
* | | g723_1dec: remove dead code that leaked in from libav | Michael Niedermayer | 2012-08-13 | 1 | -6/+2 |
* | | g723_1dec: remove unneeded cliping that leaked in from merge from libav | Michael Niedermayer | 2012-08-13 | 1 | -1/+0 |
* | | g723_1dec: avoid memcpy | Michael Niedermayer | 2012-08-13 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-13 | 1 | -130/+125 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-10 | 1 | -6/+4 |
|\| |
|
| * | g723.1: fix addition overflow | Mans Rullgard | 2012-08-10 | 1 | -1/+1 |