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-07-24Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-08non-recursive makefilesMåns Rullgård
2008-03-23cosmetics: prettyprintingDiego Biurrun
2008-03-23Cosmetics: reindent and whitespacesLuca Barbato
2008-03-23Remove declarations after statements from doVertDefFilter_altivecLuca Barbato
2008-03-23Remove declarations after statements from doVertLowPass_altivecLuca Barbato
2008-03-23Remove declarations after statements from vertClassify_altivecLuca Barbato
2008-03-23Reorder declarations in vertClassify_altivecLuca Barbato
2008-03-22typo fixes: tempBlured --> tempBlurredDiego Biurrun
2008-03-22cosmetics: typo fixesDiego Biurrun
2008-03-22cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun
2008-03-22cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun
2008-03-22typo: occured --> occurredDiego Biurrun
2008-03-19Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.Diego Biurrun
2008-03-18simplify ALIGN_MASK definitionMåns Rullgård
2008-03-18get register names from x86_cpu.hMåns Rullgård
2008-03-15typo fixesDiego Biurrun
2008-03-15typosDiego Biurrun
2008-03-13typo fixesDiego Biurrun
2008-03-10misc spelling fixesDiego Biurrun
2008-03-08cosmetics: Remove useless empty line.Diego Biurrun
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
2008-03-07simplify library version handlingMåns Rullgård
2008-03-06consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
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