summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid pointless check before calling freeClément Bœsch2011-02-031-3/+2
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-021-1/+1
* Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-313-15/+14
* Replace dprintf with av_dlogLuca Barbato2011-01-292-7/+11
* intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard2011-01-251-1/+1
* Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-241-0/+8
* MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-231-0/+4
* cpu-test: include stdio.h only for test progMans Rullgard2011-01-181-2/+1
* Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard2011-01-181-4/+4
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-189-31/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-179-0/+31
* Win32 support for av_file_map()Daniel Verkamp2011-01-051-0/+26
* Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp2011-01-011-1/+1
* Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini2010-12-221-2/+2
* Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.Stefano Sabatini2010-12-221-1/+1
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-225-1/+179
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-193-1/+18
* fix building of cpu-test by including required headerRamiro Polla2010-12-071-0/+2
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-061-2/+3
* Allow to force colored output.Etienne Buira2010-12-051-2/+2
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-043-1/+27
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-042-6/+12
OpenPOWER on IntegriCloud