OSDN Git Service

swscale: fix JPEG-range YUV scaling artifacts.
[coroid/libav_saccubus.git] / libavutil /
2011-06-10 Ronald S. Bultjelibavutil/swscale: YUV444P10/YUV444P9 support.
2011-06-10 Martin Storsjöavoptions: Add an av_opt_flag_is_set function for inspe...
2011-06-08 Anton KhirnovMove metadata API from lavf to lavu.
2011-06-07 Stefano Sabatinisamplefmt: add av_get_bytes_per_sample()
2011-06-07 Diego Biurruninverse.c: Replace unnecessary intmath.h header by...
2011-06-07 Diego BiurrunDrop unnecessary directory prefixes from #include direc...
2011-06-05 Diego BiurrunRemove unnecessary LIBAVFORMAT_BUILD #ifdef.
2011-06-05 Anton KhirnovAVOptions: add av_opt_free convenience function.
2011-06-05 Mans RullgardFix build of eval-test program
2011-06-04 Mans RullgardFix error check in av_file_map()
2011-05-30 Mans RullgardARM: simplify inline asm with 64-bit operands
2011-05-28 Mans RullgardARM: improve FASTDIV asm
2011-05-28 Stefano Sabatinilavu: add av_get_pix_fmt_name() convenience function
2011-05-26 Mans RullgardARM: add ARMv6 optimised av_clip_uintp2
2011-05-26 Mans RullgardARM: remove volatile from asm statements in libavutil...
2011-05-26 Mans RullgardARM: fix av_clipl_int32_arm()
2011-05-26 Anton KhirnovAVOptions: set string default values.
2011-05-25 Martin Storsjöavoptions: Return explicitly NAN or {0,0} if the option...
2011-05-24 Ronald S. BultjeMove emms_c() from libavcodec to libavutil.
2011-05-22 Martin Storsjöavoptions: Check the return value from av_get_number
2011-05-21 Diego Biurrunmultiple inclusion guard cleanup
2011-05-13 Mans RullgardAdd av_clip_uintp2() function
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-05-11 Ronald S. Bultjeswscale: fix YUV420P 9/10bit support.
2011-05-11 Baptiste Coudurierswscale: extend YUV422p support to 10bits depth
2011-05-11 Diego BiurrunRemove unused softfloat implementation.
2011-05-10 Anton KhirnovAVOptions: make default_val a union, as proposed in...
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.
next