]> git.sesse.net Git - ffmpeg/history - libavcodec/cabac_functions.h
mpeg12dec: move setting first_field to mpeg_field_start()
[ffmpeg] / libavcodec / cabac_functions.h
2016-02-18 Diego Biurruncosmetics: Drop empty comment lines
2015-10-08 Anton Khirnovcabac: Make CABAC states hardcoded
2014-03-08 Janne Grunauarm: get_cabac inline asm
2014-03-08 Janne Grunauaarch64: get_cabac inline asm
2013-10-31 Guillaume MartresAdd HEVC decoder
2013-07-04 Jason Garrett-Glasercabac: x86 version of get_cabac_bypass
2012-04-28 Roland Scheideggerh264: use one table instead of several for cabac functions
2012-03-28 Ronald S. Bultjeh264: fix overreads in cabac reader.
2012-01-12 Diego Biurruncabac: split cabac.h into declarations and function...