summaryrefslogtreecommitdiffstats
path: root/libpostproc
Commit message (Expand)AuthorAgeFilesLines
* Remove pointless malloc.h #include.Diego Biurrun2008-12-191-3/+0
* Add backwards-compatibility typedef for removed _t names under appropriateDiego Biurrun2008-12-111-0/+2
* Drop _t from typedef names for POSIX compatibility.Diego Biurrun2008-12-112-13/+13
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-111-1/+1
* Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger2008-11-021-31/+31
* Convert asm keyword into __asm__.Diego Pettenò2008-10-162-36/+36
* Implement postproc_version().Stefano Sabatini2008-09-012-1/+11
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-312-6/+6
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-34/+34
* Use full path for #includes from another directory.Diego Biurrun2008-05-094-4/+4
* non-recursive makefilesMåns Rullgård2008-04-071-2/+2
* cosmetics: prettyprintingDiego Biurrun2008-03-231-41/+41
* Cosmetics: reindent and whitespacesLuca Barbato2008-03-231-107/+106
* Remove declarations after statements from doVertDefFilter_altivecLuca Barbato2008-03-231-11/+8
* Remove declarations after statements from doVertLowPass_altivecLuca Barbato2008-03-231-32/+42
* Remove declarations after statements from vertClassify_altivecLuca Barbato2008-03-231-16/+36
* Reorder declarations in vertClassify_altivecLuca Barbato2008-03-231-7/+10
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-224-60/+60
* cosmetics: typo fixesDiego Biurrun2008-03-222-3/+4
* cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun2008-03-221-5/+5
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-225-4838/+4706
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-181-6/+0
* simplify ALIGN_MASK definitionMåns Rullgård2008-03-171-6/+1
* get register names from x86_cpu.hMåns Rullgård2008-03-171-14/+1
* typo fixesDiego Biurrun2008-03-152-8/+8
* typosDiego Biurrun2008-03-141-2/+2
* typo fixesDiego Biurrun2008-03-122-10/+10
* misc spelling fixesDiego Biurrun2008-03-101-1/+1
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-081-1/+0
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-081-2/+1
* simplify library version handlingMåns Rullgård2008-03-071-2/+0
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-061-1/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-252-7/+1
* #include avutil.h in postprocess.hMåns Rullgård2008-02-201-0/+2
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* constMichael Niedermayer2008-02-023-20/+20
* Make src const.Michael Niedermayer2008-02-021-1/+1
* void arithmeticMichael Niedermayer2008-02-021-1/+1
* Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger2008-01-301-1/+1
* Simplify: use DECLARE_ASM_CONSTReimar Döffinger2008-01-301-8/+8
* Build both static and shared libs from the same object.Diego Pettenò2008-01-141-8/+2
* unusedMichael Niedermayer2008-01-101-4/+0
* Make MMX vectors constants.Diego Pettenò2008-01-101-8/+8
* Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò2008-01-102-0/+8
* Reduce the size of the replaceTable entries.Diego Pettenò2008-01-101-5/+5
* Remove clip_table as it is not used anymore.Diego Pettenò2008-01-082-20/+0
* Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2008-01-072-2/+2
* Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò2008-01-042-2/+2
OpenPOWER on IntegriCloud