| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | eval: add support for trunc, ceil, and floor functions | Stefano Sabatini | 2011-04-10 | 2 | -3/+20 |
| * | os: fix OpenBSD/PowerPC compilation | Brad | 2011-04-10 | 1 | -0/+1 |
| * | pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE | Peter Ross | 2011-04-10 | 3 | -1/+27 |
* | | Add pixel formats for 9- and 10-bit yuv420p. | Oskar Arvidsson | 2011-04-10 | 2 | -0/+55 |
* | | Install libavutil/{aes,sha}.h | Alexis Ballier | 2011-04-07 | 1 | -0/+2 |
* | | eval: add support for trunc, ceil, and floor functions | Stefano Sabatini | 2011-04-05 | 2 | -3/+20 |
* | | Fix apparently exploitable race condition. | Michael Niedermayer | 2011-03-25 | 1 | -1/+2 |
* | | log:Sanitize string of most control chars before printing. | Michael Niedermayer | 2011-03-25 | 1 | -1/+10 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-24 | 3 | -5/+5 |
|\| |
|
| * | Remove unnecessary icc version checks | Mans Rullgard | 2011-03-23 | 3 | -5/+5 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 3 | -10/+20 |
|\| |
|
| * | cosmetics: indentation | Justin Ruggles | 2011-03-22 | 1 | -8/+8 |
| * | Add a CPU flag for the Atom processor. | Justin Ruggles | 2011-03-22 | 3 | -2/+12 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 102 | -409/+409 |