summaryrefslogtreecommitdiff
path: root/libpostproc
Commit message (Expand)AuthorAge
* 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
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
* #include avutil.h in postprocess.hMåns Rullgård2008-02-20
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* constMichael Niedermayer2008-02-02
* Make src const.Michael Niedermayer2008-02-02
* void arithmeticMichael Niedermayer2008-02-02
* Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger2008-01-30
* Simplify: use DECLARE_ASM_CONSTReimar Döffinger2008-01-30
* Build both static and shared libs from the same object.Diego Pettenò2008-01-14
* unusedMichael Niedermayer2008-01-10