log

age author description
Wed, 05 Jul 2006 17:08:13 +0000 stefang missed removing this line in my last commit libavcodec
Wed, 05 Jul 2006 14:12:00 +0000 diego cosmetics: Break overly long lines. libavcodec
Tue, 04 Jul 2006 22:43:35 +0000 michael add rounding bias earlier in the idct, avoids many adds libavcodec
Tue, 04 Jul 2006 19:15:47 +0000 banan Mark read-only data as const. Patch by stefan huehner org. libavcodec
Tue, 04 Jul 2006 17:08:35 +0000 michael return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodec
Tue, 04 Jul 2006 17:06:43 +0000 michael simplify intra prediction mode decoding libavcodec
Tue, 04 Jul 2006 16:42:22 +0000 michael check cbp for validity, avoids possible out of array reads / segfaults libavcodec
Tue, 04 Jul 2006 16:30:14 +0000 michael minor simplificationn libavcodec
Tue, 04 Jul 2006 15:40:09 +0000 kostya Implement intensity compensation libavcodec
Tue, 04 Jul 2006 15:39:21 +0000 kostya Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodec
Tue, 04 Jul 2006 15:33:28 +0000 kostya Optimizations suggested by Michael Niedermayer libavcodec
Mon, 03 Jul 2006 18:43:45 +0000 stefang cleanup macroblock layer: merged decode of skipped MBs libavcodec
Mon, 03 Jul 2006 17:37:57 +0000 stefang cosmetic patch: libavcodec
Mon, 03 Jul 2006 17:22:18 +0000 kostya Correctly detect when use hpel or qpel mode libavcodec
Mon, 03 Jul 2006 17:21:18 +0000 kostya 4-MV mode final fixes (now it works for non-exotic modes) libavcodec
Mon, 03 Jul 2006 17:17:25 +0000 kostya vc1_decode_intra_block() simplifications and corrections libavcodec
Mon, 03 Jul 2006 10:52:07 +0000 lucabe Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h libavcodec
Mon, 03 Jul 2006 09:20:26 +0000 michael porder patch by (Justin Ruggles jruggle a t earthlink d ot net) libavcodec
Mon, 03 Jul 2006 02:38:08 +0000 kostya 4-MV decoding support libavcodec
Mon, 03 Jul 2006 00:16:45 +0000 michael CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) libavcodec
Sun, 02 Jul 2006 22:01:31 +0000 mru remove redundant macro definitions libavcodec
Sun, 02 Jul 2006 21:53:30 +0000 mru kill warning libavcodec
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
Tue, 27 Jun 2006 12:13:01 +0000 reimar Do not read full byte when less than 8 bits are still to be read. libavcodec
Tue, 27 Jun 2006 12:09:58 +0000 reimar Ignore overrun in spectral RLE decoding, fixes libavcodec
Tue, 27 Jun 2006 03:11:51 +0000 kostya VC-1 decoder with I-frames support and partial P-frames decoding libavcodec
Tue, 27 Jun 2006 02:55:54 +0000 kostya Rename VC9 to VC1 as there is no such thing as VC9 libavcodec
Mon, 26 Jun 2006 06:00:07 +0000 michael stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) libavcodec
Sun, 25 Jun 2006 21:22:25 +0000 michael 10l libavcodec
Sun, 25 Jun 2006 17:37:12 +0000 lu_zero cleanup patch from Diego Petten <flameeyes@gentoo.org> libavcodec
Sat, 24 Jun 2006 20:09:49 +0000 lu_zero minor cleanup libavcodec
Sat, 24 Jun 2006 13:56:29 +0000 michael simplify & optimize things a little libavcodec
Sat, 24 Jun 2006 10:20:15 +0000 michael first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder libavcodec
Sat, 24 Jun 2006 09:25:21 +0000 michael CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net libavcodec
Wed, 21 Jun 2006 00:21:26 +0000 lu_zero fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> libavcodec
Tue, 20 Jun 2006 10:35:30 +0000 lu_zero Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue libavcodec
Tue, 20 Jun 2006 10:26:00 +0000 diego Remove unused FFMPEG_VERSION_INT. libavcodec
Tue, 20 Jun 2006 10:24:08 +0000 diego Use Subversion revision for FFMPEG_VERSION. libavcodec
Sun, 18 Jun 2006 11:33:14 +0000 diego Add const to (mostly) char* and make some functions static, which aren't used libavcodec
Sat, 17 Jun 2006 18:46:06 +0000 lu_zero Cosmetics: should not hurt performance, scream if are libavcodec
Sat, 17 Jun 2006 09:27:36 +0000 diego Rename version from CVS to the more sensible HEAD. libavcodec
Fri, 16 Jun 2006 20:41:33 +0000 mru The AAC frame header uses 13 bits for the frame size, so the buffer should libavcodec
Thu, 15 Jun 2006 09:20:31 +0000 michael 10l to whoever wrote this libavcodec
Mon, 12 Jun 2006 21:34:43 +0000 mru MIPS doesn't like unaligned accesses libavcodec
Mon, 12 Jun 2006 09:30:17 +0000 lorenm h264: accept rbsp_trailing longer than 1 byte libavcodec
Fri, 09 Jun 2006 22:26:03 +0000 mru use ifeq(...,yes) instead of ifdef libavcodec
Fri, 09 Jun 2006 13:10:37 +0000 bcoudurier fix closed gop flag libavcodec
Sun, 04 Jun 2006 21:54:58 +0000 michael support doing motion estimation and compensation without any residual transform or coding libavcodec
Sat, 03 Jun 2006 22:18:03 +0000 lu_zero put_pixels16_l2_altivec and avg_pixels16_l2_altivec libavcodec
Sat, 03 Jun 2006 19:04:56 +0000 lorenm ADPCM: trellis quantization libavcodec
Sat, 03 Jun 2006 06:26:04 +0000 corey Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 libavcodec
Sat, 03 Jun 2006 04:38:11 +0000 lorenm adpcm_ima & adpcm_yamaha: improved quantization libavcodec
Fri, 02 Jun 2006 07:50:12 +0000 banan Fixed a possible bug, checked against the assembly. libavcodec
Thu, 01 Jun 2006 23:22:07 +0000 diego Ignore all generated files. libavcodec
Thu, 01 Jun 2006 21:57:44 +0000 mru remove redundant make variable SUBDIR libavcodec
Thu, 01 Jun 2006 21:37:48 +0000 diego libavcodec/libpostproc ---> libpostproc libavcodec
Thu, 01 Jun 2006 07:31:59 +0000 banan Flash Screen Video decoder (fourcc:FSV1) libavcodec
Wed, 31 May 2006 04:52:02 +0000 kostya Palette support for newer KMVC libavcodec
Tue, 30 May 2006 19:45:12 +0000 lorenm Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. libavcodec
Tue, 30 May 2006 19:40:28 +0000 lorenm Snow: cosmetics libavcodec
Tue, 30 May 2006 16:42:29 +0000 lorenm Snow: scale predicted mv based on which reference frame the neighbors used. libavcodec
Tue, 30 May 2006 06:49:15 +0000 lorenm Snow: cosmetics libavcodec
Tue, 30 May 2006 05:44:22 +0000 lorenm Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. libavcodec
Tue, 30 May 2006 04:51:58 +0000 lorenm Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. libavcodec
Mon, 29 May 2006 22:44:16 +0000 corey Make b_frame_strategy not fail on pass 2, but still print a notice. libavcodec
Mon, 29 May 2006 19:25:46 +0000 rtogni 10000l don't reuse outer loop index in inner loops libavcodec
Mon, 29 May 2006 16:50:37 +0000 michael fabs is better then abs for floats ... libavcodec
Mon, 29 May 2006 16:39:40 +0000 michael typo me thinks ... libavcodec
Mon, 29 May 2006 16:30:56 +0000 michael cbp must be >0 here or we are in troubble libavcodec
Sun, 28 May 2006 22:44:14 +0000 lorenm h264: MBAFF interlaced decoding libavcodec
Sun, 28 May 2006 22:28:08 +0000 lorenm h264: faster fill_rectangle() libavcodec
Sun, 28 May 2006 21:44:47 +0000 lorenm Snow multiple reference frames libavcodec
Sun, 28 May 2006 12:38:10 +0000 lorenm Snow 1pass ratecontrol libavcodec
Fri, 26 May 2006 15:44:29 +0000 bcoudurier fix mbd bits bug, finally libavcodec
Fri, 26 May 2006 15:37:11 +0000 diego Remove all .cvsignore files, they are no longer necessary. libavcodec
Wed, 17 May 2006 03:03:53 +0000 kostya Now MPlayer should understand Smacker audio and video codecs. libavcodec
Tue, 16 May 2006 15:19:54 +0000 bcoudurier MPEG-2 4:2:2 encoding support libavcodec
Tue, 16 May 2006 14:24:45 +0000 gpoirier fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. libavcodec
Sun, 14 May 2006 22:00:03 +0000 gpoirier Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead. libavcodec
Sun, 14 May 2006 14:21:06 +0000 bcoudurier add quicktime uncompressed 8bit 4:2:2 support libavcodec
Sat, 13 May 2006 17:16:58 +0000 bcoudurier add MPEG-2 intra vlc support libavcodec
Sat, 13 May 2006 15:43:51 +0000 bcoudurier remove unused variable libavcodec
Sat, 13 May 2006 10:45:26 +0000 michael sanity checks, some might have been exploitable ... libavcodec
Thu, 11 May 2006 23:17:23 +0000 mru add unaligned16() and unaligned64() libavcodec
Thu, 11 May 2006 00:28:30 +0000 banan Cosmetics. Add the defines needed for debug output. libavcodec
Thu, 11 May 2006 00:06:50 +0000 lorenm fix a crash on x86_64 libavcodec
Wed, 10 May 2006 11:59:09 +0000 bcoudurier fix alac decoder on little endian libavcodec
Wed, 10 May 2006 11:05:03 +0000 michael cosmetics (initalize variables where they are used) libavcodec
Wed, 10 May 2006 10:57:27 +0000 michael decoders should (IMHO) not duplicate frames, the application can do this if it wants libavcodec
Tue, 09 May 2006 08:40:38 +0000 michael allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) libavcodec
Mon, 08 May 2006 13:44:54 +0000 michael add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it) libavcodec