summaryrefslogtreecommitdiff
path: root/libavcodec/put_bits.h
Commit message (Collapse)AuthorAge
* Make sure that compilation fails if functions like ff_put_string are used in ↵Reimar Döffinger2009-12-07
| | | | | | | | code that selected a bitstream writer for which they do not work. Originally committed as revision 20761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typo, ALT_BITSTREAM_WRITER_LE does not existBaptiste Coudurier2009-12-01
| | | | Originally committed as revision 20692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename parameters of put_sbits() to make them consistent with those ofStefano Sabatini2009-11-30
| | | | | | put_bits(). Originally committed as revision 20677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use more consistent / meaningful parameter names for theStefano Sabatini2009-11-29
| | | | | | ff_copy_bits() function. Originally committed as revision 20663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix put_bits32() doxy.Stefano Sabatini2009-11-28
| | | | Originally committed as revision 20639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently put braces for function definitions.Stefano Sabatini2009-11-28
| | | | Originally committed as revision 20638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo, "Write" -> "Writes".Stefano Sabatini2009-11-28
| | | | Originally committed as revision 20637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_bits can only reliably write up to 31 bit bits, above it relies onReimar Döffinger2009-10-01
| | | | | | | | undefined shift behaviour. Document this, fix the assert and add a put_bits32 to handle writing 32 bits and use that where necessary. Originally committed as revision 20124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini2009-06-06
| | | | | | | | improve plain text doxy readability. See the thread: "[RFC] Should we use doxygen markup?". Originally committed as revision 19122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix skip_put_bits() buf_ptr increment.Stefano Sabatini2009-04-13
| | | | Originally committed as revision 18499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
| | | | | | | The new name is more readable and consistent with the FFmpeg naming style. Originally committed as revision 18497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document pbBufPtr().Stefano Sabatini2009-04-12
| | | | Originally committed as revision 18466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk