Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-15VC1: add and use avg_no_rnd chroma MC functionsDavid Conrad
2009-04-15Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 onlyDavid Conrad
2009-04-14VC1: Do qpel when needed for both MVs in a B frameDavid Conrad
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
2009-02-19Adding 2 intra 8x8 cmp functions: vsad, vsseRoman Shaposhnik
2009-02-19Making the arrays accomodate an extra intra 8x8 cmp functionRoman Shaposhnik
2009-02-10move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs
2009-02-08ff_add_hfyu_median_prediction_mmx2Loren Merritt
2009-02-01Remove H.264 encoder initialization.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-27consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun
2008-12-20RV30 decoderKostya Shishkov
2008-12-19Move filter_luma_intra into dsputil for later addition of asm.Jason Garrett-Glaser
2008-12-18H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-11clear_block mmxLoren Merritt
2008-12-01RV40 MC functionsKostya Shishkov
2008-11-08Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross
2008-10-04Move VP3 loop filter to DSPContextDavid Conrad
2008-08-14simd int->floatLoren Merritt
2008-08-14simd downmixLoren Merritt
2008-07-16float_to_int16_interleave: change src to an array of pointers instead of assu...Loren Merritt
2008-07-13exploit mdct symmetryLoren Merritt
2008-07-13simplify vorbis windowingLoren Merritt
2008-07-08Fix x86-64Michael Niedermayer
2008-07-06Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov
2008-04-29Typo: distoration -> distortion.Ramiro Polla
2008-04-16Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.Alexander Strange
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-03-05move ff_emulated_edge_mc() to dsputilAurelien Jacobs
2008-03-04move ff_init_scantable() into dsputilAurelien Jacobs
2008-03-04move draw_edges() into dsputilAurelien Jacobs
2008-02-26floating point AAN IDCTMichael Niedermayer
2008-02-22cleaner way of writing packed-byte constants.Loren Merritt
2008-02-21indentLoren Merritt
2008-02-21pseudo-simd add_bytes and diff_bytesLoren Merritt
2008-02-21simd and unroll png_filter_rowLoren Merritt
2008-02-01const src for bswapMichael Niedermayer
2008-02-01constsMichael Niedermayer
2007-12-21Fix typo in macro name: WARPER8_16_SQ --> WRAPPER8_16_SQ.Diego Biurrun
2007-12-21More consistent { placement.Michael Niedermayer
2007-12-21indentMichael Niedermayer
2007-12-21~15% faster h264_chroma_mc2/4_c() these also prevent some possible outMichael Niedermayer
2007-12-2130% faster h264_chroma_mc8_c(), this also prevents a possible out ofMichael Niedermayer
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-11-10remove useless #ifdefMichael Niedermayer