index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
h264_direct.c
Age
Commit message (
Expand
)
Author
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-02-25
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to
Michael Niedermayer
2010-02-18
H264: use alias-safe macros
Måns Rullgård
2010-02-15
10l ;; gcc 2.95 compilation fix by mike
Michael Niedermayer
2010-02-15
10l use pack16to32(), should fix big endian h264 failures.
Michael Niedermayer
2010-02-14
Cosmetics, vertical align.
Michael Niedermayer
2010-02-13
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
Michael Niedermayer
2010-02-13
Simplify if()
Michael Niedermayer
2010-02-13
Init sub_mb_type cleanly.
Michael Niedermayer
2010-02-13
100l Forgoten hunk.unbreak compile before someone notices.
Michael Niedermayer
2010-02-13
Restructure spatial direct MV generation so that the zero predictior shortcut
Michael Niedermayer
2010-02-13
Split spatial and temporal direct MV generation.
Michael Niedermayer
2010-02-13
Special case for spatial direct MV predictor being 0.
Michael Niedermayer
2010-02-13
Pack MVs together from the begin for spatial direct, this simplifies the code
Michael Niedermayer
2010-02-09
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
Michael Niedermayer
2010-02-08
Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.
Michael Niedermayer
2010-02-08
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned
Michael Niedermayer
2010-02-08
Detect equal 4x4 blocks in spatial direct MBs.
Michael Niedermayer
2010-02-08
Branchless calculation of ref_offset.
Michael Niedermayer
2010-02-08
Remove incorrect fixme, i see no case that is missing.
Michael Niedermayer
2010-02-08
Replace call to pred_motion() in direct spatial mv pred by code
Michael Niedermayer
2010-02-08
Set x264_build so that checks are simpler.
Michael Niedermayer
2010-02-07
Zero a/b only in the branch where they need to be zeroed.
Michael Niedermayer
2010-02-07
Merge mv&ref related code for spatial direct MV code.
Michael Niedermayer
2010-02-07
Precalculate a few variables for direct mv prediction for interlaced MBs.
Michael Niedermayer
2010-02-07
Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ...
Michael Niedermayer
2010-02-07
Factorize setting sub_mb_type out.
Michael Niedermayer
2010-02-07
Remove FIXMEs for cases that are disallowed by the spec.
Michael Niedermayer
2010-02-07
Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame.
Michael Niedermayer
2010-02-07
Fix colocated map.
Michael Niedermayer
2010-02-07
Fix reference selection for colocated MBs from frames to fields.
Michael Niedermayer
2010-02-07
Add assert(sps.direct_8x8_inference_flag) to FIXME comment.
Michael Niedermayer
2010-02-07
ref_offset must be added after checking references validity.
Michael Niedermayer
2010-02-06
Long term references behave different from short term in spatial direct MV ca...
Michael Niedermayer
2010-01-18
Fix compilation with -O0.
Michael Niedermayer
2010-01-12
Split motion vector prediction off h264.c/h.
Michael Niedermayer
2010-01-12
Split direct mode (macro)block decoding off h264.c.
Michael Niedermayer