summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-182-0/+271
* | Merge libavcore into libavutilReinhard Tartler2011-02-1610-1/+1459
* | Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-131-1/+16
* | Frame-based multithreading framework using pthreadsAlexander Strange2011-02-111-0/+11
* | Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-061-1/+1
* | Avoid pointless check before calling freeClément Bœsch2011-02-041-3/+2
* | Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-041-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-302-7/+11
* | intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard2011-01-261-1/+1
* | MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-261-0/+4
* | Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-241-0/+8
|/
* 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
OpenPOWER on IntegriCloud