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_cavlc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
golomb: Convert to the new bitstream reader
Diego Biurrun
2017-01-31
1
-1
/
+1
*
h264: rename h264.[ch] to h264dec.[ch]
Anton Khirnov
2016-06-21
1
-1
/
+1
*
h264: pass just the PPS to get_chroma_qp()
Anton Khirnov
2016-06-12
1
-2
/
+2
*
get_bits: Drop some TRACE-level debug code
Diego Biurrun
2016-05-22
1
-4
/
+0
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
h264: Drop broken trace debug output
Diego Biurrun
2016-05-03
1
-1
/
+0
*
h264: decouple h264_ps from the h264 decoder
Anton Khirnov
2016-04-24
1
-11
/
+11
*
h264: move ff_h264_check_intra[4x4]_pred_mode() to h264_parse
Anton Khirnov
2016-03-28
1
-3
/
+6
*
h264data: Move all data tables from a header to a .c file
Diego Biurrun
2016-03-25
1
-16
/
+19
*
cosmetics: Drop particularly redundant silly comments
Diego Biurrun
2016-02-18
1
-3
/
+0
*
lavc: Replace av_dlog and tprintf with internal macros
Vittorio Giovara
2015-04-19
1
-7
/
+7
*
h264_cavlc: constify all uses of H264Context
Anton Khirnov
2015-03-21
1
-4
/
+9
*
h264: move mb_mbaff into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264: move mb_field_decoding_flag into the per-slice context
Anton Khirnov
2015-03-21
1
-3
/
+3
*
h264: use a separate GetBitContext for slice data
Anton Khirnov
2015-03-21
1
-33
/
+33
*
h264: remove some remnants of data partitioning
Anton Khirnov
2015-03-21
1
-3
/
+3
*
h264: move mb_{x,y} into the per-slice context
Anton Khirnov
2015-03-21
1
-12
/
+12
*
h264: move mb_xy into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move mb_skip_run 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
-12
/
+12
*
h264: move intra_pcm_ptr into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move the ref lists variables into the per-slice context
Anton Khirnov
2015-03-21
1
-12
/
+12
*
h264: move sub_mb_type into the per-slice context
Anton Khirnov
2015-03-21
1
-17
/
+17
*
h264: move the slice type variables into the per-slice context
Anton Khirnov
2015-03-21
1
-9
/
+9
*
h264: move {mv,ref}_cache into the per-slice context
Anton Khirnov
2015-03-21
1
-22
/
+22
*
h264: move non_zero_count_cache into the per-slice context
Anton Khirnov
2015-03-21
1
-27
/
+32
*
h264: move *_samples_available into the per-slice context
Anton Khirnov
2015-03-21
1
-2
/
+2
*
h264: move intra4x4_pred_mode[_cache] into the per-slice context
Anton Khirnov
2015-03-21
1
-5
/
+5
*
h264: move some neighbour information into the per-slice context
Anton Khirnov
2015-03-21
1
-6
/
+6
*
h264: move {chroma,intra16x16}_pred_mode into the per-slice context
Anton Khirnov
2015-03-21
1
-5
/
+5
*
h264: move {prev,next}_mb_skipped into the per-slice context
Anton Khirnov
2015-03-21
1
-1
/
+1
*
h264: move the quantizers into the per-slice context
Anton Khirnov
2015-03-21
1
-21
/
+22
*
h264 does not depend on mpegvideo any more
Vittorio Giovara
2014-03-16
1
-1
/
+0
*
mpegvideo: move mpegvideo formats-related defines to mpegutils.h
Vittorio Giovara
2014-03-16
1
-0
/
+1
*
h264_cavlc: check the size of the intra PCM data.
Anton Khirnov
2013-11-21
1
-0
/
+4
*
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
-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
-1
/
+1
*
h264: add a parameter to the MB_MBAFF macro.
Anton Khirnov
2013-03-21
1
-4
/
+4
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-4
/
+4
*
h264: Don't store intra pcm samples in h->mb
Ronald S. Bultje
2013-02-19
1
-8
/
+3
*
h264: deMpegEncContextize
Anton Khirnov
2013-02-15
1
-77
/
+74
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-3
/
+3
*
h264: check for invalid zeros_left before writing
Ronald S. Bultje
2012-12-08
1
-5
/
+6
*
h264: fix invalid pointer arithmetic
Mans Rullgard
2012-10-27
1
-5
/
+5
*
h264: don't touch H264Context->ref_count[] during MB decoding
Ronald S. Bultje
2012-10-05
1
-20
/
+13
[next]