Mercurial > libavcodec.hg
graph
-
undefines a few temporary defines which were not undefined after their usage. libavcodec2006-09-09, by gpoirier
-
Switch license from GPL to LGPL. The original author agreed to this as libavcodec2006-09-06, by diego
-
Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. libavcodec2006-09-05, by diego
-
Handle raw blocks correctly (both updating pointer and storing to memory) libavcodec2006-09-05, by kostya
-
VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) libavcodec2006-09-04, by kostya
-
* Restructuring the division of labor between DV codec and DV format libavcodec2006-09-04, by romansh
-
Add copyright notice from the Independent JPEG Group instead of referring libavcodec2006-09-03, by diego
-
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. libavcodec2006-09-03, by jbr
-
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) libavcodec2006-09-03, by kostya
-
Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab libavcodec2006-09-02, by kostya
-
snow cosmetics: merge the sliced and non-sliced versions of add_yblock libavcodec2006-09-01, by lorenm
-
fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. libavcodec2006-09-01, by lorenm
-
Align the input buffer in ffplay, introduce a public macro for aligned declarations libavcodec2006-08-31, by lu_zero
-
Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares libavcodec2006-08-31, by lu_zero
-
check the validity of the amount of the remaining bytes in the bitsteam before memcpy libavcodec2006-08-27, by michael
-
dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodec2006-08-26, by michael
-
another silly typo which surprisingly neither valgrind nor cmp of the file output cought libavcodec2006-08-26, by michael
-
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