]> git.sesse.net Git - ffmpeg/history - libavcodec/cabac.c
hevc: remove HEVCContext usage from hevc_ps
[ffmpeg] / libavcodec / cabac.c
2014-01-14 Janne Grunaucabac: remove leftovers from the cabac encoder
2013-09-24 Anton Khirnovh264: do not reinitialize the global cabac tables at...
2013-09-24 Anton Khirnovcabac: remove write-only h264_mps_state[]
2013-03-13 Michael Niedermayercabac: remove unused argument of ff_init_cabac_states()
2012-11-13 Diego BiurrunDrop broken and unused CABAC test program.
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-01-12 Diego Biurruncabac: split cabac.h into declarations and function...
2012-01-12 Diego Biurruncabac: Mark ff_h264_mps_state array as static, it is...
2012-01-12 Diego Biurruncabac: Remove ff_h264_lps_state array.
2012-01-09 Diego Biurruncabac: remove put_cabac_u/ueg from cabac-test.
2012-01-07 Diego Biurruncabac: Move code only used within the CABAC test progra...
2012-01-04 Diego Biurruncabac: drop unused and disabled get_cabac_u() / get_cab...
2012-01-04 Diego Biurruncabac: drop unused STRICT_LIMITS code branch
2011-07-17 Diego Biurruncabac: Move code only used in the cabac test program...
2011-07-15 Diego BiurrunRemove unused structs and tables.
2011-06-20 Mans Rullgardcabac: remove BRANCHLESS_CABAC_DECODER switch
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-10 Diego Biurruncosmetics: Rename prn variable to prng (Pseudo Random...
2009-03-20 Diego BiurrunReplace random() usage in test programs by av_lfg_*().
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-23 Diego BiurrunFix test program compilation: Add missing #include...
2008-01-20 Diego BiurrunConsistently use TEST as the preprocessor condition...
2007-11-23 Diego Biurrunmain() --> main(void)
2007-07-19 Panagiotis IssarisFix the self tests which are contained in some codecs...
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2006-10-18 Jindřich MakovičkaKill a warning with MSVC
2006-10-15 Michael Niedermayershift CABACContext.range right, this reduces the number...
2006-10-13 Michael Niedermayerdehack *ps_state indexing in the branchless decoder
2006-10-11 Michael Niedermayermake state transition tables global as they are constan...
2006-10-11 Michael Niedermayermake lps_range a global table its constant anyway ...
2006-10-10 Diego BiurrunBRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
2006-10-09 Michael Niedermayerreverse remainder of the failed attempt to optimize...
2006-10-09 Michael Niedermayeroptimize branchless C CABAC decoder
2006-10-09 Michael Niedermayerdecrease ff_h264_norm_shift[] size
2006-10-08 Michael Niedermayerbranchless renormalization (1% faster get_cabac) old...
2006-10-08 Michael Niedermayer5% faster get_cabac()
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-01-11 Michael Niedermayerfixing selftest
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-10-26 Michael Niedermayeroptimization
2004-07-08 Michael Niedermayeroverread fix
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-03-26 Laurent Aimarh264 - progressive I frame CABAC support patch by ...
2003-10-12 Alex Beregszasziremoved the obsolete and unused parameters of init_put_bits
2003-06-09 Michael NiedermayerFFV1 codec (our very simple lossless intra only codec...
2003-06-06 Michael Niedermayercleanup
2003-05-30 Michael Niedermayer(truncated) unary binerization
2003-05-28 Michael NiedermayerCABAC