summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
Commit message (Expand)AuthorAge
* Fix svq3_* function declarations.Rafaël Carré2010-01-27
* Simplify left_xy initMichael Niedermayer2010-01-27
* Split fill_caches() between loopfilter & decode, the 2 no longer where commonMichael Niedermayer2010-01-26
* use left_xy[1] in mbaff QP loop filter check, this improves the amount that canMichael Niedermayer2010-01-26
* Optimize mv/ref cache init for left MB.Michael Niedermayer2010-01-26
* Simplify left_xy content for the loop filter, this also makes it closer toMichael Niedermayer2010-01-26
* Set top & left types for deblock in fill_caches().Michael Niedermayer2010-01-26
* cosmeticMichael Niedermayer2010-01-26
* Fix qp_thres loop filter check for MBAFF.Michael Niedermayer2010-01-26
* Optimize mb neighbor initialization for MBAFF in fill_caches().Michael Niedermayer2010-01-26
* H.264: Use 64-/128-bit write-combining macros for copiesAlexander Strange2010-01-25
* Added a missing const to ff_h264_get_slice_type().Laurent Aimar2010-01-24
* Prefer cbp over cbp_table.Michael Niedermayer2010-01-24
* Remove unneeded reset of non_zero_count_cache for deblock.Michael Niedermayer2010-01-23
* Remove useless things from the deblock side of fill_caches().Michael Niedermayer2010-01-23
* make mv_cache init 64bit where possible.Michael Niedermayer2010-01-23
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer2010-01-19
* Fix accumulated indention errors.Michael Niedermayer2010-01-18
* Optimize top non_zero_count_cache init.Michael Niedermayer2010-01-18
* Dont init chroma elements of non_zero_count_cache for deblock.Michael Niedermayer2010-01-18
* Remove unneeded for_deblock check, this code was alraedy under for_deblock.Michael Niedermayer2010-01-18
* Set h->cbp for ff_h264_filter_mb_fast().Michael Niedermayer2010-01-18
* Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_cachesMichael Niedermayer2010-01-18
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-18
* Make qp check for loop filter skiping also work with MBAFF.Michael Niedermayer2010-01-18
* Comment about a cornercase we ignore currentlyMichael Niedermayer2010-01-18
* Move the qp check to skip the loop filter up.Michael Niedermayer2010-01-18
* Reorganize how values are stored in h->non_zero_count.Michael Niedermayer2010-01-17
* Disable a few things in fill_filter_caches() that arent needed.Michael Niedermayer2010-01-17
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-17
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-17
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-16
* Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer2010-01-16
* Add forgotten include of h264_mvpred.h to h264.h.Michael Niedermayer2010-01-15
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-13
* Split cavlc out of h264.c.Michael Niedermayer2010-01-13
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-12
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-12
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-12
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-12
* Split SEI code off h264.c.Michael Niedermayer2010-01-12
* Split direct mode (macro)block decoding off h264.c.Michael Niedermayer2010-01-12
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-12
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-12
* Export fullrange flag and color information for h.264David Conrad2010-01-11
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-09
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-06-09
* Add forgotten void return type to ff_h264_free_contextReimar Döffinger2009-04-10
* Add a ff_h264_free_context function and call it from the H.264 parser.Reimar Döffinger2009-04-10