Mercurial > libavcodec.hg
graph
-
Change 4xm demuxer and video decoder to pass the video format version in libavcodec2007-08-27, by rtogni
-
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodec2007-08-27, by diego
-
Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodec2007-08-26, by diego
-
remove alignment correction of the destination pointers in luma_16x6 libavcodec2007-08-26, by gpoirier
-
optimize the first vertical lifting step, this also prevents another libavcodec2007-08-26, by michael
-
get rid of totally senseless "m" + read in register we have enough libavcodec2007-08-26, by michael
-
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodec2007-08-26, by michael
-
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodec2007-08-25, by michael
-
Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodec2007-08-24, by diego
-
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodec2007-08-24, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec2007-08-24, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodec2007-08-24, by diego
-
Add request_channels member to AVCodecContext so we now have a proper libavcodec2007-08-23, by reimar
-
Initialize the "stc" variable before using it in ff_find_start_code() libavcodec2007-08-23, by lucabe
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodec2007-08-22, by diego
-
parsers and bsfs declarations are not meant to be part of public API libavcodec2007-08-21, by aurel
-
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h libavcodec2007-08-21, by aurel
-
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested) libavcodec2007-08-21, by michael
-
Simplify and optimize the 4th vertical lifting step of the MMX code libavcodec2007-08-21, by michael
-
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd libavcodec2007-08-20, by michael
-
remove idiotc double subtraction from the sse2 code (untested, no sse2 here) libavcodec2007-08-20, by michael
-
and of course the unneeded double subtractions were blindly put in the libavcodec2007-08-20, by michael
-
Statements like a = b = c = d = e; store from right-to-left, so if libavcodec2007-08-14, by gpoirier
-
Add attribute that forces alignment of stack to functions that need it. libavcodec2007-08-13, by ramiro
-
use version instead of some random 32bit value to switch between 16 and libavcodec2007-08-13, by michael