summaryrefslogtreecommitdiff
path: root/libavcodec/golomb.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-24
|\
| * golomb: reduce scope of a few variablesVittorio Giovara2013-10-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-23
|\|
| * golomb: K&R formatting cosmeticsVittorio Giovara2013-10-23
* | get_se_golomb: fix decoding of very large valuesMichael Niedermayer2013-02-09
* | golomb: check log validity before shiftingMichael Niedermayer2013-01-18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-08
|\|
| * golomb: use unsigned arithmetics in svq3_get_ue_golomb()Janne Grunau2012-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-28
|\|
| * 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 av_assertMichael Niedermayer2012-06-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-25
|\|
| * golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.Ronald S. Bultje2012-02-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-18
|\|
| * 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
* | golomb: Fix infinite loop in svq3_get_ue_golomb()Michael Niedermayer2011-12-25
* | golomb: fix end of bitstream checkMichael Niedermayer2011-12-21
* | golomb: Fix overread in get_ur_golomb_jpegls()Nir Ben David2011-11-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-12
|\|
| * 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