summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
...
* | Only add 1 byte to av_malloc(0) when it actually returned NULLMichael Niedermayer2011-05-07
* | Make av_realloc(0) behave like our av_malloc(0)Michael Niedermayer2011-05-07
* | Use MAP_FAILED to check for mmap failure instead of manuallyReimar Döffinger2011-05-07
* | eval: add sqrt function for computing the square rootStefano Sabatini2011-05-05
* | file: Fix mmap error check.Michael Niedermayer2011-05-05
* | AVOptions: av_set_string3() allow NULL stringsMichael Niedermayer2011-05-02
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-01
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-30
| * | Move ff_dynarray_add to lavu and make it public.Anton Khirnov2011-04-29
| * | options: simplify av_find_opt by using av_next_option.Anton Khirnov2011-04-29
| |/
* | Fix all malloc(0) issuesMichael Niedermayer2011-04-29
* | Rename y400a to gray8a.Baptiste Coudurier2011-04-27
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-27
|\|
| * Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-26
| * Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-26
| * lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-26
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * bswap: use native types for av_bwap16().Jason Garrett-Glaser2011-04-22
* | error: remove symbols which were deprecated before the big bumpStefano Sabatini2011-04-22
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\|
| * error: sort, pack, and align error code and string definitionsStefano Sabatini2011-04-21
| * Provide a fallback version of the libm function truncMartin Storsjö2011-04-21
| * error: change AVERROR_EOF valueAnton Khirnov2011-04-21
| * error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-21
| * error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini2011-04-21
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-21
|\|
| * Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun2011-04-20
| * lavu: remove disabled ff_random_get_seed cruft.Anton Khirnov2011-04-19
| * lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-19
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-20
|\|
| * lavu: remove misc disabled cruftAnton Khirnov2011-04-19
| * lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov2011-04-19
| * lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-19
| * Bump major versions of all libraries.Anton Khirnov2011-04-18
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
| * avutil: make aes and sha api publicAlexis Ballier2011-04-14
* | Fix BE/LE order of pix formatsMichael Niedermayer2011-04-14
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-11
|\|
| * eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-10
| * os: fix OpenBSD/PowerPC compilationBrad2011-04-10
| * pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-10
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-10
* | Install libavutil/{aes,sha}.hAlexis Ballier2011-04-07
* | eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-05
* | Fix apparently exploitable race condition.Michael Niedermayer2011-03-25
* | log:Sanitize string of most control chars before printing.Michael Niedermayer2011-03-25
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-24
|\|
| * Remove unnecessary icc version checksMans Rullgard2011-03-23