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-06-28avutil: Remove unused arbitrary precision integer code.Diego Biurrun
2011-06-25build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun
2011-06-24doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-06-23Add av_printf_format, for marking printf style format strings and their param...Martin Storsjö
2011-06-23ARM: allow building in Thumb2 modeMans Rullgard
2011-06-16intreadwrite.h: fix AV_RL32/AV_RB32 signedness.Uoti Urpala
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-16dict: add AV_DICT_APPEND flag.Anton Khirnov
2011-06-16AVOptions: add av_opt_find() as a replacement for av_find_opt.Anton Khirnov
2011-06-16AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.Anton Khirnov
2011-06-10libavutil/swscale: YUV444P10/YUV444P9 support.Ronald S. Bultje
2011-06-10avoptions: Add an av_opt_flag_is_set function for inspecting flag fieldsMartin Storsjö
2011-06-08Move metadata API from lavf to lavu.Anton Khirnov
2011-06-07samplefmt: add av_get_bytes_per_sample()Stefano Sabatini
2011-06-07inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.Diego Biurrun
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-06-05Remove unnecessary LIBAVFORMAT_BUILD #ifdef.Diego Biurrun
2011-06-05AVOptions: add av_opt_free convenience function.Anton Khirnov
2011-06-05Fix build of eval-test programMans Rullgard
2011-06-04Fix error check in av_file_map()Mans Rullgard
2011-05-31ARM: simplify inline asm with 64-bit operandsMans Rullgard
2011-05-28ARM: improve FASTDIV asmMans Rullgard
2011-05-28lavu: add av_get_pix_fmt_name() convenience functionStefano Sabatini
2011-05-26ARM: add ARMv6 optimised av_clip_uintp2Mans Rullgard
2011-05-26ARM: remove volatile from asm statements in libavutil/intmathMans Rullgard
2011-05-26ARM: fix av_clipl_int32_arm()Mans Rullgard
2011-05-26AVOptions: set string default values.Anton Khirnov
2011-05-25avoptions: Return explicitly NAN or {0,0} if the option isn't foundMartin Storsjö
2011-05-24Move emms_c() from libavcodec to libavutil.Ronald S. Bultje
2011-05-22avoptions: Check the return value from av_get_numberMartin Storsjö
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ö