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-09Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44'Michael Niedermayer
2013-02-08dsputil: Move ff_h264_idct function declarations to a separate headerDiego Biurrun
2012-07-10h264idct: 12 and 14 bit supportMichael Niedermayer
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-10Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson
2011-05-10Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-04-11Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson
2011-04-11Move the functions in h264idct into a new file h264idct_internal.h.Oskar Arvidsson
2011-04-11Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2011-01-14H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser
2010-06-23Improve some uses of ff_cropTbl with constant offsetMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2008-12-25flatten an array, since gcc fails at optimizing multidimensional arraysLoren Merritt
2008-12-18H.264 idct functions that include the chroma, inter luma and intra16 luma loopsMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-12rename cropTbl -> ff_cropTblMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-02-10h264: special case dc-only idct. ~1% faster overallLoren Merritt
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-06-03decode H.264 with 8x8 transform.Loren Merritt
2004-09-27move h264 idct to its own file and call via function pointer in DspContextMichael Niedermayer