Mercurial > libavutil.hg
graph
-
intreadwrite: common.h is not needed, attributes.h is sufficient libavutilSat, 10 Jul 2010 00:40:59 +0000, by mru
-
Bump minor after read/write_line() to av_read/write_image_line() libavutilThu, 08 Jul 2010 22:13:32 +0000, by stefano
-
Fix infinite loop with clock() returning (clock_t)-1. libavutilThu, 08 Jul 2010 18:13:31 +0000, by michael
-
get_generic_seed() for the cases without /dev/random and AV_READ_TIME libavutilWed, 07 Jul 2010 23:47:48 +0000, by michael
-
Rename read/write_line() to av_read/write_image_line(). libavutilWed, 07 Jul 2010 23:41:42 +0000, by mru
-
Allow arch-overrides for all common.h clip and log2 functions libavutilWed, 07 Jul 2010 17:27:45 +0000, by mru
-
Remove macro duplication between common.h and intmath.h libavutilWed, 07 Jul 2010 17:27:43 +0000, by mru
-
Silence "comparison of unsigned expression >= 0 is always true" warning. libavutilSat, 03 Jul 2010 17:06:12 +0000, by cehoyos
-
avutil: bump minor version for r23985 (install lfg.h) libavutilFri, 02 Jul 2010 14:23:17 +0000, by ramiro
-
Fix parameter name and position in av_crc_init Doxygen documentation. libavutilFri, 02 Jul 2010 11:49:17 +0000, by diego
-
Avoid square brackets in Doxygen comments; Doxygen chokes on them. libavutilFri, 02 Jul 2010 11:44:58 +0000, by diego
-
Add parameter names to av_log/av_vlog function declarations. libavutilFri, 02 Jul 2010 11:03:23 +0000, by diego
-
Fix misspelled parameter names in Doxygen documentation. libavutilFri, 02 Jul 2010 10:49:29 +0000, by diego
-
Move colorspace.h from libavcodec to libavutil. libavutilThu, 01 Jul 2010 18:49:44 +0000, by stefano
-
Use a consistent type for multbl array function parameters. libavutilMon, 28 Jun 2010 17:11:48 +0000, by reimar
-
Add av_clip_int8(), used in the upcoming VP8 decoder. libavutilTue, 22 Jun 2010 19:11:33 +0000, by rbultje
-
Add missing parentheses in MKTAG and MKBETAG macros. libavutilTue, 22 Jun 2010 15:02:09 +0000, by benoit
-
Add more tests to eval, help detecting some of the more apparent libavutilWed, 16 Jun 2010 22:36:52 +0000, by stefano
-
Make av_parse_expr() fail if there are trailing chars at the end of libavutilWed, 16 Jun 2010 18:27:55 +0000, by stefano
-
icc 12 finally fixed attribute(used) so gcc's DECLARE_ASM_CONST can be used. libavutilWed, 16 Jun 2010 10:35:56 +0000, by cehoyos
-
Fix symbol version compat wrappers on systems with export prefixes libavutilTue, 15 Jun 2010 15:24:28 +0000, by mru
-
Add compatibility wrappers for functions moved from lavf to lavc libavutilTue, 15 Jun 2010 13:26:52 +0000, by mru
-
Add APIchanges entry and bump minor after av_compare_mod() addition. libavutilSun, 13 Jun 2010 09:04:36 +0000, by stefano
-
log.c: Use parameter passed to macro instead of the equivalent local variable libavutilWed, 09 Jun 2010 18:30:50 +0000, by ramiro
-
Move ansi color array to outside of av_log_default_callback(). Do not pass libavutilWed, 09 Jun 2010 18:10:35 +0000, by ramiro
-
Rename use_ansi_color to use_color so it is not ANSI-specific. libavutilWed, 09 Jun 2010 18:07:44 +0000, by ramiro
-
Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavutilSat, 05 Jun 2010 12:01:28 +0000, by stefano
-
Bump lavu minor and add APIchanges entry after AV_BASE64_SIZE() libavutilSat, 05 Jun 2010 11:28:02 +0000, by stefano
-
Bump libavutil minor version for the addition of av_get_random_seed libavutilSun, 23 May 2010 09:45:34 +0000, by mstorsjo
-
Make ff_random_get_seed public, rename to av_get_random_seed, export the header libavutilSun, 23 May 2010 08:53:40 +0000, by mstorsjo
-
Make it possible for a log context to keep track of its parent context. libavutilWed, 19 May 2010 22:50:39 +0000, by michael
-
av_default_item_name() so Simply AVClasses need 1 function less. libavutilWed, 19 May 2010 22:45:04 +0000, by michael
-
Clarify description for the MONOWHITE and MONOBLACK pixel formats. libavutilSun, 16 May 2010 07:56:26 +0000, by stefano
-
Clarify descriptions for RGB4, BGR4, NV12, NV21, libavutilSat, 15 May 2010 12:33:31 +0000, by stefano
-
av_alias is an attribute and belongs to attributes.h libavutilThu, 13 May 2010 16:30:58 +0000, by michael
-
Add means to adjust the log level per context. libavutilSat, 08 May 2010 20:41:20 +0000, by michael
-
Make av_strerror() return -1 even in the case when av_strerror_r() is libavutilWed, 05 May 2010 21:44:47 +0000, by stefano
-
Make av_strerror() print an error message mentioning the error code libavutilMon, 03 May 2010 21:56:21 +0000, by stefano
-
Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavutilWed, 28 Apr 2010 20:00:23 +0000, by michael
-
Drop AVERROR_NOTSUPP at the next major bump, use AVERROR(ENOSYS) libavutilTue, 27 Apr 2010 22:26:08 +0000, by stefano
-
Write clip-related decimal numbers into hex, where they make more sense. libavutilMon, 26 Apr 2010 21:00:33 +0000, by rbultje
-
Fix broken 32-bit clipping, and write numbers in hex instead of decimal so libavutilMon, 26 Apr 2010 13:36:17 +0000, by rbultje
-
4th try at getting ansi colors working with a default of color=yes_please. libavutilFri, 23 Apr 2010 21:27:26 +0000, by michael
-
Reenable ANSI colors, use method from VLC as suggested by ramiro. libavutilFri, 23 Apr 2010 07:33:02 +0000, by michael
-
Disable ANSI color code until we figured out how to detect ANSI support in libavutilThu, 22 Apr 2010 20:39:34 +0000, by michael
-
Move clipping of audio samples (for those codecs outputting float) from decoder libavutilWed, 21 Apr 2010 17:57:48 +0000, by rbultje
-
Remove explicit filename from Doxygen @file commands. libavutilTue, 20 Apr 2010 14:45:34 +0000, by diego
-
Move AVMediaType from libavcodec to libavutil. libavutilTue, 30 Mar 2010 23:31:16 +0000, by stefano
-
Prefer '///< ...' doxygen inline syntax over '/**< ... */'. libavutilThu, 25 Mar 2010 22:46:32 +0000, by stefano
-
Use consistent punctuation rules for the error message descriptions. libavutilThu, 25 Mar 2010 22:46:28 +0000, by stefano
-
Drop AVERROR_NOFMT at the next libavutil major bump. libavutilSun, 21 Mar 2010 16:34:06 +0000, by stefano
-
Change the definition of AVERROR_INVALIDDATA at the next libavutil libavutilFri, 19 Mar 2010 23:34:36 +0000, by stefano
-
Change the definition of AVERROR_NUMEXPECTED at the next libavutil libavutilSun, 14 Mar 2010 21:16:29 +0000, by stefano
-
Mark AVERROR_ENOENT for deletion at the next libavutil major bump. libavutilSun, 14 Mar 2010 01:32:44 +0000, by stefano
-
Mark AVERROR_ENOMEM to be deleted at the next major bump. libavutilSat, 13 Mar 2010 19:19:46 +0000, by stefano
-
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark libavutilSat, 13 Mar 2010 19:19:44 +0000, by stefano
-
Make iff.c:decode_init return the value returned by libavutilSat, 13 Mar 2010 19:19:40 +0000, by stefano
-
Add missing parentheses around the AVERROR_PATCHWELCOME macro libavutilSat, 13 Mar 2010 09:52:43 +0000, by stefano
-
Move error code definitions from libavcodec/avcodec.h to libavutilSat, 13 Mar 2010 09:43:24 +0000, by stefano
-
random_seed: try other alternatives if reading /dev/random fails libavutilThu, 11 Mar 2010 02:32:11 +0000, by mru
-
Replace many includes of libavutil/common.h with what is actually needed libavutilTue, 09 Mar 2010 17:39:19 +0000, by mru
-
Fix build on configurations without fast av_log2() libavutilTue, 09 Mar 2010 01:19:28 +0000, by mru
-
More descriptive names for av_stristr() parameters libavutilMon, 08 Mar 2010 22:16:05 +0000, by mru
-
Move gcc attribute macros to new header libavutil/attributes.h libavutilMon, 08 Mar 2010 21:28:56 +0000, by mru
-
checkheaders: skip per-arch headers not meant for direct inclusion libavutilMon, 08 Mar 2010 20:17:47 +0000, by mru
-
Bump minor number and add APIchanges entry after the inclusion of libavutilSat, 06 Mar 2010 20:07:52 +0000, by stefano
-
Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is libavutilThu, 04 Mar 2010 00:27:46 +0000, by stefano
-
Fix build failure with fast_unaligned and non-gcc-compatible compilers libavutilTue, 02 Mar 2010 03:16:24 +0000, by mru
-
Implement av_tree_destroy_free_elem() to destroy a tree and free all the libavutilSun, 28 Feb 2010 20:48:42 +0000, by vitor
-
Include sha1.h from sha.c: It contains several prototypes. libavutilSun, 28 Feb 2010 02:32:16 +0000, by cehoyos
-
Extend doxy for the src parameter of av_fifo_generic_write(). libavutilWed, 24 Feb 2010 23:52:52 +0000, by stefano
-
Clarify non constness of src in av_fifo_generic_write() libavutilTue, 23 Feb 2010 12:14:13 +0000, by michael
-
ARM: change argument/return type of bswap_16() to unsigned 32-bit libavutilMon, 22 Feb 2010 00:34:08 +0000, by mru
-
Add casts to correct return type in macros for missing libm funcs libavutilSat, 20 Feb 2010 16:02:48 +0000, by mru
-
Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers. libavutilSat, 20 Feb 2010 12:22:24 +0000, by cehoyos
-
Move read_line() and write_line() definition from pixdesc.h to libavutilTue, 16 Feb 2010 20:17:50 +0000, by stefano
-
Simplify expression as suggested by Mns Rullgrd libavutilThu, 11 Feb 2010 14:08:40 +0000, by kostya
-
Make SHA digest function write digest value with AV_WN32 instead of assuming libavutilThu, 11 Feb 2010 11:45:35 +0000, by kostya
-
Define missing llrint() as macro instead of inline function libavutilTue, 09 Feb 2010 22:55:16 +0000, by mru
-
Fix grammar: write to DST THING -> write THING to DST. libavutilSun, 31 Jan 2010 17:13:57 +0000, by stefano
-
Implement av_get_pix_fmt(), and deprecate avcodec_get_pix_fmt(). libavutilSat, 30 Jan 2010 18:50:00 +0000, by stefano
-
Add --malloc-prefix to apply a prefix to malloc, free etc libavutilThu, 28 Jan 2010 13:06:31 +0000, by mru
-
Add macro AV_JOIN() for joining two tokens into one libavutilWed, 27 Jan 2010 17:38:53 +0000, by mru
-
Add an AV_PRAGMA() macro for constructing _Pragma() directives libavutilFri, 22 Jan 2010 03:25:21 +0000, by mru
-
Move array specifiers outside DECLARE_ALIGNED() invocations libavutilFri, 22 Jan 2010 03:25:11 +0000, by mru
-
Make DECLARE_ALIGNED macros work with external array specifiers libavutilThu, 21 Jan 2010 12:59:22 +0000, by mru
-
Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h. libavutilMon, 18 Jan 2010 10:24:33 +0000, by astrange
-
Make sure we do not export incorrect _NE pixformat descriptions by either libavutilSun, 17 Jan 2010 14:17:03 +0000, by reimar
-
Use macros instead of inline functions to replace the following missing C99 libavutilSat, 16 Jan 2010 01:27:46 +0000, by vitor
-
Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it. libavutilTue, 12 Jan 2010 02:19:51 +0000, by vitor
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavutilSun, 03 Jan 2010 14:31:25 +0000, by stefano
-
Remove residual use of the doxygen markup which is deprecated, libavutilFri, 01 Jan 2010 12:28:18 +0000, by stefano
-
Place { of the function where indent -kr wants it. libavutilMon, 14 Dec 2009 01:15:02 +0000, by michael
-
Add a function to convert a number to a av_malloced string. libavutilSun, 13 Dec 2009 17:09:41 +0000, by michael
-
Implement av_bmg_next(), a Box-Muller Gaussian random generator. libavutilSat, 12 Dec 2009 16:24:37 +0000, by stefano
-
Make av_log_level static at next lavu major version bump. libavutilThu, 03 Dec 2009 18:15:54 +0000, by ramiro
-
Make av_pix_fmt_descriptors use the same pixel format names as defined libavutilThu, 26 Nov 2009 20:58:37 +0000, by stefano
-
Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness. libavutilMon, 23 Nov 2009 20:14:47 +0000, by stefano
-
Clarify relations between log2_chroma_w, log2_chroma_h and comp. libavutilWed, 18 Nov 2009 22:32:32 +0000, by stefano
-
Add functions to return library license and library configuration. libavutilWed, 18 Nov 2009 17:15:17 +0000, by diego
-
Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name libavutilWed, 18 Nov 2009 00:07:20 +0000, by stefano
-
Make sure av_tree_enumerate() enumerates left->right. libavutilSat, 14 Nov 2009 11:19:08 +0000, by michael
-
Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used libavutilTue, 10 Nov 2009 18:52:39 +0000, by cehoyos
-
Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h, libavutilTue, 10 Nov 2009 12:59:56 +0000, by reimar
-
Move ff_reverse in libavcodec to av_reverse in libavutil. libavutilMon, 09 Nov 2009 09:11:35 +0000, by cehoyos
-
Add pixel format descriptors for the HW-accelerated formats. libavutilThu, 05 Nov 2009 23:45:15 +0000, by stefano
-
Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats. libavutilMon, 02 Nov 2009 20:23:47 +0000, by stefano
-
Move pixdesc.{h,c} from libavcodec to libavutil. libavutilTue, 27 Oct 2009 20:56:56 +0000, by stefano
-
Add warnings to av_strlcat and av_strlcpy doxygen that the input strings libavutilWed, 09 Sep 2009 21:00:51 +0000, by reimar
-
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label libavutilSun, 06 Sep 2009 00:08:19 +0000, by ramiro
-
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). libavutilSat, 05 Sep 2009 23:33:25 +0000, by ramiro
-
Add a newline in error message in CHECKED_ALLOC(Z). libavutilFri, 04 Sep 2009 16:59:28 +0000, by ramiro
-
intreadwrite: ensure arch-specific versions are always used if defined libavutilSun, 16 Aug 2009 15:51:55 +0000, by mru
-
intreadwrite: allow arch-specific 24-bit access macros libavutilSun, 16 Aug 2009 15:51:52 +0000, by mru
-
ARM: first value loaded in AV_RN64 needs to be early-clobber libavutilSun, 16 Aug 2009 15:51:50 +0000, by mru
-
Define INFINITIY and NAN in mathematics.h if missing libavutilMon, 10 Aug 2009 01:27:27 +0000, by mru
-
Revert addition of '#undef av_always_inline' to config.h in the small case. libavutilThu, 30 Jul 2009 21:58:43 +0000, by diego
-
Mark conditionally used variable T2 as av_unused; avoids the warning: libavutilThu, 30 Jul 2009 21:21:30 +0000, by diego