- 18 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 02 Jan, 2016 1 commit
-
-
Michael Niedermayer authored
This causes a overall slowdown of 0.1 % (tested with mpeg4 single thread encoding of matrixbench at QP=3) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
- 25 May, 2015 3 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 15 May, 2015 1 commit
-
-
Michael Niedermayer authored
Fixes CID1297574 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 22 Apr, 2015 1 commit
-
-
James Almer authored
Reviewed-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: James Almer <jamrial@gmail.com>
-
- 01 Feb, 2015 1 commit
-
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 29 Sep, 2014 1 commit
-
-
Michael Niedermayer authored
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 04 Mar, 2014 1 commit
-
-
Vittorio Giovara authored
This requires adding includes to other files that relied on these being included implicitly.
-
- 28 Jun, 2013 1 commit
-
-
Luca Barbato authored
-
- 21 Jan, 2013 1 commit
-
-
Diego Biurrun authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 09 Sep, 2012 1 commit
-
-
Martin Storsjö authored
This allows using it from libavformat as well. This will be used by the RTP/JPEG depacketizer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Jun, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 07 Apr, 2012 2 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
They are used in lavf.
-
- 08 Oct, 2011 1 commit
-
-
Mans Rullgard authored
If flush_put_bits() is called when the 32-bit buffer is empty, e.g. after writing a multiple of 32 bits, and invalid shift by 32 is performed. Since flush_put_bits() is called infrequently, this additional check should have negligible performance impact. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 02 Jul, 2011 2 commits
-
-
Mans Rullgard authored
The code for this variant does not compile. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This fixes invalid unaligned stores in some ARM configurations. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 04 Jun, 2011 1 commit
-
-
Diego Biurrun authored
This fixes 'make checkheaders'.
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 10 Jul, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 24170 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Other parts of FFmpeg use NE (native endian) rather than ME (machine). This makes it consistent. Originally committed as revision 24169 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jun, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 20 Apr, 2010 1 commit
-
-
Diego Biurrun authored
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2009 1 commit
-
-
Reimar Döffinger authored
that selected a bitstream writer for which they do not work. Originally committed as revision 20761 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Dec, 2009 1 commit
-
-
Baptiste Coudurier authored
Originally committed as revision 20692 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Nov, 2009 1 commit
-
-
Stefano Sabatini authored
put_bits(). Originally committed as revision 20677 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Nov, 2009 1 commit
-
-
Stefano Sabatini authored
ff_copy_bits() function. Originally committed as revision 20663 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Nov, 2009 3 commits
-
-
Stefano Sabatini authored
Originally committed as revision 20639 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20638 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20637 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Oct, 2009 1 commit
-
-
Reimar Döffinger authored
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
-
- 06 Jun, 2009 1 commit
-
-
Stefano Sabatini authored
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
-
- 13 Apr, 2009 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 18499 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
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
-
- 12 Apr, 2009 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 18466 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
-