index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
h264_mb_template.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: AV-prefix all codec flags
Vittorio Giovara
2015-07-27
1
-5
/
+5
*
h264: use properly allocated AVFrames
Anton Khirnov
2015-04-29
1
-4
/
+4
*
h264: move [uv]linesize to the per-slice context
Anton Khirnov
2015-03-21
1
-18
/
+18
*
h264: move mb_field_decoding_flag into the per-slice context
Anton Khirnov
2015-03-21
1
-2
/
+2
*
h264_mb: constify all uses of H264Context
Anton Khirnov
2015-03-21
1
-2
/
+2
*
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
-11
/
+11
*
h264: move mb_xy into the per-slice context
Anton Khirnov
2015-03-21
1
-2
/
+2
*
h264: move loopfilter parameters into the per-slice context
Anton Khirnov
2015-03-21
1
-4
/
+4
*
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
-13
/
+13
*
h264: move intra_pcm_ptr into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264: move the ref lists variables into the per-slice context
Anton Khirnov
2015-03-21
1
-4
/
+4
*
h264: move mb_[uv]linesize into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264: move {mv,ref}_cache into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264: move non_zero_count_cache into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264: move some neighbour information into the per-slice context
Anton Khirnov
2015-03-21
1
-4
/
+4
*
h264: move {chroma,intra16x16}_pred_mode into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264: move the quantizers into the per-slice context
Anton Khirnov
2015-03-21
1
-13
/
+13
*
h264: split weighted pred-related vars into per-slice context
Anton Khirnov
2015-03-21
1
-5
/
+5
*
Add missing headers to make template files compile (more) standalone
Diego Biurrun
2014-03-26
1
-0
/
+2
*
h264: Remove MotionEstContext and move the relevant fields to H264Context
Vittorio Giovara
2014-03-16
1
-6
/
+6
*
h264: Integrate clear_blocks calls with IDCT
Ronald S. Bultje
2013-04-10
1
-10
/
+1
*
h264: add a parameter to the CHROMA422 macro.
Anton Khirnov
2013-03-21
1
-1
/
+1
*
h264: add a parameter to the FRAME_MBAFF macro.
Anton Khirnov
2013-03-21
1
-2
/
+2
*
h264: add a parameter to the MB_FIELD macro.
Anton Khirnov
2013-03-21
1
-2
/
+2
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-2
/
+2
*
h264: Get rid of unnecessary casts
Martin Storsjö
2013-02-20
1
-6
/
+6
*
h264: Don't store intra pcm samples in h->mb
Ronald S. Bultje
2013-02-19
1
-14
/
+15
*
h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil
Ronald S. Bultje
2013-02-19
1
-1
/
+1
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-52
/
+50
*
dsputil: Separate h264chroma
Diego Biurrun
2013-02-06
1
-6
/
+6
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-1
/
+1
*
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-12-20
1
-4
/
+4
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
h264: use templates to avoid excessive inlining
Mans Rullgard
2012-07-05
1
-0
/
+380