Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-19Keep including the full version.h when headers are included externallyMartin Storsjö
This avoids unnecessary churn and build breakage for users, by making sure the whole version.h is included like it has been so far, while keeping the benefit of not needing to rebuild most files in the ffmpeg tree on minor/micro bumps. Signed-off-by: Martin Storsjö <martin@martin.st>
2022-03-16libpostproc: Split version.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2021-07-29postproc/postprocess: Remove legacy cruftAndreas Rheinhardt
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2017-10-22postproc: Drop deprecated qp typedefJames Almer
Deprecated in 08/2015. Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-03doxygen: Standardize root-level modulesTimothy Gu
2015-08-10postproc: Deprecate QP_STORE_T, it lacks a PP/AV/FF prefixMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2014-10-13postprocess: add YUV 4:4:0 supportMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-12-11doxy: add ref for lavfi, lpp and lsws.Clément Bœsch
2012-11-18pp: add auto detection cpu flag.Clément Bœsch
2012-09-28postproc: Create version.h headerjamal
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-24build: Allow building old API/ABI libpostproc versionAlexander Strasser
Allows our users to still build against a libpostproc with the old API/ABI. Distributions can use this option to defer the soname bump. Signed-off-by: Alexander Strasser <eclipse7@gmx.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-19pp: bump major in git master to match what debian contains.Michael Niedermayer
The ABI differences are negligible, but its easier for all if all distros have libpostproc HEAD under the same soname and debian bumped soname without consulting upstream, so as silly as it is following this is probably the least pain for all. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-22libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: doxygen: misc consistency, spelling and wording fixes vcr1: drop unnecessary emms_c() calls without MMX code Replace all uses of av_close_input_file() with avformat_close_input(). lavf: add avformat_close_input(). lavf: deprecate av_close_input_stream(). lavf doxy: add some basic demuxing documentation. lavf doxy: add some general lavf information. lavf doxy: add misc utility functions to a group. lavf doxy: add av_guess_codec/format to the encoding group. lavf doxy: add core functions to a doxy group. Add basic libavdevice documentation. lavc: convert error_recognition to err_recognition. avconv: update -map option help text x86: Require 7 registers for the cabac asm x86: bswap: remove test for bswap instruction bswap: make generic implementation more compiler-friendly h264: remove useless cast proresdec: fix decode_slice() prototype Conflicts: configure doc/APIchanges ffprobe.c libavcodec/avcodec.h libavcodec/celp_math.h libavcodec/h264.c libavfilter/src_movie.c libavformat/anm.c libavformat/avformat.h libavformat/version.h libavutil/avstring.h libavutil/bswap.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-13doxygen: misc consistency, spelling and wording fixesDiego Biurrun
2011-04-20libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun
2011-04-18Bump major versions of all libraries.Anton Khirnov
They've accumulated enough new APIs and corresponding deprecated cruft. This breaks API and ABI.
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-06-30Fix grammar errors in documentationMåns Rullgård
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
XXX_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-04Use directory name as multiple inclusion guard prefix.Diego Biurrun
We do this for all other libraries already. Originally committed as revision 16990 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-12Add backwards-compatibility typedef for removed _t names under appropriateDiego Biurrun
version #ifdef since otherwise public API is broken. Originally committed as revision 16064 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-11Drop _t from typedef names for POSIX compatibility.Diego Biurrun
Originally committed as revision 16062 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-01Implement postproc_version().Stefano Sabatini
Originally committed as revision 15148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-22cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun
Originally committed as revision 12552 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-22typo: occured --> occurredDiego Biurrun
Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-10misc spelling fixesDiego Biurrun
Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files. Originally committed as revision 12194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-20#include avutil.h in postprocess.hMåns Rullgård
Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-20Clean up lib* version definitionsMåns Rullgård
Updating version numbers now requires changing only one place. Originally committed as revision 12154 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-03constMichael Niedermayer
Originally committed as revision 11816 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-10Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com Originally committed as revision 11487 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-04Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò
in .rodata (the actual string) and partially in .data.relro (the pointer), but doesn't change ABI. Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com Originally committed as revision 11390 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-01-03Make pp_get_mode_by_name_and_quality accept a constant string.Diego Pettenò
Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com Originally committed as revision 11381 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-02Fix 'make checkheaders'.Diego Biurrun
Originally committed as revision 9460 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-16Remove extern C declarations for C++.Diego Biurrun
FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-02libavcodec/libpostproc ---> libpostprocDiego Biurrun
Originally committed as revision 5440 to svn://svn.ffmpeg.org/ffmpeg/trunk