log

age author description
Sat, 27 Feb 2010 14:08:06 +0000 kostya Strides in Indeo 5 reconstruction filter should be signed, libavcodec
Sat, 27 Feb 2010 12:32:31 +0000 kostya Encapsulate VLC information needed for decoding blocks and macroblocks in libavcodec
Sat, 27 Feb 2010 12:12:56 +0000 kostya Make it clear that ff_ivi_init_static_vlc() does not need arguments libavcodec
Sat, 27 Feb 2010 04:09:48 +0000 michael Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup libavcodec
Sat, 27 Feb 2010 03:46:16 +0000 michael Split *_type setting up, 4 cpu cycles faster. libavcodec
Fri, 26 Feb 2010 22:45:35 +0000 michael Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster. libavcodec
Fri, 26 Feb 2010 18:50:01 +0000 fenrir Fixed a segfault in the DCA decoder with corrupted streams. libavcodec
Fri, 26 Feb 2010 18:12:27 +0000 vitor Do not read beyond end of input in EA-TGV. This should avoid FATE test #362 libavcodec
Fri, 26 Feb 2010 15:26:11 +0000 michael Only load the topleft mv/ref when the topright is unavailable. libavcodec
Fri, 26 Feb 2010 15:03:00 +0000 michael Remove some useless operations from the code setting left_cbp. libavcodec
Fri, 26 Feb 2010 09:13:40 +0000 michael Simplify code to set cbp_* libavcodec
Fri, 26 Feb 2010 08:55:43 +0000 benoit Fix typos in ref_index documentation. libavcodec
Fri, 26 Feb 2010 03:27:52 +0000 michael Move init of right side of ref_cache from fill_caches() to init_the_darn_decoder(). libavcodec
Fri, 26 Feb 2010 02:54:03 +0000 michael Remove 3 mv_cache zeroing instructions that zeroed the right side. libavcodec
Fri, 26 Feb 2010 01:38:12 +0000 michael Remove useless check of the 2 left MBs of a pair being in the same slice. libavcodec
Fri, 26 Feb 2010 00:51:26 +0000 michael Clarify ref_index. libavcodec
Fri, 26 Feb 2010 00:10:35 +0000 michael Remove unneeded line of code from the neighbor setting code in h264. libavcodec
Fri, 26 Feb 2010 00:08:27 +0000 michael Simplify code in mv_pred. libavcodec
Thu, 25 Feb 2010 23:44:42 +0000 michael Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to libavcodec
Thu, 25 Feb 2010 18:41:48 +0000 michael svq3 now in working condition, at least vissually, ill let fate tell us libavcodec
Thu, 25 Feb 2010 18:39:01 +0000 michael fix compilation, sorry ive not checked cvslog for a while :((( libavcodec
Thu, 25 Feb 2010 15:29:12 +0000 michael Dont allocate direct_table 8 times too large. libavcodec
Thu, 25 Feb 2010 15:27:55 +0000 michael Store data in direct_table interleaved. libavcodec
Thu, 25 Feb 2010 14:54:31 +0000 michael Simplify intra4x4_pred_mode_cache init. libavcodec
Thu, 25 Feb 2010 14:26:12 +0000 michael Reorder intra4x4_pred_mode so that we can read/write 4 values at once. libavcodec
Thu, 25 Feb 2010 14:02:39 +0000 michael Store intra4x4_pred_mode per row only. libavcodec
Thu, 25 Feb 2010 12:51:32 +0000 michael unroll tiny and trivial loop. Same speed but clearer. libavcodec
Thu, 25 Feb 2010 04:11:33 +0000 michael Cut the size of mvd_table by yet another factor of 2. libavcodec
Thu, 25 Feb 2010 02:42:25 +0000 michael Keep mvd_table values of only 2 mb rows. libavcodec
Wed, 24 Feb 2010 23:56:52 +0000 alexc aac: Keep decode_band_types() from eating all padding at the end of a buffer. libavcodec
Wed, 24 Feb 2010 22:13:20 +0000 michael 3rd and hopefully last 100l fix. libavcodec
Wed, 24 Feb 2010 22:05:51 +0000 michael Fix doxy and assert(). libavcodec
Wed, 24 Feb 2010 21:55:55 +0000 michael Try to fix 100l compilation failure on some systems. libavcodec
Wed, 24 Feb 2010 20:43:06 +0000 michael Change mvd_cache & mvd_table to 8bit, this is overall a bit faster libavcodec
Wed, 24 Feb 2010 20:37:58 +0000 michael Extend fill_rectangle() support for 16bit libavcodec
Wed, 24 Feb 2010 18:50:02 +0000 michael Calculate mvd without abs() libavcodec
Wed, 24 Feb 2010 18:16:48 +0000 michael switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now. libavcodec
Wed, 24 Feb 2010 18:06:02 +0000 michael Factorize common code from the top of decode_cabac_mb_mvd() libavcodec
Wed, 24 Feb 2010 16:16:08 +0000 michael Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2) libavcodec
Wed, 24 Feb 2010 13:12:09 +0000 michael Replace ad-hoc fill rectangle by fill_rectangle(). libavcodec
Wed, 24 Feb 2010 13:11:38 +0000 kostya ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls libavcodec
Wed, 24 Feb 2010 11:51:42 +0000 pross it is not necessary to display the decoder name, as av_log() automatically prints the context libavcodec
Wed, 24 Feb 2010 01:57:31 +0000 michael Replace /2 by faster >>1 as the mvd values are now all positive. libavcodec
Wed, 24 Feb 2010 01:56:27 +0000 michael Remove unused variable. Seems i forgot to commit this. libavcodec
Tue, 23 Feb 2010 16:54:05 +0000 ramiro mlp_parser: Fix memleak. libavcodec
Tue, 23 Feb 2010 16:12:30 +0000 daniel Cosmetics: break all Makefile lines at 80 columns or less libavcodec
Tue, 23 Feb 2010 10:28:11 +0000 pross Use reported_size to truncate final Bink Audio frame libavcodec
Tue, 23 Feb 2010 08:40:46 +0000 daniel Fix iff demuxer dependencies libavcodec
Tue, 23 Feb 2010 08:37:04 +0000 daniel Fix vc1 parser dependencies libavcodec
Tue, 23 Feb 2010 08:32:29 +0000 daniel Fix h264 parser dependencies libavcodec
Tue, 23 Feb 2010 08:23:59 +0000 daniel Fix mpeg4video parser dependencies libavcodec
Tue, 23 Feb 2010 08:16:56 +0000 daniel Fix wmv2 encoder dependencies libavcodec
Tue, 23 Feb 2010 08:12:26 +0000 daniel Fix gif encoder dependencies libavcodec
Tue, 23 Feb 2010 08:10:01 +0000 daniel Fix snow encoder dependencies libavcodec
Tue, 23 Feb 2010 08:04:55 +0000 daniel Fix svq1 encoder dependencies libavcodec
Tue, 23 Feb 2010 07:41:29 +0000 kostya 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and libavcodec
Tue, 23 Feb 2010 07:07:54 +0000 kostya Decode alpha plane in Bink video libavcodec
Tue, 23 Feb 2010 07:01:13 +0000 kostya cosmetics: reindent after last commit libavcodec
Tue, 23 Feb 2010 07:00:46 +0000 kostya Move plane decoding code into separate function in Bink decoder libavcodec
Tue, 23 Feb 2010 06:39:23 +0000 kostya Bink video decoder now can use extradata to detect alpha plane presence libavcodec
Tue, 23 Feb 2010 03:45:51 +0000 mru Declare indeo VLC table storage with correct type libavcodec
Tue, 23 Feb 2010 01:08:54 +0000 michael Try to set has_b_frames in codec init if we know everything alraedy. libavcodec
Tue, 23 Feb 2010 01:07:39 +0000 michael Move extradata reading code into codec init instead of doing it libavcodec
Mon, 22 Feb 2010 14:59:51 +0000 kostya Make Bink decoder able to skip alpha plane libavcodec
Mon, 22 Feb 2010 13:51:32 +0000 kostya Macroblock and block Huffman code sets are to be used by both Indeo 4 and libavcodec
Mon, 22 Feb 2010 12:35:12 +0000 kostya Make Bink decoder to stop decoding planes after all bits are used. libavcodec
Mon, 22 Feb 2010 12:20:49 +0000 kostya Correct bundle lengths calculation for small Bink files. libavcodec
Mon, 22 Feb 2010 12:20:31 +0000 mru ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 libavcodec
Mon, 22 Feb 2010 09:47:12 +0000 cehoyos Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). libavcodec
Mon, 22 Feb 2010 00:34:05 +0000 mru ARM: add missing preserve8 directives libavcodec
Sun, 21 Feb 2010 23:28:24 +0000 mru get/show_bits() can read up to MIN_CACHE_BITS bits libavcodec
Sun, 21 Feb 2010 23:22:51 +0000 michael Fix timestamp association for mpeg2 field pictures. libavcodec
Sun, 21 Feb 2010 21:48:40 +0000 mru Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend libavcodec
Sun, 21 Feb 2010 21:48:37 +0000 mru Add zero_extend() function libavcodec
Sun, 21 Feb 2010 19:32:47 +0000 cehoyos Remove unused variable mb_xy. libavcodec
Sun, 21 Feb 2010 18:01:56 +0000 vitor AMR-NB floating-point based decoder. libavcodec
Sun, 21 Feb 2010 15:29:17 +0000 diego Remove unused variable, fixes warnings of the type: libavcodec
Sun, 21 Feb 2010 15:11:59 +0000 mru indent libavcodec
Sun, 21 Feb 2010 15:11:57 +0000 mru Avoid negative shifts in build_table() libavcodec
Sun, 21 Feb 2010 13:28:46 +0000 kostya Bink video decoder libavcodec
Sun, 21 Feb 2010 02:46:44 +0000 mru VC1: fix missing include h263.h libavcodec
Sun, 21 Feb 2010 00:11:01 +0000 conrad Simplify determing whether fragments are coded libavcodec
Sun, 21 Feb 2010 00:10:58 +0000 conrad Handle Theora's continued runs in superblock coding. libavcodec
Sun, 21 Feb 2010 00:10:54 +0000 conrad Decode fully coded superblocks in the same manner as partial superblocks and qpi libavcodec
Sun, 21 Feb 2010 00:10:51 +0000 conrad Make the special 4129 case for long-run bit strings a #define and explain it libavcodec
Sun, 21 Feb 2010 00:10:47 +0000 conrad Use memset to set the runs partially coded superblocks libavcodec
Sat, 20 Feb 2010 20:13:48 +0000 mru Replace log2f(10) with a constant libavcodec
Sat, 20 Feb 2010 18:28:11 +0000 vitor Free encoder extradata in avcodec_close(). Should fix several small memory libavcodec
Sat, 20 Feb 2010 15:39:27 +0000 ramiro x86_fft.o depends on MMX and FFT. libavcodec
Sat, 20 Feb 2010 12:32:30 +0000 stefang remove tables of codebook vector values which are contained in libavcodec
Fri, 19 Feb 2010 22:23:55 +0000 kostya 16l trocadero: don't forget to free frame data buffer in APE decoder libavcodec
Fri, 19 Feb 2010 21:34:50 +0000 daniel msmpeg4v* encoders depend on h263dec libavcodec
Fri, 19 Feb 2010 21:21:04 +0000 daniel Declare WMV1 decoder dependencies libavcodec
Fri, 19 Feb 2010 21:07:46 +0000 daniel Declare CAF demuxer dependency on mpegaudio libavcodec
Fri, 19 Feb 2010 20:51:12 +0000 daniel Fix compilation of binkaudio_rdft when dct is disabled libavcodec
Fri, 19 Feb 2010 20:42:55 +0000 stefang remove a Huffman table from WMA which also exists in AAC libavcodec
Fri, 19 Feb 2010 17:23:00 +0000 vitor Add missing dependency of TwinVQ libavcodec
Fri, 19 Feb 2010 17:17:20 +0000 stefang remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct libavcodec
Fri, 19 Feb 2010 14:06:12 +0000 kostya cosmetics: reindent after last commit libavcodec
Fri, 19 Feb 2010 14:05:41 +0000 kostya Since WavPack chunk can contain more samples than FFmpeg is guaranteed to libavcodec
Fri, 19 Feb 2010 08:26:35 +0000 thilo.borgmann Add the dependency for mpeg4audio.o of the ALS decoder. libavcodec
Fri, 19 Feb 2010 08:07:02 +0000 thilo.borgmann Do sequential bit reading outside of []-operators. libavcodec
Fri, 19 Feb 2010 03:10:26 +0000 michael get rid of an if() 1 cpu cycle faster. libavcodec
Fri, 19 Feb 2010 02:37:11 +0000 michael Get rid of a local variable, 10 cpu cycles faster. libavcodec
Thu, 18 Feb 2010 23:37:48 +0000 michael Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. libavcodec
Thu, 18 Feb 2010 23:06:56 +0000 alexc Add some AAC buffer overread checks. libavcodec
Thu, 18 Feb 2010 18:23:48 +0000 stefang fix intra prediction modes with inter-MB neighbors, libavcodec
Thu, 18 Feb 2010 16:24:31 +0000 mru H264: use alias-safe macros libavcodec
Thu, 18 Feb 2010 12:37:43 +0000 michael Simplify deblock_left/top condition for deblocking_filter=2 libavcodec
Thu, 18 Feb 2010 12:13:21 +0000 michael Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. libavcodec
Wed, 17 Feb 2010 23:58:59 +0000 mru Move NEG_[US]SR32 macros to mathops.h libavcodec
Wed, 17 Feb 2010 23:26:48 +0000 thilo.borgmann Fix sizeof()-statement to use the actual pointer type. libavcodec
Wed, 17 Feb 2010 22:53:25 +0000 thilo.borgmann Fix wrong buffer allocation for MCC in ALS. libavcodec
Wed, 17 Feb 2010 21:20:43 +0000 alexc get_bits: Fix spelling and grammar in GET_VLC() comment. libavcodec
Wed, 17 Feb 2010 21:04:56 +0000 mru 10l: remove stray '(' I don't know where it came from libavcodec
Wed, 17 Feb 2010 20:36:20 +0000 mru Use LOCAL_ALIGNED macro for local arrays libavcodec
Wed, 17 Feb 2010 20:36:12 +0000 mru Add LOCAL_ALIGNED() macro for declaring aligned local arrays libavcodec
Wed, 17 Feb 2010 20:36:10 +0000 mru Simplify some declarations of aligned arrays libavcodec
Wed, 17 Feb 2010 02:25:05 +0000 michael Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs libavcodec
Wed, 17 Feb 2010 02:14:02 +0000 michael Move check for and call of predict_field_decoding_flag() from the mb code to libavcodec