index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
golomb.h
Age
Commit message (
Expand
)
Author
2012-10-01
avcodec: Drop some silly commented-out av_log() invocations
Diego Biurrun
2012-09-27
golomb: const correctness for get_ue()/get_se() function arguments
Diego Biurrun
2012-06-12
golomb: check remaining bits during unary decoding in get_ur_golomb_jpegls()
Justin Ruggles
2012-02-24
golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.
Ronald S. Bultje
2012-02-16
flac: fix infinite loops on all-zero input or end-of-stream.
Ronald S. Bultje
2012-02-16
golomb: avoid infinite loop on all-zero input (or end of buffer).
Ronald S. Bultje
2011-10-11
h264: fix HRD parameters parsing
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-09-11
Make get_ur_golomb capable of reading 16 bit values.
Lars Täuber
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-12
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-02-24
Fix get_ur_golomb_jpegls() with A32_BITSTREAM_READER
Måns Rullgård
2009-02-18
Clarify get_ue_golomb_31() behavior with >31.
Michael Niedermayer
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-12-23
Add get_ue_golomb_31()
Michael Niedermayer
2008-09-16
Fix regression test failure caused by golomb limit not being considered
Michael Niedermayer
2008-09-15
Correct the threshold of get_ur_golomb_jpegls() at which the optimized
Michael Niedermayer
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-07-13
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-08-15
Make the Golomb decoder work for Dirac
Marco Gerards
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-06-17
add a comment to indicate which #endif belong to which #define
Guillaume Poirier
2007-06-17
add multiple inclusion guards to headers
Måns Rullgård
2007-06-16
include all prerequisites in header files
Måns Rullgård
2006-10-22
handle limit>32 for set_ur_golomb_jpegls()
Kostya Shishkov
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-06-24
first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-10-12
set_se_golomb can only write 16bits, add a note about this (ok, maybe it's br...
Alex Beregszaszi
2005-02-26
shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)
Michael Niedermayer
2005-01-19
svq3_get_se_golomb() fix
Michael Niedermayer
2005-01-19
compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>)
Loïc Le Loarer
2004-09-10
get/set_sr_golomb() cleanup
Michael Niedermayer
2004-09-08
new signed golomb routines
Alex Beregszaszi
2004-06-19
1000l to the ffsvq3 author, our default bitstream reader is only guranteed to...
Michael Niedermayer
2004-02-18
flac fixes:
Michael Niedermayer
2003-07-13
10l
Michael Niedermayer
2003-07-13
golomb rice code cleanup / simplify (~0.5% compression gain and slightly faster)
Michael Niedermayer
2003-06-13
golomb rice codes
Michael Niedermayer
2003-05-13
optimizations
Michael Niedermayer
2003-05-09
svq3 decoder by anonymous
Michael Niedermayer
2003-04-04
multiple reference frames support
Michael Niedermayer
2003-04-04
H264 decoder & demuxer
Michael Niedermayer