]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
cook: use AVCodecContext.channels instead of keeping a private copy
[ffmpeg] / libavcodec / h264.h
2012-05-10 Diego Biurrunh264: K&R formatting cosmetics for header files (part...
2012-04-05 Diego Biurrunh264: Factorize declaration of mb_sizes array.
2012-03-30 Diego Biurrunh264: Make ff_h264_decode_end() static, it is not used...
2012-02-10 Ronald S. Bultjeh264: disallow constrained intra prediction modes for...
2011-12-19 Janne GrunauRevert "h264: skip start code search if the size of...
2011-12-18 Janne Grunauh264: skip start code search if the size of the nal...
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-12-12 Diego Biurrundoxygen: misc consistency, spelling and wording fixes
2011-12-03 Ronald S. Bultjeh264: fix frame reordering code.
2011-11-05 Ronald S. Bultjeh264: improve calculation of codec delay.
2011-10-21 Baptiste Coudurierh264: 4:2:2 intra decoding support
2011-07-14 Diego Biurrunh264: move fill_decode_neighbors()/fill_decode_caches...
2011-07-12 Diego Biurrunh264: move decode_mb_skip() from h264.h to h.264_mvpred.h
2011-07-12 Ronald S. Bultjeh264: move h264_mvpred.h include.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-07-08 Jason Garrett-GlaserH.264: merge fill_rectangle into P-SKIP MV prediction...
2011-07-08 Jason Garrett-GlaserH.264: faster P-SKIP decoding
2011-07-08 Jason Garrett-GlaserH.264: av_always_inline some more functions
2011-07-03 Jason Garrett-GlaserH.264: template left MB handling
2011-07-03 Jason Garrett-GlaserH.264: faster fill_decode_caches
2011-07-03 Jason Garrett-GlaserH.264: faster write_back_*
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
next