log

age author description
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
2006-06-16 mru The AAC frame header uses 13 bits for the frame size, so the buffer should libavcodec
2006-06-15 michael 10l to whoever wrote this libavcodec
2006-06-12 mru MIPS doesn't like unaligned accesses libavcodec
2006-06-12 lorenm h264: accept rbsp_trailing longer than 1 byte libavcodec
2006-06-09 mru use ifeq(...,yes) instead of ifdef libavcodec
2006-06-09 bcoudurier fix closed gop flag libavcodec
2006-06-04 michael support doing motion estimation and compensation without any residual transform or coding libavcodec
2006-06-03 lu_zero put_pixels16_l2_altivec and avg_pixels16_l2_altivec libavcodec
2006-06-03 lorenm ADPCM: trellis quantization libavcodec
2006-06-03 corey Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 libavcodec
2006-06-03 lorenm adpcm_ima & adpcm_yamaha: improved quantization libavcodec
2006-06-02 banan Fixed a possible bug, checked against the assembly. libavcodec
2006-06-01 diego Ignore all generated files. libavcodec
2006-06-01 mru remove redundant make variable SUBDIR libavcodec
2006-06-01 diego libavcodec/libpostproc ---> libpostproc libavcodec
2006-06-01 banan Flash Screen Video decoder (fourcc:FSV1) libavcodec
2006-05-31 kostya Palette support for newer KMVC libavcodec
2006-05-30 lorenm Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless. libavcodec
2006-05-30 lorenm Snow: cosmetics libavcodec
2006-05-30 lorenm Snow: scale predicted mv based on which reference frame the neighbors used. libavcodec
2006-05-30 lorenm Snow: cosmetics libavcodec
2006-05-30 lorenm Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterative motion estimation. libavcodec
2006-05-30 lorenm Snow: 10l. 1pass ratecontrol failed to set snow's internal quant. libavcodec
2006-05-29 corey Make b_frame_strategy not fail on pass 2, but still print a notice. libavcodec
2006-05-29 rtogni 10000l don't reuse outer loop index in inner loops libavcodec
2006-05-29 michael fabs is better then abs for floats ... libavcodec
2006-05-29 michael typo me thinks ... libavcodec
2006-05-29 michael cbp must be >0 here or we are in troubble libavcodec
2006-05-28 lorenm h264: MBAFF interlaced decoding libavcodec
2006-05-28 lorenm h264: faster fill_rectangle() libavcodec
2006-05-28 lorenm Snow multiple reference frames libavcodec
2006-05-28 lorenm Snow 1pass ratecontrol libavcodec
2006-05-26 bcoudurier fix mbd bits bug, finally libavcodec
2006-05-26 diego Remove all .cvsignore files, they are no longer necessary. libavcodec
2006-05-17 kostya Now MPlayer should understand Smacker audio and video codecs. libavcodec
2006-05-16 bcoudurier MPEG-2 4:2:2 encoding support libavcodec
2006-05-16 gpoirier fix compilation of 3dnowext instinsincs, both on ia32 and AMD64. libavcodec
2006-05-14 gpoirier Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead. libavcodec
2006-05-14 bcoudurier add quicktime uncompressed 8bit 4:2:2 support libavcodec
2006-05-13 bcoudurier add MPEG-2 intra vlc support libavcodec
2006-05-13 bcoudurier remove unused variable libavcodec
2006-05-13 michael sanity checks, some might have been exploitable ... libavcodec
2006-05-11 mru add unaligned16() and unaligned64() libavcodec
2006-05-11 banan Cosmetics. Add the defines needed for debug output. libavcodec
2006-05-11 lorenm fix a crash on x86_64 libavcodec
2006-05-10 bcoudurier fix alac decoder on little endian libavcodec
2006-05-10 michael cosmetics (initalize variables where they are used) libavcodec
2006-05-10 michael decoders should (IMHO) not duplicate frames, the application can do this if it wants libavcodec
2006-05-09 michael allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) libavcodec
2006-05-08 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
2006-05-07 bcoudurier vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu> libavcodec
2006-05-07 michael make zero motion vector threshold user setable libavcodec
2006-05-06 diego Further simplify AMR build. libavcodec
2006-05-05 lorenm reinit quant matrices if pps is overwritten by another of the same pps_id. libavcodec
2006-05-05 diego Ignore errors from recursive AMR cleans. libavcodec
2006-05-05 diego Unconditionally clean AMR subdirs. libavcodec
2006-05-02 lu_zero Macosx fix libavcodec
2006-05-02 michael d10 decoding fix libavcodec
2006-05-01 aurel clip_uint8 now return an uint8_t so no need to &0xFF libavcodec
2006-04-30 lorenm warn on interlaced streams libavcodec
2006-04-29 lorenm don't force asserts in release builds. 2% faster h264. libavcodec
2006-04-28 lorenm memory leak. libavcodec
2006-04-28 michael use previous qscale for intra_dc_threshold check libavcodec
2006-04-28 michael missmatch control for mpeg2 intra dequantization if bitexact=1 libavcodec
2006-04-28 banan Revert bad ac3enc commit, the commited code was bigger and slower. libavcodec
2006-04-28 gpoirier Remove unused and unsupported Cyrix's "Extended MMX", libavcodec
2006-04-27 diego Enable AMR_NB decoder/encoder when either AMR_NB or AMR_NB_FIXED is defined. libavcodec
2006-04-27 diego Fix amr_nb-fixed build. libavcodec
2006-04-27 diego Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed does libavcodec
2006-04-27 diego cosmetics: Group all AMR variables together, add some newlines. libavcodec
2006-04-27 diego Misplaced CLEANAMR. libavcodec
2006-04-27 diego CLEANAMRWB --> CLEANAMR typo libavcodec
2006-04-25 lu_zero 13% faster inner_add_yblock libavcodec
2006-04-25 lu_zero 40% faster decode libavcodec
2006-04-23 rtognimp Vorbis specs requires blocksize_1 >= blocksize_0, error if it's false. libavcodec
2006-04-22 banan Patch to generate the ac3 window, based on code by Justin Ruggles. libavcodec
2006-04-21 lorenm 10l in h264 vismb/vismv (broke on 2006-03-09) libavcodec
2006-04-20 rtognimp dtsdec.c copies one input packet at a time to a (static) buffer of size libavcodec