| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the new RDFT code in the QDM2 decoder. | Alex Converse | 2009-01-30 | 1 | -68/+31 |
* | Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. | Alex Converse | 2009-01-30 | 4 | -1/+160 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 12 | -12/+12 |
* | Record B-fraction index from frame header and two fields from entry point str... | Gwenole Beauchesne | 2009-01-30 | 2 | -8/+11 |
* | Make ff_h263_resync() return the bit position of the resync_marker or | Gwenole Beauchesne | 2009-01-30 | 1 | -4/+6 |
* | Use a constant instead of a magic number. | Gwenole Beauchesne | 2009-01-30 | 1 | -1/+1 |
* | avoid indeterminate order of accessing src | Stefan Gehrer | 2009-01-30 | 1 | -3/+3 |
* | cosmetics: Add empty line for consistent formatting. | Gwenole Beauchesne | 2009-01-29 | 1 | -0/+1 |
* | Mark ff_fft_end av_cold. | Alex Converse | 2009-01-29 | 1 | -1/+1 |
* | fix an overflow in vc1 intra overlap filter | Loren Merritt | 2009-01-28 | 1 | -4/+4 |
* | Fix Doxygen comments for VC-1 decoder. | Kostya Shishkov | 2009-01-28 | 1 | -5/+23 |
* | Fix Doxygen comments for RV3/4 decoder. | Kostya Shishkov | 2009-01-28 | 1 | -0/+5 |
* | Fix Doxygen comments for APE decoder. | Kostya Shishkov | 2009-01-28 | 1 | -1/+5 |
* | ARM: remove some unused macro arguments | Måns Rullgård | 2009-01-27 | 1 | -9/+9 |
* | ARM: reorder some instructions in put_pixels*_arm for speed gains | Måns Rullgård | 2009-01-27 | 1 | -6/+6 |
* | ARM: replace jump tables with conditional branches | Måns Rullgård | 2009-01-27 | 1 | -81/+19 |
* | ARM: replace explicit literal loads with ldr Rd, =lit | Måns Rullgård | 2009-01-27 | 1 | -34/+28 |
* | ARM: change alignment of loops in put_pixels*_arm to 32 | Måns Rullgård | 2009-01-27 | 1 | -38/+33 |
* | ARM: optimised mid_pred() | Måns Rullgård | 2009-01-27 | 1 | -0/+18 |
* | ARM: allow register operands for shifts in MULL() | Måns Rullgård | 2009-01-27 | 1 | -1/+1 |
* | fix doxygen file reference | Stefan Gehrer | 2009-01-27 | 1 | -1/+1 |
* | vp5: don't try decoding a P frame before any I frame was parsed | Aurelien Jacobs | 2009-01-27 | 1 | -1/+2 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 15 | -15/+15 |
* | Change "H.263 Intel" long name to "Intel H.263". | Stefano Sabatini | 2009-01-26 | 1 | -1/+1 |
* | Fix AAC data smuggling: | Kostya Shishkov | 2009-01-26 | 1 | -2/+2 |
* | Remove unneeded check. | Benoit Fouet | 2009-01-26 | 1 | -3/+0 |
* | Fix an exploit in indeo by checking we are not writing out of the strip array. | Benoit Fouet | 2009-01-26 | 1 | -0/+8 |
* | Workaround for gcc 3.4 to align sh properly | David Conrad | 2009-01-26 | 1 | -2/+2 |
* | Directly #include some required headers. | Diego Biurrun | 2009-01-25 | 3 | -1/+3 |
* | Use AV_WL32/AV_WB32 in bitstream.h | Reimar Döffinger | 2009-01-25 | 1 | -8/+2 |
* | Make more descriptive the long names for the various variants of H.263. | Stefano Sabatini | 2009-01-25 | 2 | -4/+4 |
* | ARM: NEON optimised H.264 weighted prediction | Måns Rullgård | 2009-01-25 | 2 | -0/+158 |
* | ARM: NEON optimised H.264 biweighted prediction | Måns Rullgård | 2009-01-25 | 2 | -0/+202 |
* | Add required headers to fix warnings during 'make checkheaders'. | Diego Biurrun | 2009-01-25 | 2 | -0/+4 |
* | flacdec: get total number of samples from STREAMINFO | Justin Ruggles | 2009-01-25 | 2 | -1/+3 |
* | move FLAC_STREAMINFO_SIZE to flac.h | Justin Ruggles | 2009-01-25 | 2 | -1/+2 |
* | define FLAC metadata types in flac.h | Justin Ruggles | 2009-01-25 | 2 | -3/+12 |
* | flacdec: cosmetics: some line wrapping at 80 chars | Justin Ruggles | 2009-01-24 | 1 | -15/+31 |
* | flacdec: cosmetics: indentation | Justin Ruggles | 2009-01-24 | 1 | -18/+18 |
* | flacdec: cosmetics: use consistent coding style (K&R) | Justin Ruggles | 2009-01-24 | 1 | -137/+106 |
* | Add a check for ppc4xx instructions; rename preprocessor directive accordingly. | Diego Biurrun | 2009-01-24 | 1 | -1/+1 |
* | Remove pointless #if HAVE_ALTIVEC around internal header #include | Diego Biurrun | 2009-01-24 | 1 | -3/+0 |
* | cosmetics: indentation | Justin Ruggles | 2009-01-24 | 1 | -14/+14 |
* | flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR | Justin Ruggles | 2009-01-24 | 1 | -3/+3 |
* | flacdec: remove another unneeded debugging statement | Justin Ruggles | 2009-01-24 | 1 | -1/+0 |
* | flacdec: remove unneeded debugging statements | Justin Ruggles | 2009-01-24 | 1 | -29/+0 |
* | flacdec: remove some unused code | Justin Ruggles | 2009-01-24 | 1 | -67/+2 |
* | Add required headers to fix 'make checkheaders'. | Diego Biurrun | 2009-01-24 | 1 | -0/+3 |
* | remove alloc_table_0 and alloc_table_2, the same | Stefan Gehrer | 2009-01-24 | 1 | -42/+1 |
* | remove zigzag_scan8x8, it is the same as ff_zigzag_direct | Stefan Gehrer | 2009-01-24 | 2 | -23/+4 |