log

age author description
2007-10-02 reimar Hopefully fix sparc compilation again, add incorrectly removed variable declaration libavcodec
2007-10-02 reimar Remove uses of SIGILL for CPU extension detection, that method is not acceptable libavcodec
2007-10-02 andoma Rename MMCO stuff to prepare for h264/PAFF implementation. libavcodec
2007-10-02 andoma Cosmetic preparations for h264/PAFF implementation. libavcodec
2007-10-02 diego 100l: Revert accidental commit, restore previous version. libavcodec
2007-10-02 diego cosmetics: Fix indentation after last commit. libavcodec
2007-10-02 diego Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). libavcodec
2007-10-02 diego Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. libavcodec
2007-10-02 lu_zero Sanitize altivec code so it can be built with runtime check properly libavcodec
2007-10-02 diego cosmetics: Fix AltiVec spelling. libavcodec
2007-10-02 diego cosmetics: Fix indentation after last commit. libavcodec
2007-10-02 diego Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec libavcodec
2007-10-01 diego Remove const vector macro indirection that is useless and obfuscating libavcodec
2007-10-01 diego Remove Metrowerks compiler workaround. libavcodec
2007-10-01 diego Remove Metrowerks compiler workaround. libavcodec
2007-10-01 lorenm div -> mul libavcodec
2007-09-30 lorenm simplify lpc libavcodec
2007-09-30 lorenm 20% faster lpc, 6% overall flac decoding libavcodec
2007-09-30 lorenm replace FIR with finite differences. libavcodec
2007-09-29 lorenm unroll finite differences to avoid swapping registers. libavcodec
2007-09-29 lorenm encode_residual_fixed(): replace FIR with finite differences. libavcodec
2007-09-29 lorenm sse2 version of compute_autocorr(). libavcodec
2007-09-29 vitor AMV video decoder. libavcodec
2007-09-29 andoma Use emms_c() instead of ifdef libavcodec
2007-09-29 vitor Add variables to prepare to the AMV decoder patch. libavcodec
2007-09-29 lorenm was computing one more autocorrelation coefficient that was actually used libavcodec
2007-09-29 lorenm replace brute force find_optimal_param() with a closed-form solution. libavcodec
2007-09-29 lorenm gcc isn't smart enough to factor out duplicate stores libavcodec
2007-09-28 iive On bitstream error is_intra_more_likely() could use dsp.sad[0]() that will segfault when xvmc is in use. libavcodec
2007-09-28 lorenm 2.5x faster compute_autocorr() libavcodec
2007-09-27 takis cosmetics: typos libavcodec
2007-09-27 takis Remove redundant test. libavcodec
2007-09-27 vitor AMV audio decoder libavcodec
2007-09-27 lorenm oops, revert unrelated change libavcodec
2007-09-27 lorenm unroll encode_residual_lpc(). speedup varies between 1.2x and 1.8x depending on lpc order. libavcodec
2007-09-26 andoma h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held for delayed output libavcodec
2007-09-25 lorenm oops, potential overflow on really large blocks libavcodec
2007-09-25 lorenm optimize decode_subframe_lpc() libavcodec
2007-09-25 lorenm optimize encode_residual_lpc() libavcodec
2007-09-25 aurel simplify libavcodec
2007-09-25 aurel rename one variable to be consistent with the rest of the file libavcodec
2007-09-25 aurel consistent spelling: plan => plane libavcodec
2007-09-25 aurel simplify libavcodec
2007-09-25 aurel cosmetic: indent libavcodec
2007-09-25 aurel add a new vp6a codec (add alpha plan support to vp6) libavcodec
2007-09-25 andoma reindent libavcodec
2007-09-25 diego Replace HAVE_BFIN with ARCH_BFIN. Blackfin is a CPU architecture, not an libavcodec
2007-09-24 aurel move all model related tables into their own struct libavcodec
2007-09-24 diego cosmetics: Sort CODEC_ID list. libavcodec
2007-09-24 aurel rename vp56_b6to3 to vp56_b2p libavcodec
2007-09-24 aurel some simplifications and uniformisation libavcodec
2007-09-24 kostya Remove check for input buffer size as it does not guarantee that libavcodec
2007-09-24 aurel add support for yuva420p colorspace (yuv420p + alpha) libavcodec
2007-09-24 gpoirier factor out dequant table lookup outside loops, gives a 1-2% speed-up libavcodec
2007-09-24 kostya Do not try to decode more data than output buffer may hold libavcodec
2007-09-23 diego VIS-specific code should be enabled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec
2007-09-23 michael some experimental iterative quantization code libavcodec
2007-09-23 diego Move VIS CFLAGS settings into configure. libavcodec
2007-09-23 diego VIS-specific code should be compiled conditional to HAVE_VIS, not ARCH_SPARC. libavcodec
2007-09-23 kostya Fix decoding of VMDs representing sprites (Last Dynasty, Woodruff). libavcodec
2007-09-22 reimar Apply skip_loop_filter before checking if we can parallelize with the selected libavcodec
2007-09-22 kostya Guard against output buffer overflows libavcodec
2007-09-22 kostya Do not decode more data than output buffer may hold libavcodec
2007-09-21 bcoudurier HDYC fourcc, sample hdyc/Test2.avi libavcodec
2007-09-21 diego Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup. libavcodec
2007-09-20 aurel allcodecs.h and allformats.h are not used anymore libavcodec
2007-09-20 aurel remove last dependencies on allformats.h and allcodecs.h libavcodec
2007-09-18 iive Remove inline from function that is exported. libavcodec
2007-09-17 mhoffman blackfin vsad primitives libavcodec
2007-09-17 mhoffman properly tell the compiler that A0 and A1 are clobbered libavcodec
2007-09-17 diego Remove redundant ARCH_SPARC #ifdef, the file is compiled conditional to libavcodec
2007-09-16 aurel remove obsolete and wrong extern declaration libavcodec
2007-09-16 diego cosmetics: typo libavcodec
2007-09-16 gpoirier fix image corruption when with multi-threaded decoding. libavcodec
2007-09-15 kostya Enable error resilience in WMV3/VC-1 decoder libavcodec
2007-09-15 kostya HALFPQ should be used only for when PQUANT is selected libavcodec
2007-09-15 kostya In case when any quantizer may occur, HALFPQ should be zero libavcodec
2007-09-15 jbr skip incomplete frames libavcodec
2007-09-15 jbr better AC3 header error reporting libavcodec
2007-09-15 jbr fix random dithering of zero-bit mantissas libavcodec
2007-09-15 jbr cosmetics: rename variables. tbl->tab for consistency with other AC3 tables libavcodec
2007-09-15 jbr fix decoding of DolbyNet AC3 libavcodec
2007-09-14 kostya Check unp_size for possible overflows too libavcodec
2007-09-13 diego Pass correct CPU flags to compilation of sparc/simple_idct_vis.o. libavcodec
2007-09-13 kostya Add checks on input/output buffers size for some audio decoders libavcodec
2007-09-13 kostya Monkey Audio decoder libavcodec
2007-09-11 michael fix timestamps used for ratecontrol libavcodec
2007-09-10 michael cosmetic libavcodec
2007-09-09 michael make changing spatial_decomposition_count per frame work libavcodec
2007-09-09 reimar dsputil must be initialized before calling rtjpeg init. libavcodec
2007-09-09 michael do not ignore return of decode_header() libavcodec
2007-09-09 michael do not force the halfpel filter coeffs to be retransmitted on every frame libavcodec
2007-09-09 michael allow changing of the spatial_decomposition_count and quantization tables libavcodec
2007-09-09 michael perform init after reading the values needed for init libavcodec
2007-09-09 michael unneeded and impossible during init ... libavcodec
2007-09-09 michael unused libavcodec