| May 13, 2010 | ||
|---|---|---|
View f39ab20
change a variable-length array to a malloc.Loren Merritt authored on 2010/05/13 07:38:05 |
||
| April 20, 2010 | ||
|---|---|---|
View ba87f08
Remove explicit filename from Doxygen @file commands.Diego Biurrun authored on 2010/04/20 23:45:34 |
||
| March 29, 2010 | ||
|---|---|---|
View b23cf13
indentLoren Merritt authored on 2010/03/29 11:50:41 |
||
View 3224079
optimize init_vlc(). 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%).Loren Merritt authored on 2010/03/29 11:50:23 |
||
| February 22, 2010 | ||
|---|---|---|
View 769c497
indentMåns Rullgård authored on 2010/02/22 00:11:59 |
||
View 4c4e746
Avoid negative shifts in build_table()Måns Rullgård authored on 2010/02/22 00:11:57 |
||
| November 30, 2009 | ||
|---|---|---|
View 587edd6
Use more consistent / meaningful parameter names for the ff_copy_bits() function.Stefano Sabatini authored on 2009/11/30 08:01:29 |
||
| September 25, 2009 | ||
|---|---|---|
View ef53082
Remove ff_realloc_static, it is no longer used and since it was declared 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.Reimar Döffinger authored on 2009/09/25 07:39:47 |
||
View 1e224c5
Reindent.Reimar Döffinger authored on 2009/09/25 07:37:34 |
||
View e518a49
Remove a piece of code left-over from the removed alloc'd static vlc table code.Reimar Döffinger authored on 2009/09/25 07:36:52 |
||
View 595324e
Completely remove INIT_VLC_USE_STATIC, it is deprecated since ages and finally no longer used anywhere.Reimar Döffinger authored on 2009/09/25 00:13:34 |
||
| July 2, 2009 | ||
|---|---|---|
View ec62d942
Fix potentially unaligned accesses in ff_copy_bits()Måns Rullgård authored on 2009/07/02 02:48:22 |
||
| April 14, 2009 | ||
|---|---|---|
View fb53b4a
Rename pbBufPtr() to put_bits_ptr(). The new name is more readable and consistent with the FFmpeg naming style.Stefano Sabatini authored on 2009/04/14 01:59:38 |
||
View 9106a69
Rename bitstream.h to get_bits.h.Stefano Sabatini authored on 2009/04/14 01:20:26 |
||
| April 12, 2009 | ||
|---|---|---|
View b275500
Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.Stefano Sabatini authored on 2009/04/12 17:35:26 |
||