]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6
[ffmpeg] / libavcodec / h264.h
2011-07-02 Reinhard Tartlerdoxygen: Prefer member groups over grouping into modules
2011-06-14 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-13 Jason Garrett-GlaserRoll back 4:4:4 H.264 for now
2011-06-13 Jason Garrett-Glaser4:4:4 H.264 decoding support
2011-06-03 Baptiste Couduriersvq3: Move svq3-specific fields to their own context.
2011-06-02 Alexander StrangeH264/MPEG frame-level multi-threading.
2011-05-10 Oskar ArvidssonAdd support for higher QP values in h264.
2011-05-10 Oskar ArvidssonAdd the notion of pixel size in h264 related functions.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-01 Janne Grunauh264: Add Intra and Constrained Baseline profiles to...
2011-01-25 Diego Elio PettenòMake ff_h264_decode_rbsp_trailing static to h264.c
2011-01-20 Ronald S. BultjeRevert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it...
2011-01-15 Jason Garrett-GlaserH.264/SVQ3: make chroma DC work the same way as luma DC
2011-01-14 Jason Garrett-GlaserH.264: switch to x264-style tracking of luma/chroma...
2011-01-14 Jason Garrett-GlaserH.264: split luma dc idct out and implement MMX/SSE2...
2010-07-06 Eli FriedmanAdd av_unused to decode_mb_skip declaration to fix...
2010-07-05 Michael NiedermayerFactorize ff_generate_sliding_window_mmcos() out.
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.
next