log

age author description
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
Sat, 25 Oct 2008 17:17:08 +0000 aurel svq3: remove unused include libavcodec
Sat, 25 Oct 2008 14:00:28 +0000 mru Use OBJS variable for all object files libavcodec
Sat, 25 Oct 2008 13:51:47 +0000 mru Add CONFIG_GOLOMB and auto-select when needed libavcodec
Sat, 25 Oct 2008 13:51:43 +0000 mru Auto-enable CONFIG_MDCT when needed libavcodec
Sat, 25 Oct 2008 01:28:29 +0000 diego cosmetics: Change the order of mlp parser objects to be consistent. libavcodec
Sat, 25 Oct 2008 01:21:43 +0000 diego Move declaration of mlp decoder dependency on mlp parser to the Makefile libavcodec
Fri, 24 Oct 2008 23:18:21 +0000 mru Build MMX/SSE FFT only if CONFIG_FFT is set libavcodec
Fri, 24 Oct 2008 21:44:54 +0000 mru Auto-enable CONFIG_FFT for codecs that need it libavcodec
Fri, 24 Oct 2008 21:41:27 +0000 diego prettyprinting cosmetics libavcodec
Fri, 24 Oct 2008 21:37:06 +0000 diego spelling cosmetics libavcodec
Fri, 24 Oct 2008 21:29:23 +0000 diego Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. libavcodec
Fri, 24 Oct 2008 21:20:29 +0000 diego Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. libavcodec
Fri, 24 Oct 2008 06:29:05 +0000 conrad Speex decoding via libspeex libavcodec
Fri, 24 Oct 2008 06:17:18 +0000 kostya Choose RV3/4 DC quantizer correctly libavcodec
Fri, 24 Oct 2008 01:38:30 +0000 bcoudurier dnxhd parser libavcodec
Thu, 23 Oct 2008 17:12:41 +0000 bcoudurier add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes libavcodec
Thu, 23 Oct 2008 07:30:16 +0000 benoit Revert r15653. libavcodec
Tue, 21 Oct 2008 21:40:24 +0000 aurel uses FF_ARRAY_ELEMS() where appropriate libavcodec
Mon, 20 Oct 2008 16:05:29 +0000 reimar Use x86_reg type instead of long in float_to_int16 MMX/SSE functions. libavcodec
Mon, 20 Oct 2008 09:02:55 +0000 michael Use av_freep() in ff_parse_close(). libavcodec
Mon, 20 Oct 2008 07:35:17 +0000 benoit Copy pts for each raw encoded frame. libavcodec
Mon, 20 Oct 2008 05:59:50 +0000 kostya 34l: free RV3/4 context variables at the end libavcodec