git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
cabac: Make CABAC states hardcoded
[ffmpeg.git]
/
libavcodec
/
cabac.c
2015-10-08
Anton Khirnov
cabac: Make CABAC states hardcoded
blob
|
commitdiff
2014-01-14
Janne Grunau
cabac: remove leftovers from the cabac encoder
blob
|
commitdiff
|
diff to current
2013-09-24
Anton Khirnov
h264: do not reinitialize the global cabac tables at...
blob
|
commitdiff
|
diff to current
2013-09-24
Anton Khirnov
cabac: remove write-only h264_mps_state[]
blob
|
commitdiff
|
diff to current
2013-03-13
Michael Niedermayer
cabac: remove unused argument of ff_init_cabac_states()
blob
|
commitdiff
|
diff to current
2012-11-13
Diego Biurrun
Drop broken and unused CABAC test program.
blob
|
commitdiff
|
diff to current
2012-04-28
Roland Scheidegger
h264: use one table instead of several for cabac functions
blob
|
commitdiff
|
diff to current
2012-01-12
Diego Biurrun
cabac: split cabac.h into declarations and function...
blob
|
commitdiff
|
diff to current
2012-01-12
Diego Biurrun
cabac: Mark ff_h264_mps_state array as static, it is...
blob
|
commitdiff
|
diff to current
2012-01-12
Diego Biurrun
cabac: Remove ff_h264_lps_state array.
blob
|
commitdiff
|
diff to current
2012-01-09
Diego Biurrun
cabac: remove put_cabac_u/ueg from cabac-test.
blob
|
commitdiff
|
diff to current
2012-01-07
Diego Biurrun
cabac: Move code only used within the CABAC test progra...
blob
|
commitdiff
|
diff to current
2012-01-04
Diego Biurrun
cabac: drop unused and disabled get_cabac_u() / get_cab...
blob
|
commitdiff
|
diff to current
2012-01-04
Diego Biurrun
cabac: drop unused STRICT_LIMITS code branch
blob
|
commitdiff
|
diff to current
2011-07-17
Diego Biurrun
cabac: Move code only used in the cabac test program...
blob
|
commitdiff
|
diff to current
2011-07-15
Diego Biurrun
Remove unused structs and tables.
blob
|
commitdiff
|
diff to current
2011-06-20
Mans Rullgard
cabac: remove BRANCHLESS_CABAC_DECODER switch
blob
|
commitdiff
|
diff to current
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
blob
|
commitdiff
|
diff to current
2010-04-20
Diego Biurrun
Remove explicit filename from Doxygen @file commands.
blob
|
commitdiff
|
diff to current
2009-04-13
Stefano Sabatini
Rename bitstream.h to get_bits.h.
blob
|
commitdiff
|
diff to current
2009-04-10
Diego Biurrun
cosmetics: Rename prn variable to prng (Pseudo Random...
blob
|
commitdiff
|
diff to current
2009-03-20
Diego Biurrun
Replace random() usage in test programs by av_lfg_*().
blob
|
commitdiff
|
diff to current
2009-02-01
Diego Biurrun
Use full internal pathname in doxygen @file directives.
blob
|
commitdiff
|
diff to current
2008-05-09
Diego Biurrun
Use full path for #includes from another directory.
blob
|
commitdiff
|
diff to current
2008-01-23
Diego Biurrun
Fix test program compilation: Add missing #include...
blob
|
commitdiff
|
diff to current
2008-01-20
Diego Biurrun
Consistently use TEST as the preprocessor condition...
blob
|
commitdiff
|
diff to current
2007-11-23
Diego Biurrun
main() --> main(void)
blob
|
commitdiff
|
diff to current
2007-07-19
Panagiotis Issaris
Fix the self tests which are contained in some codecs...
blob
|
commitdiff
|
diff to current
2007-07-05
Diego Biurrun
license header consistency cosmetics
blob
|
commitdiff
|
diff to current
2006-10-18
Jindřich Makovička
Kill a warning with MSVC
blob
|
commitdiff
|
diff to current
2006-10-15
Michael Niedermayer
shift CABACContext.range right, this reduces the number...
blob
|
commitdiff
|
diff to current
2006-10-13
Michael Niedermayer
dehack *ps_state indexing in the branchless decoder
blob
|
commitdiff
|
diff to current
2006-10-11
Michael Niedermayer
make state transition tables global as they are constan...
blob
|
commitdiff
|
diff to current
2006-10-11
Michael Niedermayer
make lps_range a global table its constant anyway ...
blob
|
commitdiff
|
diff to current
2006-10-10
Diego Biurrun
BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
blob
|
commitdiff
|
diff to current
2006-10-09
Michael Niedermayer
reverse remainder of the failed attempt to optimize...
blob
|
commitdiff
|
diff to current
2006-10-09
Michael Niedermayer
optimize branchless C CABAC decoder
blob
|
commitdiff
|
diff to current
2006-10-09
Michael Niedermayer
decrease ff_h264_norm_shift[] size
blob
|
commitdiff
|
diff to current
2006-10-08
Michael Niedermayer
branchless renormalization (1% faster get_cabac) old...
blob
|
commitdiff
|
diff to current
2006-10-08
Michael Niedermayer
5% faster get_cabac()
blob
|
commitdiff
|
diff to current
2006-10-07
Diego Biurrun
Change license headers to say 'FFmpeg' instead of ...
blob
|
commitdiff
|
diff to current
2006-01-12
Diego Biurrun
Update licensing information: The FSF changed postal...
blob
|
commitdiff
|
diff to current
2005-12-17
Diego Biurrun
COSMETICS: Remove all trailing whitespace.
blob
|
commitdiff
|
diff to current
2005-01-11
Michael Niedermayer
fixing selftest
blob
|
commitdiff
|
diff to current
2004-12-29
Michael Niedermayer
common.c -> bitstream.c (and the single non bitstream...
blob
|
commitdiff
|
diff to current
2004-10-26
Michael Niedermayer
optimization
blob
|
commitdiff
|
diff to current
2004-07-08
Michael Niedermayer
overread fix
blob
|
commitdiff
|
diff to current
2004-05-18
Michael Niedermayer
some of the warning fixes by (Michael Roitzsch <mroi...
blob
|
commitdiff
|
diff to current
2004-03-26
Laurent Aimar
h264 - progressive I frame CABAC support patch by ...
blob
|
commitdiff
|
diff to current
2003-10-12
Alex Beregszaszi
removed the obsolete and unused parameters of init_put_bits
blob
|
commitdiff
|
diff to current
2003-06-09
Michael Niedermayer
FFV1 codec (our very simple lossless intra only codec...
blob
|
commitdiff
|
diff to current
2003-06-06
Michael Niedermayer
cleanup
blob
|
commitdiff
|
diff to current
2003-05-30
Michael Niedermayer
(truncated) unary binerization
blob
|
commitdiff
|
diff to current
2003-05-28
Michael Niedermayer
CABAC
blob
|
commitdiff
|
diff to current