]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/golomb.h
Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine")
[frescor/ffmpeg.git] / libavcodec / golomb.h
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-02-24 mruFix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
2009-02-18 michaelClarify get_ue_golomb_31() behavior with >31.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-23 michaelAdd get_ue_golomb_31()
2008-09-16 michaelFix regression test failure caused by golomb limit...
2008-09-15 michaelFix issue245.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-08-15 marcoMake the Golomb decoder work for Dirac
2007-07-05 diegolicense header consistency cosmetics
2007-06-17 gpoirieradd a comment to indicate which #endif belong to which...
2007-06-17 mruadd multiple inclusion guards to headers
2007-06-16 mruinclude all prerequisites in header files
2006-10-22 kostyahandle limit>32 for set_ur_golomb_jpegls()
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-06-24 michaelfirst rudimentary version of (Justin Ruggles jruggle...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-10-12 alexset_se_golomb can only write 16bits, add a note about...
2005-02-26 michaelshorten decoder by (Jeff Muizelaar <jrmuizel gmail...
2005-01-19 michaelsvq3_get_se_golomb() fix
2005-01-19 michaelcompile with TRACE define patch by (Loic <lll+ffmpeg...
2004-09-10 michaelget/set_sr_golomb() cleanup
2004-09-08 alexnew signed golomb routines
2004-06-19 michael1000l to the ffsvq3 author, our default bitstream reade...
2004-02-18 michaelflac fixes:
2003-07-13 michaelni10l
2003-07-13 michaelnigolomb rice code cleanup / simplify (~0.5% compression...
2003-06-13 michaelnigolomb rice codes
2003-05-13 michaelnioptimizations
2003-05-09 michaelnisvq3 decoder by anonymous
2003-04-04 michaelnimultiple reference frames support
2003-04-04 michaelniH264 decoder & demuxer