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
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-02-01ppc: fmtconvert: Drop two unused variables.Diego Biurrun
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2013-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-21vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje
2013-01-20ppc: vorbisdsp: Drop some unnecessary #includesDiego Biurrun
2013-01-20ppc: Include string.h for memsetMartin Storsjö
2013-01-20Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje
2012-11-12ppc: replace pointer casting with AV_COPY32Mans Rullgard
2012-11-12ppc: fix some unused variable warningsMans Rullgard
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-10-09ppc: fix Altivec build with old compilersMans Rullgard
2012-10-06ppc: fmtconvert: kill VLA in float_to_int16_interleave_altivec()Mans Rullgard
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23dsputil: ppc: cosmetics: pretty-printJustin Ruggles
2012-07-18ppc: fix build with altivec disabledMans Rullgard
2012-07-18vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard
2012-06-13ppc: Rename H.264 optimization template file for consistency.Diego Biurrun
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-06-08PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles
2012-05-22ppc: Drop unused header regs.hDiego Biurrun
2012-05-01ppc: add const where needed in scalarproduct_int16_altivec()Mans Rullgard
2012-05-01ppc: remove shift parameter from scalarproduct_int16_altivec()Mans Rullgard
2012-05-01ppc: dsputil: do unaligned block accesses correctlyMans Rullgard
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-18ppc: drop unused function dct_quantize_altivec()Diego Biurrun
2012-04-12build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun
2012-04-09ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun
2012-03-26build: ppc: drop stray leftover backslashDiego Biurrun
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-03-02vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje
2012-02-16ppc: Add ff_ prefix to nonstatic symbolsMartin Storsjö
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-09cosmetics: Delete empty lines at end of file.Diego Biurrun
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-07doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun
2011-10-21h264: fix ppc/altivec buildMans Rullgard
2011-10-21H264: change weight/biweight functions to take a height argument.Ronald S. Bultje