summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2011-12-05doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun10-49/+49
2011-10-30postproc: remove stray +Michael Niedermayer1-1/+1
2011-09-23postproc: fix compilation failure, now reallyMichael Niedermayer1-2/+2
2011-09-23postproc: Fix compilation failure.Yuriy Kaminskiy1-4/+6
2011-09-20libpostproc: mmx code uses stack below %esp, fix thatYuriy Kaminskiy1-33/+28
2011-08-26postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba1-2/+3
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer17-201/+85
2011-07-06libpostproc: Remove disabled code.Diego Biurrun1-32/+0
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Do not include log.h in avutil.hMans Rullgard12-1/+11
2011-06-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer39-823/+1073
2011-06-28build: include sub-makefiles using full path instead of symlinksMans Rullgard10-28/+15
2011-06-26Revert "build: Remove redundant config.mak includes from subdirectory Makefil...Reimar Döffinger7-0/+14
2011-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-25/+7
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun7-14/+0
2011-06-02postprocess: Remove test for impossible condition (was: Re: postprocess.c: re...Piotr Kaczuba1-2/+1
2011-05-31postprocess.c: filter name needs to be double 0 terminatedPiotr Kaczuba1-3/+4
2011-05-28Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ...Michael Niedermayer1-2/+2
2011-05-09Merge remote branch 'qatar/master'Michael Niedermayer11-138/+120
2011-05-08cosmetics: trim trailing whitespace in postprocAlex Converse1-1/+0
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer25-319/+490
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse7-29/+32
2011-04-20libpostproc: Remove crufty code disabled by the big bump.Diego Biurrun2-10/+0
2011-04-18Bump major versions of all libraries.Anton Khirnov7-15/+15
2011-03-19Merge remote-tracking branch 'newdev/master'Michael Niedermayer9-20/+12
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-03-18get rid of the last svn mentionsJanne Grunau8-17/+9
2011-03-17Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer10-21/+21
2011-03-17Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer10-11/+11
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau10-11/+11
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau10-21/+21
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau38-161/+30
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau38-0/+176
2010-07-24Fix use of uninitialized data: A array element can not beReimar Döffinger1-2/+3
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-02-02Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy1-0/+3
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2010-01-16Add symbol versioning for shared librariesMåns Rullgård9-2/+33
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() andStefano Sabatini10-20/+20
2009-11-18Add functions to return library license and library configuration.Diego Biurrun13-0/+129
2009-08-19Remove disabled code cruft.Diego Biurrun1-104/+0
2009-05-22Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad7-18/+13
2009-04-08configure: Add --enable-runtime-cpudetectRamiro Polla3-8/+11
2009-03-14Add av_uninit to vbA[1-8], vbB[1-8] variables to work aroundDiego Biurrun1-2/+2
2009-02-04Use directory name as multiple inclusion guard prefix.Diego Biurrun2-6/+6
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2-43/+43
2009-01-25Directly #include some required headers.Diego Biurrun5-1/+5
2009-01-14Fix compilation.Carl Eugen Hoyos1-1/+1
[prev] [next]