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 (Expand)Author
2008-02-20#include avutil.h in postprocess.hMåns Rullgård
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-02-03constMichael Niedermayer
2008-02-02Make src const.Michael Niedermayer
2008-02-02void arithmeticMichael Niedermayer
2008-01-30Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger
2008-01-30Simplify: use DECLARE_ASM_CONSTReimar Döffinger
2008-01-14Build both static and shared libs from the same object.Diego Pettenò
2008-01-10unusedMichael Niedermayer
2008-01-10Make MMX vectors constants.Diego Pettenò
2008-01-10Make pp_help a constant array of characters to move it to .rodata.Diego Pettenò
2008-01-10Reduce the size of the replaceTable entries.Diego Pettenò
2008-01-09Remove clip_table as it is not used anymore.Diego Pettenò
2008-01-07Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò
2008-01-04Make pp_help a constant pointer to constant characters, moves it partiallyDiego Pettenò
2008-01-03Make pp_get_mode_by_name_and_quality accept a constant string.Diego Pettenò
2008-01-03Make filterDelimiters and optionDelimiters two static constant array ofDiego Pettenò
2007-12-02spellingVitor Sessak
2007-10-30Declare libpostproc prerequisites directly instead of using a layer ofDiego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-10-17Use filename as multiple inclusion guard.Diego Biurrun
2007-08-24Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun
2007-08-23Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun
2007-07-21Uppercase variable overlooked in last commit.Diego Biurrun
2007-07-06Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h.Diego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun
2007-07-02Fix 'make checkheaders'.Diego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-12misc typo fixesDiego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-06-11Move libpostproc-specific uninstallation command to the libpostproc Makefile.Diego Biurrun
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-17Use DECLARE_ALIGNED for alignment in libpostprocessReimar Döffinger
2007-05-16Remove extern C declarations for C++.Diego Biurrun
2007-04-07typos/grammarDiego Biurrun
2007-03-02TypoLuca Barbato
2007-03-02Many steps to avutilized this mess: DECLARE_ALIGNEDLuca Barbato
2007-02-27Remove useless conditional.Diego Biurrun
2007-02-21cosmetics: Fix another common typo, gurantee --> guArantee.Diego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-29Fix dependencies for 'make dep'.Diego Biurrun
2006-10-16Fix #endif comments.Diego Biurrun
2006-10-15Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-12Rename SIGN macro to FFSIGN to avoid clashes with system headers.Diego Biurrun
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun