OSDN Git Service

avconv: move frame pixel format to the options context.
[coroid/libav_saccubus.git] / libavutil /
2011-05-10 Oskar ArvidssonAdd pixel formats for 9- and 10-bit yuv420p.
2011-05-08 Alex Converselog: Fix an oob array read.
2011-05-08 Alex ConverseBan strncpy() it's too easy to misuse.
2011-05-04 Alex ConverseReplace strncpy() with av_strlcpy().
2011-04-29 Reinhard TartlerFix races in default av_log handler
2011-04-29 Diego Biurrunbswap.h: Remove disabled code.
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-26 Vitor SessakIncrease alignment of av_malloc() as needed by AVX...
2011-04-26 Stefano Sabatinilavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE...
2011-04-23 Jason Garrett-Glaserbswap: use native types for av_bwap16().
2011-04-21 Stefano Sabatinierror: sort, pack, and align error code and string...
2011-04-21 Martin StorsjöProvide a fallback version of the libm function trunc
2011-04-21 Anton Khirnoverror: change AVERROR_EOF value
2011-04-21 Stefano Sabatinierror: remove AVERROR_NUMEXPECTED
2011-04-21 Stefano Sabatinierror: add error code AVERROR_OPTION_NOT_FOUND, and...
2011-04-20 Diego BiurrunRemove a version check in av_log made unnecessary by...
2011-04-19 Anton Khirnovlavu: remove disabled ff_random_get_seed cruft.
2011-04-19 Anton Khirnovlavu: remove disabled sha1 cruft.
2011-04-19 Anton Khirnovlavu: remove misc disabled cruft
2011-04-19 Anton Khirnovlavu: remove FF_API_OLD_IMAGE_NAMES cruft
2011-04-19 Anton Khirnovlavu: remove FF_API_OLD_EVAL_NAMES cruft
2011-04-18 Anton KhirnovBump major versions of all libraries.
2011-04-17 Diego BiurrunReplace more FFmpeg references by Libav.
2011-04-14 Alexis Ballieravutil: make aes and sha api public
2011-04-10 Stefano Sabatinieval: add support for trunc, ceil, and floor functions
2011-04-10 Brados: fix OpenBSD/PowerPC compilation
2011-04-10 Peter Rosspixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-03-23 Mans RullgardRemove unnecessary icc version checks
2011-03-22 Justin Rugglescosmetics: indentation
2011-03-22 Justin RugglesAdd a CPU flag for the Atom processor.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-16 Janne Grunauuse LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
2011-03-16 Janne Grunaureplace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
2011-03-15 Nicolas GeorgeAdd AVERROR_EXIT.
2011-02-20 Mans Rullgardx86: use raw opcode for xgetbv instruction
2011-02-20 Mans Rullgardx86: check for AVX support
2011-02-17 Jason Garrett-GlaserForce inlining of avutil common routines
2011-02-17 Anton Khirnovlavf, lavu: bump minor versions and add an APIChanges...
2011-02-17 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-16 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-11 Justin RugglesAdd check for Athlon64 and similar AMD processors with...
2011-02-09 Alexander StrangeFrame-based multithreading framework using pthreads
2011-02-04 Clément BœschRemove a few if (p) av_freep(&p) forms
2011-02-03 Clément BœschAvoid pointless check before calling free
2011-02-02 Anton KhirnovAdd forgotten minor API bumps and APIChanges entries
2011-01-31 Mans RullgardRename attribute_used to av_used and move it to attribu...
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
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...
next