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