summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-32/+0
|\
| * libpostproc: Remove disabled code.Diego Biurrun2011-07-061-32/+0
* | postprocess: Remove test for impossible condition (was: Re: postprocess.c: re...Piotr Kaczuba2011-06-021-2/+1
* | postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba2011-05-311-3/+4
* | Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ...Michael Niedermayer2011-05-291-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-091-1/+0
|\ \ | |/
| * cosmetics: trim trailing whitespace in postprocAlex Converse2011-05-081-1/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-1/+2
|\ \ | |/
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-1/+2
| * libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun2011-04-201-4/+0
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-191-1/+1
|\ \ | |/
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * get rid of the last svn mentionsJanne Grunau2011-03-181-1/+1
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini2010-01-031-2/+2
* Add functions to return library license and library configuration.Diego Biurrun2009-11-181-0/+11
* 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
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-251-8/+8
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-28/+33
* Remove pointless malloc.h #include.Diego Biurrun2008-12-191-3/+0
* Drop _t from typedef names for POSIX compatibility.Diego Biurrun2008-12-111-5/+5
* Do not set COMPILE_C if AltiVec is enabled without runtime CPU detection.Diego Biurrun2008-12-111-1/+1
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-4/+4
* Implement postproc_version().Stefano Sabatini2008-09-011-0/+5
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* typo fixes: tempBlured --> tempBlurredDiego Biurrun2008-03-221-4/+4
* cosmetics: typo fixesDiego Biurrun2008-03-221-2/+3
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-221-687/+650
* Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun2008-03-181-6/+0
* typo fixesDiego Biurrun2008-03-151-1/+1
* typosDiego Biurrun2008-03-141-2/+2
* typo fixesDiego Biurrun2008-03-121-1/+1
* constMichael Niedermayer2008-02-021-9/+9
* 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
* 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-101-0/+4
* 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-081-13/+0
* Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2008-01-071-1/+1
* Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò2008-01-041-1/+1
* Make pp_get_mode_by_name_and_quality accept a constant string.Diego Pettenò2008-01-031-1/+1
* Make filterDelimiters and optionDelimiters two static constant array ofDiego Pettenò2008-01-031-2/+2
* Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun2007-07-061-2/+0