OSDN Git Service

mov: add support for little-endian utf16 chapter names
[android-x86/external-ffmpeg.git] / libavutil /
2011-01-25 Mans Rullgardintfloat_readwrite: include "mathematics.h" for fallbac...
2011-01-24 Reimar DöffingerHandle input or output len of 0 properly in lzo decoder.
2011-01-23 Mans RullgardMIPS: use inline asm only when supported by compiler
2011-01-18 Mans Rullgardcpu-test: include stdio.h only for test prog
2011-01-18 Mans RullgardUse INFINITY and NAN macros instead of 1/0 and 0/0
2011-01-18 Janne Grunauconsolidate .gitignore patters into a single file
2011-01-17 Janne Grunauconvert svn:ignore properties to .gitignore files
2011-01-05 Daniel VerkampWin32 support for av_file_map()
2011-01-01 Daniel VerkampRecognize FFMPEG_FORCE_NOCOLOR environment variable...
2010-12-22 Stefano SabatiniFix av_file_map(): replace stat(filename, &st) with...
2010-12-22 Stefano SabatiniReplace lstat() with stat() in av_file_map(). The lstat...
2010-12-22 Stefano SabatiniAdd av_file_map() and av_file_unmap() functions.
2010-12-19 Nicolas GeorgeAdd AVERROR_*_NOT_FOUND codes.
2010-12-07 Ramiro Pollafix building of cpu-test by including required header
2010-12-06 Stefano SabatiniIntroduce FFMPEG_FORCE_NOCOLOR, with the same meaning...
2010-12-05 Etienne BuiraAllow to force colored output.
2010-12-04 Stefano SabatiniDeprecate avcodec_pix_fmt_string() in favor of
2010-12-04 Michael NiedermayerChange the argument of memory allocation functions...
2010-11-10 Carl Eugen HoyosIntel C compiler 12.0 does not suport these attributes...
2010-11-08 Stefano SabatiniUse hierarchic names convention (prefix them with av_ex...
2010-11-03 Stefano SabatiniImplement isnan() function evaluation.
2010-11-01 Stefano SabatiniMake strmatch() return 1 only if the string compared...
2010-11-01 Stefano SabatiniAdd st, ld, while examples/tests.
2010-11-01 Stefano SabatiniAdd examples of unary operators.
2010-11-01 Stefano SabatiniFix evaluation of expressions of the form: E1;E2.
2010-10-08 Stefano SabatiniInstall libavutil/opt.h, its API is public.
2010-10-06 Ramiro PollaCheck whether compiler supports xmm registers in asm...
2010-10-05 Stefano SabatiniUpdate av_cmp_q() documentation after r25338.
2010-10-05 Michael NiedermayerAdd selftest code for av_cmp_q().
2010-10-05 Michael NiedermayerMake av_cmp_q() work with infinities and NAN.
2010-10-04 Stefano SabatiniMake av_d2q() manage the case in which the value to...
2010-10-04 İsmail Dönmezsnowdsp: Explicitly state the operand sizes
2010-10-02 Stefano SabatiniAvoid cast of double nan to int.
2010-10-01 Måns Rullgårdavassert: add missing #include <stdlib.h>
2010-10-01 Måns Rullgårdavassert: prettify macro
2010-10-01 Måns RullgårdRename libavutil/assert.h to avassert.h
2010-10-01 Michael NiedermayerFix av_cmp_q() with negative denominators.
2010-09-30 Michael NiedermayerFix a typo in the nameing of av_assert0() in currently...
2010-09-30 Michael Niedermayerav_assert() system.
2010-09-29 Stefano SabatiniAdd missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_d...
2010-09-27 Stefano SabatiniMove av_set_options_string() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniMove av_get_token() from libavfilter to libavutil.
2010-09-27 Stefano SabatiniSimplify include, since opt.c is now in libavutil there...
2010-09-27 Stefano SabatiniCosmetics: apply misc style fixes.
2010-09-27 Stefano SabatiniBump version and update APIchanges after r25210.
2010-09-26 Måns RullgårdARM: change return type of AV_RN16() to unsigned
2010-09-26 Michael NiedermayerMove AVOptions from libavcodec to libavutil
2010-09-24 Michael Niedermayerindent
2010-09-24 Michael NiedermayerCosmetic (rename detect_repeats to is_atty which matche...
2010-09-24 Michael Niedermayer2nd try to fix av_log() repeated detection
2010-09-14 Tomas HärdinAdd av_popcount() to libavutil/common.h and bump minor...
2010-09-14 Michael NiedermayerLimit av_log repeat detection to terminals so as to...
2010-09-12 Stefano SabatiniApply minor simplification in av_read_image_line().
2010-09-12 Måns Rullgårdpixdesc: indent
2010-09-12 Måns Rullgårdpixdesc: use 8-bit accesses when possible in av_read...
2010-09-12 Stefano SabatiniCosmetics: use x ? y : z construct and merge intializat...
2010-09-09 Måns RullgårdAdd missing #include <string.h> in x86/cpu.c
2010-09-09 Måns RullgårdCache detected CPU flags
2010-09-09 Måns RullgårdClean up av_get_cpu_flag()
2010-09-08 Stefano SabatiniMove mm_support() from libavcodec to libavutil, make...
2010-09-06 Stefano SabatiniSort AV_CPU_FLAG* by value.
2010-09-06 Stefano SabatiniFix typo.
2010-09-04 Stefano SabatiniRename FF_MM_ symbols related to CPU features flags...
2010-08-23 Benoit FouetAdd missing parentheses to AV_NE macro.
2010-08-17 Måns RullgårdFix out-of-tree build
2010-08-17 Stefano SabatiniDefine macro AV_NE() and use it in libavdevice.
2010-07-28 Michael NiedermayerMake sure "Last message repeated" is printed.
2010-07-22 Stefano SabatiniAdd the M_PHI constant, contains an approximation of...
2010-07-21 Diego PettenòMake ff_inverse stay with libavutil, and optional copy...
2010-07-17 Carl Eugen HoyosUse attribute force_align_arg_pointer only on x86_32.
2010-07-11 Stefano SabatiniUpdate lavu minor and add APIchanges entry after r24174...
2010-07-10 Måns RullgårdInstall bswap.h and intreadwrite.h
2010-07-10 Måns RullgårdMake intreadwrite.h installation-safe
2010-07-10 Måns RullgårdMake bswap.h safe to install as public API
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-10 Måns Rullgårdbswap: change ME to NE in macro names
2010-07-10 Måns Rullgårdintreadwrite: common.h is not needed, attributes.h...
2010-07-10 Måns Rullgårdlfg: add missing includes
2010-07-10 Måns Rullgårdpixdesc: add missing includes
2010-07-08 Stefano SabatiniBump minor after read/write_line() to av_read/write_ima...
2010-07-08 Stefano SabatiniReindent after r24101.
2010-07-08 Michael NiedermayerFix infinite loop with clock() returning (clock_t)-1.
2010-07-08 Michael NiedermayerChange i to unsigned in get_generic_seed().
2010-07-08 Diego BiurrunRestore array sizes in doxygen parameter names.
2010-07-07 Michael Niedermayerget_generic_seed() for the cases without /dev/random...
2010-07-07 Stefano SabatiniRename read/write_line() to av_read/write_image_line().
2010-07-07 Måns RullgårdARM: optimised integer clip functions
2010-07-07 Måns RullgårdARM: intmath.h cosmetics
2010-07-07 Måns RullgårdAllow arch-overrides for all common.h clip and log2...
2010-07-07 Måns RullgårdRemove macro duplication between common.h and intmath.h
2010-07-07 Måns Rullgårdintmath: whitespace cosmetics
2010-07-04 Måns Rullgårdaes: fix array index out of bounds warning
2010-07-03 Eli FriedmanSilence "comparison of unsigned expression >= 0 is...
2010-07-02 Reimar DöffingerMake mix function more readable.
2010-07-02 Ramiro Pollaavutil: bump minor version for r23985 (install lfg.h)
2010-07-02 Ramiro Pollaavutil: install lfg.h
2010-07-02 Diego BiurrunFix parameter name and position in av_crc_init Doxygen...
2010-07-02 Diego BiurrunAvoid square brackets in Doxygen comments; Doxygen...
2010-07-02 Diego BiurrunAdd parameter names to av_log/av_vlog function declarat...
2010-07-02 Diego BiurrunFix misspelled parameter names in Doxygen documentation.
next