]> git.sesse.net Git - ffmpeg/history - libavcodec/golomb.h
WMAL: Shift output samples by the specified number of padding zeroes.
[ffmpeg] / libavcodec / golomb.h
2012-02-24 Ronald S. Bultjegolomb: use HAVE_BITS_REMAINING() macro to prevent...
2012-02-17 Ronald S. Bultjeflac: fix infinite loops on all-zero input or end-of...
2012-02-16 Ronald S. Bultjegolomb: avoid infinite loop on all-zero input (or end...
2011-10-11 Mans Rullgardh264: fix HRD parameters parsing
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2009-09-11 Lars TäuberMake get_ur_golomb capable of reading 16 bit values.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-02-24 Måns RullgårdFix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
2009-02-18 Michael NiedermayerClarify get_ue_golomb_31() behavior with >31.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-23 Michael NiedermayerAdd get_ue_golomb_31()
2008-09-16 Michael NiedermayerFix regression test failure caused by golomb limit...
2008-09-15 Michael NiedermayerCorrect the threshold of get_ur_golomb_jpegls() at...
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-15 Marco GerardsMake the Golomb decoder work for Dirac
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2006-10-22 Kostya Shishkovhandle limit>32 for set_ur_golomb_jpegls()
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-06-24 Michael Niedermayerfirst rudimentary version of (Justin Ruggles jruggle...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-10-12 Alex Beregszasziset_se_golomb can only write 16bits, add a note about...
2005-02-26 Michael Niedermayershorten decoder by (Jeff Muizelaar <jrmuizel gmail...
2005-01-19 Michael Niedermayersvq3_get_se_golomb() fix
2005-01-19 Loïc Le Loarercompile with TRACE define patch by (Loic <lll+ffmpeg...
2004-09-10 Michael Niedermayerget/set_sr_golomb() cleanup
2004-09-08 Alex Beregszaszinew signed golomb routines
2004-06-19 Michael Niedermayer1000l to the ffsvq3 author, our default bitstream reade...
2004-02-18 Michael Niedermayerflac fixes:
2003-07-13 Michael Niedermayer10l
2003-07-13 Michael Niedermayergolomb rice code cleanup / simplify (~0.5% compression...
2003-06-13 Michael Niedermayergolomb rice codes
2003-05-13 Michael Niedermayeroptimizations
2003-05-09 Michael Niedermayersvq3 decoder by anonymous
2003-04-04 Michael Niedermayermultiple reference frames support
2003-04-04 Michael NiedermayerH264 decoder & demuxer