]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.h
png: check bit depth for PAL8/Y400A pixel formats.
[ffmpeg] / libavcodec / h264.h
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.
2010-01-12 Michael NiedermayerMove check_intra4x4_pred_mode() back from h264.h to...
2010-01-12 Michael NiedermayerSplit all the reference picture handling off h264.c.
2010-01-12 Michael NiedermayerSplit (picture|seq) parameter set decoding out of h264.c.
2010-01-12 Michael NiedermayerSplit SEI code off h264.c.
2010-01-12 Michael NiedermayerSplit direct mode (macro)block decoding off h264.c.
2010-01-12 Michael NiedermayerSplit h264 loop filter off h264.c.
2010-01-12 Michael NiedermayerGet rid of #include "svq3.c"
2010-01-11 David ConradExport fullrange flag and color information for h.264
2010-01-09 Laurent AimarExport get_slice_type() as ff_h264_get_slice_type().
2009-06-09 Haruhiko YamagataAdd field prev_interlaced_frame to H264Context to be...
2009-04-10 Reimar DöffingerAdd forgotten void return type to ff_h264_free_context
2009-04-10 Reimar DöffingerAdd a ff_h264_free_context function and call it from...
2009-03-04 Ivan SchreterAdd support for ct_type to correctly detect interlaced...
2009-02-28 David S. Millersub_mb_type[] needs to be 8-byte aligned because it...
2009-02-21 Ivan SchreterMake the following H264 functions available to the...
2009-02-18 Ivan SchreterParse buffering period (H.264, D.1.1).
2009-02-18 Ivan SchreterStore CPB count in the context.
2009-02-18 Ivan SchreterParse cbp_removal_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse dpb_output_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse initial_cpb_removal_delay_length.
2009-02-09 Ivan SchreterAdd SEI recovery point frame counter to H264Context...
2009-02-08 Ivan SchreterReplace hard-coded SEI type constants with symbolic...
2009-02-04 Diego BiurrunRemove unused CONFIG_H264_ENCODER #define.
2009-02-03 Gwenole BeauchesneAdd fields to H264Context and SPS for upcoming VA API...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2008-12-20 Michael NiedermayerOptimize get_dct8x8_allowed().
2008-12-16 Michael NiedermayerDo not recalculate constant part of is_complex for...
2008-11-24 Diego BiurrunMove #defines that are mostly used in h264.c out of...
2008-11-04 Andreas Ömanh264: Implement decoding of picture timing SEI message.
2008-10-28 Michael NiedermayerReplace literally hardcoded max slice number by named...
2008-10-14 Michael NiedermayerAdd variable to hold the svq3 watermarking key,
2008-10-04 Michael NiedermayerFix indention of NAL type enum.
2008-10-03 Michael NiedermayerMove nal unit types enum and EXTENDED_SAR #define from...
2008-09-22 Michael NiedermayerAnother try to fix temporal direct mode references.
2008-09-21 Michael NiedermayerMake MBAFF temporal direct mode closer to the spec.
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-10 Michael NiedermayerUse the correct reference tables for interlaced MBAFF...
2008-07-26 Michael Niedermayerchroma_format_idc=0 aka grayscale support.
2008-07-22 Michael Niedermayerqscale has a range of 0..51 we thus do not need a 256...
2008-07-21 Michael NiedermayerLoop filtering with multiple slice types fix.
2008-07-21 Michael NiedermayerSimplify slice type checks.
2008-07-20 Michael NiedermayerFix used references indexes in the loop filter.
2008-07-19 Michael NiedermayerRemove delayed_output_pic, I do not understand what...
2008-07-15 Alexander StrangeMove the size of the H264Context delayed_pic array...
2008-07-02 Alexander StrangeDon't test for H264 encoding unless an encoder exists.
2008-05-11 Alexander StrangeStore mb_xy in H264Context and only calculate it once...
2008-04-11 Michael NiedermayerCrop parameters are unsigned, having them negative...
2008-03-12 Diego Biurruntypo fixes
2008-02-03 Loren Merrittff_h264_idct8_add_sse2.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-09 Carl Eugen HoyosEnable PAFF decoding
2007-10-06 Jeff DownsModifies macroblock addressing and current macroblock...
2007-10-04 Jeff DownsFix h->curr_pic_num for field pictures. Necessary for...
2007-10-04 Jeff DownsPartial PAFF implementation at macroblock level.
2007-10-02 Jeff DownsRename MMCO stuff to prepare for h264/PAFF implementation.
2007-10-02 Jeff DownsCosmetic preparations for h264/PAFF implementation.
2007-09-05 Andreas ÖmanAdd slice-based parallel H.264 decoding
2007-09-05 Kostya ShishkovMove H.264 intra prediction functions into their own...
2007-07-06 Andreas ÖmanAdd support for streams with different chroma_qp_index_...
2007-07-06 Andreas ÖmanPrecompute a chroma_qp table with index offset for...
next