- 20 Oct, 2011 1 commit
-
-
Anton Khirnov authored
They are used in lavf.
-
- 02 Jul, 2011 1 commit
-
-
Mans Rullgard authored
The code for this variant does not compile. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 13 Jun, 2011 1 commit
-
-
Michael Niedermayer authored
The new tables is large enough to prevent this together with our image size checks. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 10 Jun, 2011 1 commit
-
-
Alex Converse authored
-
- 07 Jun, 2011 1 commit
-
-
Diego Biurrun authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 May, 2010 1 commit
-
-
Loren Merritt authored
Originally committed as revision 23103 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
-
- 29 Mar, 2010 2 commits
-
-
Loren Merritt authored
Originally committed as revision 22716 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Loren Merritt authored
Reduce worst case time from O(N^2) to O(N*log(N)). Speedup average case by a factor of 10 in ffv2 (total decoding speed +4-25%), factor of 1.3 in ffvhuff (total +0.5%), factor of 1.8 in indeo5 (total +1%), factor of 1.1 in mjpeg (total +0.1%). Originally committed as revision 22715 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Feb, 2010 2 commits
-
-
Måns Rullgård authored
Originally committed as revision 21940 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
A shift by a negative amount has undefined behaviour. Even though the result of this shift is never used, the shift itself could cause an exception of some kind. Originally committed as revision 21939 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
-
- 24 Sep, 2009 4 commits
-
-
Reimar Döffinger authored
static there is no reason to wait for a major version bump, removing it does not change ABI in any way, not even the non-public one. Originally committed as revision 20023 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 20022 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
Originally committed as revision 20021 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Reimar Döffinger authored
finally no longer used anywhere. Originally committed as revision 20013 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jul, 2009 1 commit
-
-
Måns Rullgård authored
A pointer should never be assigned a value which may have less than the required alignment of the target type. Compilers may assume pointer values have the required alignment, and emit normal load/store instructions. Unaligned pointers should use a character type or compiler-specific type modifiers. Originally committed as revision 19318 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Apr, 2009 2 commits
-
-
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
-
Stefano Sabatini authored
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Apr, 2009 1 commit
-
-
Stefano Sabatini authored
'terminate_string'. Originally committed as revision 18442 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Mar, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 18110 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Mar, 2009 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 17921 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2009 1 commit
-
-
Diego Biurrun authored
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jan, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Jan, 2009 1 commit
-
-
Aurelien Jacobs authored
and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jun, 2008 1 commit
-
-
Stefan Gehrer authored
Originally committed as revision 13989 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 May, 2008 6 commits
-
-
Michael Niedermayer authored
Originally committed as revision 13572 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
we do not need to keep track of them anymore. Fixes CID117 RUN2 and various race conditions. Originally committed as revision 13571 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 13570 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
Originally committed as revision 13569 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
them. Originally committed as revision 13568 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Michael Niedermayer authored
imagination alloc_static() trash. Originally committed as revision 13561 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Mar, 2008 1 commit
-
-
Zuxy Meng authored
Originally committed as revision 12527 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Feb, 2008 1 commit
-
-
Michael Niedermayer authored
Originally committed as revision 11846 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Jul, 2007 2 commits
-
-
Diego Biurrun authored
Originally committed as revision 9816 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jul, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 9526 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jul, 2007 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 9504 to svn://svn.ffmpeg.org/ffmpeg/trunk
-