summaryrefslogtreecommitdiffstats
path: root/libpostproc
Commit message (Expand)AuthorAgeFilesLines
* postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-08-261-2/+3
* libpostproc: Remove disabled code.Diego Biurrun2011-07-061-32/+0
* Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-281-1/+1
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-251-2/+0
* cosmetics: trim trailing whitespace in postprocAlex Converse2011-05-081-1/+0
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-1/+2
* libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun2011-04-202-10/+0
* Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-195-20/+20
* get rid of the last svn mentionsJanne Grunau2011-03-181-1/+1
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-6/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+6
* Fix use of uninitialized data: A array element can not beReimar Döffinger2010-07-241-2/+3
* Fix grammar errors in documentationMåns Rullgård2010-06-302-12/+12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-204-4/+4
* Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy2010-02-021-0/+3
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-223-9/+9
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-0/+4
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-032-4/+4
* Add functions to return library license and library configuration.Diego Biurrun2009-11-182-0/+21
* Remove disabled code cruft.Diego Biurrun2009-08-191-104/+0
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-1/+1
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-081-7/+7
* Add av_uninit to vbA[1-8], vbB[1-8] variables to work aroundDiego Biurrun2009-03-141-2/+2
* Use directory name as multiple inclusion guard prefix.Diego Biurrun2009-02-042-6/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-014-4/+4
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-252-43/+43
* Directly #include some required headers.Diego Biurrun2009-01-251-0/+1
* Fix compilation.Carl Eugen Hoyos2009-01-141-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-132-106/+111
* 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
OpenPOWER on IntegriCloud