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_mb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
h264: move the parameter set definitions to a new header file
Anton Khirnov
2016-06-21
1
-0
/
+1
*
h264: rename h264.[ch] to h264dec.[ch]
Anton Khirnov
2016-06-21
1
-1
/
+1
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-2
/
+2
*
h264: decouple h264_ps from the h264 decoder
Anton Khirnov
2016-04-24
1
-4
/
+4
*
h264: remove the svq3-specific code
Anton Khirnov
2016-03-28
1
-85
/
+65
*
h264: factor out pred weight table parsing into a separate file
Anton Khirnov
2016-03-28
1
-27
/
+27
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-2
/
+2
*
h264: move [uv]linesize to the per-slice context
Anton Khirnov
2015-03-21
1
-4
/
+4
*
h264: use a smaller struct for the ref lists
Anton Khirnov
2015-03-21
1
-21
/
+21
*
h264_mb: remove an unused function parameter
Anton Khirnov
2015-03-21
1
-4
/
+3
*
h264: move top_borders into the per-slice context
Anton Khirnov
2015-03-21
1
-5
/
+5
*
h264: move the scratch buffers into the per-slice context
Anton Khirnov
2015-03-21
1
-13
/
+13
*
h264: move mb_mbaff into the per-slice context
Anton Khirnov
2015-03-21
1
-3
/
+3
*
h264: move mb_field_decoding_flag into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264_mb: constify all uses of H264Context
Anton Khirnov
2015-03-21
1
-18
/
+18
*
h264_mb: constify block_offset
Anton Khirnov
2015-03-21
1
-2
/
+2
*
h264: move mb_{x,y} into the per-slice context
Anton Khirnov
2015-03-21
1
-22
/
+22
*
h264: move mb_xy into the per-slice context
Anton Khirnov
2015-03-21
1
-3
/
+3
*
h264: move is_complex into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move loopfilter parameters into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move [{top,left}_]cbp into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move mb[_{padding,luma_dc}] into the per-slice context
Anton Khirnov
2015-03-21
1
-24
/
+24
*
h264: move the ref lists variables into the per-slice context
Anton Khirnov
2015-03-21
1
-10
/
+10
*
h264: move sub_mb_type into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move the slice type variables into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move mb_[uv]linesize into the per-slice context
Anton Khirnov
2015-03-21
1
-47
/
+47
*
h264: move {mv,ref}_cache into the per-slice context
Anton Khirnov
2015-03-21
1
-38
/
+43
*
h264: move non_zero_count_cache into the per-slice context
Anton Khirnov
2015-03-21
1
-9
/
+9
*
h264: move *_samples_available into the per-slice context
Anton Khirnov
2015-03-21
1
-3
/
+3
*
h264: move intra4x4_pred_mode[_cache] into the per-slice context
Anton Khirnov
2015-03-21
1
-2
/
+2
*
h264: move some neighbour information into the per-slice context
Anton Khirnov
2015-03-21
1
-2
/
+3
*
h264: move {chroma,intra16x16}_pred_mode into the per-slice context
Anton Khirnov
2015-03-21
1
-4
/
+4
*
h264: move the quantizers into the per-slice context
Anton Khirnov
2015-03-21
1
-4
/
+6
*
h264: split weighted pred-related vars into per-slice context
Anton Khirnov
2015-03-21
1
-34
/
+35
*
dsputil: Split off quarterpel bits into their own context
Diego Biurrun
2014-05-29
1
-0
/
+1
*
h264: move macroblock decoding into its own file
Vittorio Giovara
2014-03-23
1
-0
/
+821