log

age author description
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
Mon, 20 Oct 2008 05:58:05 +0000 kostya RV3 and RV4 decoders set some deblocking coefs for each macroblock, libavcodec
Mon, 20 Oct 2008 05:54:31 +0000 kostya Mark some of RV3/4 block types as having separate DC subblock libavcodec
Sun, 19 Oct 2008 04:44:24 +0000 conrad Cosmetics: reindent libavcodec
Sun, 19 Oct 2008 04:43:35 +0000 conrad Combine non-bitexact sections libavcodec
Sun, 19 Oct 2008 04:40:24 +0000 conrad VP3 loop filter is mmx2 not mmx libavcodec
Fri, 17 Oct 2008 03:18:08 +0000 conrad MMX VP3 Loop Filter libavcodec
Thu, 16 Oct 2008 13:34:09 +0000 flameeyes Convert asm keyword into __asm__. libavcodec
Wed, 15 Oct 2008 08:01:54 +0000 benoit Use of new bitstream in vorbis_enc.c. libavcodec
Wed, 15 Oct 2008 07:31:06 +0000 benoit Cosmetics: fix indentation after previous commit. libavcodec
Wed, 15 Oct 2008 07:29:37 +0000 benoit Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer. libavcodec
Tue, 14 Oct 2008 20:42:54 +0000 michael Include zlib.h as it is needed for watermark support, libavcodec
Tue, 14 Oct 2008 20:34:31 +0000 michael Export svq1_packet_checksum() that is needed for svq3 watermarks, libavcodec
Tue, 14 Oct 2008 20:30:11 +0000 michael Add variable to hold the svq3 watermarking key, libavcodec
Mon, 13 Oct 2008 13:47:05 +0000 benoit Fix mem leak. libavcodec
Mon, 13 Oct 2008 07:42:11 +0000 cehoyos Fix some icc warnings by using enum PixelFormat instead of int where appropriate. libavcodec
Mon, 13 Oct 2008 00:10:53 +0000 aurel vp6dec: ensure we don't try to use a buffer with negative size libavcodec
Sun, 12 Oct 2008 20:22:55 +0000 cehoyos Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts. libavcodec