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
/
rangecoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-45
/
+0
|
\
|
*
build: Split test programs off into separate files
Diego Biurrun
2016-04-07
1
-44
/
+0
*
|
Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b'
Derek Buitenhuis
2016-04-21
1
-1
/
+1
|
\
\
|
|
/
|
*
testprogs: K&R formatting cosmetics
Diego Biurrun
2016-03-24
1
-1
/
+1
*
|
Merge commit '29c2d06d67724e994980045afa055c6c34611b30'
Derek Buitenhuis
2016-02-24
1
-1
/
+0
|
\
\
|
|
/
|
*
cosmetics: Drop empty comment lines
Diego Biurrun
2016-02-18
1
-1
/
+0
*
|
Merge commit 'abe9adfb31566c415fd830a8d4977c79512d4385'
Hendrik Leppkes
2015-10-05
1
-2
/
+4
|
\
\
|
|
/
|
*
rangecoder: Use AV_RB16 instead of bytestream_get_be16
Vittorio Giovara
2015-10-04
1
-2
/
+4
*
|
avcodec/rangecoder: avoid float operation
Michael Niedermayer
2015-06-01
1
-1
/
+1
*
|
rangecoder-test: Allow running with small stack size.
Reimar Döffinger
2014-09-02
1
-2
/
+3
*
|
Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'
Michael Niedermayer
2013-05-05
1
-2
/
+4
|
\
\
|
|
/
|
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-2
/
+4
*
|
Merge commit '3dc06b6972cf389269e9c36ff0a4373f80f7149b'
Michael Niedermayer
2012-10-16
1
-8
/
+2
|
\
\
|
|
/
|
*
rangecoder-test: Drop timer output that clutters stderr
Diego Biurrun
2012-10-15
1
-8
/
+2
*
|
Merge commit 'c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d'
Michael Niedermayer
2012-10-16
1
-1
/
+3
|
\
\
|
|
/
|
*
rangecoder-test: Return in case of an error
Diego Biurrun
2012-10-15
1
-1
/
+3
*
|
Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'
Michael Niedermayer
2012-10-13
1
-0
/
+1
|
\
\
|
|
/
|
*
rangecoder-test: Set error message log level to error, instead of debug
Diego Biurrun
2012-10-12
1
-1
/
+2
*
|
Merge commit '90558e848a29ef1e85ecb1832ad9a26eebe958e0'
Michael Niedermayer
2012-10-13
1
-54
/
+56
|
\
\
|
|
/
|
*
rangecoder: K&R formatting cosmetics
Diego Biurrun
2012-10-12
1
-55
/
+57
*
|
rangecoder: fix "incompatible pointer type" warning
Michael Niedermayer
2012-10-08
1
-1
/
+1
*
|
rangecoder: use av_assert
Michael Niedermayer
2012-06-10
1
-2
/
+3
*
|
range coder test code: decoding errors are av_log_error not debug.
Michael Niedermayer
2012-05-31
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-29
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-1
/
+1
|
*
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
*
cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
Diego Biurrun
2009-04-10
1
-3
/
+3
*
Replace random() usage in test programs by av_lfg_*().
Diego Biurrun
2009-03-20
1
-2
/
+7
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Add #undef random and call the right function to fix test program compilation.
Diego Biurrun
2008-01-23
1
-1
/
+2
*
Consistently use TEST as the preprocessor condition to enable test code.
Diego Biurrun
2008-01-20
1
-2
/
+2
*
main() --> main(void)
Diego Biurrun
2007-11-23
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Use AV_xx throughout libavcodec
Ramiro Polla
2007-06-02
1
-2
/
+2
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
cosmetics / remove #if 0 code
Michael Niedermayer
2007-01-26
1
-29
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
fixing out of array access (only cosmetic, this should never have had a end u...
Michael Niedermayer
2006-03-10
1
-1
/
+1
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-15
/
+15
*
Kill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård
2005-09-06
1
-1
/
+2
*
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-02-24
1
-1
/
+1
*
range coder
Michael Niedermayer
2004-10-30
1
-0
/
+178