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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-30postproc: remove stray +Michael Niedermayer
2011-09-24postproc: fix compilation failure, now reallyMichael Niedermayer
2011-09-24postproc: Fix compilation failure.Yuriy Kaminskiy
2011-09-20libpostproc: mmx code uses stack below %esp, fix thatYuriy Kaminskiy
2011-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06libpostproc: Remove disabled code.Diego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include log.h in avutil.hMans Rullgard
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard
2011-06-26Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger
2011-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-02postprocess: Remove test for impossible condition (was: Re: postprocess.c: re...Piotr Kaczuba
2011-05-31postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba
2011-05-29Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ...Michael Niedermayer
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-09cosmetics: trim trailing whitespace in postprocAlex Converse
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-04-20libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-03-19Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-18get rid of the last svn mentionsJanne Grunau
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-07-24Fix use of uninitialized data: A array element can not beReimar Döffinger
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-02-02Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-08-19Remove disabled code cruft.Diego Biurrun
2009-05-23Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad
2009-04-09configure: Add --enable-runtime-cpudetectRamiro Polla
2009-03-14Add av_uninit to vbA[1-8], vbB[1-8] variables to work aroundDiego Biurrun
2009-02-04Use directory name as multiple inclusion guard prefix.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-25Directly #include some required headers.Diego Biurrun
2009-01-14Fix compilation.Carl Eugen Hoyos
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-19Remove pointless malloc.h #include.Diego Biurrun