| Commit message (Expand) | Author | Age | Files | Lines |
* | Okayed parts of nellymoserenc.c | Bartlomiej Wolowiec | 2008-08-31 | 1 | -0/+15 |
* | reduce code duplication by moving common header parsing | Stefan Gehrer | 2008-08-31 | 1 | -165/+47 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 167 | -500/+500 |
* | Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it | David Conrad | 2008-08-31 | 3 | -24/+2 |
* | Declare ff_vp3_idct_data to be uint16_t | David Conrad | 2008-08-31 | 1 | -1/+1 |
* | Don't declare SSE vp3 idct data static, so it can be used in the mmx version | David Conrad | 2008-08-31 | 1 | -2/+2 |
* | turn on E-AC-3 decoding support and update the Changelog | Justin Ruggles | 2008-08-31 | 2 | -6/+3 |
* | simplify code and comment regarding determination whether or not AHT is used. | Justin Ruggles | 2008-08-31 | 1 | -12/+12 |
* | use correct table name | Justin Ruggles | 2008-08-31 | 1 | -1/+1 |
* | Misc cosmetics in compute_lpc_coefs(): braces removal and empty lines | Vitor Sessak | 2008-08-31 | 1 | -6/+6 |
* | skip converter exponent strategy for all channels at once | Justin Ruggles | 2008-08-31 | 1 | -3/+1 |
* | Remove useless var in compute_lpc_coefs() | Vitor Sessak | 2008-08-31 | 1 | -3/+2 |
* | merge declaration and init. variable is not used outside the loop. | Justin Ruggles | 2008-08-31 | 1 | -2/+1 |
* | cosmetics: indentation | Justin Ruggles | 2008-08-31 | 1 | -17/+17 |
* | Merge declaration and initialization of a few vars in compute_lpc_coefs() | Vitor Sessak | 2008-08-31 | 1 | -5/+3 |
* | commit more OKed parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-31 | 1 | -10/+35 |
* | commit more OKed parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-30 | 1 | -2/+6 |
* | commit more OKed parts of the E-AC-3 decoder | Justin Ruggles | 2008-08-30 | 1 | -0/+411 |
* | Fix lossless jpeg encoder to comply to spec and store full redundant | Michael Niedermayer | 2008-08-30 | 1 | -4/+4 |
* | Remove unused dequantization code from SSE VP3 IDCT | David Conrad | 2008-08-30 | 1 | -343/+0 |
* | Use ff_pw_8 in MMX/SSE VP3 IDCT | David Conrad | 2008-08-30 | 2 | -16/+5 |
* | Let ff_pw_8 be used as an SSE constant | David Conrad | 2008-08-30 | 2 | -2/+2 |
* | cosmetics: update comment about dithering | Justin Ruggles | 2008-08-30 | 1 | -1/+1 |
* | Remove the cos_mod table that has become unused after replacing the imdct | Michael Niedermayer | 2008-08-30 | 1 | -34/+0 |
* | Replace obfuscated mdct in qmf_32_subbands() by ff_imdct_half(). | Michael Niedermayer | 2008-08-30 | 1 | -28/+37 |
* | Get rid of the 512 sample memmove(). | Michael Niedermayer | 2008-08-30 | 1 | -4/+10 |
* | Remove 'currently unused' warning about SAMPLE_FMT_xxx. | Peter Ross | 2008-08-30 | 1 | -1/+0 |
* | Okayed parts of nellymoserenc.c | Bartlomiej Wolowiec | 2008-08-29 | 1 | -0/+144 |
* | Remove useless zeroing of a buffer | Vitor Sessak | 2008-08-29 | 1 | -1/+0 |
* | Fix typo in element type | Robert Swain | 2008-08-29 | 1 | -1/+1 |
* | Remove unnecessary portion of a condition. This fixes issue607 and avoids | Robert Swain | 2008-08-29 | 1 | -1/+1 |
* | Fix typo. | Stefano Sabatini | 2008-08-29 | 1 | -1/+1 |
* | Half the size of subband_fir_noidea and get rid of memmove & memset of it. | Michael Niedermayer | 2008-08-29 | 1 | -10/+9 |
* | Make X264_init() no longer assign avctx->rc_eq to libx264's context. | Stefano Sabatini | 2008-08-29 | 1 | -1/+0 |
* | Move t1 and t2 declaration from the QMF code closer to where they are used. | Michael Niedermayer | 2008-08-29 | 1 | -4/+2 |
* | Simplify (drop useless intermediate sum and diff arrays). | Michael Niedermayer | 2008-08-29 | 1 | -10/+3 |
* | 5,1l: samples_chanptr[] should be (const float *) | Andreas Öman | 2008-08-29 | 1 | -1/+1 |
* | dca: Set data_size outside block loop. | Andreas Öman | 2008-08-29 | 1 | -2/+1 |
* | dca: Do float -> int16 interleaving in-place using s->dsp.float_to_int16_inte... | Andreas Öman | 2008-08-29 | 1 | -10/+7 |
* | While APE changed container format in 3.98, frequency tables for range coding | Kostya Shishkov | 2008-08-29 | 1 | -1/+1 |
* | Bump libavcodec minor version number for r15017. | Peter Ross | 2008-08-29 | 1 | -1/+1 |
* | Add AVCodecContext.bits_per_raw_sample field. | Peter Ross | 2008-08-29 | 2 | -0/+9 |
* | Change AVCodecContext.bits_per_sample to bits_per_coded_sample. | Peter Ross | 2008-08-29 | 2 | -0/+8 |
* | cosmetics: change another "get" to "decode" | Justin Ruggles | 2008-08-29 | 1 | -1/+1 |
* | cosmetics: change "get" to "decode" | Justin Ruggles | 2008-08-29 | 1 | -1/+1 |
* | cosmetics: indentation | Justin Ruggles | 2008-08-28 | 1 | -1/+1 |
* | remove unneeded variable, dither_all | Justin Ruggles | 2008-08-28 | 2 | -5/+0 |
* | Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as | Roman Shaposhnik | 2008-08-28 | 2 | -63/+3796 |
* | Introducing video_stype for holding the value of VAUX source pack | Roman Shaposhnik | 2008-08-28 | 1 | -16/+22 |
* | Add generic IIR filter interface with Butterworth lowpass filter implementation | Kostya Shishkov | 2008-08-28 | 3 | -146/+201 |