Mercurial > libavcodec.hg
graph
-
switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. libavcodecWed, 24 Feb 2010 18:16:48 +0000, by michael
-
Factorize common code from the top of decode_cabac_mb_mvd() libavcodecWed, 24 Feb 2010 18:06:02 +0000, by michael
-
Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) libavcodecWed, 24 Feb 2010 16:16:08 +0000, by michael
-
Replace ad-hoc fill rectangle by fill_rectangle(). libavcodecWed, 24 Feb 2010 13:12:09 +0000, by michael
-
ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls libavcodecWed, 24 Feb 2010 13:11:38 +0000, by kostya
-
it is not necessary to display the decoder name, as av_log() automatically prints the context libavcodecWed, 24 Feb 2010 11:51:42 +0000, by pross
-
Replace /2 by faster >>1 as the mvd values are now all positive. libavcodecWed, 24 Feb 2010 01:57:31 +0000, by michael
-
Remove unused variable. Seems i forgot to commit this. libavcodecWed, 24 Feb 2010 01:56:27 +0000, by michael
-
Cosmetics: break all Makefile lines at 80 columns or less libavcodecTue, 23 Feb 2010 16:12:30 +0000, by daniel
-
Use reported_size to truncate final Bink Audio frame libavcodecTue, 23 Feb 2010 10:28:11 +0000, by pross
-
10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and libavcodecTue, 23 Feb 2010 07:41:29 +0000, by kostya
-
Move plane decoding code into separate function in Bink decoder libavcodecTue, 23 Feb 2010 07:00:46 +0000, by kostya
-
Bink video decoder now can use extradata to detect alpha plane presence libavcodecTue, 23 Feb 2010 06:39:23 +0000, by kostya
-
Declare indeo VLC table storage with correct type libavcodecTue, 23 Feb 2010 03:45:51 +0000, by mru
-
Try to set has_b_frames in codec init if we know everything alraedy. libavcodecTue, 23 Feb 2010 01:08:54 +0000, by michael
-
Move extradata reading code into codec init instead of doing it libavcodecTue, 23 Feb 2010 01:07:39 +0000, by michael
-
Macroblock and block Huffman code sets are to be used by both Indeo 4 and libavcodecMon, 22 Feb 2010 13:51:32 +0000, by kostya
-
Make Bink decoder to stop decoding planes after all bits are used. libavcodecMon, 22 Feb 2010 12:35:12 +0000, by kostya
-
Correct bundle lengths calculation for small Bink files. libavcodecMon, 22 Feb 2010 12:20:49 +0000, by kostya
-
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 libavcodecMon, 22 Feb 2010 12:20:31 +0000, by mru
-
Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). libavcodecMon, 22 Feb 2010 09:47:12 +0000, by cehoyos
-
get/show_bits() can read up to MIN_CACHE_BITS bits libavcodecSun, 21 Feb 2010 23:28:24 +0000, by mru
-
Fix timestamp association for mpeg2 field pictures. libavcodecSun, 21 Feb 2010 23:22:51 +0000, by michael
-
Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend libavcodecSun, 21 Feb 2010 21:48:40 +0000, by mru
-
Remove unused variable, fixes warnings of the type: libavcodecSun, 21 Feb 2010 15:29:17 +0000, by diego
-
Simplify determing whether fragments are coded libavcodecSun, 21 Feb 2010 00:11:01 +0000, by conrad
-
Handle Theora's continued runs in superblock coding. libavcodecSun, 21 Feb 2010 00:10:58 +0000, by conrad
-
Decode fully coded superblocks in the same manner as partial superblocks and qpi libavcodecSun, 21 Feb 2010 00:10:54 +0000, by conrad
-
Make the special 4129 case for long-run bit strings a #define and explain it libavcodecSun, 21 Feb 2010 00:10:51 +0000, by conrad
-
Use memset to set the runs partially coded superblocks libavcodecSun, 21 Feb 2010 00:10:47 +0000, by conrad
-
Free encoder extradata in avcodec_close(). Should fix several small memory libavcodecSat, 20 Feb 2010 18:28:11 +0000, by vitor
-
remove tables of codebook vector values which are contained in libavcodecSat, 20 Feb 2010 12:32:30 +0000, by stefang
-
16l trocadero: don't forget to free frame data buffer in APE decoder libavcodecFri, 19 Feb 2010 22:23:55 +0000, by kostya