| Commit message (Expand) | Author | Age | Files | Lines |
* | postproc: fix compilation failure, now really | Michael Niedermayer | 2011-09-24 | 1 | -2/+2 |
* | postproc: Fix compilation failure. | Yuriy Kaminskiy | 2011-09-24 | 1 | -4/+6 |
* | libpostproc: mmx code uses stack below %esp, fix that | Yuriy Kaminskiy | 2011-09-20 | 1 | -33/+28 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-06 | 1 | -32/+0 |
|\ |
|
| * | libpostproc: Remove disabled code. | Diego Biurrun | 2011-07-06 | 1 | -32/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -0/+1 |
|\| |
|
| * | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-29 | 1 | -1/+1 |
|\| |
|
| * | build: include sub-makefiles using full path instead of symlinks | Mans Rullgard | 2011-06-28 | 1 | -1/+1 |
* | | Revert "build: Remove redundant config.mak includes from subdirectory Makefil... | Reimar Döffinger | 2011-06-26 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-26 | 1 | -2/+0 |
|\| |
|
| * | build: Remove redundant config.mak includes from subdirectory Makefiles. | Diego Biurrun | 2011-06-25 | 1 | -2/+0 |
* | | postprocess: Remove test for impossible condition (was: Re: postprocess.c: re... | Piotr Kaczuba | 2011-06-02 | 1 | -2/+1 |
* | | postprocess.c: filter name needs to be double 0 terminated | Piotr Kaczuba | 2011-05-31 | 1 | -3/+4 |
* | | Revert 1a5e4fd8c5b99478b4e08a69261930bb12aa948b for postproc. This broke the ... | Michael Niedermayer | 2011-05-29 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-09 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: trim trailing whitespace in postproc | Alex Converse | 2011-05-08 | 1 | -1/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-05 | 1 | -1/+2 |
|\| |
|
| * | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -1/+2 |
| * | libpostproc: Remove crufty code disabled by the big bump. | Diego Biurrun | 2011-04-20 | 2 | -10/+0 |
| * | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-19 | 1 | -1/+1 |
|\| |
|
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 5 | -20/+20 |
| * | get rid of the last svn mentions | Janne Grunau | 2011-03-18 | 1 | -1/+1 |
* | | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
* | | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*" | Michael Niedermayer | 2011-03-17 | 1 | -1/+1 |
|/ |
|
* | use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION | Janne Grunau | 2011-03-16 | 1 | -1/+1 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -6/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+6 |
* | Fix use of uninitialized data: A array element can not be | Reimar Döffinger | 2010-07-24 | 1 | -2/+3 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 2 | -12/+12 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 4 | -4/+4 |
* | Fix warnings about redefining constants when compiling libpostproc. | Yuriy Kaminskiy | 2010-02-02 | 1 | -0/+3 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 3 | -9/+9 |
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+4 |
* | Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and | Stefano Sabatini | 2010-01-03 | 2 | -4/+4 |
* | Add functions to return library license and library configuration. | Diego Biurrun | 2009-11-18 | 2 | -0/+21 |
* | Remove disabled code cruft. | Diego Biurrun | 2009-08-19 | 1 | -104/+0 |
* | Move ALIGN macro to libavutil/common.h and use it in various places | David Conrad | 2009-05-22 | 1 | -1/+1 |
* | configure: Add --enable-runtime-cpudetect | Ramiro Polla | 2009-04-08 | 1 | -7/+7 |
* | Add av_uninit to vbA[1-8], vbB[1-8] variables to work around | Diego Biurrun | 2009-03-14 | 1 | -2/+2 |
* | Use directory name as multiple inclusion guard prefix. | Diego Biurrun | 2009-02-04 | 2 | -6/+6 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 4 | -4/+4 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun | 2009-01-25 | 2 | -43/+43 |
* | Directly #include some required headers. | Diego Biurrun | 2009-01-25 | 1 | -0/+1 |
* | Fix compilation. | Carl Eugen Hoyos | 2009-01-14 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 2 | -106/+111 |
* | Remove pointless malloc.h #include. | Diego Biurrun | 2008-12-19 | 1 | -3/+0 |
* | Add backwards-compatibility typedef for removed _t names under appropriate | Diego Biurrun | 2008-12-11 | 1 | -0/+2 |