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