Mercurial > libavcodec.hg
graph
-
rawdec: ensure that there is always a valid palette for formats that libavcodec2010-09-25, by reimar
-
Unroll loop in h264_idct_add16intra_sse2(). Basically identical to r25171, this libavcodec2010-09-24, by rbultje
-
Unroll loop in h264_idct_add8_sse2(). This means we can inline scan8[] in the libavcodec2010-09-24, by rbultje
-
Deprecate av_opt_show() in favor of a new function av_opt_show2(), libavcodec2010-09-24, by stefano
-
The debug text output of macroblocks can indicate MB_TYPE_INTERLACED, libavcodec2010-09-21, by iive
-
Properly add HAVE_YASM around yasmified symbols. Should fix compile error libavcodec2010-09-17, by rbultje
-
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm, libavcodec2010-09-17, by rbultje
-
Move sse16_sse2() from inline asm to yasm. It is one of the functions causing libavcodec2010-09-17, by rbultje
-
Check avctx width/height more thoroughly (e.g. all values 0 except width would libavcodec2010-09-15, by reimar
-
Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from libavcodec2010-09-14, by rbultje
-
Move AMR-NB frame unpacking code to a common file so it can be reused in libavcodec2010-09-10, by vitor
-
Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this) libavcodec2010-09-10, by reimar
-
Add missing stdint.h #include; necessary to pass 'make checkheaders'. libavcodec2010-09-08, by diego
-
Remove reference to not anymore existing symbol has_altivec and use libavcodec2010-09-08, by stefano
-
Remove use of deprecated functions av_image_fill_pointers/linesizes in libavcodec2010-09-07, by stefano
-
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, libavcodec2010-09-07, by stefano
-
Move lsp2lpc_sipr() function to common code so it can be reused in a libavcodec2010-09-07, by vitor
-
Move AMRNB lsf2lsp() function to common code for using in future AMRWB decoder. libavcodec2010-09-07, by vitor
-
Fix slice height for y position calculation for vp3_draw_horiz_band libavcodec2010-09-06, by reimar
-
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ libavcodec2010-09-04, by stefano
-
Port latest x264 deblock asm (before they moved to using NV12 as internal libavcodec2010-09-03, by rbultje
-
Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-square libavcodec2010-09-01, by rbultje
-
Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c, libavcodec2010-09-01, by rbultje
-
Checking return values of av_malloc(z) and report an error in case. libavcodec2010-08-31, by bindhammer
-
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
-
libvpxdec: Fix "error: implicit declaration of function ‘av_check_image_size’". libavcodec2010-08-06, by alexc
-
Remove use of the deprecated function avcodec_check_dimensions(), use libavcodec2010-08-06, by stefano
-
VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs libavcodec2010-08-04, by darkshikari
-
only store intra prediction modes on the boundary for keyframes, not as a plane. libavcodec2010-08-02, by skal
-
Use word-writing instead of dword-writing (with two cached but otherwise libavcodec2010-07-31, by rbultje