projects
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
avcodec: Remove some commented-out debug cruft
[ffmpeg.git]
/
libavcodec
/
h264_direct.c
2013-08-20
Diego Biurrun
avcodec: Remove some commented-out debug cruft
blob
|
commitdiff
2013-03-21
Anton Khirnov
h264: add a parameter to the FRAME_MBAFF macro.
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
lavc decoders: work with refcounted frames.
blob
|
commitdiff
|
diff to current
2013-02-25
Diego Biurrun
Remove unnecessary dsputil.h #includes
blob
|
commitdiff
|
diff to current
2013-02-15
Anton Khirnov
h264: deMpegEncContextize
blob
|
commitdiff
|
diff to current
2012-12-20
Diego Biurrun
miscellaneous typo fixes
blob
|
commitdiff
|
diff to current
2012-12-18
Michael Niedermayer
ff_h264_direct_ref_list_init: fix B slice check.
blob
|
commitdiff
|
diff to current
2012-12-18
Janne Grunau
h264: increase dist_scale_factor for up to 32 references
blob
|
commitdiff
|
diff to current
2012-12-18
Michael Niedermayer
h264: use mbaff ref indices in fill_colmap() only for...
blob
|
commitdiff
|
diff to current
2012-03-13
Michael Niedermayer
h264: Fix invalid interlaced/progressive MB combination...
blob
|
commitdiff
|
diff to current
2012-03-01
Diego Biurrun
Replace AVFrame pointer type punning by proper struct...
blob
|
commitdiff
|
diff to current
2012-03-01
Diego Biurrun
Replace AVFrame pointer casts by proper struct member...
blob
|
commitdiff
|
diff to current
2011-10-16
Steven Walters
w32threads: support for frame multithreading
blob
|
commitdiff
|
diff to current
2011-09-21
Diego Biurrun
Fix assert() calls that need updates after FF_COMMON_FR...
blob
|
commitdiff
|
diff to current
2011-07-10
Diego Biurrun
Eliminate FF_COMMON_FRAME macro.
blob
|
commitdiff
|
diff to current
2011-06-02
Alexander Strange
H264/MPEG frame-level multi-threading.
blob
|
commitdiff
|
diff to current
2011-05-02
Stefano Sabatini
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2010-02-25
Michael Niedermayer
Get rid of mb2b8_xy and b8_stride, change arrays organi...
blob
|
commitdiff
|
diff to current
2010-02-18
Måns Rullgård
H264: use alias-safe macros
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
10l ;; gcc 2.95 compilation fix by mike
blob
|
commitdiff
|
diff to current
2010-02-15
Michael Niedermayer
10l use pack16to32(), should fix big endian h264 failures.
blob
|
commitdiff
|
diff to current
2010-02-14
Michael Niedermayer
Cosmetics, vertical align.
blob
|
commitdiff
|
diff to current
2010-02-13
Michael Niedermayer
Move setting MB_TYPE_L0L1 for direct MBs up, this is...
blob
|
commitdiff
|
diff to current
2010-02-13
Michael Niedermayer
Simplify if()
blob
|
commitdiff
|
diff to current
2010-02-13
Michael Niedermayer
Init sub_mb_type cleanly.
blob
|
commitdiff
|
diff to current
2010-02-13
Michael Niedermayer
100l Forgoten hunk.unbreak compile before someone notices.
blob
|
commitdiff
|
diff to current
2010-02-13
Michael Niedermayer
Restructure spatial direct MV generation so that the...
blob
|
commitdiff
|
diff to current
2010-02-13
Michael Niedermayer
Split spatial and temporal direct MV generation.
blob
|
commitdiff
|
diff to current
2010-02-13
Michael Niedermayer
Special case for spatial direct MV predictor being 0.
blob
|
commitdiff
|
diff to current
2010-02-13
Michael Niedermayer
Pack MVs together from the begin for spatial direct...
blob
|
commitdiff
|
diff to current
2010-02-09
Michael Niedermayer
Reorder and factorize mb_type ifs, 1 cpu cycle faster...
blob
|
commitdiff
|
diff to current
2010-02-08
Michael Niedermayer
Set partitioning to 16x16 for spatial direct MBs with...
blob
|
commitdiff
|
diff to current
2010-02-08
Michael Niedermayer
Detect spatial direct MBs partitioned smaller than...
blob
|
commitdiff
|
diff to current
2010-02-08
Michael Niedermayer
Detect equal 4x4 blocks in spatial direct MBs.
blob
|
commitdiff
|
diff to current
2010-02-08
Michael Niedermayer
Branchless calculation of ref_offset.
blob
|
commitdiff
|
diff to current
2010-02-08
Michael Niedermayer
Remove incorrect fixme, i see no case that is missing.
blob
|
commitdiff
|
diff to current
2010-02-08
Michael Niedermayer
Replace call to pred_motion() in direct spatial mv...
blob
|
commitdiff
|
diff to current
2010-02-08
Michael Niedermayer
Set x264_build so that checks are simpler.
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Zero a/b only in the branch where they need to be zeroed.
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Merge mv&ref related code for spatial direct MV code.
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Precalculate a few variables for direct mv prediction...
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Set direct MB partitioning for 16x8 and 8x16 colocated...
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Factorize setting sub_mb_type out.
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Remove FIXMEs for cases that are disallowed by the...
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Skip the fill_colmap() case thats for MBAFF if we dont...
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Fix colocated map.
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Fix reference selection for colocated MBs from frames...
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
Add assert(sps.direct_8x8_inference_flag) to FIXME...
blob
|
commitdiff
|
diff to current
2010-02-07
Michael Niedermayer
ref_offset must be added after checking references...
blob
|
commitdiff
|
diff to current
2010-02-06
Michael Niedermayer
Long term references behave different from short term...
blob
|
commitdiff
|
diff to current
2010-01-18
Michael Niedermayer
Fix compilation with -O0.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Split motion vector prediction off h264.c/h.
blob
|
commitdiff
|
diff to current
2010-01-12
Michael Niedermayer
Split direct mode (macro)block decoding off h264.c.
blob
|
commitdiff
|
diff to current