log

age author description
Sun, 02 Jul 2006 14:58:17 +0000 michael CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) libavcodec
Sun, 02 Jul 2006 14:50:23 +0000 michael staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) libavcodec
Sun, 02 Jul 2006 13:14:04 +0000 michael 3 lines while -> 1 line for loop libavcodec
Sun, 02 Jul 2006 13:10:08 +0000 michael simplify libavcodec
Sun, 02 Jul 2006 13:01:01 +0000 michael simplify compute_autocorr libavcodec
Sun, 02 Jul 2006 12:40:39 +0000 michael dont use memcpy for copying structs libavcodec
Sun, 02 Jul 2006 11:06:27 +0000 michael simplify libavcodec
Sun, 02 Jul 2006 10:22:31 +0000 michael flac-lpc patch by (Justin Ruggles jruggle earthlink net) libavcodec
Sun, 02 Jul 2006 09:30:51 +0000 michael simplify libavcodec
Sun, 02 Jul 2006 02:05:35 +0000 banan ff_fft_init now double checks that the system has mm3dnow.h before libavcodec
Sun, 02 Jul 2006 01:52:40 +0000 mru remove unneeded casts libavcodec
Sun, 02 Jul 2006 01:39:38 +0000 mru get rid of veccpy(), replace with simple assignment libavcodec
Sat, 01 Jul 2006 22:52:56 +0000 michael new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) libavcodec
Sat, 01 Jul 2006 17:33:48 +0000 mru fill_mbaff_ref_list is missing a return statement, its return value libavcodec
Sat, 01 Jul 2006 07:22:29 +0000 kostya Adjust AC prediction if (some) predictors are not available. libavcodec
Sat, 01 Jul 2006 07:13:52 +0000 kostya 0xFFFF l of cola. Now P-frames are decoded almost without distortions. libavcodec
Sat, 01 Jul 2006 03:19:28 +0000 kostya Remove unused variable (and it wasn't free'd too) libavcodec
Sat, 01 Jul 2006 03:17:54 +0000 kostya Use MpegEncContext->mbskip_table instead of custom bitplane. libavcodec
Fri, 30 Jun 2006 08:00:01 +0000 gpoirier * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no libavcodec
Fri, 30 Jun 2006 07:50:30 +0000 gpoirier Disable w53 and w97 cmp methods when snow encoder is disabled libavcodec
Fri, 30 Jun 2006 05:53:28 +0000 reynaldo anothe useless sizeof(char) libavcodec
Fri, 30 Jun 2006 03:19:31 +0000 kostya Slightly reworked MC code, it gives better picture. libavcodec
Fri, 30 Jun 2006 03:17:31 +0000 kostya typo libavcodec
Fri, 30 Jun 2006 02:47:36 +0000 diego spelling fixes courtesy of "Herv W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com libavcodec
Thu, 29 Jun 2006 11:17:50 +0000 kostya Fix initialization of vc1_decoder (the same as wmv3_decoder). libavcodec
Thu, 29 Jun 2006 11:05:33 +0000 kostya Some optimization and fixes - mostly reworked MC and bitplanes. libavcodec
Thu, 29 Jun 2006 11:02:33 +0000 kostya This should make P-frames decoding work on x86 (by avoiding get_bits(0)) libavcodec
Tue, 27 Jun 2006 21:01:21 +0000 michael flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net libavcodec
Tue, 27 Jun 2006 15:37:48 +0000 kostya Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). libavcodec
Tue, 27 Jun 2006 15:34:14 +0000 kostya VC1 Intra blocks in P-frames use different zigzag table than I-frames. libavcodec