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
/
cabac.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-03-13
1
-1
/
+2
|
\
|
*
cabac: remove unused argument of ff_init_cabac_states()
Michael Niedermayer
2013-03-13
1
-1
/
+2
|
*
Drop broken and unused CABAC test program.
Diego Biurrun
2012-11-14
1
-147
/
+0
|
*
h264: use one table instead of several for cabac functions
Roland Scheidegger
2012-04-28
1
-23
/
+31
*
|
h264: ff_init_cabac_states doesnt use its argument thus remove it
Michael Niedermayer
2012-08-26
1
-2
/
+2
*
|
cabac: use av_assert
Michael Niedermayer
2012-07-07
1
-1
/
+1
*
|
h264: use one table instead of several for cabac functions
Roland Scheidegger
2012-04-28
1
-23
/
+31
*
|
h264: (trivial) make ff_h264_lps_state static
Roland Scheidegger
2012-04-28
1
-7
/
+7
*
|
1000l commit forgotten cabac fix
Michael Niedermayer
2012-01-14
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-14
1
-6
/
+5
|
\
\
|
|
/
|
*
cabac: split cabac.h into declarations and function definitions
Diego Biurrun
2012-01-12
1
-0
/
+1
|
*
cabac: Mark ff_h264_mps_state array as static, it is only used within cabac.c.
Diego Biurrun
2012-01-12
1
-4
/
+4
|
*
cabac: Remove ff_h264_lps_state array.
Diego Biurrun
2012-01-12
1
-2
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-10
1
-74
/
+0
|
\
\
|
|
/
|
*
cabac: remove put_cabac_u/ueg from cabac-test.
Diego Biurrun
2012-01-09
1
-73
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-08
1
-0
/
+25
|
\
\
|
|
/
|
*
cabac: Move code only used within the CABAC test program into the test program.
Diego Biurrun
2012-01-07
1
-0
/
+25
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-05
1
-31
/
+0
|
\
\
|
|
/
|
*
cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions
Diego Biurrun
2012-01-04
1
-15
/
+0
|
*
cabac: drop unused STRICT_LIMITS code branch
Diego Biurrun
2012-01-04
1
-16
/
+0
*
|
cabac test: Change input to test, so a wider range of states is tested.
Michael Niedermayer
2011-09-10
1
-1
/
+2
*
|
cabac test: match encode and decode side
Michael Niedermayer
2011-09-10
1
-1
/
+2
*
|
cabac: fix cabac encoder
Michael Niedermayer
2011-09-10
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
1
-0
/
+134
|
\
\
|
|
/
|
*
cabac: Move code only used in the cabac test program to cabac.c.
Diego Biurrun
2011-07-17
1
-0
/
+134
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-16
1
-12
/
+1
|
\
\
|
|
/
|
*
Remove unused structs and tables.
Diego Biurrun
2011-07-16
1
-12
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-21
1
-8
/
+0
|
\
\
|
|
/
|
*
cabac: remove BRANCHLESS_CABAC_DECODER switch
Mans Rullgard
2011-06-20
1
-8
/
+0
|
*
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
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
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
/
+4
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Fix test program compilation: Add missing #include and update the call
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
*
Fix the self tests which are contained in some codecs and are using random().
Panagiotis Issaris
2007-07-19
1
-0
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+0
*
Kill a warning with MSVC
Jindřich Makovička
2006-10-18
1
-3
/
+3
*
shift CABACContext.range right, this reduces the number of shifts needed in g...
Michael Niedermayer
2006-10-15
1
-6
/
+29
*
dehack *ps_state indexing in the branchless decoder
Michael Niedermayer
2006-10-13
1
-4
/
+7
*
make state transition tables global as they are constant and the code is slig...
Michael Niedermayer
2006-10-11
1
-15
/
+16
*
make lps_range a global table its constant anyway (saves 1 addition for acces...
Michael Niedermayer
2006-10-11
1
-4
/
+6
*
BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODER
Diego Biurrun
2006-10-10
1
-1
/
+1
*
reverse remainder of the failed attempt to optimize *state=c->mps_state[s]
Michael Niedermayer
2006-10-09
1
-12
/
+12
*
optimize branchless C CABAC decoder
Michael Niedermayer
2006-10-09
1
-0
/
+8
*
decrease ff_h264_norm_shift[] size
Michael Niedermayer
2006-10-09
1
-14
/
+6
[next]