log

age author description
2010-02-23 michael Try to set has_b_frames in codec init if we know everything alraedy. libavcodec
2010-02-23 michael Move extradata reading code into codec init instead of doing it libavcodec
2010-02-22 kostya Make Bink decoder able to skip alpha plane libavcodec
2010-02-22 kostya Macroblock and block Huffman code sets are to be used by both Indeo 4 and libavcodec
2010-02-22 kostya Make Bink decoder to stop decoding planes after all bits are used. libavcodec
2010-02-22 kostya Correct bundle lengths calculation for small Bink files. libavcodec
2010-02-22 mru ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 libavcodec
2010-02-22 cehoyos Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). libavcodec
2010-02-22 mru ARM: add missing preserve8 directives libavcodec
2010-02-21 mru get/show_bits() can read up to MIN_CACHE_BITS bits libavcodec
2010-02-21 michael Fix timestamp association for mpeg2 field pictures. libavcodec
2010-02-21 mru Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend libavcodec
2010-02-21 mru Add zero_extend() function libavcodec
2010-02-21 cehoyos Remove unused variable mb_xy. libavcodec
2010-02-21 vitor AMR-NB floating-point based decoder. libavcodec
2010-02-21 diego Remove unused variable, fixes warnings of the type: libavcodec
2010-02-21 mru indent libavcodec
2010-02-21 mru Avoid negative shifts in build_table() libavcodec
2010-02-21 kostya Bink video decoder libavcodec
2010-02-21 mru VC1: fix missing include h263.h libavcodec
2010-02-21 conrad Simplify determing whether fragments are coded libavcodec
2010-02-21 conrad Handle Theora's continued runs in superblock coding. libavcodec
2010-02-21 conrad Decode fully coded superblocks in the same manner as partial superblocks and qpi libavcodec
2010-02-21 conrad Make the special 4129 case for long-run bit strings a #define and explain it libavcodec
2010-02-21 conrad Use memset to set the runs partially coded superblocks libavcodec
2010-02-20 mru Replace log2f(10) with a constant libavcodec
2010-02-20 vitor Free encoder extradata in avcodec_close(). Should fix several small memory libavcodec
2010-02-20 ramiro x86_fft.o depends on MMX and FFT. libavcodec
2010-02-20 stefang remove tables of codebook vector values which are contained in libavcodec
2010-02-19 kostya 16l trocadero: don't forget to free frame data buffer in APE decoder libavcodec
2010-02-19 daniel msmpeg4v* encoders depend on h263dec libavcodec
2010-02-19 daniel Declare WMV1 decoder dependencies libavcodec
2010-02-19 daniel Declare CAF demuxer dependency on mpegaudio libavcodec
2010-02-19 daniel Fix compilation of binkaudio_rdft when dct is disabled libavcodec
2010-02-19 stefang remove a Huffman table from WMA which also exists in AAC libavcodec
2010-02-19 vitor Add missing dependency of TwinVQ libavcodec
2010-02-19 stefang remove ivi5_scans8x8[0], it duplicates ff_zigzag_direct libavcodec
2010-02-19 kostya cosmetics: reindent after last commit libavcodec
2010-02-19 kostya Since WavPack chunk can contain more samples than FFmpeg is guaranteed to libavcodec
2010-02-19 thilo.borgmann Add the dependency for mpeg4audio.o of the ALS decoder. libavcodec
2010-02-19 thilo.borgmann Do sequential bit reading outside of []-operators. libavcodec
2010-02-19 michael get rid of an if() 1 cpu cycle faster. libavcodec
2010-02-19 michael Get rid of a local variable, 10 cpu cycles faster. libavcodec
2010-02-18 michael Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache. libavcodec
2010-02-18 alexc Add some AAC buffer overread checks. libavcodec
2010-02-18 stefang fix intra prediction modes with inter-MB neighbors, libavcodec
2010-02-18 mru H264: use alias-safe macros libavcodec
2010-02-18 michael Simplify deblock_left/top condition for deblocking_filter=2 libavcodec
2010-02-18 michael Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles. libavcodec
2010-02-17 mru Move NEG_[US]SR32 macros to mathops.h libavcodec
2010-02-17 thilo.borgmann Fix sizeof()-statement to use the actual pointer type. libavcodec
2010-02-17 thilo.borgmann Fix wrong buffer allocation for MCC in ALS. libavcodec
2010-02-17 alexc get_bits: Fix spelling and grammar in GET_VLC() comment. libavcodec
2010-02-17 mru 10l: remove stray '(' I don't know where it came from libavcodec
2010-02-17 mru Use LOCAL_ALIGNED macro for local arrays libavcodec
2010-02-17 mru Add LOCAL_ALIGNED() macro for declaring aligned local arrays libavcodec
2010-02-17 mru Simplify some declarations of aligned arrays libavcodec
2010-02-17 michael Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs libavcodec
2010-02-17 michael Move check for and call of predict_field_decoding_flag() from the mb code to libavcodec
2010-02-16 michael 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. libavcodec
2010-02-16 thilo.borgmann Limit the Rice parameter used for progressive decoding in ALS. libavcodec
2010-02-16 rbultje Add lsp.o as a dependency for wmavoice. This fixes a compilation error when libavcodec
2010-02-16 pross Support <8-bit ILBM uncompressed bitmaps libavcodec
2010-02-16 michael 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() libavcodec
2010-02-16 michael Drop a few redundant slice_num checks. libavcodec
2010-02-15 michael Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its libavcodec
2010-02-15 michael Split setting neighboring MBs from fill_decode_caches() libavcodec
2010-02-15 michael Simplify decode_cabac_mb_intra4x4_pred_mode(). libavcodec
2010-02-15 michael Merge decode_cabac_mb_type_b() into calling code. libavcodec
2010-02-15 cehoyos Remove outdated comment. libavcodec
2010-02-15 stefang add heuristic to discern the old sample clips from streams encoded libavcodec
2010-02-15 stefang avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar libavcodec
2010-02-15 alexc AAC: Mark che_configure() as av_cold. libavcodec
2010-02-15 alexc AAC: Mark functions that are only called when the output configuration is not locked as av_cold. libavcodec
2010-02-15 pross IFF bitmap n-bit color support libavcodec
2010-02-15 michael 10l ;; gcc 2.95 compilation fix by mike libavcodec
2010-02-15 michael 10l use pack16to32(), should fix big endian h264 failures. libavcodec
2010-02-15 michael Merge the single line function decode_cabac_mb_transform_size() libavcodec
2010-02-14 michael indent libavcodec
2010-02-14 michael Merge decode_cabac_mb_dqp() with surronding code. libavcodec
2010-02-14 michael Drop if(0) code. libavcodec
2010-02-14 michael Set sub_mb_type in direct_cache instead of just the direct flag. libavcodec
2010-02-14 michael Store sub_mb_type in direct_cache/direct_table. libavcodec
2010-02-14 michael Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cbp so libavcodec
2010-02-14 michael Revert r21814 libavcodec
2010-02-14 michael Cosmetics, vertical align. libavcodec
2010-02-13 michael Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it libavcodec
2010-02-13 astrange h264: Remove unused variables. libavcodec
2010-02-13 astrange h264: Fix pointer warnings by removing redundant [0] libavcodec
2010-02-13 astrange Fix integer overflow warnings in h264.h libavcodec
2010-02-13 michael Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type) libavcodec
2010-02-13 michael Skiped MBs dont need the cbp stuff so skip initing that. libavcodec
2010-02-13 thilo.borgmann Reindent a line. libavcodec
2010-02-13 michael Also skip direct/mvd_cache init for skiped blocks. libavcodec
2010-02-13 michael Move more code under if(!IS_DIRECT(mb_type)). libavcodec
2010-02-13 conrad Move CODEC_FLAG_GRAY check to outer loop libavcodec
2010-02-13 conrad Move branch based on custom mode outside the loop libavcodec
2010-02-13 conrad Directly check whether a fragment is coded for 4MV mode instead of iterating libavcodec
2010-02-13 conrad Eliminate fragment -> macroblock mapping array libavcodec
2010-02-13 conrad Eliminate macroblock -> fragment mapping array libavcodec
2010-02-13 conrad Eliminate superblock <-> macroblock mapping array libavcodec
2010-02-13 thilo.borgmann Support arithmetic decoding in ALS. libavcodec
2010-02-13 michael Skip some more code that isnt needed for direct MBs. libavcodec
2010-02-13 vitor Fix reading beyond buffer end on RA144Context.lpc_tables. libavcodec
2010-02-13 michael Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler. libavcodec
2010-02-13 michael Dont calculate any surrounding MVs for temporal MBs libavcodec
2010-02-13 michael Simplify if() libavcodec
2010-02-13 michael Init sub_mb_type cleanly. libavcodec
2010-02-13 michael 100l Forgoten hunk.unbreak compile before someone notices. libavcodec
2010-02-13 michael Restructure spatial direct MV generation so that the zero predictior shortcut libavcodec
2010-02-13 michael Split spatial and temporal direct MV generation. libavcodec
2010-02-13 cehoyos Fix compilation with --enable-libgsm on Gentoo and OpenSUSE. libavcodec