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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-21multiple inclusion guard cleanupDiego Biurrun
2011-05-14Add av_clip_uintp2() functionMans Rullgard
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-05-11swscale: extend YUV422p support to 10bits depthBaptiste Coudurier
2011-05-11Remove unused softfloat implementation.Diego Biurrun
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-05-10Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson
2011-05-09log: Fix an oob array read.Alex Converse
2011-05-08Ban strncpy() it's too easy to misuse.Alex Converse
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-04-30Fix races in default av_log handlerReinhard Tartler
2011-04-29bswap.h: Remove disabled code.Diego Biurrun
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-26Increase alignment of av_malloc() as needed by AVX ASM.Vitor Sessak
2011-04-26lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini
2011-04-23bswap: use native types for av_bwap16().Jason Garrett-Glaser
2011-04-21error: sort, pack, and align error code and string definitionsStefano Sabatini
2011-04-21Provide a fallback version of the libm function truncMartin Storsjö
2011-04-21error: change AVERROR_EOF valueAnton Khirnov
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini
2011-04-21error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.cStefano Sabatini
2011-04-20Remove a version check in av_log made unnecessary by the big bump.Diego Biurrun
2011-04-19lavu: remove disabled ff_random_get_seed cruft.Anton Khirnov
2011-04-19lavu: remove disabled sha1 cruft.Anton Khirnov
2011-04-19lavu: remove misc disabled cruftAnton Khirnov
2011-04-19lavu: remove FF_API_OLD_IMAGE_NAMES cruftAnton Khirnov
2011-04-19lavu: remove FF_API_OLD_EVAL_NAMES cruftAnton Khirnov
2011-04-18Bump major versions of all libraries.Anton Khirnov
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-04-15avutil: make aes and sha api publicAlexis Ballier
2011-04-10eval: add support for trunc, ceil, and floor functionsStefano Sabatini
2011-04-10os: fix OpenBSD/PowerPC compilationBrad
2011-04-10pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-03-23Remove unnecessary icc version checksMans Rullgard
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Add a CPU flag for the Atom processor.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*Janne Grunau
2011-03-16replace FFMPEG with LIBAV in FFMPEG_CONFIGURATIONJanne Grunau
2011-03-15Add AVERROR_EXIT.Nicolas George
2011-02-20x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-18Force inlining of avutil common routinesJason Garrett-Glaser
2011-02-17lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixesAnton Khirnov
2011-02-17Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-17Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-12Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles
2011-02-09Frame-based multithreading framework using pthreadsAlexander Strange