log

age author description
Mon, 21 Sep 2009 10:28:31 +0000 reimar Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodec
Mon, 21 Sep 2009 04:32:51 +0000 alexc aacenc: Use preprocessor constants for trellis states and stages. libavcodec
Mon, 21 Sep 2009 04:15:12 +0000 alexc aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodec
Mon, 21 Sep 2009 03:53:39 +0000 alexc aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodec
Mon, 21 Sep 2009 03:50:59 +0000 alexc aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodec
Mon, 21 Sep 2009 03:42:54 +0000 alexc Cosmetics: Reindent after r19943. libavcodec
Mon, 21 Sep 2009 03:41:08 +0000 alexc aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodec
Mon, 21 Sep 2009 03:01:57 +0000 lorenm extend ff_inverse[], and fix its documentation libavcodec
Mon, 21 Sep 2009 02:56:12 +0000 mru ARM: merge two loops in ff_mdct_calc_neon libavcodec
Mon, 21 Sep 2009 02:56:09 +0000 mru ARM: interleave cos/sin tables for improved NEON MDCT libavcodec
Mon, 21 Sep 2009 02:56:06 +0000 mru Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodec
Mon, 21 Sep 2009 01:40:08 +0000 mru ARM: remove broken IPP support libavcodec
Mon, 21 Sep 2009 01:37:50 +0000 melanson Modify unpack_vlcs() so that there are fewer dereferences through the libavcodec
Sun, 20 Sep 2009 18:29:48 +0000 diego Add parentheses to logical expression to avoid the warning: libavcodec
Sun, 20 Sep 2009 18:21:54 +0000 diego Remove unused variable, fixes the warning: libavcodec
Sun, 20 Sep 2009 17:30:20 +0000 mru Merge FFTContext and MDCTContext libavcodec
Sun, 20 Sep 2009 17:18:59 +0000 diego Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodec
Sun, 20 Sep 2009 17:16:12 +0000 diego K&R coding style whitespace cosmetics libavcodec
Sun, 20 Sep 2009 14:09:27 +0000 cehoyos Cosmetics: Reindent after r19927. libavcodec
Sun, 20 Sep 2009 14:08:44 +0000 cehoyos Allow encoding frames with more than 2800 lines. libavcodec
Sat, 19 Sep 2009 11:42:41 +0000 reimar Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodec
Sat, 19 Sep 2009 11:36:51 +0000 reimar Simplify color_flags calculation, remove a pointless initialization libavcodec
Sat, 19 Sep 2009 11:35:55 +0000 reimar Make default_correlation array const since it is never modified. libavcodec
Sat, 19 Sep 2009 04:56:22 +0000 jbr Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodec
Sat, 19 Sep 2009 01:46:03 +0000 banan Align sample output buffer in atrac1. libavcodec
Sat, 19 Sep 2009 01:45:00 +0000 banan Fix the short block transform for atrac1. libavcodec
Fri, 18 Sep 2009 19:45:09 +0000 diego Reorder functions so that encoding functions are disabled by the preprocessor. libavcodec
Fri, 18 Sep 2009 19:41:23 +0000 diego Add missing stdint.h #include to fix 'make checkheaders'. libavcodec
Fri, 18 Sep 2009 19:03:05 +0000 bcoudurier fix uninitialized memory in dnxhd encoder libavcodec
Thu, 17 Sep 2009 18:52:11 +0000 banan Only use one mdct window size in atrac1. libavcodec