OSDN Git Service

fate: use +frame+slice named constants instead of '3'
[coroid/libav_saccubus.git] / libavutil /
2011-09-03 Anton KhirnovAVOptions: fix av_set_string3() doxy to match reality.
2011-09-03 Anton KhirnovAVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_f...
2011-09-03 Sean McGoverncpu detection: avoid a signed overflow
2011-09-01 Anton KhirnovAVOptions: drop av_ prefix from static av_get_number().
2011-08-27 Diego Biurrundoxygen: drop another pointless star from pointer varia...
2011-08-26 Stefano Sabatinififo: add FIFO API test program, and fate test
2011-08-26 Stefano Sabatinififo: add av_fifo_peek2(), and deprecate av_fifo_peek()
2011-08-26 Diego Biurrundoxygen: drop pointless star from pointer variable...
2011-08-18 Ronald S. BultjeMove clipd macros to x86util.asm.
2011-08-12 Ronald S. BultjeMove x86util.asm from libavcodec/ to libavutil/.
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.
2011-07-17 Mans Rullgardrandom_seed: use proper #includes
2011-07-16 Mans Rullgarddes: fix #if conditional around P_shuffle
2011-07-15 Diego Biurrunmem.h: switch doxygen parameter order to match function...
2011-07-14 Diego Biurrundoxygen: do not include license boilerplate in Doxygen...
2011-07-14 Diego Biurrundoxygen: Make sure parameter names match between .c...
2011-07-12 Oskar Arvidssonpix_fmt: Fix number of bits per component in yuv444p9be
2011-07-11 Mans Rullgardlls: use av_lfg instead of rand() in test program
2011-07-08 Anton KhirnovAVOptions: in av_opt_find() don't return named constant...
2011-07-08 Anton Khirnovdict: extend documentation.
2011-07-08 Mans Rullgardlls: whitespace cosmetics
2011-07-07 Diego Biurrunavutil: Add missing test programs to Makefile.
2011-07-06 Ronald S. Bultjeeval: add missing comma to tests.
2011-07-06 Ronald S. Bultjeeval: fix memleak.
2011-07-04 Mans Rullgardeval: clear Parser instances before using
2011-07-04 Kostya Shishkovsha: use AV_RB32() instead of assuming buffer can be...
2011-07-04 Mans Rullgarddes: allow unaligned input and output buffers
2011-07-04 Mans Rullgardaes: allow unaligned input and output buffers
2011-07-04 Mans Rullgardeval: make timing optional in test program
2011-07-03 Mans RullgardDo not include log.h in avutil.h
2011-07-03 Mans RullgardDo not include pixfmt.h in avutil.h
2011-07-03 Mans RullgardDo not include rational.h in avutil.h
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-07-03 Mans Rullgardmd5: cosmetics
2011-07-03 Mans Rullgardmd5: use AV_WL32 to write result
2011-07-03 Mans Rullgardmd5: include correct headers
2011-07-03 Mans Rullgardmd5: fix test program
2011-07-03 Diego Biurrundoxygen: Drop array size declarations from Doxygen...
2011-07-03 Diego Biurrundoxygen: Fix parameter names to match the function...
2011-07-03 Diego BiurrunMove some conditionally used code below the appropriate...
2011-07-03 Mans Rullgardaes: fix for big endian systems
2011-07-03 Mans Rullgarddes: reduce number of iterations in test program
2011-07-03 Mans Rullgardaes: fix invalid array indexing in init code
2011-07-03 Mans Rullgardaes: use direct assignments instead of memcpy() or...
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-07-01 Reinhard Tartlerdoxygen: fix usage of @file directive in libavutil...
2011-06-30 Reinhard Tartleravutil: elaborate documentation for av_get_random_seed
2011-06-30 Mans Rullgardaes: whitespace cosmetics
2011-06-30 Mans Rullgardadler32: whitespace cosmetics
2011-06-30 Mans RullgardFix cpu flags test program
2011-06-30 Diego Biurrunopt-test: Add missing braces to silence compiler warnings.
2011-06-30 Mans Rullgardaes: improve test program and add fate test
2011-06-30 Mans Rullgardadler32: make test program more useful and add fate...
2011-06-29 Diego Biurrunrational-test: Add proper main() declaration to fix...
2011-06-29 Mans RullgardRemove unused, never built libavutil/pca.[ch]
2011-06-29 Can Wupixfmt: fix YUV422/444 wrong endian comment
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
2011-06-28 Diego Biurrunavutil: Remove unused arbitrary precision integer code.
2011-06-25 Diego Biurrunbuild: Remove redundant config.mak includes from subdir...
2011-06-23 Diego Biurrundoxygen: Consistently use '@' instead of '\' for Doxyge...
2011-06-23 Martin StorsjöUse av_printf_format to check the usage of printf style...
2011-06-23 Martin StorsjöAdd av_printf_format, for marking printf style format...
2011-06-23 Mans RullgardARM: allow building in Thumb2 mode
2011-06-16 Uoti Urpalaintreadwrite.h: fix AV_RL32/AV_RB32 signedness.
2011-06-16 Anton KhirnovAdd minor bumps and APIChanges entries for lavf private...
2011-06-16 Anton Khirnovdict: add AV_DICT_APPEND flag.
2011-06-16 Anton KhirnovAVOptions: add av_opt_find() as a replacement for av_fi...
2011-06-16 Anton KhirnovAVOptions: add av_opt_set_dict() mapping a dictionary...
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.
next