log

age author description
2007-07-17 vitor Remove code duplication. Based on a patch by Matthieu Castet. libavcodec
2007-07-17 alex set codec_type on init libavcodec
2007-07-17 diego typo fixes libavcodec
2007-07-17 benoit create colorspace.h and use it where appropriate libavcodec
2007-07-17 mhoffman fixpoint: renaming all lowlevel arithmetic routines to xxx_float libavcodec
2007-07-17 benoit Don't segfault if an empty codebook gets used. libavcodec
2007-07-17 romansh * making profile selection a bit more tolerant to the badly broken streams libavcodec
2007-07-17 mhoffman cosmetics: adding some white space to align the arguments of a couple of functions libavcodec
2007-07-16 mru remove useless #ifdef CONFIG_ZLIB from zmbv decoder libavcodec
2007-07-16 mhoffman float_t was a typo that compiled on macosx libavcodec
2007-07-16 mhoffman fixpoint: move cplscales to context structure and provide hook for data format conversion libavcodec
2007-07-16 mhoffman fixpoint: lowlevel functional abstraction for all buffer arithmetics libavcodec
2007-07-16 mhoffman fixpoint: separate windowing arithmetic imlt_window_float libavcodec
2007-07-16 mhoffman separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation libavcodec
2007-07-16 mhoffman separating saturation codes so that we can support other data formats libavcodec
2007-07-15 mhoffman moving automatic allocation of joint_decode/decode_buffer libavcodec
2007-07-15 mhoffman cosmetic changing hardwired 20 to SUBBAND_SIZE libavcodec
2007-07-15 mru remove superfluous #include libavcodec
2007-07-15 mru hardly anything in PNGContext is shared; split it libavcodec
2007-07-15 gpoirier fix visual painting of MVs from h264: they are painted twice too long libavcodec
2007-07-15 mru separate en/decoder specific parts from png.c libavcodec
2007-07-15 jbr fix the 256-point MDCT libavcodec
2007-07-15 jbr use shared ac3 bit allocation function libavcodec
2007-07-15 jbr no need for the decoder to have the license as a prefix libavcodec
2007-07-15 jbr remove a debugging function and variable, and remove the commented-out code which uses them. libavcodec
2007-07-15 jbr ABS -> FFABS libavcodec
2007-07-15 jbr move some common values to ac3.h and utilize them libavcodec
2007-07-14 jbr use random number generator from libavutil libavcodec
2007-07-14 jbr 10l to me. I accidentally removed a word. libavcodec
2007-07-14 jbr revise license header for simplicity and consistency libavcodec
2007-07-14 aurel Remove redundant assignment of CODEC_ID_BMP. libavcodec
2007-07-14 jbr make ac3dec.c GPL until violations are fixed libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 402, Jul 14 13:45:14 2007 UTC by jbr libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 148, Sep 28 18:38:27 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 109, Sep 22 22:42:54 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 72, Sep 7 04:20:00 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 71, Sep 4 09:47:12 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 70, Aug 31 18:04:23 2006 UTC by banan libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 69, Aug 31 07:12:56 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 58, Aug 19 14:20:45 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 57, Aug 19 12:44:38 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 56, Aug 17 14:21:58 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 55, Aug 17 12:25:24 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 54, Aug 17 09:13:08 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 53, Aug 17 08:53:44 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 52, Aug 16 22:45:07 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 48, Aug 16 11:27:49 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 40, Aug 9 00:10:14 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 38, Aug 7 00:03:00 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 34, Jul 18 14:27:54 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 33, Jul 17 12:13:40 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 32, Jul 17 09:37:32 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 31, Jul 14 23:53:28 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 26, Jul 5 04:55:15 2006 UTC by cloud9 libavcodec
2007-07-14 jbr AC-3 decoder, soc revision 9, Jun 14 03:52:02 2006 UTC by cloud9 libavcodec
2007-07-14 aurel The mpegaudio parser depends on mpegaudiodata.o. libavcodec