| Commit message (Expand) | Author | Age | Files | Lines |
* | put_bits: Remove unused includes | Vittorio Giovara | 2014-03-04 | 1 | -6/+1 |
* | lavc: move put_bits_left in put_bits.h | Luca Barbato | 2013-06-28 | 1 | -0/+8 |
* | get_bits/put_bits: K&R formatting cosmetics | Diego Biurrun | 2013-01-21 | 1 | -39/+42 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -3/+0 |
* | Rename ff_put_string to avpriv_put_string | Martin Storsjö | 2012-09-09 | 1 | -2/+2 |
* | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -4/+4 |
* | put_bits: fix invalid shift by 32 in flush_put_bits() | Mans Rullgard | 2011-10-08 | 1 | -1/+2 |
* | 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 |
* | 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 |