summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-20
* x86: check for AVX supportMans Rullgard2011-02-20
* Force inlining of avutil common routinesJason Garrett-Glaser2011-02-17
* lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov2011-02-17
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini2011-02-16
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-11
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-09
* Remove a few if (p) av_freep(&p) formsClément Bœsch2011-02-04
* Avoid pointless check before calling freeClément Bœsch2011-02-03
* Add forgotten minor API bumps and APIChanges entriesAnton Khirnov2011-02-02
* Rename attribute_used to av_used and move it to attributes.hMans Rullgard2011-01-31
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard2011-01-25
* Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger2011-01-24
* MIPS: use inline asm only when supported by compilerMans Rullgard2011-01-23
* cpu-test: include stdio.h only for test progMans Rullgard2011-01-18
* Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard2011-01-18
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Win32 support for av_file_map()Daniel Verkamp2011-01-05
* Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp2011-01-01
* Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini2010-12-22
* Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.Stefano Sabatini2010-12-22
* Add av_file_map() and av_file_unmap() functions.Stefano Sabatini2010-12-22
* Add AVERROR_*_NOT_FOUND codes.Nicolas George2010-12-19
* fix building of cpu-test by including required headerRamiro Polla2010-12-07
* Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini2010-12-06
* Allow to force colored output.Etienne Buira2010-12-05
* Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini2010-12-04
* Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer2010-12-04
* Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos2010-11-10
* Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini2010-11-08
* Implement isnan() function evaluation.Stefano Sabatini2010-11-03
* Make strmatch() return 1 only if the string compared against theStefano Sabatini2010-11-01
* Add st, ld, while examples/tests.Stefano Sabatini2010-11-01
* Add examples of unary operators.Stefano Sabatini2010-11-01
* Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini2010-11-01
* Install libavutil/opt.h, its API is public.Stefano Sabatini2010-10-08
* Check whether compiler supports xmm registers in asm clobber listRamiro Polla2010-10-06
* Update av_cmp_q() documentation after r25338.Stefano Sabatini2010-10-05
* Add selftest code for av_cmp_q().Michael Niedermayer2010-10-05
* Make av_cmp_q() work with infinities and NAN.Michael Niedermayer2010-10-05
* Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini2010-10-04
* snowdsp: Explicitly state the operand sizesİsmail Dönmez2010-10-04
* Avoid cast of double nan to int.Stefano Sabatini2010-10-02
* avassert: add missing #include <stdlib.h>Måns Rullgård2010-10-01
* avassert: prettify macroMåns Rullgård2010-10-01
* Rename libavutil/assert.h to avassert.hMåns Rullgård2010-10-01