OSDN Git Service

cmdutils: add support for programs in check_stream_specifier()
[coroid/libav_saccubus.git] / libavcodec / h264idct.c
2011-05-10 Oskar ArvidssonAdds 8-, 9- and 10-bit versions of some of the function...
2011-05-10 Oskar ArvidssonMove the functions in h264idct into a new file h264idct...
2011-05-10 Oskar ArvidssonChoose h264 chroma dc dequant function dynamically.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2011-01-14 Jason Garrett-GlaserH.264: eliminate non-transposed scantable support.
2010-06-22 Måns RullgårdImprove some uses of ff_cropTbl with constant offset
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2008-12-25 Loren Merrittflatten an array, since gcc fails at optimizing multidi...
2008-12-18 Michael NiedermayerH.264 idct functions that include the chroma, inter...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-02-10 Loren Merritth264: special case dc-only idct. ~1% faster overall
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-06-02 Loren Merrittdecode H.264 with 8x8 transform.
2004-09-27 Michael Niedermayermove h264 idct to its own file and call via function...