log

age author description
Sun, 27 Sep 2009 06:10:36 +0000 jbr Move some variable declarations to inside of loops. libavcodec
Sun, 27 Sep 2009 06:01:32 +0000 jbr Remove unneeded variable. libavcodec
Sun, 27 Sep 2009 05:48:03 +0000 jbr Cosmetics: Rename some variables to be more descriptive of their use. libavcodec
Sun, 27 Sep 2009 05:39:57 +0000 jbr Remove some unneeded variables. libavcodec
Sun, 27 Sep 2009 05:36:52 +0000 jbr Cosmetics: Rename some variables libavcodec
Sun, 27 Sep 2009 04:57:36 +0000 jbr simplify 2 lines into 1 using FFMIN libavcodec
Sun, 27 Sep 2009 04:55:37 +0000 jbr Cosmetics: Do some basic pretty-printing. libavcodec
Sun, 27 Sep 2009 04:47:38 +0000 jbr Simplify by combining increment with array access. libavcodec
Sun, 27 Sep 2009 04:46:56 +0000 jbr cosmetics: Rename some variables to be more descriptive of their use. Do some libavcodec
Sun, 27 Sep 2009 04:41:05 +0000 jbr Move 2 variable declarations to inside of loop. libavcodec
Sun, 27 Sep 2009 04:37:00 +0000 jbr simplify by combining increment with array access libavcodec
Sun, 27 Sep 2009 04:32:31 +0000 jbr Remove unneeded variable libavcodec
Sun, 27 Sep 2009 04:07:49 +0000 jbr Hardcode AC-3 critical band tables when CONFIG_HARDCODED_TABLES is set. libavcodec
Sat, 26 Sep 2009 22:54:29 +0000 jbr simplify format string for writing pix_fmt string. libavcodec
Sat, 26 Sep 2009 19:55:21 +0000 mru ARM: NEON optimised vector_clipf libavcodec
Sat, 26 Sep 2009 19:23:27 +0000 mru WMA: remove some unused variables libavcodec
Sat, 26 Sep 2009 19:23:25 +0000 mru ARM: NEON optimised vector_fmul_reverse libavcodec
Sat, 26 Sep 2009 16:04:35 +0000 reimar Specify maximum sample rate of MLP by defining the factor relative to 48000 libavcodec
Sat, 26 Sep 2009 05:48:50 +0000 kostya Fix decoding of TIFF CCITT RLE compressed data. libavcodec
Fri, 25 Sep 2009 01:31:53 +0000 jbr Align pix_fmt list by allowing one more char for the pix_fmt name. libavcodec
Thu, 24 Sep 2009 22:39:47 +0000 reimar Remove ff_realloc_static, it is no longer used and since it was declared libavcodec
Thu, 24 Sep 2009 22:37:34 +0000 reimar Reindent. libavcodec
Thu, 24 Sep 2009 22:36:52 +0000 reimar Remove a piece of code left-over from the removed alloc'd static vlc table code. libavcodec
Thu, 24 Sep 2009 21:26:35 +0000 vitor Reindent code folowing previous commit (r20019) libavcodec
Thu, 24 Sep 2009 21:24:58 +0000 vitor Factorize duplicated code in at1_imdct_block() libavcodec
Thu, 24 Sep 2009 19:37:41 +0000 cehoyos Allow decoding of 625/50 (PAL) with video_stype==1. libavcodec
Thu, 24 Sep 2009 18:30:28 +0000 kostya Support both LSB and MSB orders for TIFF CCITT G.x compressed data. libavcodec
Thu, 24 Sep 2009 15:13:34 +0000 reimar Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and libavcodec
Thu, 24 Sep 2009 15:12:05 +0000 reimar Replace last use of INIT_VLC_USE_STATIC by INIT_VLC_USE_NEW_STATIC in svq1dec libavcodec
Thu, 24 Sep 2009 11:04:46 +0000 reimar Change VLC table creation in x8_vlc_init to use INIT_VLC_USE_NEW_STATIC. libavcodec