summaryrefslogtreecommitdiff
path: root/libpostproc/postprocess.h
Commit message (Expand)AuthorAgeFilesLines
* Keep including the full version.h when headers are included externallyMartin Storsjö2022-03-191-0/+6
* libpostproc: Split version.hMartin Storsjö2022-03-161-1/+1
* postproc/postprocess: Remove legacy cruftAndreas Rheinhardt2021-07-291-6/+0
* postproc: Drop deprecated qp typedefJames Almer2017-10-221-4/+0
* doxygen: Standardize root-level modulesTimothy Gu2016-08-021-1/+3
* postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefixMichael Niedermayer2015-08-101-2/+4
* postprocess: add YUV 4:4:0 supportMichael Niedermayer2014-10-121-0/+1
* doxy: add ref for lavfi, lpp and lsws.Clément Bœsch2012-12-111-2/+11
* pp: add auto detection cpu flag.Clément Bœsch2012-11-181-0/+1
* postproc: Create version.h headerjamal2012-09-281-17/+1
* build: Allow building old API/ABI libpostproc versionAlexander Strasser2012-01-241-0/+2
* pp: bump major in git master to match what debian contains.Michael Niedermayer2012-01-181-2/+2
* libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100Michael Niedermayer2011-12-221-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-3/+4
|\
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-3/+4
| * libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun2011-04-201-6/+0
| * Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-3/+3
* 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/+10
* Use directory name as multiple inclusion guard prefix.Diego Biurrun2009-02-041-3/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* 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-111-8/+8
* Implement postproc_version().Stefano Sabatini2008-09-011-1/+6
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun2008-03-221-4/+4
* typo: occured --> occurredDiego Biurrun2008-03-221-1/+1
* misc spelling fixesDiego Biurrun2008-03-101-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-251-1/+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-021-3/+3
* Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò2008-01-101-0/+4
* 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
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Use filename as multiple inclusion guard.Diego Biurrun2007-10-171-3/+3
* Fix 'make checkheaders'.Diego Biurrun2007-07-021-0/+2
* Remove extern C declarations for C++.Diego Biurrun2007-05-161-8/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-16/+18
* libavcodec/libpostproc ---> libpostprocDiego Biurrun2006-06-011-0/+82