index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
h264_direct.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
h264_direct: silence several warning: assignment from incompatible pointer type"
Michael Niedermayer
2012-12-26
1
-4
/
+4
*
|
Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'
Michael Niedermayer
2012-12-21
1
-1
/
+1
|
\
\
|
|
/
|
*
miscellaneous typo fixes
Diego Biurrun
2012-12-21
1
-1
/
+1
*
|
Merge commit 'ed2d7d5868a4a5d914f1e5488d63ea696a3b2937'
Michael Niedermayer
2012-12-19
1
-7
/
+10
|
\
\
|
|
/
|
*
ff_h264_direct_ref_list_init: fix B slice check.
Michael Niedermayer
2012-12-18
1
-1
/
+1
|
*
h264: increase dist_scale_factor for up to 32 references
Janne Grunau
2012-12-18
1
-7
/
+10
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-12-18
1
-2
/
+2
|
\
\
|
|
/
|
*
h264: use mbaff ref indices in fill_colmap() only for mbaff references
Michael Niedermayer
2012-12-18
1
-1
/
+2
*
|
ff_h264_direct_ref_list_init: fix B slice check.
Michael Niedermayer
2012-11-18
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-14
1
-1
/
+5
|
\
\
|
|
/
|
*
h264: Fix invalid interlaced/progressive MB combinations for direct mode pred...
Michael Niedermayer
2012-03-13
1
-0
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-03
1
-1
/
+2
|
\
\
|
|
/
|
*
Replace AVFrame pointer type punning by proper struct member assignments.
Diego Biurrun
2012-03-01
1
-2
/
+1
|
*
Replace AVFrame pointer casts by proper struct member accesses.
Diego Biurrun
2012-03-01
1
-1
/
+3
*
|
h264: Fix invalid interlaced progressive MB combinations for direct mode pred...
Michael Niedermayer
2011-11-21
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-17
1
-1
/
+1
|
\
\
|
|
/
|
*
w32threads: support for frame multithreading
Steven Walters
2011-10-16
1
-1
/
+1
*
|
h264: fix fill_colmap() to not store entries mbaff style when the reference i...
Michael Niedermayer
2011-10-06
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-21
1
-2
/
+2
|
\
\
|
|
/
|
*
Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.
Diego Biurrun
2011-09-21
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-12
1
-25
/
+25
|
\
\
|
|
/
|
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-25
/
+25
|
*
H264/MPEG frame-level multi-threading.
Alexander Strange
2011-06-02
1
-5
/
+36
|
*
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
|
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
1
-1
/
+1
*
|
Fake-Merge remote-tracking branch 'ffmpeg-mt/master'
Michael Niedermayer
2011-03-22
1
-5
/
+36
|
/
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to
Michael Niedermayer
2010-02-25
1
-17
/
+19
*
H264: use alias-safe macros
Måns Rullgård
2010-02-18
1
-7
/
+7
*
10l ;; gcc 2.95 compilation fix by mike
Michael Niedermayer
2010-02-15
1
-1
/
+1
*
10l use pack16to32(), should fix big endian h264 failures.
Michael Niedermayer
2010-02-15
1
-2
/
+2
*
Cosmetics, vertical align.
Michael Niedermayer
2010-02-14
1
-1
/
+1
*
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
Michael Niedermayer
2010-02-13
1
-1
/
+0
*
Simplify if()
Michael Niedermayer
2010-02-13
1
-1
/
+1
*
Init sub_mb_type cleanly.
Michael Niedermayer
2010-02-13
1
-2
/
+1
*
100l Forgoten hunk.unbreak compile before someone notices.
Michael Niedermayer
2010-02-13
1
-1
/
+0
*
Restructure spatial direct MV generation so that the zero predictior shortcut
Michael Niedermayer
2010-02-13
1
-65
/
+70
*
Split spatial and temporal direct MV generation.
Michael Niedermayer
2010-02-13
1
-3
/
+87
*
Special case for spatial direct MV predictor being 0.
Michael Niedermayer
2010-02-13
1
-1
/
+7
*
Pack MVs together from the begin for spatial direct, this simplifies the code
Michael Niedermayer
2010-02-13
1
-20
/
+17
*
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
Michael Niedermayer
2010-02-09
1
-9
/
+8
*
Set partitioning to 16x16 for spatial direct MBs with mixed interlacing.
Michael Niedermayer
2010-02-08
1
-0
/
+4
*
Detect spatial direct MBs partitioned smaller than 16x16 that can be partitioned
Michael Niedermayer
2010-02-08
1
-0
/
+5
*
Detect equal 4x4 blocks in spatial direct MBs.
Michael Niedermayer
2010-02-08
1
-1
/
+6
*
Branchless calculation of ref_offset.
Michael Niedermayer
2010-02-08
1
-3
/
+2
*
Remove incorrect fixme, i see no case that is missing.
Michael Niedermayer
2010-02-08
1
-2
/
+0
*
Replace call to pred_motion() in direct spatial mv pred by code
Michael Niedermayer
2010-02-08
1
-6
/
+28
*
Set x264_build so that checks are simpler.
Michael Niedermayer
2010-02-08
1
-2
/
+2
*
Zero a/b only in the branch where they need to be zeroed.
Michael Niedermayer
2010-02-07
1
-2
/
+4
[prev]
[next]