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