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_mvpred.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
avcodec: Remove some commented-out debug cruft
Diego Biurrun
2013-08-20
1
-1
/
+0
*
h264: add a parameter to the CHROMA444 macro.
Anton Khirnov
2013-03-21
1
-1
/
+1
*
h264: add a parameter to the CHROMA422 macro.
Anton Khirnov
2013-03-21
1
-1
/
+1
*
h264: add a parameter to the CABAC macro.
Anton Khirnov
2013-03-21
1
-4
/
+4
*
h264: add a parameter to the FRAME_MBAFF macro.
Anton Khirnov
2013-03-21
1
-5
/
+5
*
h264: add a parameter to the MB_FIELD macro.
Anton Khirnov
2013-03-21
1
-6
/
+6
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-19
/
+19
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-51
/
+46
*
h264: K&R formatting cosmetics for header files (part II/II)
Diego Biurrun
2012-05-10
1
-482
/
+525
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-3
/
+3
*
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-21
1
-1
/
+6
*
h264: fix signed overflows in x*0x01010101 expressions
Mans Rullgard
2011-10-09
1
-1
/
+1
*
h264: move fill_decode_neighbors()/fill_decode_caches() to h264_mvpred.h
Diego Biurrun
2011-07-14
1
-0
/
+418
*
h264: move decode_mb_skip() from h264.h to h.264_mvpred.h
Diego Biurrun
2011-07-12
1
-0
/
+39
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-5
/
+5
*
H.264: merge fill_rectangle into P-SKIP MV prediction, to match B-SKIP
Jason Garrett-Glaser
2011-07-08
1
-20
/
+22
*
H.264: faster P-SKIP decoding
Jason Garrett-Glaser
2011-07-08
1
-9
/
+102
*
H.264: av_always_inline some more functions
Jason Garrett-Glaser
2011-07-08
1
-4
/
+4
*
h264: remove assert() immediately following return statement
Mans Rullgard
2011-07-03
1
-1
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Simplify code in mv_pred.
Michael Niedermayer
2010-02-26
1
-4
/
+4
*
Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to
Michael Niedermayer
2010-02-25
1
-7
/
+8
*
H264: use alias-safe macros
Måns Rullgård
2010-02-18
1
-3
/
+3
*
Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose.
Michael Niedermayer
2010-01-19
1
-3
/
+2
*
Move a few things into a deeper if() in fetch_diagonal_mv().
Michael Niedermayer
2010-01-19
1
-4
/
+5
*
Remove code that handles the case of a MB pair to our right being available.
Michael Niedermayer
2010-01-19
1
-7
/
+0
*
Add forgotton multiple inclusion guards to h264_mvpred.h.
Michael Niedermayer
2010-01-15
1
-0
/
+5
*
Split motion vector prediction off h264.c/h.
Michael Niedermayer
2010-01-12
1
-0
/
+237