Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-04Remove a few if (p) av_freep(&p) formsClément Bœsch
2011-02-03Avoid pointless check before calling freeClément Bœsch
2011-02-03Add forgotten minor API bumps and APIChanges entriesAnton Khirnov
2011-01-31Rename attribute_used to av_used and move it to attributes.hMans Rullgard
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-25intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard
2011-01-24Handle input or output len of 0 properly in lzo decoder.Reimar Döffinger
2011-01-23MIPS: use inline asm only when supported by compilerMans Rullgard
2011-01-18cpu-test: include stdio.h only for test progMans Rullgard
2011-01-18Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-05Win32 support for av_file_map()Daniel Verkamp
2011-01-01Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp
2010-12-22Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).Stefano Sabatini
2010-12-22Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.Stefano Sabatini
2010-12-22Add av_file_map() and av_file_unmap() functions.Stefano Sabatini
2010-12-19Add AVERROR_*_NOT_FOUND codes.Nicolas George
2010-12-07fix building of cpu-test by including required headerRamiro Polla
2010-12-07Introduce FFMPEG_FORCE_NOCOLOR, with the same meaning and use ofStefano Sabatini
2010-12-05Allow to force colored output.Etienne Buira
2010-12-04Deprecate avcodec_pix_fmt_string() in favor ofStefano Sabatini
2010-12-04Change the argument of memory allocation functions from unsigned int to size_tMichael Niedermayer
2010-11-10Intel C compiler 12.0 does not suport these attributes: may_alias, force_alig...Carl Eugen Hoyos
2010-11-08Use hierarchic names convention (prefix them with av_expr) for theStefano Sabatini
2010-11-03Implement isnan() function evaluation.Stefano Sabatini
2010-11-01Make strmatch() return 1 only if the string compared against theStefano Sabatini
2010-11-01Add st, ld, while examples/tests.Stefano Sabatini
2010-11-01Add examples of unary operators.Stefano Sabatini
2010-11-01Fix evaluation of expressions of the form: E1;E2.Stefano Sabatini
2010-10-09Install libavutil/opt.h, its API is public.Stefano Sabatini
2010-10-06Check whether compiler supports xmm registers in asm clobber listRamiro Polla
2010-10-05Update av_cmp_q() documentation after r25338.Stefano Sabatini
2010-10-05Add selftest code for av_cmp_q().Michael Niedermayer
2010-10-05Make av_cmp_q() work with infinities and NAN.Michael Niedermayer
2010-10-04Make av_d2q() manage the case in which the value to convert is inf.Stefano Sabatini
2010-10-04snowdsp: Explicitly state the operand sizesİsmail Dönmez
2010-10-02Avoid cast of double nan to int.Stefano Sabatini
2010-10-01avassert: add missing #include <stdlib.h>Måns Rullgård
2010-10-01avassert: prettify macroMåns Rullgård
2010-10-01Rename libavutil/assert.h to avassert.hMåns Rullgård
2010-10-01Fix av_cmp_q() with negative denominators.Michael Niedermayer
2010-10-01Fix a typo in the nameing of av_assert0() in currently not compiled code.Michael Niedermayer
2010-10-01av_assert() system.Michael Niedermayer
2010-09-30Add missing case for FF_OPT_TYPE_DOUBLE in av_opt_set_defaults2().Stefano Sabatini
2010-09-28Move av_set_options_string() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Move av_get_token() from libavfilter to libavutil.Stefano Sabatini
2010-09-27Simplify include, since opt.c is now in libavutil there is no needStefano Sabatini
2010-09-27Cosmetics: apply misc style fixes.Stefano Sabatini
2010-09-27Bump version and update APIchanges after r25210.Stefano Sabatini