| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |