Mercurial > libavutil.hg
graph
-
pixdesc: use 8-bit accesses when possible in av_read/write_image_line() libavutilSun, 12 Sep 2010 21:39:54 +0000, by mru
-
Cosmetics: use x ? y : z construct and merge intialization and libavutilSun, 12 Sep 2010 21:31:39 +0000, by stefano
-
Move mm_support() from libavcodec to libavutil, make it a public libavutilWed, 08 Sep 2010 15:07:14 +0000, by stefano
-
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ libavutilSat, 04 Sep 2010 09:59:08 +0000, by stefano
-
Ignore generated dependency files and header objects. libavutilWed, 18 Aug 2010 13:50:32 +0000, by diego
-
Define macro AV_NE() and use it in libavdevice. libavutilTue, 17 Aug 2010 18:25:34 +0000, by stefano
-
Add the M_PHI constant, contains an approximation of the golden ratio libavutilThu, 22 Jul 2010 22:05:21 +0000, by stefano
-
Make ff_inverse stay with libavutil, and optional copy it to libavcodec. libavutilWed, 21 Jul 2010 12:37:37 +0000, by flameeyes
-
Use attribute force_align_arg_pointer only on x86_32. libavutilSat, 17 Jul 2010 16:35:01 +0000, by cehoyos
-
Update lavu minor and add APIchanges entry after r24174 (add bswap.h libavutilSun, 11 Jul 2010 11:49:44 +0000, by stefano
-
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
-
Add a log2 replacement for systems that haven't quite caught up with the C99 libavutilFri, 10 Jul 2009 19:20:06 +0000, by alexc
-
Prepare SHA code to handle SHA-2 as well. For now rename files and functions libavutilFri, 10 Jul 2009 15:50:49 +0000, by kostya
-
Rename function to sha1_transform so it won't be confused with SHA-2 transform libavutilThu, 09 Jul 2009 07:29:03 +0000, by kostya
-
Use pointer to hash transform function to make adding SHA-2 support easier. libavutilThu, 09 Jul 2009 07:23:43 +0000, by kostya
-
Extend AVSHA1 so it can be used in future SHA-2 code as well libavutilThu, 09 Jul 2009 07:14:07 +0000, by kostya
-
Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to libavutilThu, 09 Jul 2009 02:20:29 +0000, by ramiro
-
Do not throw compiler error if asm code needs alignment, but we do not know libavutilThu, 09 Jul 2009 02:18:29 +0000, by ramiro
-
ARM: use gcc inline asm in bswap.h only when available libavutilWed, 01 Jul 2009 00:55:15 +0000, by mru
-
Icc does not support attribute flatten, do not try to use it. libavutilSun, 28 Jun 2009 18:28:27 +0000, by cehoyos
-
Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold. libavutilSat, 27 Jun 2009 08:34:04 +0000, by cehoyos
-
Fix cast of byte buffer to uint32 that was disregarding alignment libavutilFri, 12 Jun 2009 02:13:12 +0000, by heydowns
-
cosmetics: Reformat file to K&R style upon Kostya's request. libavutilThu, 11 Jun 2009 10:16:51 +0000, by diego
-
cosmetics: Add missing ending backslash to installed header list. libavutilTue, 09 Jun 2009 07:18:58 +0000, by diego
-
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavutilSat, 06 Jun 2009 09:35:15 +0000, by stefano
-
Add LABEL_MANGLE() to export label symbols from inside asm blocks. libavutilMon, 25 May 2009 01:50:37 +0000, by ramiro
-
Move ALIGN macro to libavutil/common.h and use it in various places libavutilFri, 22 May 2009 21:32:13 +0000, by conrad
-
Add @code/@endcode commands to markup C code in av_tree_insert() doxy. libavutilSat, 09 May 2009 23:02:20 +0000, by stefano
-
Add 420,422 and 444 planar 16bit per component pix formats. libavutilTue, 21 Apr 2009 01:02:48 +0000, by michael
-
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). libavutilFri, 10 Apr 2009 17:23:38 +0000, by diego
-
Give liblzo benchmark conditionals more descriptive names and add convenience libavutilThu, 09 Apr 2009 15:11:48 +0000, by diego
-
Add a configure check for lzo1x_999_compress() and compile the lzo test program libavutilThu, 09 Apr 2009 14:55:05 +0000, by diego
-
Fix lzo-test linking: -llzo2 should be in ELIBS, not EXTRALIBS. libavutilThu, 02 Apr 2009 22:41:58 +0000, by diego
-
Replace manual setting of the removed av_log_level variable by the libavutilThu, 02 Apr 2009 08:15:03 +0000, by diego
-
Mark non-exported functions in test and example programs as static. libavutilTue, 31 Mar 2009 09:32:59 +0000, by diego
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavutilThu, 26 Mar 2009 12:41:11 +0000, by diego
-
Use a wildcard match instead of a list to remove test programs. libavutilThu, 26 Mar 2009 10:12:21 +0000, by diego
-
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavutilWed, 25 Mar 2009 18:19:20 +0000, by diego
-
Use PIX_FMT_NE() for defining the PIX_FMT_RGB32 variants macros. libavutilMon, 23 Mar 2009 23:01:11 +0000, by stefano
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the libavutilSun, 22 Mar 2009 23:13:21 +0000, by diego
-
Make the pixel formats which were defined as macros: libavutilSun, 22 Mar 2009 22:50:19 +0000, by stefano
-
Change the RGB5X5/BGR5X5 pixel format defines so that we have little libavutilSat, 21 Mar 2009 23:08:20 +0000, by stefano
-
Remove deprecated and now unused Mersenne Twister PRNG. libavutilSat, 21 Mar 2009 17:28:38 +0000, by diego
-
When warning about forbidden pseudo random number generation functions, libavutilSat, 21 Mar 2009 16:16:04 +0000, by diego
-
Fix reference to av_random where av_lfg_get was meant. libavutilSat, 21 Mar 2009 16:14:21 +0000, by diego
-
Replace random() usage in test programs by av_lfg_*(). libavutilFri, 20 Mar 2009 11:48:27 +0000, by diego
-
Make softfloat test program compile again: Setting the av_log_level variable libavutilFri, 20 Mar 2009 00:23:13 +0000, by diego
-
Make AES test program compile again: Setting the av_log_level variable libavutilFri, 20 Mar 2009 00:18:46 +0000, by diego
-
Fix compilation of adler32 test program: Use av_log_set_level() libavutilThu, 19 Mar 2009 01:10:30 +0000, by diego
-
Remove code that was disabled by the recent major version bump. libavutilSun, 15 Mar 2009 17:20:24 +0000, by diego
-
Reorder arguments for av_fifo_generic_read to be more logical and libavutilMon, 09 Mar 2009 17:47:47 +0000, by reimar
-
Update VA API pixfmts documentation: struct vaapi_render_state libavutilMon, 09 Mar 2009 15:52:45 +0000, by gb
-
Remove all remaining code that was disabled through the major version bump. libavutilMon, 09 Mar 2009 10:24:47 +0000, by diego
-
Add av_fifo_reset function to completely reset fifo state, which makes libavutilMon, 09 Mar 2009 09:26:32 +0000, by reimar
-
Remove more functions disabled by major version bump. libavutilSun, 08 Mar 2009 15:02:12 +0000, by reimar
-
Remove/replace code disabled by major version bump. libavutilSun, 08 Mar 2009 14:51:25 +0000, by reimar
-
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read libavutilSun, 08 Mar 2009 14:42:11 +0000, by reimar
-
Remove the Mersenne Twister from the public API/ABI. libavutilSun, 08 Mar 2009 14:35:13 +0000, by michael
-
Bump major version of libavutil due to FIFO fixes. libavutilSun, 08 Mar 2009 14:33:30 +0000, by michael
-
Remove av_fifo_read, API is already broken and major version will be bumped soon. libavutilSun, 08 Mar 2009 14:21:56 +0000, by reimar
-
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavutilSun, 08 Mar 2009 14:16:55 +0000, by michael
-
add ff_random_get_seed to be used in conjunction with random functions libavutilSun, 08 Mar 2009 01:28:14 +0000, by bcoudurier
-
Comments to indicate where memory barriers may be needed. libavutilSun, 08 Mar 2009 00:45:45 +0000, by michael
-
Compact repeated messages to "Last message repeated x times". libavutilSun, 22 Feb 2009 17:53:14 +0000, by michael
-
Split avutil.h, move all the pixel format definitions to the new libavutilSun, 22 Feb 2009 14:27:50 +0000, by stefano
-
Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers libavutilSun, 22 Feb 2009 00:13:23 +0000, by mru
-
Check return value of posix_memalign and explicitly set pointer to NULL if it libavutilSat, 21 Feb 2009 20:38:27 +0000, by diego
-
Remove reference to renamed header file xvmc_render.h. libavutilThu, 12 Feb 2009 02:02:42 +0000, by diego
-
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check. libavutilTue, 10 Feb 2009 01:24:06 +0000, by diego
-
av_flatten to make the similarly named attribute available. libavutilMon, 09 Feb 2009 21:47:57 +0000, by michael
-
av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code. libavutilMon, 09 Feb 2009 21:47:05 +0000, by michael
-
Document the av_base64_encode/decode functions. libavutilSun, 08 Feb 2009 21:23:15 +0000, by stefano
-
Cosmetics: "* out" -> "*out" for consistency with the other libavutilSun, 08 Feb 2009 21:19:04 +0000, by stefano
-
Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size". libavutilSun, 08 Feb 2009 21:16:36 +0000, by stefano
-
Cosmetics: prefer out/in over buf/src for the parameter names of libavutilSun, 08 Feb 2009 21:13:11 +0000, by stefano
-
Cosmetics: consistently prefer "size" over "len"/"length" for the libavutilSun, 08 Feb 2009 21:08:42 +0000, by stefano
-
Make av_base64_encode() do not require the user to provide an libavutilSun, 08 Feb 2009 21:00:39 +0000, by stefano
-
Add a new test program for base64, based on that removed in r17024. libavutilFri, 06 Feb 2009 23:29:25 +0000, by stefano
-
Ensure that the palette is set in data[1] for all 8bit formats. libavutilFri, 06 Feb 2009 12:59:50 +0000, by michael
-
100l, don't run tests twice, this was some forgotten debugging code. libavutilTue, 03 Feb 2009 18:04:52 +0000, by reimar
-
Fix a bug in 3DEC CBC decryption and add more extensive tests based on libavutilTue, 03 Feb 2009 17:58:19 +0000, by reimar
-
Update DES test code to use the new public API. libavutilTue, 03 Feb 2009 17:03:49 +0000, by reimar
-
Add and use a public API for RC4 and DES, analogous to the AES API. libavutilTue, 03 Feb 2009 14:20:55 +0000, by reimar
-
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: libavutilMon, 02 Feb 2009 23:13:18 +0000, by diego
-
Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavutilMon, 02 Feb 2009 20:16:00 +0000, by reimar
-
Use full internal pathname in doxygen @file directives. libavutilSun, 01 Feb 2009 02:00:19 +0000, by diego
-
cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator. libavutilSun, 01 Feb 2009 00:20:45 +0000, by diego
-
Add required header mem.h, av_malloc and friends are used. libavutilFri, 30 Jan 2009 18:52:51 +0000, by diego
-
cosmetics: Move all #includes together at the beginning of the file. libavutilFri, 30 Jan 2009 18:46:39 +0000, by diego
-
Rename string.c to avstring.c so that the name of header and C file match. libavutilThu, 29 Jan 2009 22:12:36 +0000, by diego
-
Add "const" to AES function arguments where possible without generating libavutilWed, 28 Jan 2009 17:48:26 +0000, by reimar
-
add a ff_gcd() function again, for compatibility with old libavcodec libavutilTue, 27 Jan 2009 00:46:18 +0000, by aurel
-
Remove misleading comment about how to build SHA1 test program. libavutilMon, 26 Jan 2009 11:15:47 +0000, by diego
-
Reorganize header #includes: Unconditionally #include standard C headers, libavutilSun, 25 Jan 2009 23:21:02 +0000, by diego
-
10l: Add #undefs for system free/malloc/realloc, which must be used here. libavutilSun, 25 Jan 2009 22:59:05 +0000, by diego
-
C files should #include the header files of the same name. libavutilSun, 25 Jan 2009 22:40:43 +0000, by diego
-
Disambiguate the macros used to disable fprintf/printf/puts functions. libavutilSun, 25 Jan 2009 22:05:26 +0000, by diego
-
Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration. libavutilSun, 25 Jan 2009 19:51:07 +0000, by diego
-
Drop deprecated av_fifo_write function with the next libavutil version bump. libavutilSun, 25 Jan 2009 19:22:47 +0000, by diego
-
Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. libavutilSun, 25 Jan 2009 19:18:56 +0000, by diego
-
Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning: libavutilSun, 25 Jan 2009 14:01:23 +0000, by diego
-
Move internal.h #include to the end of the file so that it is after libavutilSun, 25 Jan 2009 14:00:21 +0000, by diego
-
Directly #include a bunch of indirectly #included headers. libavutilSat, 24 Jan 2009 14:55:30 +0000, by diego
-
Avoid unused variable warning when compiling DES test program. libavutilWed, 21 Jan 2009 23:55:51 +0000, by diego
-
Make base64 test program compilable as a standard test program. libavutilWed, 21 Jan 2009 17:34:40 +0000, by diego
-
Add void keyword to parameterless function declaration. libavutilWed, 21 Jan 2009 14:28:16 +0000, by diego
-
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can libavutilTue, 20 Jan 2009 09:28:36 +0000, by cehoyos
-
cosmetics: Remove pointless period after copyright statement non-sentences. libavutilMon, 19 Jan 2009 15:46:40 +0000, by diego
-
Drop the deprecated av_init_random() at the next libavutil major bump. libavutilSun, 18 Jan 2009 23:07:30 +0000, by stefano
-
Replace calls to the deprecated function av_init_random() with libavutilSun, 18 Jan 2009 23:04:33 +0000, by stefano
-
moves mid_pred() into mathops.h (with arch specific code split by directory) libavutilSun, 18 Jan 2009 22:57:40 +0000, by aurel
-
Deprecate av_init_random() in favour of av_random_init(), with a more natural libavutilSun, 18 Jan 2009 22:50:57 +0000, by stefano
-
remove ff_get_fourcc() and use AV_RL32() instead libavutilSat, 17 Jan 2009 12:21:01 +0000, by aurel
-
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavutilFri, 16 Jan 2009 02:14:07 +0000, by cehoyos
-
move NULL_IF_CONFIG_SMALL() definition into internal header libavutilThu, 15 Jan 2009 23:01:26 +0000, by aurel
-
Extend 'checkheaders' target to architecture-specific subdirectories. libavutilSun, 11 Jan 2009 22:48:07 +0000, by diego
-
Drop unnecessary intreadwrite.h and bswap.h #includes. libavutilSun, 11 Jan 2009 20:26:53 +0000, by diego
-
Add missing 'void' keyword to parameterless function declarations. libavutilMon, 05 Jan 2009 13:57:43 +0000, by diego
-
Add VDPAU hardware accelerated decoding for H264 which can be used by libavutilSun, 04 Jan 2009 23:55:27 +0000, by cehoyos
-
consistency cosmetics: Rename POWERPC identifiers to PPC. libavutilSat, 27 Dec 2008 11:33:26 +0000, by diego
-
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. libavutilSat, 20 Dec 2008 17:33:35 +0000, by cehoyos
-
cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavutilThu, 20 Nov 2008 22:53:18 +0000, by diego
-
Port read_time() that works on x86_32 and 64 from noe. libavutilTue, 21 Oct 2008 14:57:55 +0000, by michael
-
Bump minor version after addition of FF_ARRAY_ELEMS macro. libavutilWed, 15 Oct 2008 08:06:12 +0000, by benoit
-
Add a macro to get the number of elements in a table. libavutilWed, 15 Oct 2008 07:24:54 +0000, by benoit
-
Implement av_nearer_q() and av_find_nearest_q_idx() functions. libavutilThu, 25 Sep 2008 19:23:13 +0000, by stefano
-
Avoid undefined behavior for removing elements that were not in the tree. libavutilFri, 19 Sep 2008 12:41:12 +0000, by michael
-
Fix generated md5, it was wrong for some input lengths. libavutilMon, 15 Sep 2008 22:10:28 +0000, by michael
-
Remove wrong and unnecessary condition. VHOOK filters are not special libavutilSat, 06 Sep 2008 07:26:05 +0000, by stefano
-
Globally rename the header inclusion guard names. libavutilSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
Cosmetics: remove a redundant and misplaced doxy. libavutilTue, 19 Aug 2008 22:17:13 +0000, by stefano
-
Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. libavutilTue, 19 Aug 2008 22:15:05 +0000, by stefano
-
Copy and paste LGPL from tree.h, the previous one referred to a non-existing libavutilSun, 17 Aug 2008 19:32:51 +0000, by michael
-
Add missing stdint.h header to fix 'make checkheaders'. libavutilSun, 17 Aug 2008 19:15:33 +0000, by diego
-
Add multiple inclusion guards for consistency and to avoid them being libavutilSun, 17 Aug 2008 15:53:12 +0000, by michael
-
Add prototypes to header (based on code by ramiro) libavutilSun, 17 Aug 2008 15:50:20 +0000, by michael
-
Make ff_pca_init() allocate it struct instead of letting the user provide libavutilSun, 17 Aug 2008 15:46:20 +0000, by michael
-
Do not mix declarations and statements (by ramiro). libavutilSun, 17 Aug 2008 15:35:55 +0000, by michael
-
Remove hackish support for fastmemcpy from MPlayer. libavutilThu, 14 Aug 2008 20:40:36 +0000, by diego
-
move M_PI definition along with other math definitions libavutilWed, 13 Aug 2008 16:01:21 +0000, by aurel
-
define some math constants so as not to depend on _XOPEN_SOURCE libavutilWed, 13 Aug 2008 10:04:59 +0000, by aurel
-
Add av_memcpy_backptr(): deliberately overlapping memcpy variant. libavutilWed, 06 Aug 2008 08:17:03 +0000, by pross
-
Add a multiplicative LFG for those thinking the additive is not good libavutilWed, 30 Jul 2008 23:08:07 +0000, by michael
-
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer. libavutilWed, 30 Jul 2008 12:02:22 +0000, by diego