index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
h264_cavlc.c
Age
Commit message (
Expand
)
Author
2011-10-11
h264: fix invalid shifts in init_cavlc_level_tab()
Mans Rullgard
2011-07-11
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-03
H.264: faster write_back_*
Jason Garrett-Glaser
2011-06-13
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
Roll back 4:4:4 H.264 for now
Jason Garrett-Glaser
2011-06-13
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-05-10
Add support for higher QP values in h264.
Oskar Arvidsson
2011-05-10
Add the notion of pixel size in h264 related functions.
Oskar Arvidsson
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-05-02
Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-20
Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.
Ronald S. Bultje
2011-01-20
Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples
Ronald S. Bultje
2011-01-15
H.264/SVQ3: make chroma DC work the same way as luma DC
Jason Garrett-Glaser
2011-01-14
H.264: switch to x264-style tracking of luma/chroma DC NNZ
Jason Garrett-Glaser
2011-01-14
H.264: split luma dc idct out and implement MMX/SSE2 versions
Jason Garrett-Glaser
2010-08-07
H.264: 8% faster CAVLC zero-run decoding
Jason Garrett-Glaser
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-10
Check level_prefix a bit (this just checks the max our bitreader can handle,
Michael Niedermayer
2010-02-28
Remove some unneeded fill_rectangle() for 16x16 blocks.
Michael Niedermayer
2010-02-17
Move check for and call of predict_field_decoding_flag() from the mb code to
Michael Niedermayer
2010-02-15
Split setting neighboring MBs from fill_decode_caches()
Michael Niedermayer
2010-01-24
Branchless setting of MB_TYPE_8x8DCT.
Michael Niedermayer
2010-01-24
Remove cruft.
Michael Niedermayer
2010-01-24
a[b-1] -> (a-1)[b].
Michael Niedermayer
2010-01-24
Optimize suffix_length computation, 1 cpu cycle speedup.
Michael Niedermayer
2010-01-24
Simplify suffix_length computation, same speed.
Michael Niedermayer
2010-01-24
Optimize level_code computation, 6cpu cycles speedup.
Michael Niedermayer
2010-01-24
1 cpu cycle faster suffix_length calculation.
Michael Niedermayer
2010-01-21
Move dquant check into qscale overflow check.
Michael Niedermayer
2010-01-20
Merge multiple IS_* macro uses where possible.
Michael Niedermayer
2010-01-18
Fix compilation with -O0.
Michael Niedermayer
2010-01-18
filter_mb_fast needs cbp_table to be set.
Michael Niedermayer
2010-01-17
Split fill_caches() between filter and decoder.
Michael Niedermayer
2010-01-17
Rearchitecturing the stiched up goose part 1
Michael Niedermayer
2010-01-16
Replace cabac checks in inline functions from h264.h with constants.
Michael Niedermayer
2010-01-13
Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.
Michael Niedermayer
2010-01-13
Split cavlc out of h264.c.
Michael Niedermayer