log

age author description
Sat, 08 Nov 2008 00:29:22 +0000 pross Electronic Arts TGQ video decoder libavcodec
Sat, 08 Nov 2008 00:18:00 +0000 romansh implementing more efficient (and direct) allocation of work for DV codec workers libavcodec
Sat, 08 Nov 2008 00:15:08 +0000 pross Promote inv_aanscales array to global scope (ff_inv_aanscales) libavcodec
Fri, 07 Nov 2008 07:18:22 +0000 kostya Calculating an additional MV-based deblocking pattern is the same libavcodec
Thu, 06 Nov 2008 01:33:28 +0000 mru ARM: change MUL16() macro to inline function libavcodec
Thu, 06 Nov 2008 01:33:26 +0000 mru ARM: prettify MAC16() macro libavcodec
Thu, 06 Nov 2008 01:33:23 +0000 mru ARM: change MULH() macro to inline function libavcodec
Thu, 06 Nov 2008 01:33:20 +0000 mru ARM: change MULL() macro to inline function libavcodec
Thu, 06 Nov 2008 01:33:17 +0000 mru ARM: mathops.h whitespace cosmetics libavcodec
Wed, 05 Nov 2008 23:28:41 +0000 diego Add missing #include "libavutil/avstring.h", fixes libavcodec
Wed, 05 Nov 2008 13:59:42 +0000 superdump Fix perceptual noise shaping scaling including an oversight of the offset for libavcodec
Wed, 05 Nov 2008 13:32:06 +0000 diego Fix test program build: ff_eval was replaced by ff_eval2. libavcodec
Tue, 04 Nov 2008 18:31:48 +0000 andoma h264: Implement decoding of picture timing SEI message. libavcodec
Tue, 04 Nov 2008 06:54:42 +0000 andoma Only warn about "Invalid and inefficient vfw-avi packed B frames" once. libavcodec
Mon, 03 Nov 2008 21:59:35 +0000 diego Fix illegal identifier, __ are reserved for the system. libavcodec
Mon, 03 Nov 2008 18:08:00 +0000 rathann Remove duplicated MM_* macros for CPU capabilities from dsputil.h. libavcodec
Sun, 02 Nov 2008 21:51:27 +0000 banan Change the dca channel layout, S -> SIDE not BACK. libavcodec
Sun, 02 Nov 2008 21:04:28 +0000 andoma Change multichannel API define prefix from "CHANNEL_" to "CH_". libavcodec
Sat, 01 Nov 2008 20:49:37 +0000 banan Guess channel layout based on the number of channels if a custom layout is specified in amode. libavcodec
Sat, 01 Nov 2008 20:27:05 +0000 banan Add channel layouts for dca. libavcodec
Sat, 01 Nov 2008 17:57:44 +0000 kostya Introduce RV3-specific motion vector prediction. libavcodec
Sat, 01 Nov 2008 05:03:42 +0000 pross Add audio channel layout API to libavcodec. libavcodec
Fri, 31 Oct 2008 19:31:36 +0000 mmu_man Fix build. libavcodec
Thu, 30 Oct 2008 22:37:18 +0000 vitor OKed parts of the QCELP decoder libavcodec
Thu, 30 Oct 2008 22:32:43 +0000 diego Fix numbers in Doxygen comments, patch by Kenan Gillet, kenan.gillet gmail com. libavcodec
Thu, 30 Oct 2008 22:24:40 +0000 vitor Use ff_dot_productf() in ra288.c libavcodec
Thu, 30 Oct 2008 22:12:43 +0000 diego Remove nonsense @return Doxygen comment for void function. libavcodec
Thu, 30 Oct 2008 22:11:30 +0000 diego cosmetics: small spelling fixes libavcodec
Thu, 30 Oct 2008 21:05:37 +0000 vitor Add a LPC filter libavcodec
Thu, 30 Oct 2008 21:04:17 +0000 vitor Add ff_dot_productf() to celp_math.{c,h} libavcodec
Thu, 30 Oct 2008 21:00:01 +0000 vitor More OKed parts of QCELP data tables libavcodec
Thu, 30 Oct 2008 15:43:00 +0000 romansh renaming macro in order to conform with the rest of libavcodec libavcodec
Thu, 30 Oct 2008 09:13:48 +0000 diego Remove unused variable, patch by Art Clarke, aclarke vlideshow com. libavcodec
Thu, 30 Oct 2008 06:08:47 +0000 kostya Correct motion vector scaling in B-frames for RV3/4 libavcodec
Wed, 29 Oct 2008 23:44:40 +0000 diego asm() --> __asm__() in #warning comment libavcodec
Wed, 29 Oct 2008 23:43:55 +0000 diego Add missing headers to pass 'make checkheaders'. libavcodec
Wed, 29 Oct 2008 23:07:49 +0000 diego Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. libavcodec
Wed, 29 Oct 2008 21:08:14 +0000 michael Reset state after some frame header is found. libavcodec
Wed, 29 Oct 2008 06:26:56 +0000 diego OKed parts of QCELP data tables libavcodec
Tue, 28 Oct 2008 23:11:59 +0000 diego Add the function declaration of ff_svq1_packet_checksum to svq1.h and include libavcodec
Tue, 28 Oct 2008 22:50:16 +0000 michael Replace literally hardcoded max slice number by named constant. libavcodec
Tue, 28 Oct 2008 15:20:52 +0000 banan Fix compilation, remove stray ; libavcodec
Tue, 28 Oct 2008 14:50:46 +0000 banan Fix selection of quant step table libavcodec
Tue, 28 Oct 2008 14:43:06 +0000 banan Fix huffman coded dca samples. libavcodec
Tue, 28 Oct 2008 05:37:02 +0000 kostya Detect split RV30 slices libavcodec
Mon, 27 Oct 2008 19:07:39 +0000 kostya Fix chroma motion compensation for RV30 libavcodec
Mon, 27 Oct 2008 14:35:58 +0000 flameeyes Rename template included sources from .h to _template.c. libavcodec
Mon, 27 Oct 2008 00:25:19 +0000 mru ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S libavcodec
Mon, 27 Oct 2008 00:25:16 +0000 mru ARM: move VFP DSP functions to dsputils_vfp.S libavcodec
Mon, 27 Oct 2008 00:25:12 +0000 mru ARM: move prefetch_arm to dsputil_arm_s.S libavcodec
Mon, 27 Oct 2008 00:25:09 +0000 mru ARM: use new macros for assembler function labels libavcodec
Mon, 27 Oct 2008 00:25:06 +0000 mru ARM: add some assembler convenience macros libavcodec
Sun, 26 Oct 2008 23:41:00 +0000 bcoudurier svq3 watermark code now needs zlib libavcodec
Sun, 26 Oct 2008 23:34:44 +0000 bcoudurier svq3 watermark decoding support, based on reverse engineering work by chrono libavcodec
Sun, 26 Oct 2008 15:21:45 +0000 mru cosmetic: align backslashes in makefiles libavcodec
Sun, 26 Oct 2008 14:26:28 +0000 mru Merge OBJS-$(FOO) lists with same FOO libavcodec
Sun, 26 Oct 2008 10:14:16 +0000 banan Disable codec downmix when not using simd instead of silently produce silence libavcodec
Sun, 26 Oct 2008 09:54:53 +0000 banan Fix dca decoder with non simd float2int16 conversion libavcodec
Sun, 26 Oct 2008 09:50:15 +0000 banan Fix compilation with TRACE libavcodec
Sat, 25 Oct 2008 18:37:50 +0000 aurel remove useless ifdeffery, tscc won't do anything useful without zlib libavcodec