| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/put_bits: Assert buf_ptr in flush_put_bits() | Michael Niedermayer | 2016-01-18 | 1 | -1/+1 |
* | avcodec/put_bits: Always check buffer end before writing | Michael Niedermayer | 2016-01-02 | 1 | -6/+14 |
* | avcodec/put_bits: Assert that size in set_put_bits_buffer_size() does not cau... | Michael Niedermayer | 2015-05-25 | 1 | -0/+1 |
* | avcodec/put_bits: Assert that there is enough space left in skip_put_bytes() | Michael Niedermayer | 2015-05-25 | 1 | -0/+1 |
* | avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size() | Michael Niedermayer | 2015-05-25 | 1 | -0/+1 |
* | avcodec/put_bits: Remove dead code in put_bits() | Michael Niedermayer | 2015-05-15 | 1 | -1/+1 |
* | avcodec: use av_mod_uintp2() where useful | James Almer | 2015-04-21 | 1 | -1/+1 |
* | avcodec/put_bits: remove unneeded #include, there are no assert() | Paul B Mahol | 2015-02-01 | 1 | -1/+0 |
* | avcodec/put_bits: Add rebase_put_bits() | Michael Niedermayer | 2014-09-29 | 1 | -0/+18 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-04 | 1 | -6/+1 |
|\ |
|
| * | put_bits: Remove unused includes | Vittorio Giovara | 2014-03-04 | 1 | -6/+1 |
* | | Merge commit 'afe03092dd693d025d43e1620283d8d285c92772' | Michael Niedermayer | 2013-06-29 | 1 | -0/+8 |
|\| |
|
| * | lavc: move put_bits_left in put_bits.h | Luca Barbato | 2013-06-28 | 1 | -0/+8 |
* | | Merge commit '4af5310d29379283553bcd9f541a3f6c317f706e' | Michael Niedermayer | 2013-01-22 | 1 | -39/+42 |
|\| |
|
| * | get_bits/put_bits: K&R formatting cosmetics | Diego Biurrun | 2013-01-21 | 1 | -39/+42 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -3/+0 |
|\| |
|
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-10 | 1 | -2/+2 |
|\| |
|
| * | Rename ff_put_string to avpriv_put_string | Martin Storsjö | 2012-09-09 | 1 | -2/+2 |
* | | put_bits: use av_assert | Michael Niedermayer | 2012-06-06 | 1 | -3/+3 |
* | | put_bits: add av_assert2() to check out of array writes. | Michael Niedermayer | 2012-04-07 | 1 | -0/+2 |
* | | put_bits: switch assert to av_assert2() | Michael Niedermayer | 2012-04-07 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -4/+4 |
|\| |
|
| * | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-09 | 1 | -1/+2 |
|\| |
|
| * | put_bits: fix invalid shift by 32 in flush_put_bits() | Mans Rullgard | 2011-10-08 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-03 | 1 | -114/+3 |
|\| |
|
| * | put_bits: remove ALT_BITSTREAM_WRITER | Mans Rullgard | 2011-07-02 | 1 | -101/+1 |
| * | put_bits: always use intreadwrite.h macros | Mans Rullgard | 2011-07-02 | 1 | -14/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-05 | 1 | -0/+1 |
|\| |
|
| * | Add missing #includes to make headers self-contained. | Diego Biurrun | 2011-06-04 | 1 | -0/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -5/+5 |
* | bswap: change ME to NE in macro names | Måns Rullgård | 2010-07-10 | 1 | -5/+5 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -12/+12 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Make sure that compilation fails if functions like ff_put_string are used in ... | Reimar Döffinger | 2009-12-07 | 1 | -0/+6 |
* | fix typo, ALT_BITSTREAM_WRITER_LE does not exist | Baptiste Coudurier | 2009-12-01 | 1 | -1/+1 |
* | Rename parameters of put_sbits() to make them consistent with those of | Stefano Sabatini | 2009-11-30 | 1 | -3/+3 |
* | Use more consistent / meaningful parameter names for the | Stefano Sabatini | 2009-11-29 | 1 | -2/+2 |
* | Fix put_bits32() doxy. | Stefano Sabatini | 2009-11-28 | 1 | -1/+1 |
* | Consistently put braces for function definitions. | Stefano Sabatini | 2009-11-28 | 1 | -3/+6 |
* | Fix typo, "Write" -> "Writes". | Stefano Sabatini | 2009-11-28 | 1 | -1/+1 |
* | put_bits can only reliably write up to 31 bit bits, above it relies on | Reimar Döffinger | 2009-10-01 | 1 | -1/+21 |
* | Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should | Stefano Sabatini | 2009-06-06 | 1 | -6/+6 |
* | Fix skip_put_bits() buf_ptr increment. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Document pbBufPtr(). | Stefano Sabatini | 2009-04-12 | 1 | -1/+4 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+311 |