| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify interp() | Vitor Sessak | 2008-06-24 | 1 | -11/+6 |
* | More cosmetics | Vitor Sessak | 2008-06-24 | 1 | -3/+2 |
* | Cosmetics | Vitor Sessak | 2008-06-24 | 1 | -3/+2 |
* | revert accidental const slipping in | Stefan Gehrer | 2008-06-24 | 1 | -1/+1 |
* | Replace redundant MAX macro declaration by proper use of FFMAX. | Diego Biurrun | 2008-06-24 | 1 | -5/+2 |
* | mark read-only data as const | Stefan Gehrer | 2008-06-24 | 32 | -58/+58 |
* | Use lpc_coef[2] instead of lpc_coef and lpc_coef_old | Vitor Sessak | 2008-06-24 | 1 | -17/+19 |
* | Remove unused entries from lpc_refl_cb* | Vitor Sessak | 2008-06-24 | 2 | -61/+36 |
* | Remove unused entries from energy_tab | Vitor Sessak | 2008-06-24 | 2 | -10/+6 |
* | Mark constant structure member as const to avoid some warnings. | Laurent Desnogues | 2008-06-24 | 1 | -1/+1 |
* | Remove redundant mm_flags declaration, fixes the warning: | Diego Biurrun | 2008-06-24 | 1 | -2/+0 |
* | Remove unused values from gain_{val,exp}_tab | Vitor Sessak | 2008-06-23 | 1 | -514/+130 |
* | Now these tables fit in 16 bits. | Vitor Sessak | 2008-06-23 | 1 | -2/+2 |
* | Merge the >> 4 calculation of cb1_base in the table | Vitor Sessak | 2008-06-23 | 2 | -34/+34 |
* | Consistency: make the output buffer the first argument of functions | Vitor Sessak | 2008-06-23 | 1 | -12/+12 |
* | Use sizeof() intead of hardcoding the values | Vitor Sessak | 2008-06-23 | 1 | -2/+2 |
* | Simplify | Vitor Sessak | 2008-06-23 | 1 | -2/+1 |
* | Simplify | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | It makes more sense to return 1 here in case of overflow. | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | Cosmetics: indent | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | Remove unneeded check | Vitor Sessak | 2008-06-23 | 1 | -1/+0 |
* | rescale_rms() should use unsigned ints | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | Move factor multiplication out of irms() | Vitor Sessak | 2008-06-23 | 1 | -3/+3 |
* | This should be signed | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | More comments removal/fixes | Vitor Sessak | 2008-06-23 | 1 | -4/+1 |
* | Remove useless comment | Vitor Sessak | 2008-06-23 | 1 | -1/+0 |
* | More comments improvement | Vitor Sessak | 2008-06-23 | 1 | -1/+3 |
* | Document defines better | Vitor Sessak | 2008-06-23 | 1 | -3/+3 |
* | Remove useless define | Vitor Sessak | 2008-06-23 | 1 | -2/+1 |
* | Rename rotate_buffer() to copy_and_dup() and doxy it | Vitor Sessak | 2008-06-23 | 1 | -3/+6 |
* | Simplify t_sqrt() | Vitor Sessak | 2008-06-23 | 1 | -2/+2 |
* | Add doxy comment | Vitor Sessak | 2008-06-23 | 1 | -0/+7 |
* | Rename var | Vitor Sessak | 2008-06-23 | 1 | -3/+3 |
* | Move code unrelated to lpc filtering out of lpc_filter() | Vitor Sessak | 2008-06-23 | 1 | -6/+7 |
* | Simplify rotate_buffer() | Vitor Sessak | 2008-06-23 | 1 | -6/+5 |
* | Fix typo in libavcodec/opt.h. | Stefano Sabatini | 2008-06-23 | 1 | -1/+1 |
* | Allocate static tables on stack, not heap. | Art Clarke | 2008-06-23 | 1 | -20/+20 |
* | Cosmetics | Vitor Sessak | 2008-06-22 | 1 | -2/+1 |
* | Avoid a memcpy. Code is also simpler now in my opinion. | Vitor Sessak | 2008-06-22 | 1 | -16/+12 |
* | Remove now unused variable | Robert Swain | 2008-06-22 | 1 | -1/+0 |
* | Add generic ff_sine_window_init function and implement in codecs appropriately | Robert Swain | 2008-06-22 | 5 | -6/+19 |
* | vp6: ensure that huffman decoding table is sorted with descending symbol order | Peter Ross | 2008-06-22 | 1 | -1/+2 |
* | cosmetics: alignment | Diego Biurrun | 2008-06-22 | 1 | -84/+84 |
* | Add missing entry for PCM_DVD_ENCODER. | Diego Biurrun | 2008-06-22 | 1 | -0/+1 |
* | Add missing mpegvideo.o to list of vc1.o dependencies. | Peter Ross | 2008-06-22 | 1 | -2/+2 |
* | Add missing entry for ADPCM_IMA_QT_ENCODER. | Peter Ross | 2008-06-22 | 1 | -0/+1 |
* | Add missing entry for ADPCM_EA_MAXIS_XA_DECODER. | Peter Ross | 2008-06-22 | 1 | -0/+1 |
* | Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16 | Reimar Döffinger | 2008-06-22 | 1 | -2/+6 |
* | Extend documentation for AVOption. | Stefano Sabatini | 2008-06-21 | 1 | -3/+17 |
* | Do not write junk in the end of truncated files. FATE | Vitor Sessak | 2008-06-20 | 1 | -0/+1 |