log

age author description
Thu, 19 Jul 2007 08:46:28 +0000 takis Fix the compilation of dct-test, fft-test and motion-test which are using libavcodec
Thu, 19 Jul 2007 02:21:14 +0000 jbr don't need to define ALT_BITSTREAM_READER libavcodec
Thu, 19 Jul 2007 02:16:20 +0000 jbr update license header. add copyright for myself. correct and complete the statement about liba52. libavcodec
Thu, 19 Jul 2007 02:09:58 +0000 jbr revise comment for exponent decoding function libavcodec
Thu, 19 Jul 2007 02:04:05 +0000 jbr new implementation of exponent decoding libavcodec
Thu, 19 Jul 2007 00:51:19 +0000 jbr cosmetics: indentation libavcodec
Thu, 19 Jul 2007 00:50:31 +0000 jbr remove portions of bit allocation which are no longer needed since they are shared with the encoder libavcodec
Wed, 18 Jul 2007 20:23:43 +0000 vitor Another minor simplification libavcodec
Wed, 18 Jul 2007 18:40:03 +0000 banan Set the step index correctly for flash adpcm. Patch by Baptiste libavcodec
Wed, 18 Jul 2007 18:35:03 +0000 banan Calculate the correct blocksize for flash adpcm. Patch by Baptiste libavcodec
Wed, 18 Jul 2007 15:36:45 +0000 benoit fix mem leak libavcodec
Wed, 18 Jul 2007 14:45:01 +0000 vitor Make deinterlace_16 receive an array as a parameter and not two separated vars libavcodec
Wed, 18 Jul 2007 14:37:39 +0000 vitor Minor simplification libavcodec
Wed, 18 Jul 2007 14:36:30 +0000 vitor Yet more cosmetics libavcodec
Wed, 18 Jul 2007 14:29:14 +0000 vitor More cosmetics libavcodec
Wed, 18 Jul 2007 14:15:14 +0000 vitor Remove reimplementation of av_log2 libavcodec
Wed, 18 Jul 2007 08:11:16 +0000 benoit add YUV440P and YUVJ440P support libavcodec
Wed, 18 Jul 2007 06:45:47 +0000 vitor Test for supported number of channels libavcodec
Wed, 18 Jul 2007 06:27:37 +0000 vitor Cosmetics: indentation libavcodec
Wed, 18 Jul 2007 06:17:20 +0000 vitor Cosmetics: alignment libavcodec
Wed, 18 Jul 2007 06:06:21 +0000 vitor Remove more code duplication. Based on a patch by Matthieu Castet. libavcodec
Tue, 17 Jul 2007 23:51:34 +0000 vitor Move var. declaration to allow further clean up libavcodec
Tue, 17 Jul 2007 22:05:33 +0000 vitor Remove code duplication. Based on a patch by Matthieu Castet. libavcodec
Tue, 17 Jul 2007 13:35:16 +0000 alex set codec_type on init libavcodec
Tue, 17 Jul 2007 12:57:50 +0000 diego typo fixes libavcodec
Tue, 17 Jul 2007 12:33:14 +0000 benoit create colorspace.h and use it where appropriate libavcodec
Tue, 17 Jul 2007 11:06:12 +0000 mhoffman fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodec
Tue, 17 Jul 2007 07:12:40 +0000 benoit Don't segfault if an empty codebook gets used. libavcodec
Tue, 17 Jul 2007 04:06:03 +0000 romansh * making profile selection a bit more tolerant to the badly broken streams libavcodec
Tue, 17 Jul 2007 00:36:47 +0000 mhoffman cosmetics: adding some white space to align the arguments of a couple of functions libavcodec
Mon, 16 Jul 2007 21:05:16 +0000 mru remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodec
Mon, 16 Jul 2007 14:45:54 +0000 mhoffman float_t was a typo that compiled on macosx libavcodec
Mon, 16 Jul 2007 13:24:43 +0000 mhoffman fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec
Mon, 16 Jul 2007 12:32:41 +0000 mhoffman fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec
Mon, 16 Jul 2007 11:52:46 +0000 mhoffman fixpoint: separate windowing arithmetic imlt_window_float libavcodec
Mon, 16 Jul 2007 11:25:56 +0000 mhoffman separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec
Mon, 16 Jul 2007 01:28:58 +0000 mhoffman separating saturation codes so that we can support other data formats libavcodec
Sun, 15 Jul 2007 22:06:08 +0000 mhoffman moving automatic allocation of joint_decode/decode_buffer libavcodec
Sun, 15 Jul 2007 21:48:17 +0000 mhoffman cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodec
Sun, 15 Jul 2007 19:32:31 +0000 mru remove superfluous #include libavcodec
Sun, 15 Jul 2007 19:23:55 +0000 mru hardly anything in PNGContext is shared; split it libavcodec
Sun, 15 Jul 2007 19:03:12 +0000 gpoirier fix visual painting of MVs from h264: they are painted twice too long libavcodec
Sun, 15 Jul 2007 18:24:26 +0000 mru separate en/decoder specific parts from png.c libavcodec
Sun, 15 Jul 2007 14:47:39 +0000 jbr fix the 256-point MDCT libavcodec
Sun, 15 Jul 2007 13:53:42 +0000 jbr use shared ac3 bit allocation function libavcodec
Sun, 15 Jul 2007 01:38:13 +0000 jbr no need for the decoder to have the license as a prefix libavcodec
Sun, 15 Jul 2007 01:35:46 +0000 jbr remove a debugging function and variable, and remove the commented-out code which uses them. libavcodec
Sun, 15 Jul 2007 01:32:04 +0000 jbr ABS -> FFABS libavcodec
Sun, 15 Jul 2007 01:31:09 +0000 jbr move some common values to ac3.h and utilize them libavcodec
Sat, 14 Jul 2007 23:57:05 +0000 jbr use random number generator from libavutil libavcodec
Sat, 14 Jul 2007 22:17:23 +0000 jbr 10l to me. I accidentally removed a word. libavcodec
Sat, 14 Jul 2007 18:53:56 +0000 jbr revise license header for simplicity and consistency libavcodec
Sat, 14 Jul 2007 17:14:16 +0000 aurel Remove redundant assignment of CODEC_ID_BMP. libavcodec
Sat, 14 Jul 2007 16:07:56 +0000 jbr make ac3dec.c GPL until violations are fixed libavcodec
Sat, 14 Jul 2007 16:06:14 +0000 jbr AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodec
Sat, 14 Jul 2007 16:05:39 +0000 jbr AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodec
Sat, 14 Jul 2007 16:05:13 +0000 jbr AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodec
Sat, 14 Jul 2007 16:04:40 +0000 jbr AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:04:17 +0000 jbr AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodec
Sat, 14 Jul 2007 16:03:47 +0000 jbr AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodec