Mercurial > libavcodec.hg
graph
-
More OKed hunks of the AAC decoder from SoC libavcodecMon, 11 Aug 2008 11:16:06 +0000, by superdump
-
Fixing the units in DV50 tables (both coordinates are libavcodecMon, 11 Aug 2008 10:14:46 +0000, by romansh
-
Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs. libavcodecMon, 11 Aug 2008 09:52:17 +0000, by pross
-
Coalescing the un-weighting and de-quantization steps for faster libavcodecMon, 11 Aug 2008 09:35:58 +0000, by romansh
-
Simplify colour conversion in Fraps as suggested by Michael libavcodecMon, 11 Aug 2008 05:11:05 +0000, by kostya
-
The deblock filter does not need all the intra availability stuff so do libavcodecMon, 11 Aug 2008 03:08:02 +0000, by michael
-
Simplify constrained_intra_pred code in fill_caches(). libavcodecMon, 11 Aug 2008 02:52:14 +0000, by michael
-
Support MBAFF + constrained intra prediction. libavcodecMon, 11 Aug 2008 02:21:33 +0000, by michael
-
Bump minor version as av_log_missing_feature() was added to public API in libavcodecSun, 10 Aug 2008 22:18:46 +0000, by superdump
-
Add a generic function to lavc to log messages about missing features. libavcodecSun, 10 Aug 2008 20:29:43 +0000, by superdump
-
R and B components are stored as a differences to G component in Fraps v5. libavcodecSun, 10 Aug 2008 18:15:38 +0000, by kostya
-
Mask bits of reference indexes properly to avoid negative numbers entangling libavcodecSun, 10 Aug 2008 16:10:39 +0000, by michael
-
Remove a few more lines of unneeded code in fill_caches() for MBAFF. libavcodecSun, 10 Aug 2008 15:39:46 +0000, by michael
-
Use the correct reference tables for interlaced MBAFF MBs in the loop filter. libavcodecSun, 10 Aug 2008 02:38:51 +0000, by michael
-
Do not execute the part of fill_caches() for the loopfilter that overwrites libavcodecSun, 10 Aug 2008 00:38:41 +0000, by michael
-
Remove more code that has become useless after the pairless MBAFF loop libavcodecSat, 09 Aug 2008 18:11:25 +0000, by michael
-
Sync already committed code with that in SoC and commit more OKed hunks of code libavcodecSat, 09 Aug 2008 10:46:27 +0000, by superdump
-
Remove odd pairwise deblock filtering applied to MBAFF MBs. libavcodecSat, 09 Aug 2008 01:17:34 +0000, by michael
-
Add simpler/cleaner/faster F32BE encoding/decoding. libavcodecThu, 07 Aug 2008 09:32:10 +0000, by pross
-
Simplify PCM codec; change 'n' in pcm_decode_frame() to equal "total number of samples". libavcodecThu, 07 Aug 2008 09:23:56 +0000, by pross
-
Prevent DAUD PCM encoder from fetching values outside of ff_reverse[] array bounds when input sample values are < 0. libavcodecThu, 07 Aug 2008 08:16:42 +0000, by pross
-
Simplify eval_refl(): do not store a buffer value in a var when the buffer could be used directly libavcodecWed, 06 Aug 2008 21:16:24 +0000, by vitor
-
Simplify range checking in eval_refl(). Before the libavcodecWed, 06 Aug 2008 21:02:56 +0000, by vitor
-
Simplify do_output_subblock(): Remove a unneeded memcpy libavcodecWed, 06 Aug 2008 20:38:23 +0000, by vitor
-
Simplify eval_refl(): return directly when needed instead of storing the return value in a variable libavcodecWed, 06 Aug 2008 05:24:21 +0000, by vitor
-
Simplify rms(): merge a few operations in the same statement libavcodecWed, 06 Aug 2008 05:11:46 +0000, by vitor
-
Check available size before writing in decode_frame() libavcodecWed, 06 Aug 2008 05:06:10 +0000, by vitor
-
Flip (by making buf[i] -> buf[size-i-1]) two buffers: {sp,gain}_block. This libavcodecWed, 06 Aug 2008 02:44:59 +0000, by vitor
-
Prevent low delay from being used with mpeg1. libavcodecTue, 05 Aug 2008 20:39:58 +0000, by michael
-
OKed sections of code from the SoC AAC decoder libavcodecTue, 05 Aug 2008 19:32:01 +0000, by superdump
-
Move shared tables to aactab.c and add declarations to aactab.h. Also sync with libavcodecTue, 05 Aug 2008 19:31:05 +0000, by superdump