summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-30
| | | | | | Avoids some warnings about undefined preprocessor directives. Originally committed as revision 16869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised vector_fmul_windowMåns Rullgård2009-01-30
| | | | Originally committed as revision 16868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised vector_fmulMåns Rullgård2009-01-30
| | | | Originally committed as revision 16867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate tablesStefan Gehrer2009-01-30
| | | | Originally committed as revision 16866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the new RDFT code in the QDM2 decoder.Alex Converse2009-01-30
| | | | Originally committed as revision 16865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
| | | | Originally committed as revision 16864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
| | | | Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Record B-fraction index from frame header and two fields from entry point ↵Gwenole Beauchesne2009-01-30
| | | | | | | | | | | | structure into VC-1 context. Patch by Gwenole Beauchesne (gbeauchesne <whirlpool> splitted <dash> desktop <dit> com) Thread [PATCH][VC-1] Record extra syntax elements for VA API support Originally committed as revision 16859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_h263_resync() return the bit position of the resync_marker orGwenole Beauchesne2009-01-30
| | | | | | | a negative number if none was found. Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com Originally committed as revision 16858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a constant instead of a magic number.Gwenole Beauchesne2009-01-30
| | | | | | Patch by Gwenolé Beauchesne: gbeauchesne splitted minus desktop com Originally committed as revision 16856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid indeterminate order of accessing srcStefan Gehrer2009-01-30
| | | | Originally committed as revision 16855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add empty line for consistent formatting.Gwenole Beauchesne2009-01-29
| | | | | | patch by Gwenolé Beauchesne, gbeauchesne splitted-desktop com Originally committed as revision 16852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark ff_fft_end av_cold.Alex Converse2009-01-29
| | | | Originally committed as revision 16851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix an overflow in vc1 intra overlap filterLoren Merritt2009-01-28
| | | | Originally committed as revision 16845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for VC-1 decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for RV3/4 decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-28
| | | | Originally committed as revision 16841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: remove some unused macro argumentsMåns Rullgård2009-01-27
| | | | Originally committed as revision 16824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: reorder some instructions in put_pixels*_arm for speed gainsMåns Rullgård2009-01-27
| | | | Originally committed as revision 16823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace jump tables with conditional branchesMåns Rullgård2009-01-27
| | | | Originally committed as revision 16822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace explicit literal loads with ldr Rd, =litMåns Rullgård2009-01-27
| | | | Originally committed as revision 16821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: change alignment of loops in put_pixels*_arm to 32Måns Rullgård2009-01-27
| | | | Originally committed as revision 16820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: optimised mid_pred()Måns Rullgård2009-01-27
| | | | Originally committed as revision 16819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: allow register operands for shifts in MULL()Måns Rullgård2009-01-27
| | | | Originally committed as revision 16818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix doxygen file referenceStefan Gehrer2009-01-27
| | | | Originally committed as revision 16816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp5: don't try decoding a P frame before any I frame was parsedAurelien Jacobs2009-01-27
| | | | | | fix issue802 Originally committed as revision 16813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
| | | | Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change "H.263 Intel" long name to "Intel H.263".Stefano Sabatini2009-01-26
| | | | Originally committed as revision 16808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AAC data smuggling:Kostya Shishkov2009-01-26
| | | | | | aactab.h declares only 316 of 428 elements in ff_aac_pow2sf_tab[] Originally committed as revision 16805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded check.Benoit Fouet2009-01-26
| | | | Originally committed as revision 16803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet2009-01-26
| | | | | | Fixes issue 655 Originally committed as revision 16802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Workaround for gcc 3.4 to align sh properlyDavid Conrad2009-01-26
| | | | Originally committed as revision 16797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly #include some required headers.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-25
| | | | Originally committed as revision 16778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-25
| | | | Originally committed as revision 16775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised H.264 weighted predictionMåns Rullgård2009-01-25
| | | | Originally committed as revision 16771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised H.264 biweighted predictionMåns Rullgård2009-01-25
| | | | Originally committed as revision 16770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add required headers to fix warnings during 'make checkheaders'.Diego Biurrun2009-01-25
| | | | Originally committed as revision 16769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: get total number of samples from STREAMINFOJustin Ruggles2009-01-25
| | | | Originally committed as revision 16768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-25
| | | | Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* define FLAC metadata types in flac.hJustin Ruggles2009-01-25
| | | | Originally committed as revision 16765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: some line wrapping at 80 charsJustin Ruggles2009-01-24
| | | | Originally committed as revision 16763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: indentationJustin Ruggles2009-01-24
| | | | Originally committed as revision 16762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: cosmetics: use consistent coding style (K&R)Justin Ruggles2009-01-24
| | | | Originally committed as revision 16761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a check for ppc4xx instructions; rename preprocessor directive accordingly.Diego Biurrun2009-01-24
| | | | Originally committed as revision 16756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if HAVE_ALTIVEC around internal header #includeDiego Biurrun2009-01-24
| | | | | | and function declarations. Originally committed as revision 16755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationJustin Ruggles2009-01-24
| | | | Originally committed as revision 16753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: change several AV_LOG_DEBUG to AV_LOG_ERRORJustin Ruggles2009-01-24
| | | | Originally committed as revision 16752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove another unneeded debugging statementJustin Ruggles2009-01-24
| | | | Originally committed as revision 16751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: remove unneeded debugging statementsJustin Ruggles2009-01-24
| | | | Originally committed as revision 16750 to svn://svn.ffmpeg.org/ffmpeg/trunk