| Commit message (Expand) | Author | Age | Files | Lines |
* | mem: Choose alignment at compile time depending on AVX enabledness. | Michael Niedermayer | 2011-05-10 | 1 | -4/+6 |
* | fifo: use av_freep() | Michael Niedermayer | 2011-05-09 | 1 | -1/+1 |
* | avutil: add divide & modulo that round like unsigned ones do that is down. | Michael Niedermayer | 2011-05-09 | 1 | -0/+2 |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-09 | 2 | -1/+3 |
|\ |
|
| * | log: Fix an oob array read. | Alex Converse | 2011-05-08 | 1 | -1/+1 |
| * | Ban strncpy() it's too easy to misuse. | Alex Converse | 2011-05-08 | 1 | -0/+2 |
| * | Replace strncpy() with av_strlcpy(). | Alex Converse | 2011-05-03 | 1 | -1/+2 |
| * | Fix races in default av_log handler | Reinhard Tartler | 2011-04-29 | 1 | -3/+4 |
| * | bswap.h: Remove disabled code. | Diego Biurrun | 2011-04-29 | 1 | -6/+0 |
* | | PIX_FMT_422P10 support | Baptiste Coudurier | 2011-05-08 | 2 | -0/+26 |
* | | Only add 1 byte to av_malloc(0) when it actually returned NULL | Michael Niedermayer | 2011-05-07 | 1 | -2/+2 |
* | | Make av_realloc(0) behave like our av_malloc(0) | Michael Niedermayer | 2011-05-07 | 1 | -1/+1 |
* | | Use MAP_FAILED to check for mmap failure instead of manually | Reimar Döffinger | 2011-05-07 | 1 | -1/+1 |
* | | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-05-05 | 2 | -1/+7 |
* | | file: Fix mmap error check. | Michael Niedermayer | 2011-05-05 | 1 | -1/+1 |
* | | AVOptions: av_set_string3() allow NULL strings | Michael Niedermayer | 2011-05-02 | 1 | -1/+1 |
* | | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' | Michael Niedermayer | 2011-05-01 | 5 | -62/+40 |
|\ \ |
|
| * | | AVOptions: make default_val a union, as proposed in AVOption2. | Anton Khirnov | 2011-04-30 | 2 | -67/+10 |
| * | | Move ff_dynarray_add to lavu and make it public. | Anton Khirnov | 2011-04-29 | 3 | -1/+30 |
| * | | options: simplify av_find_opt by using av_next_option. | Anton Khirnov | 2011-04-29 | 1 | -3/+2 |
| |/ |
|
* | | Fix all malloc(0) issues | Michael Niedermayer | 2011-04-29 | 1 | -0/+2 |
* | | Rename y400a to gray8a. | Baptiste Coudurier | 2011-04-27 | 2 | -3/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 4 | -12/+42 |
|\| |
|
| * | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -2/+1 |
| * | Increase alignment of av_malloc() as needed by AVX ASM. | Vitor Sessak | 2011-04-26 | 1 | -9/+7 |
| * | lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums | Stefano Sabatini | 2011-04-26 | 2 | -1/+34 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-24 | 1 | -2/+2 |
|\| |
|
| * | bswap: use native types for av_bwap16(). | Jason Garrett-Glaser | 2011-04-22 | 1 | -2/+2 |
* | | error: remove symbols which were deprecated before the big bump | Stefano Sabatini | 2011-04-22 | 1 | -9/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-22 | 4 | -26/+31 |
|\| |
|
| * | error: sort, pack, and align error code and string definitions | Stefano Sabatini | 2011-04-21 | 2 | -24/+20 |
| * | Provide a fallback version of the libm function trunc | Martin Storsjö | 2011-04-21 | 1 | -0/+7 |
| * | error: change AVERROR_EOF value | Anton Khirnov | 2011-04-21 | 1 | -1/+1 |
| * | error: remove AVERROR_NUMEXPECTED | Stefano Sabatini | 2011-04-21 | 2 | -2/+0 |
| * | error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c | Stefano Sabatini | 2011-04-21 | 3 | -3/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-21 | 5 | -91/+1 |
|\| |
|
| * | Remove a version check in av_log made unnecessary by the big bump. | Diego Biurrun | 2011-04-20 | 1 | -1/+1 |
| * | lavu: remove disabled ff_random_get_seed cruft. | Anton Khirnov | 2011-04-19 | 1 | -8/+0 |
| * | lavu: remove disabled sha1 cruft. | Anton Khirnov | 2011-04-19 | 3 | -82/+0 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-20 | 8 | -86/+12 |
|\| |
|
| * | lavu: remove misc disabled cruft | Anton Khirnov | 2011-04-19 | 5 | -33/+8 |
| * | lavu: remove FF_API_OLD_IMAGE_NAMES cruft | Anton Khirnov | 2011-04-19 | 3 | -56/+0 |
| * | lavu: remove FF_API_OLD_EVAL_NAMES cruft | Anton Khirnov | 2011-04-19 | 3 | -68/+0 |
| * | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -3/+3 |
* | | 10l, commit that should have been stashed into the merge. | Michael Niedermayer | 2011-04-17 | 2 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-17 | 2 | -2/+2 |
|\| |
|
| * | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 2 | -2/+2 |
| * | avutil: make aes and sha api public | Alexis Ballier | 2011-04-14 | 1 | -0/+2 |
* | | Fix BE/LE order of pix formats | Michael Niedermayer | 2011-04-14 | 1 | -5/+5 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-11 | 1 | -0/+1 |
|\| |
|