summaryrefslogtreecommitdiff
path: root/libavcodec/golomb.h
Commit message (Expand)AuthorAge
* get_bits: Drop some TRACE-level debug codeDiego Biurrun2016-05-22
* get_bits: Rename HAVE_BITS_REMAINING --> BITS_AVAILABLEDiego Biurrun2014-09-02
* golomb: Fix the implementation of get_se_golomb_longMartin Storsjö2014-03-30
* golomb: Add a get_se_golomb_longLuca Barbato2014-03-10
* golomb: reduce scope of a few variablesVittorio Giovara2013-10-24
* golomb: K&R formatting cosmeticsVittorio Giovara2013-10-23
* golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau2012-12-08
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* golomb: const correctness for get_ue()/get_se() function argumentsDiego Biurrun2012-09-27
* golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()Justin Ruggles2012-06-12
* golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.Ronald S. Bultje2012-02-24
* flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje2012-02-16
* golomb: avoid infinite loop on all-zero input (or end of buffer).Ronald S. Bultje2012-02-16
* h264: fix HRD parameters parsingMans Rullgard2011-10-11
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Make get_ur_golomb capable of reading 16 bit values.Lars Täuber2009-09-11
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READERMåns Rullgård2009-02-24
* Clarify get_ue_golomb_31() behavior with >31.Michael Niedermayer2009-02-18
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add get_ue_golomb_31()Michael Niedermayer2008-12-23
* Fix regression test failure caused by golomb limit not being consideredMichael Niedermayer2008-09-16
* Correct the threshold of get_ur_golomb_jpegls() at which the optimizedMichael Niedermayer2008-09-15
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Make the Golomb decoder work for DiracMarco Gerards2007-08-15
* license header consistency cosmeticsDiego Biurrun2007-07-05
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* include all prerequisites in header filesMåns Rullgård2007-06-16
* handle limit>32 for set_ur_golomb_jpegls()Kostya Shishkov2006-10-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer2006-06-24
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* set_se_golomb can only write 16bits, add a note about this (ok, maybe it's br...Alex Beregszaszi2005-10-12
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-26
* svq3_get_se_golomb() fixMichael Niedermayer2005-01-19
* compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)Loïc Le Loarer2005-01-19
* get/set_sr_golomb() cleanupMichael Niedermayer2004-09-10
* new signed golomb routinesAlex Beregszaszi2004-09-08
* 1000l to the ffsvq3 author, our default bitstream reader is only guranteed to...Michael Niedermayer2004-06-19
* flac fixes:Michael Niedermayer2004-02-18
* 10lMichael Niedermayer2003-07-13
* golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)Michael Niedermayer2003-07-13
* golomb rice codesMichael Niedermayer2003-06-13