summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy2010-02-02
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-03
* Add functions to return library license and library configuration.Diego Biurrun2009-11-18
* Remove disabled code cruft.Diego Biurrun2009-08-19
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-22
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-08
* Add av_uninit to vbA[1-8], vbB[1-8] variables to work aroundDiego Biurrun2009-03-14
* Use directory name as multiple inclusion guard prefix.Diego Biurrun2009-02-04
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Directly #include some required headers.Diego Biurrun2009-01-25
* Fix compilation.Carl Eugen Hoyos2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
* Add backwards-compatibility typedef for removed _t names under appropriateDiego Biurrun2008-12-11
* Drop _t from typedef names for POSIX compatibility.Diego Biurrun2008-12-11
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-11
* Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger2008-11-02
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Implement postproc_version().Stefano Sabatini2008-09-01
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* non-recursive makefilesMåns Rullgård2008-04-07
* cosmetics: prettyprintingDiego Biurrun2008-03-23
* Cosmetics: reindent and whitespacesLuca Barbato2008-03-23
* Remove declarations after statements from doVertDefFilter_altivecLuca Barbato2008-03-23
* Remove declarations after statements from doVertLowPass_altivecLuca Barbato2008-03-23
* Remove declarations after statements from vertClassify_altivecLuca Barbato2008-03-23
* Reorder declarations in vertClassify_altivecLuca Barbato2008-03-23
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-22
* cosmetics: typo fixesDiego Biurrun2008-03-22
* cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun2008-03-22
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-22
* typo: occured --> occurredDiego Biurrun2008-03-22
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-18
* simplify ALIGN_MASK definitionMåns Rullgård2008-03-17
* get register names from x86_cpu.hMåns Rullgård2008-03-17
* typo fixesDiego Biurrun2008-03-15
* typosDiego Biurrun2008-03-14
* typo fixesDiego Biurrun2008-03-12
* misc spelling fixesDiego Biurrun2008-03-10
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* simplify library version handlingMåns Rullgård2008-03-07
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26