summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-04-111-0/+1
|\
| * 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
* | Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-04-102-0/+55
* | Install libavutil/{aes,sha}.hAlexis Ballier2011-04-071-0/+2
* | eval: add support for trunc, ceil, and floor functionsStefano Sabatini2011-04-052-3/+20
* | Fix apparently exploitable race condition.Michael Niedermayer2011-03-251-1/+2
* | log:Sanitize string of most control chars before printing.Michael Niedermayer2011-03-251-1/+10
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-243-5/+5
|\ \ | |/
| * Remove unnecessary icc version checksMans Rullgard2011-03-233-5/+5
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-233-10/+20
|\ \ | |/
| * 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
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-1/+0
* | Remove unused pixel format (PIX_FMT_UNUSED) and swap PIX_FMT_BGR48LE and PIX_...Peter Ross2011-03-211-2/+1
* | Add unused pixel format (PIX_FMT_UNUSED) to make PIX_FMT_BGR48BE an odd-value...Peter Ross2011-03-191-0/+1
* | Revert "replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION"Michael Niedermayer2011-03-171-1/+1
* | Revert "use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*"Michael Niedermayer2011-03-171-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-2/+2
|\ \ | |/
| * 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 PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-03-173-1/+27
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-152-0/+3
|\ \ | |/
| * 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
* | Attribute used is correctly supported by the Intel C compiler since version 1...Carl Eugen Hoyos2011-03-031-1/+1
* | Use macro __INTEL_COMPILER instead of __ICC.Carl Eugen Hoyos2011-03-023-7/+7
* | x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-221-1/+1
* | x86: check for AVX supportMans Rullgard2011-02-203-1/+15
* | Force inlining of avutil common routinesJason Garrett-Glaser2011-02-182-18/+18
* | lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-181-1/+1
* | Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-182-0/+47
OpenPOWER on IntegriCloud