| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284' | Michael Niedermayer | 2013-05-01 | 1 | -4/+4 |
|\ |
|
| * | avcodec: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -4/+4 |
* | | ra144: Try to fix int16/uint16 warnings from pgc | Michael Niedermayer | 2013-04-17 | 1 | -3/+3 |
* | | Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024' | Michael Niedermayer | 2012-10-12 | 1 | -1/+1 |
|\| |
|
| * | Move avutil tables only used in libavcodec to libavcodec. | Diego Biurrun | 2012-10-11 | 1 | -1/+1 |
* | | ra144: fix code with ftrapv. | Michael Niedermayer | 2012-10-09 | 1 | -1/+7 |
* | | ra144: factor division out | Michael Niedermayer | 2012-09-23 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
| * | Add a shift parameter to celp_lp_synthesis_filter() | Mohamed Naufal Basheer | 2012-07-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-11 | 1 | -20/+20 |
|\| |
|
| * | ra144: use macro constants to make the code more understandable. | Justin Ruggles | 2011-10-10 | 1 | -20/+20 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Make ff_add_wav static to ra144.c | Diego Elio Pettenò | 2011-01-25 | 1 | -2/+2 |
* | | Add a shift parameter to celp_lp_synthesis_filter for reuse by the G.723.1 de... | Mohamed Naufal Basheer | 2011-09-29 | 1 | -1/+1 |
* | | Make ff_add_wav static to ra144.c | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
|/ |
|
* | Split do_output_subblock() into common code and decoder specific parts | Francesco Lavra | 2010-06-11 | 1 | -0/+34 |
* | Cosmetics: indent | Francesco Lavra | 2010-06-11 | 1 | -2/+2 |
* | Add ff_ prefix to non-static functions | Francesco Lavra | 2010-06-11 | 1 | -25/+25 |
* | Split ra144.c in common code (to be shared with the future encoder) and | Francesco Lavra | 2010-06-11 | 1 | -234/+1556 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Move ff_sqrt() to libavutil/intmath.h | Måns Rullgård | 2010-03-08 | 1 | -0/+1 |
* | Fix reading beyond buffer end on RA144Context.lpc_tables. | Francesco Lavra | 2010-02-13 | 1 | -3/+3 |
* | Use correct context for av_log(), should prevent a crash for malformed files. | Francesco Lavra | 2010-01-05 | 1 | -3/+7 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | RA144: work around gcc bug/oddity on ARM | Måns Rullgård | 2009-03-01 | 1 | -1/+1 |
* | Reindent after last commit | Vitor Sessak | 2009-03-01 | 1 | -3/+3 |
* | Do not read uninitialized buffer, no matter if it will be multiplied by | Vitor Sessak | 2009-03-01 | 1 | -0/+5 |
* | Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. | Kenan Gillet | 2008-10-24 | 1 | -3/+3 |
* | misc spelling/wording/grammar fixes | Diego Biurrun | 2008-09-11 | 1 | -9/+9 |
* | Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an | Vitor Sessak | 2008-09-08 | 1 | -1/+1 |
* | Pass directly variable 'a' to interp instead of evaluating it from num_blocks | Vitor Sessak | 2008-09-08 | 1 | -5/+4 |
* | Simplify if() in copy_and_dup() | Vitor Sessak | 2008-09-08 | 1 | -5/+2 |
* | Add av_cold attribute to decode_init() | Vitor Sessak | 2008-09-08 | 1 | -1/+1 |
* | Cosmetics: Make the two additional units in size more clear | Vitor Sessak | 2008-09-08 | 1 | -1/+1 |
* | Test a var for overflow just after it is set | Vitor Sessak | 2008-09-06 | 1 | -2/+2 |
* | Remove useless parentheses. | Vitor Sessak | 2008-09-06 | 1 | -1/+1 |
* | Cosmetics: rename loop counters in eval_refl() | Vitor Sessak | 2008-08-06 | 1 | -8/+7 |
* | Simplify eval_refl(): do not store a buffer value in a var when the buffer co... | Vitor Sessak | 2008-08-06 | 1 | -5/+5 |
* | Simplify eval_refl(): s/b == 0/!b/ | Vitor Sessak | 2008-08-06 | 1 | -1/+1 |
* | Simplify range checking in eval_refl(). Before the | Vitor Sessak | 2008-08-06 | 1 | -7/+1 |
* | Cosmetics: reindent | Vitor Sessak | 2008-08-06 | 1 | -5/+2 |
* | Simplify do_output_subblock(): Remove a unneeded memcpy | Vitor Sessak | 2008-08-06 | 1 | -3/+1 |
* | Simplify eval_refl(): return directly when needed instead of storing the retu... | Vitor Sessak | 2008-08-06 | 1 | -3/+2 |
* | Simplify rms(): merge a few operations in the same statement | Vitor Sessak | 2008-08-06 | 1 | -5/+2 |
* | Cosmetical simplification in t_sqrt() | Vitor Sessak | 2008-08-06 | 1 | -1/+1 |
* | Check available size before writing in decode_frame() | Vitor Sessak | 2008-08-06 | 1 | -0/+3 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Cosmetics: rename loop counter vars to i,j | Vitor Sessak | 2008-07-29 | 1 | -19/+19 |