| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetics: remove braces | Vitor Sessak | 2008-07-05 | 1 | -2/+1 |
* | Create a function for float dot product instead of duplicating all over the file | Vitor Sessak | 2008-07-05 | 1 | -20/+14 |
* | Add correct header #include to fix 'make checkheaders'. | Diego Biurrun | 2008-07-05 | 1 | -1/+1 |
* | Add required stdint.h header #include. | Diego Biurrun | 2008-07-05 | 2 | -0/+4 |
* | spelling cosmetics | Diego Biurrun | 2008-07-05 | 2 | -62/+62 |
* | Add a note to remind people that new PCM/ADPCM formats need to be added to | Diego Biurrun | 2008-07-05 | 2 | -0/+2 |
* | Remove unused variable, fixes the warning: | Diego Biurrun | 2008-07-05 | 1 | -1/+0 |
* | Write for loops in a more standard way. In my opinion, they are much more rea... | Vitor Sessak | 2008-07-04 | 1 | -14/+32 |
* | MLP/TrueHD decoder. | Ramiro Polla | 2008-07-04 | 4 | -2/+1184 |
* | Move vars declaration to inner loop when possible | Vitor Sessak | 2008-07-04 | 1 | -12/+9 |
* | Simplify | Vitor Sessak | 2008-07-04 | 1 | -6/+4 |
* | Remove unneeded var | Vitor Sessak | 2008-07-03 | 1 | -3/+1 |
* | Use a matrix instead of a vector | Vitor Sessak | 2008-07-03 | 2 | -130/+130 |
* | Reindent table | Vitor Sessak | 2008-07-03 | 1 | -128/+128 |
* | We do not only calculate it but we also return it. | Michael Niedermayer | 2008-07-03 | 1 | -1/+1 |
* | More correct comment. | Michael Niedermayer | 2008-07-03 | 1 | -2/+2 |
* | make sum_of_squares() more generic | Michael Niedermayer | 2008-07-03 | 2 | -11/+9 |
* | Cosmetics: split a long line. | Alexander Strange | 2008-07-02 | 1 | -1/+2 |
* | Use get_cabac_bypass_sign instead of an if/else. | Alexander Strange | 2008-07-02 | 1 | -4/+2 |
* | Reorder the if/else for residual cats to match gcc's branch prediction. | Alexander Strange | 2008-07-02 | 1 | -12/+12 |
* | Simplify loop condition for readability. | Alexander Strange | 2008-07-02 | 1 | -1/+1 |
* | Reindent. | Alexander Strange | 2008-07-02 | 1 | -31/+31 |
* | Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of bran... | Alexander Strange | 2008-07-02 | 1 | -15/+44 |
* | Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. | Alexander Strange | 2008-07-02 | 1 | -1/+1 |
* | Don't test for H264 encoding unless an encoder exists. | Alexander Strange | 2008-07-02 | 2 | -2/+6 |
* | Clarify comment about parity nibble. | Ramiro Polla | 2008-07-02 | 1 | -1/+2 |
* | Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. | Ramiro Polla | 2008-07-01 | 2 | -29/+29 |
* | Clarify/simplify documentation for the default_val field in AVOption. | Stefano Sabatini | 2008-06-30 | 1 | -1/+1 |
* | Remove useless wrapper around ra288_decode_frame() | Vitor Sessak | 2008-06-30 | 1 | -24/+14 |
* | Remove unpack() function, read the bitstream as needed | Vitor Sessak | 2008-06-30 | 1 | -21/+8 |
* | Clean up error message | Vitor Sessak | 2008-06-30 | 1 | -1/+1 |
* | Rewrite unpack() using the bitstream reader | Vitor Sessak | 2008-06-30 | 1 | -20/+9 |
* | gain code, gain pitch and pitch delay decoding for ACELP based codecs | Vladimir Voroshilov | 2008-06-30 | 2 | -0/+339 |
* | Move function to avoid forward declaration | Vitor Sessak | 2008-06-30 | 1 | -37/+31 |
* | Remove useless initialization | Vitor Sessak | 2008-06-30 | 1 | -8/+1 |
* | Reindent the whole file | Vitor Sessak | 2008-06-30 | 1 | -153/+195 |
* | Simplify mm_support() for ARM (by Måns). | Benoit Fouet | 2008-06-30 | 1 | -5/+1 |
* | Define mm_support() for ARM. | Matthieu Castet | 2008-06-30 | 1 | -0/+9 |
* | Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c... | Vitor Sessak | 2008-06-29 | 3 | -3/+7 |
* | Update copyright | Vitor Sessak | 2008-06-29 | 1 | -1/+4 |
* | Use ff_acelp_lp_synthesis_filter() instead of duplicating it | Vitor Sessak | 2008-06-29 | 2 | -35/+8 |
* | Add a rounding parameter to ff_acelp_lp_synthesis_filter() | Vitor Sessak | 2008-06-29 | 2 | -3/+6 |
* | Add command line support for '-idct simplearmv6'. | Laurent Desnogues | 2008-06-29 | 1 | -0/+1 |
* | Doxy comment | Vitor Sessak | 2008-06-29 | 1 | -1/+1 |
* | set frame_size in libfaad decoder | Baptiste Coudurier | 2008-06-28 | 1 | -1/+2 |
* | Realign newlines. | Alexander Strange | 2008-06-28 | 1 | -62/+62 |
* | Use MANGLE() instead of memory operands to read globals. | Alexander Strange | 2008-06-28 | 1 | -10/+10 |
* | Make code independent/less dependent on dsputil. | Michael Niedermayer | 2008-06-28 | 1 | -5/+14 |
* | Seek the file forwards instead of backwards when sync is lost. | Ramiro Polla | 2008-06-27 | 1 | -1/+1 |
* | Remove pointless AVFrame* casting. | Alexander Strange | 2008-06-27 | 1 | -4/+4 |