log

age author description
2003-04-27 michaelni 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec
2003-04-25 michaelni 10l libavcodec
2003-04-25 michaelni 2pass stats fix (by ffdshow cvslog) libavcodec
2003-04-25 michaelni typo in a comment ... libavcodec
2003-04-25 michaelni fixing mixed dr1 + internal buffers libavcodec
2003-04-25 michaelni doc fixes (forgot to commit) libavcodec
2003-04-23 kabi * more strict types libavcodec
2003-04-22 michaelni cleanup mpeg1/2 bitstream parser libavcodec
2003-04-22 kabi * fixed initialization and some memleak libavcodec
2003-04-21 bellard rgb555 alpha extraction fix libavcodec
2003-04-21 bellard added img_get_alpha_info() libavcodec
2003-04-21 bellard fixed PIX_FMT_YUV422 conversions libavcodec
2003-04-21 bellard loss fixes (thanks to Daniel Serpell) - shrink22 fix libavcodec
2003-04-21 bellard added all missing UV conversions libavcodec
2003-04-21 bellard almost exhaustive image conversion support libavcodec
2003-04-21 bellard accurate YUV to RGB and RGB to YUV conversions - added comments libavcodec
2003-04-20 bellard YUV formats/gray formats are correctly defined - added format loss information - preliminary JPEG YUV formats support libavcodec
2003-04-20 bellard fixed static init libavcodec
2003-04-20 bellard new YUV formats for correct JPEG YUV support - added automatic pixel format conversion guessing (minimize loss and size) libavcodec
2003-04-19 bellard rgba32 convert libavcodec
2003-04-19 tmmm code redundancy reduction, courtesy of suxen_drol -at- hotmail.com libavcodec
2003-04-18 michaelni better? default thresholds, if this is worse for any files, then tell us ASAP libavcodec
2003-04-18 michaelni mpeg2 qscale flag libavcodec
2003-04-17 michaelni segfault fix libavcodec
2003-04-16 arpi_esp Compile a52 util functions too libavcodec
2003-04-16 arpi_esp Utility functions (CRC calc & float->int converters) libavcodec
2003-04-16 michaelni meanigfull dr1 comment libavcodec
2003-04-15 romansh Changes for SPARC/Solaris compatibility. Now it should be possible to libavcodec
2003-04-15 tmmm native Indeo3 decoder implementation libavcodec
2003-04-14 michaelni 10l libavcodec
2003-04-14 michaelni check validity of some flags libavcodec
2003-04-14 michaelni minor cleanup / some warning fixes libavcodec
2003-04-14 michaelni 10l (hadamard fix) libavcodec
2003-04-12 michaelni 10l libavcodec
2003-04-12 michaelni faster 8x8 & 16x16 plane prediction by skal (massimin at planet-d dot net) libavcodec
2003-04-12 michaelni 10l (use before malloc) libavcodec
2003-04-11 michaelni some checks to avoid segfaults if the decoder is feeded with junk libavcodec
2003-04-11 michaelni 100l (mpeg2 decoding fixed) libavcodec
2003-04-11 michaelni 10l (adaptve quant fix) libavcodec
2003-04-10 michaelni #undef DATADIR before inclusion of windows.h patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec
2003-04-10 michaelni 10l libavcodec
2003-04-10 michaelni simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture libavcodec
2003-04-10 michaelni b frames + slices bugfix libavcodec
2003-04-10 michaelni fixing slice decoding, dunno why the regression tests didnt catch that ... libavcodec
2003-04-07 michaelni some checks to avoid segfault libavcodec
2003-04-06 michaelni pict_type & quality fix libavcodec
2003-04-06 michaelni fix pts type in avcodec.h for WIN32 patch by (Richard Hodges <rh at matriplex dot com>) libavcodec
2003-04-05 mmu_man Fix for buggy (?) g++ (bailling out for beosaudio.cpp) libavcodec