aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Add av_clip_uintp2() functionMans Rullgard2011-05-131-0/+15
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-2/+0
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-2/+2
* swscale: extend YUV422p support to 10bits depthBaptiste Coudurier2011-05-112-0/+26
* Remove unused softfloat implementation.Diego Biurrun2011-05-113-199/+1
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-102-58/+11
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-102-0/+52
* log: Fix an oob array read.Alex Converse2011-05-081-1/+1
* Ban strncpy() it's too easy to misuse.Alex Converse2011-05-081-0/+2
* Replace strncpy() with av_strlcpy().Alex Converse2011-05-031-1/+2
* Fix races in default av_log handlerReinhard Tartler2011-04-291-3/+4
* bswap.h: Remove disabled code.Diego Biurrun2011-04-291-6/+0
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-261-2/+1
* Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak2011-04-261-9/+7
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-262-1/+34
* bswap: use native types for av_bwap16().Jason Garrett-Glaser2011-04-221-2/+2
* error: sort, pack, and align error code and string definitionsStefano Sabatini2011-04-212-24/+20
* Provide a fallback version of the libm function truncMartin Storsjö2011-04-211-0/+7
* error: change AVERROR_EOF valueAnton Khirnov2011-04-211-1/+1
* error: remove AVERROR_NUMEXPECTEDStefano Sabatini2011-04-212-2/+0
* error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini2011-04-213-3/+5
* Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun2011-04-201-1/+1
* lavu: remove disabled ff_random_get_seed cruft.Anton Khirnov2011-04-191-8/+0
* lavu: remove disabled sha1 cruft.Anton Khirnov2011-04-193-82/+0
* lavu: remove misc disabled cruftAnton Khirnov2011-04-195-33/+8
* lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov2011-04-193-56/+0
* lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov2011-04-193-68/+0
* Bump major versions of all libraries.Anton Khirnov2011-04-181-3/+3
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-172-2/+2
* avutil: make aes and sha api publicAlexis Ballier2011-04-141-0/+2
* eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-102-3/+20
* os: fix OpenBSD/PowerPC compilationBrad2011-04-101-0/+1
* pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross2011-04-103-1/+27
* Remove unnecessary icc version checksMans Rullgard2011-03-233-5/+5
* cosmetics: indentationJustin Ruggles2011-03-221-8/+8
* Add a CPU flag for the Atom processor.Justin Ruggles2011-03-223-2/+12
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19102-409/+409
* use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau2011-03-161-1/+1
* replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau2011-03-161-1/+1
* Add AVERROR_EXIT.Nicolas George2011-03-152-0/+3
* x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-201-1/+1
* x86: check for AVX supportMans Rullgard2011-02-203-1/+15
* Force inlining of avutil common routinesJason Garrett-Glaser2011-02-172-18/+18
* lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-171-1/+1
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-172-0/+47
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-162-0/+271
* Merge libavcore into libavutilReinhard Tartler2011-02-1510-1/+1371
* Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-111-1/+16
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-091-0/+11
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-041-1/+1