Mercurial > libavcodec.hg
graph
-
Make sure priv_data is freed and codec is set to NULL in case of failure of avcodec_open(). libavcodecWed, 23 Sep 2009 15:16:36 +0000, by michael
-
Fix >= vs > check of coded_fragment_list_index. libavcodecWed, 23 Sep 2009 12:42:12 +0000, by michael
-
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