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
2006-11-06Add doxy comments for macro GET_UTF8Guillaume Poirier
2006-11-06Fix wrong params name in PUT_UTF8 doxy commentsGuillaume Poirier
2006-11-06woops, fix missplaced doxy commentGuillaume Poirier
2006-11-06Fix ASF format parser's broken UTF-16 string handlingZuxy Meng
2006-11-02Define fallback for PRIX64, taken from a patch by Steve L'Homme.Steve L'Homme
2006-11-02Rename SWAP macro to FFSWAP.Diego Biurrun
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-11-01Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun
2006-10-20Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier
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-10Move sign macro to libavutil.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-25move memory functions from avcodec to avutilLuca Barbato
2006-09-21remove a division from STOP_TIMERLoren Merritt
2006-09-21simplify asm mid_pred, as suggested by michaelni.Loren Merritt
2006-09-15asm implementation of mid_pred.Loren Merritt
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-08-31Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato
2006-08-20attribute_deprecatedMichael Niedermayer
2006-08-20SWAPMichael Niedermayer
2006-07-21do not include bswap.h in common.h for external programs, since the formerReimar Döffinger
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni
2006-07-16Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger
2006-07-14indentMåns Rullgård
2006-07-14simplifyMåns Rullgård
2006-07-14simplifyMåns Rullgård
2006-07-14remove impossible #ifdef caseMåns Rullgård
2006-07-14remove old msvc cruftMåns Rullgård
2006-07-14remove redundant #include <math.h>Måns Rullgård
2006-07-12CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun
2006-07-11cosmetics: Fix indentation after last commit.Diego Biurrun
2006-07-11Remove old MSVC remnants.Diego Biurrun
2006-07-09cosmeticMichael Niedermayer
2006-07-09remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer
2006-07-08moving utf8 reading function to libavutilMichael Niedermayer
2006-07-06Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato
2006-07-05floorf() is not used, and causes warnings on SolarisMåns Rullgård
2006-06-30make sure NDEBUG is not defined already before defining itDiego Pettenò
2006-05-01document clip functionsAurelien Jacobs
2006-04-30clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is...Panagiotis Issaris
2006-04-02#define [U]INT32_{MIN,MAX} if missingMåns Rullgård
2006-03-07Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar
2006-01-30On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun
2006-01-22WinCE cross-compilation supportGildas Bazin
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-13Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaul...François Revol
2005-12-12Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGWFredrik Orderud
2005-12-06fix for systems not defining PRIu64, not everyone knows C99.François Revol