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
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun
2012-09-09dsputil/me/pixels: Actually use av_restrictDerek Buitenhuis
2012-04-23lowres2 support.Michael Niedermayer
2012-04-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-21Remove lowres video decodingMans Rullgard
2012-03-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-26build: prettyprinting cosmeticsDiego Biurrun
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2011-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-21dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard
2011-07-21dsputil: template get_pixels() for different bit depthsMans Rullgard
2011-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-20simple_idct: add 10-bit versionMans Rullgard
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-05-02Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-01ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
2011-04-28Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-27simple_idct_alpha: Drop some useless casts.Diego Biurrun
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-06-27Remove --enable-gprof flagMåns Rullgård
2010-03-17Simplify arch-specific object file listsMåns Rullgård
2010-03-17Move arch-specific makefile parts into $arch/MakefileMåns Rullgård
2010-03-08Alpha: move dsputil prototypes to a header fileMåns Rullgård
2009-08-21Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil.Diego Biurrun
2009-02-21Alpha: fix inline asm with DEC/Compaq/HP compilerMåns Rullgård
2009-01-18Alpha: fix pix_abs16Måns Rullgård
2009-01-18Alpha: add ff_ prefix to idct functionsMåns Rullgård
2009-01-18Alpha: indentationMåns Rullgård
2009-01-18Alpha: proper IDCT selectionMåns Rullgård
2009-01-18Alpha: add some const, kill some warningsMåns Rullgård
2009-01-18Alpha: factor common parts from dct_unquantize_h263_intra/inter_axpMåns Rullgård
2009-01-18Alpha: fix dct_unquantize_h263_inter/intra_axp()Måns Rullgård
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-07-06update my email addressMåns Rullgård
2007-07-05UTF-8 conversionDiego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-02-11rename HAVE_GPROF to CONFIG_GPROFMåns Rullgård