summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun2009-01-25
* Add AMD 3DNow! instruction enabling/disabling support in the build system.Diego Biurrun2009-01-25
* Drop redundant architecture extension dependencies.Diego Biurrun2009-01-25
* Drop _MSC_VER case from macro declaration.Diego Biurrun2009-01-25
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-25
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-25
* Directly #include some required headers.Diego Biurrun2009-01-25
* Add missing architecture-specific options to summary output.Diego Biurrun2009-01-25
* Use AV_WL32/AV_WB32 in bitstream.hReimar Döffinger2009-01-25
* SSE depends on x86.Diego Biurrun2009-01-25
* Do not #include common.h without necessity.Diego Biurrun2009-01-25
* Make more descriptive the long names for the various variants of H.263.Stefano Sabatini2009-01-25
* Move documentation of av_register_all() from allformats.c toStefano Sabatini2009-01-25
* Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun2009-01-25
* Move internal.h #include to the end of the file so that it is afterDiego Biurrun2009-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
* Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun2009-01-25
* Disable C code when compiling AltiVec code, fixes the warning:Diego Biurrun2009-01-25
* spelling/grammar cosmeticsDiego Biurrun2009-01-25
* Fix #endif comments.Diego Biurrun2009-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
* use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles2009-01-25
* move FLAC_STREAMINFO_SIZE to flac.hJustin Ruggles2009-01-25
* define FLAC metadata types in flac.hJustin Ruggles2009-01-25
* Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven2009-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 configuration options section to help output.Diego Biurrun2009-01-24
* help output cosmeticsDiego Biurrun2009-01-24
* Remove --enable-static and --disable-shared from help output.Diego Biurrun2009-01-24
* Use cc_default variable in help output for --cc option.Diego Biurrun2009-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
* configure: add help for fastdivMåns Rullgård2009-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
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
* Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun2009-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
* avoid duplication of dquant_codeStefan Gehrer2009-01-24