Mercurial > libavcodec.hg
graph
-
cosmetics: Add some whitespace for better readability. libavcodecThu, 30 Aug 2007 23:16:34 +0000, by diego
-
cosmetics: Sort some lines, whitespace changes. libavcodecThu, 30 Aug 2007 23:11:24 +0000, by diego
-
Blackfin 32bit multiplication primitives MULH MUL16 libavcodecThu, 30 Aug 2007 15:15:48 +0000, by mhoffman
-
Replace complicated and currently broken manual alignment code by libavcodecThu, 30 Aug 2007 11:41:58 +0000, by reimar
-
Change 4xm demuxer and video decoder to pass the video format version in libavcodecMon, 27 Aug 2007 21:58:39 +0000, by rtogni
-
Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific libavcodecMon, 27 Aug 2007 09:17:03 +0000, by diego
-
Do not wrongly mark Apple gcc workarounds as being specific to Darwin. libavcodecSun, 26 Aug 2007 22:06:40 +0000, by diego
-
remove alignment correction of the destination pointers in luma_16x6 libavcodecSun, 26 Aug 2007 21:47:58 +0000, by gpoirier
-
workaround gcc bug, untested as my gcc is not complaining libavcodecSun, 26 Aug 2007 12:34:22 +0000, by michael
-
optimize the first vertical lifting step, this also prevents another libavcodecSun, 26 Aug 2007 11:16:23 +0000, by michael
-
get rid of totally senseless "m" + read in register we have enough libavcodecSun, 26 Aug 2007 06:51:51 +0000, by michael
-
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum libavcodecSun, 26 Aug 2007 01:11:02 +0000, by michael
-
avoid an overflow in the 1 horizontal lifting step libavcodecSat, 25 Aug 2007 19:04:33 +0000, by michael
-
prevent one overflow in the first vertical lifting step libavcodecSat, 25 Aug 2007 16:28:45 +0000, by michael
-
cleanup (remove some old experimentation related code) libavcodecSat, 25 Aug 2007 03:19:39 +0000, by michael
-
we only have 2 wavelets, the 3rd was just for experimentation ... libavcodecSat, 25 Aug 2007 03:04:13 +0000, by michael
-
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with libavcodecSat, 25 Aug 2007 03:00:51 +0000, by michael
-
Remove HAVE_ALTIVEC preprocessor directives that are only compiled libavcodecFri, 24 Aug 2007 23:01:50 +0000, by diego
-
Fix trivial mixed declarations and code warning caused by a double semicolon. libavcodecFri, 24 Aug 2007 15:42:50 +0000, by diego
-
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a libavcodecFri, 24 Aug 2007 15:38:37 +0000, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodecFri, 24 Aug 2007 15:18:41 +0000, by diego
-
Move Apple gcc AltiVec vector declaration syntax to libavutil. libavcodecFri, 24 Aug 2007 15:04:00 +0000, by diego
-
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor libavcodecFri, 24 Aug 2007 14:57:46 +0000, by diego
-
Add request_channels member to AVCodecContext so we now have a proper libavcodecThu, 23 Aug 2007 20:28:28 +0000, by reimar
-
Initialize the "stc" variable before using it in ff_find_start_code() libavcodecThu, 23 Aug 2007 07:02:27 +0000, by lucabe
-
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). libavcodecWed, 22 Aug 2007 22:46:39 +0000, by diego
-
Identifiers starting with underscores are reserved. libavcodecWed, 22 Aug 2007 12:41:16 +0000, by diego
-
parsers and bsfs declarations are not meant to be part of public API libavcodecTue, 21 Aug 2007 18:24:08 +0000, by aurel
-
Change rounding of the horizontal DWT to match the vertical one. libavcodecTue, 21 Aug 2007 16:29:40 +0000, by michael