summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Record B-fraction index from frame header and two fields from entry point str...Gwenole Beauchesne2009-01-30
* Make ff_h263_resync() return the bit position of the resync_marker orGwenole Beauchesne2009-01-30
* Use a constant instead of a magic number.Gwenole Beauchesne2009-01-30
* avoid indeterminate order of accessing srcStefan Gehrer2009-01-30
* cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne2009-01-29
* Mark ff_fft_end av_cold.Alex Converse2009-01-29
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-28
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-28
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-28
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-28
* ARM: remove some unused macro argumentsMåns Rullgård2009-01-27
* ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård2009-01-27
* ARM: replace jump tables with conditional branchesMåns Rullgård2009-01-27
* ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård2009-01-27
* ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård2009-01-27
* ARM: optimised mid_pred()Måns Rullgård2009-01-27
* ARM: allow register operands for shifts in MULL()Måns Rullgård2009-01-27
* fix doxygen file referenceStefan Gehrer2009-01-27
* vp5: don't try decoding a P frame before any I frame was parsedAurelien Jacobs2009-01-27
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini2009-01-26
* Fix AAC data smuggling:Kostya Shishkov2009-01-26
* Remove unneeded check.Benoit Fouet2009-01-26
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-26
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
* Directly #include some required headers.Diego Biurrun2009-01-25
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-25
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-25
* ARM: NEON optimised H.264 weighted predictionMåns Rullgård2009-01-25
* ARM: NEON optimised H.264 biweighted predictionMåns Rullgård2009-01-25
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-25
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-25
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-25
* define FLAC metadata types in flac.hJustin Ruggles2009-01-25
* flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles2009-01-24
* flacdec: cosmetics: indentationJustin Ruggles2009-01-24
* flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles2009-01-24
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-24
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-24
* cosmetics: indentationJustin Ruggles2009-01-24
* flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles2009-01-24
* flacdec: remove another unneeded debugging statementJustin Ruggles2009-01-24
* flacdec: remove unneeded debugging statementsJustin Ruggles2009-01-24
* flacdec: remove some unused codeJustin Ruggles2009-01-24
* Add required headers to fix 'make checkheaders'.Diego Biurrun2009-01-24
* remove alloc_table_0 and alloc_table_2, the sameStefan Gehrer2009-01-24
* remove zigzag_scan8x8, it is the same as ff_zigzag_directStefan Gehrer2009-01-24
* avoid duplication of size_table and offset_tableStefan Gehrer2009-01-24