Mercurial > libavcodec.hg
graph
-
make A32 reader align its ptr during init no matter what missaligned mess is given to it libavcodec2006-08-26, by michael
-
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs libavcodec2006-08-26, by michael
-
optimize reorder_block() though this function seems to be executed too rarely for this to make much difference libavcodec2006-08-24, by michael
-
Alignment of the LT window, segfault fix patch by Baptiste Coudurier. libavcodec2006-08-22, by banan
-
Add YV12 support, patch by Steve Lhomme % steve P lhomme A free P fr % libavcodec2006-08-18, by gpoirier
-
Move all internal -I parameters to the front of CFLAGS to avoid using external libavcodec2006-08-17, by diego
-
10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding the issue libavcodec2006-08-15, by lu_zero
-
Disable B-frames decoding until I return and finish their proper decoding. libavcodec2006-08-11, by kostya
-
convert vector_fmul_reverse_sse2 and vector_fmul_add_add_sse2 to sse libavcodec2006-08-10, by michael
-
sse and 3dnow implementations of float->int conversion and mdct windowing. libavcodec2006-08-10, by lorenm
-
Fix x86 SIMD asm and pic, patch from Martin von Gagern <Martin.vGagern@gmx.net> libavcodec2006-08-10, by lu_zero
-
Support for MacIntel, take xx: '/nop' illegal for old versions of GAS libavcodec2006-08-10, by gpoirier
-
Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.c libavcodec2006-08-10, by gpoirier
-
gcc 2.95 and 3.4.x on x86 32bit without fomit-frame-pointer can't even find 5 registers for asm input. libavcodec2006-08-09, by lorenm
-
slightly faster ff_imdct_calc_3dn2() on amd64. (gcc added a bunch of useless movsxd) libavcodec2006-08-08, by lorenm
-
Correct MC for B-frames and some improvements (not 100% complete though) libavcodec2006-08-06, by kostya
-
Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo.org> for pointing out the issue and the patch libavcodec2006-08-04, by lu_zero
-
Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: libavcodec2006-08-03, by lu_zero
-
avoid alignment hacks, luckly gcc does the right thing on arches different from x86 libavcodec2006-08-03, by lu_zero
-
Don't try to decode P-frames from old WMV3 variant until their format is figured libavcodec2006-08-03, by kostya
-
Use bicubic MC (should also remove those ringing artifacts) when needed libavcodec2006-07-30, by kostya
-
Remove spurious references to Ogg Theora encoder, such a thing never existed. libavcodec2006-07-29, by diego
-
Set MpegEncContext->mspel flag (here it indicates that bicubic MC will be use) libavcodec2006-07-29, by kostya
-
Some B-frames support (parsing and decoding only, no motion compesation is done) libavcodec2006-07-24, by kostya
-
Do not crash when the first frame is not a keyframe (and thus none of the libavcodec2006-07-23, by reimar
-
Replace code for clipping MV vectors (which is wrong to use here) with clipping source coords. libavcodec2006-07-22, by kostya
-
Set correctly quantizer and transform mode when parsing frame header. libavcodec2006-07-21, by kostya
-
remove 166 useless underscores, and make this file valid c code as a result libavcodec2006-07-19, by michael
-
Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil libavcodec2006-07-19, by lucabe
-
fix playback of theora.ogg on mphq patch by (matthieu castet %% castet dat matthieu ot free dat fr %%) libavcodec2006-07-17, by michael
-
attempt to implement xiphs useless and stupid quantization matrix mess libavcodec2006-07-17, by michael
-
replace *_dequant (2 intra, 1 inter) by qmat (3 intra, 3 inter) (needed for theora according to spec) libavcodec2006-07-17, by michael
-
some fixmes if someone ever wants to implement theora support correctly ... libavcodec2006-07-16, by michael
-
Don't pass block[6][64] parameter to decode_p_mb as we always use s->block libavcodec2006-07-16, by kostya
-
optionally (use_lpc=2) support Cholesky factorization for finding the lpc coeficients libavcodec2006-07-14, by michael
-
CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just libavcodec2006-07-11, by diego
-
remove STATS code (probably hasnt been used for years ..., and its not completely clear what it was good for anyway) libavcodec2006-07-09, by michael
-
Improve chroma MC: correct case for FASTUVMC=1, use slower but correct /2, and always use halfpel MC. libavcodec2006-07-07, by kostya
-
make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be worth it libavcodec2006-07-06, by stefang
-
AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodec2006-07-06, by michael
-
return -1 on bitstream errors instead of continuing, as the following stuff almost always will be useless until the next startcode libavcodec2006-07-04, by michael
-
check cbp for validity, avoids possible out of array reads / segfaults libavcodec2006-07-04, by michael
-
Correctly choose global transform mode, MV mode and fix bitplane decoding libavcodec2006-07-04, by kostya
-
Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h libavcodec2006-07-03, by lucabe