Mercurial > libavcodec.hg
graph
-
Check masterbook index and subclass book index. libavcodecWed, 23 Sep 2009 12:17:54 +0000, by michael
-
Add checks for per-packet mode indexes and per-header mode mapping indexes. libavcodecWed, 23 Sep 2009 12:09:33 +0000, by michael
-
Set data_size to 0 to avoid having it uninitialized. libavcodecWed, 23 Sep 2009 11:44:30 +0000, by michael
-
Check num_units_in_tick/time_scale to be valid and within the range we support. libavcodecWed, 23 Sep 2009 09:58:44 +0000, by michael
-
Another micro-optimization for unpack_vlcs(): Eliminate a possible libavcodecWed, 23 Sep 2009 05:38:12 +0000, by melanson
-
Check codec_id and codec_type in avcodec_open(), based on 43_codec_type_mismatch.patch from chrome libavcodecTue, 22 Sep 2009 22:44:56 +0000, by michael
-
Hook up the MD studio demuxer and Atrac1 decoder. libavcodecTue, 22 Sep 2009 17:28:03 +0000, by banan
-
Mention SDDS so search engines will pick it up for when someone libavcodecTue, 22 Sep 2009 17:05:19 +0000, by banan
-
Perform the DC prediction reversal immediately after decoding all of libavcodecTue, 22 Sep 2009 15:58:08 +0000, by melanson
-
AAC: Simplify some logic from r19956. (The escape codebook is unsigned.) libavcodecTue, 22 Sep 2009 01:34:42 +0000, by alexc
-
ARM: NEON optimisations for some dsputil functions libavcodecTue, 22 Sep 2009 00:48:48 +0000, by mru
-
Add some dsputil functions useful for AAC decoder libavcodecTue, 22 Sep 2009 00:48:41 +0000, by mru
-
Cosmetics. Merge declaration and initialization. libavcodecMon, 21 Sep 2009 20:52:24 +0000, by banan
-
Move the scale factor and word length indexes to the stack. libavcodecMon, 21 Sep 2009 20:49:08 +0000, by banan
-
Use a custom radix sort implementation instead of qsort in dnxhd encoder. libavcodecMon, 21 Sep 2009 10:28:31 +0000, by reimar
-
aacenc: Use preprocessor constants for trellis states and stages. libavcodecMon, 21 Sep 2009 04:32:51 +0000, by alexc
-
aacenc: Split paths in the scalefactor selection trellis into a 2-D array. libavcodecMon, 21 Sep 2009 04:15:12 +0000, by alexc
-
aacenc: Replace cbrt() with cbrtf() when the result is destined for float libavcodecMon, 21 Sep 2009 03:53:39 +0000, by alexc
-
aacenc: Multiple distortion by lambda after it's summed and not each individual libavcodecMon, 21 Sep 2009 03:50:59 +0000, by alexc
-
aacenc: Don't make unnecessary compares to the escape value in tight loops. libavcodecMon, 21 Sep 2009 03:41:08 +0000, by alexc
-
extend ff_inverse[], and fix its documentation libavcodecMon, 21 Sep 2009 03:01:57 +0000, by lorenm
-
ARM: interleave cos/sin tables for improved NEON MDCT libavcodecMon, 21 Sep 2009 02:56:09 +0000, by mru
-
Allow arch-specific mdct code to request interleaving of cos/sin tables libavcodecMon, 21 Sep 2009 02:56:06 +0000, by mru
-
Modify unpack_vlcs() so that there are fewer dereferences through the libavcodecMon, 21 Sep 2009 01:37:50 +0000, by melanson
-
Add parentheses to logical expression to avoid the warning: libavcodecSun, 20 Sep 2009 18:29:48 +0000, by diego
-
Fix embarassing typo in last commit: Restore mistakenly removed ','. libavcodecSun, 20 Sep 2009 17:18:59 +0000, by diego
-
Allow encoding frames with more than 2800 lines. libavcodecSun, 20 Sep 2009 14:08:44 +0000, by cehoyos
-
Support uncompressed 16 bit sgi image format, as e.g. used by the files at libavcodecSat, 19 Sep 2009 11:42:41 +0000, by reimar
-
Simplify color_flags calculation, remove a pointless initialization libavcodecSat, 19 Sep 2009 11:36:51 +0000, by reimar
-
Make default_correlation array const since it is never modified. libavcodecSat, 19 Sep 2009 11:35:55 +0000, by reimar
-
Update AC-3 channel map. 2F/2R layout only has 4 channels. This correction libavcodecSat, 19 Sep 2009 04:56:22 +0000, by jbr
-
Reorder functions so that encoding functions are disabled by the preprocessor. libavcodecFri, 18 Sep 2009 19:45:09 +0000, by diego