log

age author description
Sun, 20 May 2007 01:35:15 +0000 michael sanity checks for bitrate tolerance and buffer size (= fail if a single frame at the libavcodec
Sun, 20 May 2007 01:05:34 +0000 michael slightly more correct spliting of frames libavcodec
Sat, 19 May 2007 15:06:34 +0000 aurel move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h libavcodec
Sat, 19 May 2007 14:58:31 +0000 aurel move mjpeg-b decoder in its own file libavcodec
Sat, 19 May 2007 14:53:55 +0000 aurel 10l: forgot to svn add mjpegdec.h libavcodec
Sat, 19 May 2007 14:40:02 +0000 aurel move sp5x decoder in its own file libavcodec
Sat, 19 May 2007 14:31:57 +0000 aurel allows to disable jpegls decoder libavcodec
Sat, 19 May 2007 02:32:59 +0000 lorenm change brute force search to min-heap. 3.6x faster generate_len_table, 8% faster ffvhuff encoding. libavcodec
Sat, 19 May 2007 00:53:41 +0000 aurel move mjpega_dump_header bitstream filter in its own file libavcodec
Sat, 19 May 2007 00:44:41 +0000 aurel move imx_dump_header bitstream filter in its own file libavcodec
Sat, 19 May 2007 00:35:27 +0000 aurel move dump_extradata bitstream filter in its own file libavcodec
Sat, 19 May 2007 00:32:11 +0000 aurel move remove_extradata bitstream filter in its own file libavcodec
Sat, 19 May 2007 00:30:15 +0000 aurel move noise bitstream filter in its own file libavcodec
Sat, 19 May 2007 00:27:43 +0000 aurel move mp3_header_compress bitstream filter in its own file libavcodec
Sat, 19 May 2007 00:24:34 +0000 aurel move mp3_header_decompress bitstream filter in its own file libavcodec
Sat, 19 May 2007 00:13:35 +0000 aurel add proper prefix to extern mpeg audio data tables libavcodec
Sat, 19 May 2007 00:06:02 +0000 aurel move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c libavcodec
Fri, 18 May 2007 22:58:01 +0000 aurel move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c libavcodec
Fri, 18 May 2007 22:54:54 +0000 aurel add a proper prefix to all mjpeg encoder exported functions libavcodec
Fri, 18 May 2007 22:42:49 +0000 aurel split ljpeg encoder out of mjpeg.c libavcodec
Fri, 18 May 2007 10:06:07 +0000 banan Better error reporting. libavcodec
Fri, 18 May 2007 08:58:30 +0000 lorenm cosmetics: macrofy duplicate code in huffyuv libavcodec
Fri, 18 May 2007 08:56:46 +0000 lorenm r3938 broke 2pass huffyuv (not that anyone uses it) libavcodec
Fri, 18 May 2007 08:18:56 +0000 zuxy 3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw instead of pmulhw libavcodec
Thu, 17 May 2007 20:18:46 +0000 reimar Move attribute_unused to variable declarations in macros instead of libavcodec
Thu, 17 May 2007 17:04:00 +0000 aurel remove libdts decoder, we have a native dts decoder libavcodec
Thu, 17 May 2007 16:45:55 +0000 aurel add proper prefix to new mjpeg extern func/var libavcodec
Thu, 17 May 2007 16:29:11 +0000 aurel split mjpeg.c into an encoder and a decoder file libavcodec
Thu, 17 May 2007 14:14:53 +0000 gpoirier use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables libavcodec
Thu, 17 May 2007 12:26:04 +0000 aurel Only compile fft and mdct when needed. libavcodec