log

age author description
2006-07-08 mru Sun mlib works fine. Remove comment stating otherwise. libavcodec
2006-07-08 diego Remove bogus IPP section that is not referenced anywhere. libavcodec
2006-07-08 aurel set proper bits_per_sample value for ADPCM codecs libavcodec
2006-07-07 mru remove -fforce-addr as it to generate slightly slower code libavcodec
2006-07-07 michael moving utf8 reading function to libavutil libavcodec
2006-07-07 aurel simplify the voc demuxer using av_get_bits_per_sample() libavcodec
2006-07-07 michael seems i forgot to commit this simplification ... libavcodec
2006-07-07 bcoudurier av_get_bits_per_sample and due simplifications libavcodec
2006-07-07 diego Fix compilation with --disable-decoders. libavcodec
2006-07-07 michael table contains vlc with 19 bits and 8*2 < 19 libavcodec
2006-07-07 kostya Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. libavcodec
2006-07-07 kostya Enable coefficient scaling libavcodec
2006-07-07 kostya Don't read out-of-bounds values. libavcodec
2006-07-06 mru simplify libavcodec
2006-07-06 mru build mpegaudio.c and ac3enc.c only if needed libavcodec
2006-07-06 stefang hopefully better for platforms not supporting misaligned read libavcodec
2006-07-06 stefang make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it libavcodec
2006-07-06 michael increasing version for AVBitStreamFilters libavcodec
2006-07-06 michael noise bitstream filter libavcodec
2006-07-06 michael AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodec
2006-07-06 diego Mark some read-only datastructures as const. libavcodec
2006-07-06 kostya Fix one case of choosing MV for chroma libavcodec
2006-07-05 diego spelling typo libavcodec
2006-07-05 mru use $(LIBOBJFLAGS) when compiling sparc/*.c libavcodec
2006-07-05 mru #define SBUTTERFLY outside CONFIG_ENCODERS libavcodec
2006-07-05 stefang even more cbp safety libavcodec
2006-07-05 stefang missed removing this line in my last commit libavcodec
2006-07-05 diego cosmetics: Break overly long lines. libavcodec
2006-07-04 michael add rounding bias earlier in the idct, avoids many adds libavcodec
2006-07-04 banan Mark read-only data as const. Patch by stefan huehner org. libavcodec
2006-07-04 michael return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodec
2006-07-04 michael simplify intra prediction mode decoding libavcodec
2006-07-04 michael check cbp for validity, avoids possible out of array reads / segfaults libavcodec
2006-07-04 michael minor simplificationn libavcodec
2006-07-04 kostya Implement intensity compensation libavcodec
2006-07-04 kostya Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodec
2006-07-04 kostya Optimizations suggested by Michael Niedermayer libavcodec
2006-07-03 stefang cleanup macroblock layer: merged decode of skipped MBs libavcodec
2006-07-03 stefang cosmetic patch: libavcodec
2006-07-03 kostya Correctly detect when use hpel or qpel mode libavcodec
2006-07-03 kostya 4-MV mode final fixes (now it works for non-exotic modes) libavcodec
2006-07-03 kostya vc1_decode_intra_block() simplifications and corrections libavcodec
2006-07-03 lucabe Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h libavcodec
2006-07-03 michael porder patch by (Justin Ruggles jruggle a t earthlink d ot net) libavcodec
2006-07-03 kostya 4-MV decoding support libavcodec
2006-07-03 michael CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) libavcodec
2006-07-02 mru remove redundant macro definitions libavcodec
2006-07-02 mru kill warning libavcodec
2006-07-02 michael CODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer stefan.gehrer gmx de) libavcodec
2006-07-02 michael staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch by (Stefan Gehrer stefan.gehrer gmx de) libavcodec
2006-07-02 michael 3 lines while -> 1 line for loop libavcodec
2006-07-02 michael simplify libavcodec
2006-07-02 michael simplify compute_autocorr libavcodec
2006-07-02 michael dont use memcpy for copying structs libavcodec
2006-07-02 michael simplify libavcodec
2006-07-02 michael flac-lpc patch by (Justin Ruggles jruggle earthlink net) libavcodec
2006-07-02 michael simplify libavcodec
2006-07-02 banan ff_fft_init now double checks that the system has mm3dnow.h before libavcodec
2006-07-02 mru remove unneeded casts libavcodec
2006-07-02 mru get rid of veccpy(), replace with simple assignment libavcodec
2006-07-01 michael new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de) libavcodec
2006-07-01 mru fill_mbaff_ref_list is missing a return statement, its return value libavcodec
2006-07-01 kostya Adjust AC prediction if (some) predictors are not available. libavcodec
2006-07-01 kostya 0xFFFF l of cola. Now P-frames are decoded almost without distortions. libavcodec
2006-07-01 kostya Remove unused variable (and it wasn't free'd too) libavcodec
2006-07-01 kostya Use MpegEncContext->mbskip_table instead of custom bitplane. libavcodec
2006-06-30 gpoirier * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's no libavcodec
2006-06-30 gpoirier Disable w53 and w97 cmp methods when snow encoder is disabled libavcodec
2006-06-30 reynaldo anothe useless sizeof(char) libavcodec
2006-06-30 kostya Slightly reworked MC code, it gives better picture. libavcodec
2006-06-30 kostya typo libavcodec
2006-06-30 diego spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) com libavcodec
2006-06-29 kostya Fix initialization of vc1_decoder (the same as wmv3_decoder). libavcodec
2006-06-29 kostya Some optimization and fixes - mostly reworked MC and bitplanes. libavcodec
2006-06-29 kostya This should make P-frames decoding work on x86 (by avoiding get_bits(0)) libavcodec
2006-06-27 michael flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net libavcodec
2006-06-27 kostya Added loop filtering as ersatz for overlap filter (improves picture quality for coarse quantization). libavcodec
2006-06-27 kostya VC1 Intra blocks in P-frames use different zigzag table than I-frames. libavcodec
2006-06-27 reimar Do not read full byte when less than 8 bits are still to be read. libavcodec
2006-06-27 reimar Ignore overrun in spectral RLE decoding, fixes libavcodec
2006-06-27 kostya VC-1 decoder with I-frames support and partial P-frames decoding libavcodec
2006-06-27 kostya Rename VC9 to VC1 as there is no such thing as VC9 libavcodec
2006-06-26 michael stereo decorrelation support by (Justin Ruggles jruggle earthlink net>) libavcodec
2006-06-25 michael 10l libavcodec
2006-06-25 lu_zero cleanup patch from Diego Pettenò <flameeyes@gentoo.org> libavcodec
2006-06-24 lu_zero minor cleanup libavcodec
2006-06-24 michael simplify & optimize things a little libavcodec
2006-06-24 michael first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder libavcodec
2006-06-24 michael CODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles jruggle earthlink net libavcodec
2006-06-21 lu_zero fix 24bit flac support, revised from Thibaut Mattern <thibaut.mattern@gmail.com> libavcodec
2006-06-20 lu_zero Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for pointing the issue libavcodec
2006-06-20 diego Remove unused FFMPEG_VERSION_INT. libavcodec
2006-06-20 diego Use Subversion revision for FFMPEG_VERSION. libavcodec
2006-06-18 diego Add const to (mostly) char* and make some functions static, which aren't used libavcodec
2006-06-17 lu_zero Cosmetics: should not hurt performance, scream if are libavcodec
2006-06-17 diego Rename version from CVS to the more sensible HEAD. libavcodec