]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
Fix grammar errors in documentation
[ffmpeg] / libavcodec / h264.h
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-05-28 Howard ChuCleanup prev commit, flag variable should start with 0
2010-05-28 Howard ChuParse avctx->extradata if available.
2010-05-26 Howard ChuFactorize ff_h264_decode_extradata().
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-04-13 Diego BiurrunMove static function fill_filter_caches() from h264...
2010-03-30 Michael NiedermayerFix implicit weight for b frames in mbaff.
2010-03-30 Benoit FouetReplace @returns by @return.
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-15 Måns RullgårdH264: fix signed overflow in constant multiplication
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-03-04 Michael NiedermayerPort Optimizations about *_type init from decode to...
2010-03-04 Michael NiedermayerOptimize *_type init, 1.5 cpu cycles faster.
2010-03-03 Michael NiedermayerReorder indexes in weight tables.
2010-03-03 Michael NiedermayerMove all context fields that are not used in the mb...
2010-03-03 Michael Niedermayerremove unused left_border field from context.
2010-03-03 Michael NiedermayerNote about luma/chroma_weight tables and their datatype.
2010-03-03 Michael Niedermayermove svq3 specific fields to the end of the context
2010-03-03 Michael NiedermayerMerge weight & offset tables, 15 cpu cycles faster.
2010-03-03 Michael NiedermayerAnother 3 useless zeroing instructions.
2010-03-03 Michael NiedermayerLoad the whole left side of mv&ref only when needed.
2010-02-27 Michael NiedermayerMerge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycle...
2010-02-27 Michael NiedermayerSplit *_type setting up, 4 cpu cycles faster.
2010-02-26 Michael NiedermayerOnly load the topleft mv/ref when the topright is unava...
2010-02-26 Michael NiedermayerRemove some useless operations from the code setting...
2010-02-26 Michael NiedermayerSimplify code to set cbp_*
2010-02-26 Michael NiedermayerMove init of right side of ref_cache from fill_caches...
2010-02-26 Michael NiedermayerRemove 3 mv_cache zeroing instructions that zeroed...
2010-02-26 Michael NiedermayerRemove useless check of the 2 left MBs of a pair being...
2010-02-26 Michael NiedermayerRemove unneeded line of code from the neighbor setting...
2010-02-25 Michael NiedermayerGet rid of mb2b8_xy and b8_stride, change arrays organi...
2010-02-25 Michael NiedermayerStore data in direct_table interleaved.
2010-02-25 Michael NiedermayerSimplify intra4x4_pred_mode_cache init.
2010-02-25 Michael NiedermayerReorder intra4x4_pred_mode so that we can read/write...
2010-02-25 Michael NiedermayerStore intra4x4_pred_mode per row only.
2010-02-25 Michael Niedermayerunroll tiny and trivial loop. Same speed but clearer.
2010-02-25 Michael NiedermayerCut the size of mvd_table by yet another factor of 2.
2010-02-25 Michael NiedermayerKeep mvd_table values of only 2 mb rows.
2010-02-24 Michael NiedermayerChange mvd_cache & mvd_table to 8bit, this is overall...
2010-02-24 Michael NiedermayerReplace /2 by faster >>1 as the mvd values are now...
2010-02-24 Michael NiedermayerRemove unused variable. Seems i forgot to commit this.
2010-02-21 Diego BiurrunRemove unused variable, fixes warnings of the type:
2010-02-18 Måns RullgårdH264: use alias-safe macros
2010-02-17 Michael NiedermayerMove predict_field_decoding_flag() from h264.h to ...
2010-02-17 Michael NiedermayerMove check for and call of predict_field_decoding_flag...
2010-02-15 Michael NiedermayerSplit setting neighboring MBs from fill_decode_caches()
2010-02-14 Michael NiedermayerStore sub_mb_type in direct_cache/direct_table.
2010-02-14 Michael NiedermayerRemove slice_table checks from decode_cabac_mb_cbp_luma...
2010-02-14 Michael NiedermayerRevert r21814
2010-02-13 Michael NiedermayerDirect temporal skiped MBs dont need fill_decode_caches...
2010-02-13 Alexander Strangeh264: Remove unused variables.
2010-02-13 Alexander Strangeh264: Fix pointer warnings by removing redundant [0]
2010-02-13 Alexander StrangeFix integer overflow warnings in h264.h
2010-02-13 Michael NiedermayerMerge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)
2010-02-13 Michael NiedermayerSkiped MBs dont need the cbp stuff so skip initing...
2010-02-13 Michael NiedermayerAlso skip direct/mvd_cache init for skiped blocks.
2010-02-13 Michael NiedermayerMove more code under if(!IS_DIRECT(mb_type)).
2010-02-13 Michael NiedermayerSkip some more code that isnt needed for direct MBs.
2010-02-13 Michael NiedermayerMove setting MB_TYPE_L0L1 for direct MBs up, this is...
2010-02-13 Michael NiedermayerDont calculate any surrounding MVs for temporal MBs
2010-02-08 Michael NiedermayerRemove an apparently unneeded && !FRAME_MBAFF.
2010-02-07 Michael NiedermayerOoops, 10l forgot to commit h264.h.
2010-01-27 Rafaël CarréFix svq3_* function declarations.
2010-01-27 Michael NiedermayerSimplify left_xy init
2010-01-26 Michael NiedermayerSplit fill_caches() between loopfilter & decode, the...
2010-01-26 Michael Niedermayeruse left_xy[1] in mbaff QP loop filter check, this...
2010-01-26 Michael NiedermayerOptimize mv/ref cache init for left MB.
2010-01-26 Michael NiedermayerSimplify left_xy content for the loop filter, this...
2010-01-26 Michael NiedermayerSet top & left types for deblock in fill_caches().
2010-01-26 Michael Niedermayercosmetic
2010-01-26 Michael NiedermayerFix qp_thres loop filter check for MBAFF.
2010-01-26 Michael NiedermayerOptimize mb neighbor initialization for MBAFF in fill_c...
2010-01-25 Alexander StrangeH.264: Use 64-/128-bit write-combining macros for copies
2010-01-24 Laurent AimarAdded a missing const to ff_h264_get_slice_type().
2010-01-24 Michael NiedermayerPrefer cbp over cbp_table.
2010-01-23 Michael NiedermayerRemove unneeded reset of non_zero_count_cache for deblock.
2010-01-23 Michael NiedermayerRemove useless things from the deblock side of fill_cac...
2010-01-23 Michael Niedermayermake mv_cache init 64bit where possible.
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-19 Michael NiedermayerDont waste time initializing stuff for deblocking intra...
2010-01-18 Michael NiedermayerFix accumulated indention errors.
2010-01-18 Michael NiedermayerOptimize top non_zero_count_cache init.
2010-01-18 Michael NiedermayerDont init chroma elements of non_zero_count_cache for...
2010-01-18 Michael NiedermayerRemove unneeded for_deblock check, this code was alraed...
2010-01-18 Michael NiedermayerSet h->cbp for ff_h264_filter_mb_fast().
2010-01-18 Michael NiedermayerMove CAVLC 8x8 DCT special case from ff_h264_filter_mb...
2010-01-18 Michael NiedermayerPerform reference remapping at fill_cache() time instea...
2010-01-18 Michael NiedermayerMake qp check for loop filter skiping also work with...
2010-01-18 Michael NiedermayerComment about a cornercase we ignore currently
2010-01-18 Michael NiedermayerMove the qp check to skip the loop filter up.
2010-01-17 Michael NiedermayerReorganize how values are stored in h->non_zero_count.
2010-01-17 Michael NiedermayerDisable a few things in fill_filter_caches() that arent...
2010-01-17 Michael NiedermayerSplit fill_caches() between filter and decoder.
2010-01-17 Michael NiedermayerRearchitecturing the stiched up goose part 1
2010-01-16 Michael NiedermayerAvoid wasting 4 cpu cycles per MB in redundantly calcul...
2010-01-16 Michael NiedermayerReplace cabac checks in inline functions from h264...
2010-01-15 Michael NiedermayerAdd forgotten include of h264_mvpred.h to h264.h.
2010-01-13 Michael NiedermayerSplit cabac decoding code out of h264.c.
2010-01-13 Michael NiedermayerSplit cavlc out of h264.c.
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.
next