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
/
bitstream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-04-12
1
-274
/
+0
*
Document the 'size' parameter of set_put_bits_buffer_size().
Stefano Sabatini
2009-04-11
1
-0
/
+2
*
Document ff_put_string().
Stefano Sabatini
2009-04-11
1
-0
/
+6
*
Rename the 'put_zero' parameter of ff_put_string() to
Stefano Sabatini
2009-04-11
1
-1
/
+1
*
Add documentation for skip_put_bytes().
Stefano Sabatini
2009-04-11
1
-1
/
+1
*
Doxygenate ff_copy_bits().
Stefano Sabatini
2009-04-11
1
-0
/
+6
*
Factorize declaration for the two variants of put_bits().
Stefano Sabatini
2009-04-11
1
-6
/
+2
*
Clarify documentation for put_bits_count().
Stefano Sabatini
2009-04-11
1
-1
/
+1
*
Document align_put_bits().
Stefano Sabatini
2009-04-10
1
-0
/
+3
*
Doxygenate flush_put_bits() documentation.
Stefano Sabatini
2009-04-10
1
-1
/
+3
*
Doxygenate put_bits_count() documentation.
Stefano Sabatini
2009-04-10
1
-1
/
+3
*
Doxygenate init_put_bits().
Stefano Sabatini
2009-04-10
1
-0
/
+6
*
Add a notice telling that the behavior of skip_put_bits() is undefined
Stefano Sabatini
2009-03-31
1
-0
/
+1
*
Add a get_sbits_long() function.
Justin Ruggles
2009-03-03
1
-0
/
+8
*
Simplify show_bits_long and copy the GetBitsContext around only once instead ...
Reimar Döffinger
2009-03-02
1
-3
/
+1
*
Add size_in_bits to PutBitContext
Michael Niedermayer
2009-02-05
1
-0
/
+2
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
Use AV_WL32/AV_WB32 in bitstream.h
Reimar Döffinger
2009-01-25
1
-8
/
+2
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-7
/
+7
*
Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED
Måns Rullgård
2008-12-27
1
-6
/
+2
*
ARM: replace "armv4l" with "arm"
Måns Rullgård
2008-12-17
1
-2
/
+2
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
1
-5
/
+5
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
Fix typo.
Stefano Sabatini
2008-08-29
1
-1
/
+1
*
Little-endian bitstream writer
Bartlomiej Wolowiec
2008-08-25
1
-0
/
+26
*
Remove dead code in bitstream.h
Måns Rullgård
2008-07-15
1
-32
/
+0
*
bitstream: move put_sbits() from flacenc.c to bitstream.h and use it
Ramiro Polla
2008-07-13
1
-0
/
+7
*
Bitstream: use AV_RB16() in LIBMPEG2_BITSTREAM_READER
Måns Rullgård
2008-07-13
1
-15
/
+1
*
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.
Michael Niedermayer
2008-05-30
1
-0
/
+9
*
Make init_vlc* support proper static tables instead of this broken beyond
Michael Niedermayer
2008-05-30
1
-1
/
+2
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-4
/
+4
*
const
Michael Niedermayer
2008-02-04
1
-2
/
+2
*
Make decode210() common function.
Kostya Shishkov
2008-01-03
1
-0
/
+7
*
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-17
1
-3
/
+3
*
move get_unary() to its own file
Aurelien Jacobs
2007-08-26
1
-46
/
+0
*
* getting rid of code duplication
Roman Shaposhnik
2007-08-08
1
-22
/
+3
*
copy get_unary from vc1
Alex Beregszaszi
2007-08-08
1
-0
/
+46
*
indent
Michael Niedermayer
2007-08-04
1
-2
/
+2
*
cosmetics: misc typo fixes
Diego Biurrun
2007-07-28
1
-1
/
+1
*
move ff_copy_bits to bitstream.c
Aurelien Jacobs
2007-07-06
1
-0
/
+1
*
include all prerequisites in header files
Måns Rullgård
2007-06-16
1
-0
/
+5
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-2
/
+2
*
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in t...
Loren Merritt
2007-05-24
1
-1
/
+11
*
Blackfin is a strictly aligned processor.
Marc Hoffman
2007-04-21
1
-1
/
+1
*
typos/grammar
Diego Biurrun
2007-04-07
1
-1
/
+1
*
Supply context to tprintf
Michel Bardiaux
2007-02-27
1
-2
/
+2
*
fix comment, get/show_bits(0) does not work
Stefan Gehrer
2007-02-19
1
-2
/
+2
*
fix bug when __GNUC__ isn't defined and when compiling for a non-x86 architec...
Martin Storsjö
2006-12-08
1
-2
/
+2
*
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-12-08
1
-1
/
+1
*
Use common define for x86_32 and x86_64.
Diego Biurrun
2006-11-01
1
-6
/
+6
[next]