Mercurial > libavcodec.hg
graph
-
Fix compilation failure if yasm is disabled (missing vp3 symbols). libavcodec2010-08-30, by rbultje
-
Split intra prediction initialization (i.e. assigning of function pointers) libavcodec2010-08-30, by rbultje
-
Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1 libavcodec2010-08-30, by rbultje
-
Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 libavcodec2010-08-30, by rbultje
-
Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() libavcodec2010-08-30, by rbultje
-
Include stdint.h instead of inttypes.h, it is enough for what this file need. libavcodec2010-08-29, by vitor
-
Fix typos when converting inline asm to yasm, fixes MMX-only fate-ea-vp61. libavcodec2010-08-26, by rbultje
-
Clarify code/avoid possible bugs by using precalculated values that are used for extradata as well libavcodec2010-08-26, by bindhammer
-
Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QT libavcodec2010-08-26, by mstorsjo
-
Mark xmm6 and xmm7 as clobbered in ff_vp3_idct_sse2(), which is contributing libavcodec2010-08-25, by rbultje
-
Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should libavcodec2010-08-25, by rbultje
-
Mark xmm registers as clobbered in simple loopfilter. Should fix the last libavcodec2010-08-24, by rbultje
-
added interlacing option and compression option for colorram (lut) libavcodec2010-08-24, by bindhammer
-
enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system libavcodec2010-08-23, by bindhammer
-
Fix segfaults in VP8 SIMD code on Win64 (and FATE/win64 failures). libavcodec2010-08-23, by rbultje
-
Export the presentation video dimensions as avctx->width/avctx->height. libavcodec2010-08-21, by reimar
-
Fixed mpeg12 top field first flag value with field picture encoding. libavcodec2010-08-20, by fenrir
-
Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending libavcodec2010-08-09, by rbultje