]> git.sesse.net Git - ffmpeg/history - libavcodec
Optimize pred_pskip_motion()
[ffmpeg] / libavcodec /
2008-12-24 Michael NiedermayerOptimize pred_pskip_motion()
2008-12-23 Michael NiedermayerIndent
2008-12-23 Michael NiedermayerIntegrate get_te0_golomb() calls into the code, this...
2008-12-23 Michael NiedermayerUse get_ue_golomb_31() where possible, almost all are...
2008-12-23 Michael NiedermayerUpdate golomb decoding tables so that get_*_golomb_31...
2008-12-23 Michael NiedermayerAdd get_ue_golomb_31()
2008-12-23 Michael Niedermayerindent
2008-12-23 Michael NiedermayerUse the new VLC table for the first non trailing coeff...
2008-12-23 Michael NiedermayerOptimize esc removal code.
2008-12-23 Kostya Shishkov352l: correct calculating number of bits for storing...
2008-12-23 Michael NiedermayerIndent
2008-12-23 Michael Niedermayerunified CAVLC level decoding LUT.
2008-12-23 Michael NiedermayerMake h264 parser 50% faster.
2008-12-23 Michael Niedermayer100l, I broke H.264 again, forgot one hunk.
2008-12-23 Michael NiedermayerOptimize 0 0 0-3 search, 45% faster on pentium dual.
2008-12-22 Andreas ÖmanRevert r16257:
2008-12-22 Michael NiedermayerSimplify decode_cabac_mb_ref() a little bit, 2 cpu...
2008-12-22 Michael NiedermayerIndent
2008-12-22 Michael Niedermayerinline decode_cabac_mb_type for I & P frames, 9 cycles...
2008-12-22 Michael NiedermayerNegate 2 more variables, 1 cpu cycle faster on pentium...
2008-12-22 Michael NiedermayerSimplify if/else, no speed change
2008-12-22 Michael NiedermayerNegate a few variables, this simplifies the code and...
2008-12-22 Michael NiedermayerSimplify ifs(), 8 cpu cycles faster on pentium dual
2008-12-22 Michael NiedermayerSimplify if(), 3 cpu cycles faster in pentium dual.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-22 Kostya ShishkovDecode TIFF image only after all tags have been decoded
2008-12-22 Kostya ShishkovSome TIFFs declare -1 for the single strip height
2008-12-22 Kostya ShishkovAdd monochrome TIFF support
2008-12-22 Kostya ShishkovCalculate line size variable correctly for lower bitdep...
2008-12-22 Kostya ShishkovRegister TIFF tags for CCITT Group 3 and 4 compression...
2008-12-22 Diego BiurrunRemove a bunch of unused variables.
2008-12-22 Diego BiurrunUse ARCH_X86_32 instead of !ARCH_X86_64, it is more...
2008-12-22 Anuradha SuraparajuFix incorrectly constructed Dirac parse units that...
2008-12-21 Diego BiurrunDo not use full include path for headers in the same...
2008-12-21 Michael NiedermayerChange mpeg audio parser so it only sets frame_size...
2008-12-21 Andreas ÖmanInclude "libavutil/common.h" where we use llrint()...
2008-12-21 Michael NiedermayerFix PTS returned by the demuxers for mpeg4 without...
2008-12-21 Michael NiedermayerMove CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_...
2008-12-21 Michael NiedermayerRemove useless code.
2008-12-21 Michael NiedermayerOnly execute clear_blocks() when needed.
2008-12-21 Robert SwainAAC: Reindent after last commit
2008-12-21 Alex ConverseAAC: Fix AAC prediction when used in conjunction with...
2008-12-21 Alex ConverseAAC: Don't write an illegal sampling_index in a PCE...
2008-12-20 Michael NiedermayerOptimize get_dct8x8_allowed().
2008-12-20 Kostya ShishkovRV30 decoder
2008-12-20 Kostya ShishkovRV30 loop filter
2008-12-20 Reynaldo H. Verdej... Cosmetics by Kenan Gillet. Part 1 of 3 of his 'qcelp...
2008-12-19 Stefano SabatiniPut under #if LIBAVCODEC_VERSION_MAJOR < 53 the depreca...
2008-12-19 Stefano SabatiniRemove calls to deprecated av_set_string2() with calls to
2008-12-19 Jason Garrett-GlaserH.264 loopfilter speed tweaks
2008-12-19 Jason Garrett-GlaserPort x264 deblocking code to libavcodec.
2008-12-19 Michael NiedermayerDocument new idct requirements.
2008-12-19 Michael NiedermayerFix decoding with the plain C idcts of
2008-12-19 Kostya Shishkova table for upcoming RV30 loop filtering
2008-12-19 Jason Garrett-GlaserAdd automatic prefix handling to yasm functions. Does...
2008-12-19 Michael NiedermayerReplace /2 by >>1 in decode_cabac_mb_dqp()
2008-12-19 Michael NiedermayerSimplify ctx update in decode_cabac_mb_dqp().
2008-12-19 Michael NiedermayerSimplify ctx calculation in decode_cabac_mb_dqp()
2008-12-19 Alexander StrangeClear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end...
2008-12-19 Jason Garrett-GlaserMove filter_luma_intra into dsputil for later addition...
2008-12-19 Jason Garrett-GlaserSimplify chroma AC in CABAC residual decoding.
2008-12-19 Michael NiedermayerOptimize ctx calculation in decode_cabac_mb_mvd(),...
2008-12-18 Michael NiedermayerRemove unacceptable NULL pointer hack from mc code.
2008-12-18 Michael NiedermayerCheck ref values in CABAC H.264 for validity.
2008-12-18 Michael NiedermayerMove idct_(dc)add closer to where it is needed.
2008-12-18 Michael Niedermayerindent
2008-12-18 Michael NiedermayerReorder ifs in chroma hl_decode_mb to avoid a duplicate...
2008-12-18 Michael Niedermayers/h->cbp_table[mb_xy]/h->cbp/
2008-12-18 Michael NiedermayerFaster CAVLC decoding of trailing_ones. Based on a...
2008-12-18 Jason Garrett-GlaserReplace i by trailing_ones, part of a patch by dark...
2008-12-18 Michael NiedermayerRemove if() surrounding decode_cabac_mb_type() that...
2008-12-18 Michael NiedermayerRemove unreachable else clause, found by dark shikari.
2008-12-18 Michael NiedermayerRemove useless IS_8x8DCT check i forgot, spotted by...
2008-12-18 Michael Niedermayer10l, svq3 didnt set h->cbp, this broke decoding a little.
2008-12-18 Kostya Shishkovcosmetics: remove one unneeded space
2008-12-18 Michael NiedermayerDo not calculate idct_dc_add/idct_add when the variable...
2008-12-18 Michael NiedermayerRemove redundant nnz variable.
2008-12-18 Michael Niedermayerindent
2008-12-18 Michael NiedermayerUse the new idct functions (except chroma as it was...
2008-12-18 Michael NiedermayerH.264 idct functions that include the chroma, inter...
2008-12-18 Michael NiedermayerSkip non intra luma code when there is no coded luma.
2008-12-18 Loren Merritt1.6x faster pred*_vertical_add_c
2008-12-18 Michael NiedermayerSkip chroma handling when there is no coded chroma.
2008-12-17 Kostya Shishkovadd const qualifier to some pointers for input data
2008-12-17 Kostya Shishkovuse precalculated mb_pos where available
2008-12-17 Kostya ShishkovMerge deblocking pattern with CBP for RV30/40 loop...
2008-12-17 Kostya ShishkovGenerate correct deblock pattern for RV30
2008-12-17 Kostya ShishkovUnfortunately RV30 luma thirdpel MC functions cannot...
2008-12-17 Kostya Shishkov4l: TIFF stores short strings inside tag, do not interp...
2008-12-17 Guillaume Poirieradd AltiVec implementation of int32_to_float_fmul_scalar
2008-12-17 Michael NiedermayerFix svq3 decoding, is_complex was not initialized.
2008-12-17 Michael NiedermayerReplace != 0 || check by |
2008-12-17 Michael NiedermayerSplit filter_mb_dir() out of filter_mb().
2008-12-17 Måns RullgårdAC3: fix strict aliasing violation in parser
2008-12-17 Måns RullgårdAAC: fix strict aliasing violation in parser
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-17 Diego BiurrunRemove obsolete and misleading comments.
2008-12-16 Michael NiedermayerFix indention, also do a little vertical alignment...
2008-12-16 Stefano SabatiniImplement av_set_string3().
2008-12-16 Michael NiedermayerFactorize 3 multiplications out, code becomes 3 cpu...
next