| Commit message (Expand) | Author | Age | Files | Lines |
* | special case 6 channel version of float_to_int16_interleave | Loren Merritt | 2008-08-13 | 1 | -5/+51 |
* | simd int->float | Loren Merritt | 2008-08-13 | 5 | -4/+57 |
* | simd downmix | Loren Merritt | 2008-08-13 | 4 | -16/+120 |
* | don't mark the delayed samples for upmixing if they haven't been downmixed | Loren Merritt | 2008-08-13 | 1 | -1/+1 |
* | oops, non-normalized downmix to mono contaminated add_bias for non-simd float... | Loren Merritt | 2008-08-13 | 1 | -2/+5 |
* | mlp: Cosmetics: Close comments in an extra line and | Ramiro Polla | 2008-08-13 | 1 | -11/+12 |
* | mlp: Split common code from parser and decoder to be used by encoder. | Ramiro Polla | 2008-08-13 | 5 | -180/+247 |
* | Remove unused variable. | Diego Biurrun | 2008-08-13 | 1 | -1/+0 |
* | mlp_parser: Initialize crc data in its own function. | Ramiro Polla | 2008-08-13 | 1 | -4/+9 |
* | mlpdec: Put some doxy comments to the right of vars instead of interleaved. | Ramiro Polla | 2008-08-13 | 1 | -12/+6 |
* | mlpdec: Split channel parameters from context into their own struct. | Ramiro Polla | 2008-08-13 | 1 | -38/+46 |
* | optimize ac3_downmix. | Loren Merritt | 2008-08-12 | 2 | -24/+36 |
* | mlpdec: whitespace and line-breaking cosmetics. | Ramiro Polla | 2008-08-12 | 1 | -9/+5 |
* | mlpdec: Split filter parameters from context into their own struct. | Ramiro Polla | 2008-08-12 | 1 | -29/+38 |
* | Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ... | Peter Ross | 2008-08-12 | 1 | -1/+1 |
* | use float_to_int16_interleave in ac3 | Loren Merritt | 2008-08-12 | 2 | -18/+9 |
* | use imdct_half in ac3 | Loren Merritt | 2008-08-12 | 2 | -53/+15 |
* | cosmetics in dsp init | Loren Merritt | 2008-08-12 | 1 | -6/+4 |
* | mdct wrapper function to match fft | Loren Merritt | 2008-08-12 | 9 | -15/+23 |
* | remove mdct tmp buffer | Loren Merritt | 2008-08-12 | 14 | -48/+27 |
* | remove a float->double->float conversion. | Loren Merritt | 2008-08-12 | 1 | -4/+4 |
* | optimize imdct_half: | Loren Merritt | 2008-08-12 | 6 | -352/+241 |
* | indent | Loren Merritt | 2008-08-12 | 2 | -12/+11 |
* | split-radix FFT | Loren Merritt | 2008-08-12 | 7 | -436/+778 |
* | import yasm macros from x264 | Loren Merritt | 2008-08-11 | 1 | -0/+546 |
* | Synchronise code with AAC decoder in SoC | Robert Swain | 2008-08-11 | 1 | -13/+7 |
* | More OKed hunks of the AAC decoder from SoC | Robert Swain | 2008-08-11 | 4 | -1/+482 |
* | Fixing the units in DV50 tables (both coordinates are | Roman Shaposhnik | 2008-08-11 | 2 | -1210/+1195 |
* | Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. | Peter Ross | 2008-08-11 | 1 | -138/+77 |
* | Coalescing the un-weighting and de-quantization steps for faster | Roman Shaposhnik | 2008-08-11 | 2 | -52/+20 |
* | Simplify colour conversion in Fraps as suggested by Michael | Kostya Shishkov | 2008-08-11 | 1 | -10/+2 |
* | The deblock filter does not need all the intra availability stuff so do | Michael Niedermayer | 2008-08-11 | 1 | -1/+1 |
* | Simplify constrained_intra_pred code in fill_caches(). | Michael Niedermayer | 2008-08-11 | 1 | -9/+10 |
* | Support MBAFF + constrained intra prediction. | Michael Niedermayer | 2008-08-11 | 3 | -5/+62 |
* | Bump minor version as av_log_missing_feature() was added to public API in | Robert Swain | 2008-08-10 | 1 | -1/+1 |
* | Add a generic function to lavc to log messages about missing features. | Justin Ruggles | 2008-08-10 | 2 | -0/+25 |
* | R and B components are stored as a differences to G component in Fraps v5. | Kostya Shishkov | 2008-08-10 | 1 | -2/+17 |
* | Mask bits of reference indexes properly to avoid negative numbers entangling | Michael Niedermayer | 2008-08-10 | 1 | -2/+2 |
* | Remove a few more lines of unneeded code in fill_caches() for MBAFF. | Michael Niedermayer | 2008-08-10 | 1 | -4/+4 |
* | Use the correct reference tables for interlaced MBAFF MBs in the loop filter. | Michael Niedermayer | 2008-08-10 | 2 | -9/+14 |
* | Do not execute the part of fill_caches() for the loopfilter that overwrites | Michael Niedermayer | 2008-08-10 | 1 | -1/+1 |
* | Remove more code that has become useless after the pairless MBAFF loop | Michael Niedermayer | 2008-08-09 | 1 | -8/+0 |
* | Sync already committed code with that in SoC and commit more OKed hunks of code | Robert Swain | 2008-08-09 | 5 | -15/+529 |
* | Remove odd pairwise deblock filtering applied to MBAFF MBs. | Michael Niedermayer | 2008-08-09 | 1 | -169/+81 |
* | Doxygenate avcodec_version(). | Stefano Sabatini | 2008-08-08 | 1 | -1/+4 |
* | fix 4:2:2 psnr | Baptiste Coudurier | 2008-08-08 | 1 | -4/+5 |
* | Add simpler/cleaner/faster F32BE encoding/decoding. | Peter Ross | 2008-08-07 | 1 | -14/+39 |
* | Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number o... | Peter Ross | 2008-08-07 | 1 | -15/+8 |
* | Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array b... | Peter Ross | 2008-08-07 | 1 | -1/+1 |
* | Cosmetics: rename loop counters in eval_refl() | Vitor Sessak | 2008-08-06 | 1 | -8/+7 |