log

age author description
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
2003-04-05 michaelni #ifdef TRACE printf() -> tprintf() libavcodec
2003-04-04 michaelni multiple reference frames support libavcodec
2003-04-04 michaelni H264 decoder & demuxer libavcodec
2003-04-04 michaelni support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) libavcodec
2003-04-04 michaelni fixing mem corruption libavcodec
2003-04-02 michaelni 10l libavcodec
2003-04-02 michaelni msmpeg4 2pass support & some related cleanup libavcodec
2003-04-01 michaelni fixing msmpeg4v2 encoding libavcodec
2003-03-31 michaelni some static -> dynamic alloc & 16->8 bit libavcodec
2003-03-31 michaelni mangle on mingw32 patch by ("Sascha Sommer" <saschasommer at freenet dot de>) libavcodec
2003-03-30 michaelni mpeg1 slice encoding support libavcodec
2003-03-30 michaelni simplify slice encoding (variance of packet size is practically identical) libavcodec
2003-03-29 michaelni faster C linear blend & interpolate deinterlacers libavcodec
2003-03-29 michaelni fixing cliping of c deinterlacers libavcodec
2003-03-28 michaelni AVI type 1 support patch by (Roman Shaposhnick <rvs at sun dot com>) libavcodec
2003-03-26 michaelni I420 patch by (Sebastien Bechet <s dot bechet at av7 dot net>) libavcodec
2003-03-26 mmu_man debug stuff only for DEBUG :) libavcodec
2003-03-26 michaelni faster hadamard transform libavcodec
2003-03-26 michaelni 10l libavcodec
2003-03-24 nickols_k binary compatibility fix (workaround for r.147, r.148) libavcodec
2003-03-22 michaelni user setable quantizer bias libavcodec
2003-03-22 michaelni binary compatibility fix libavcodec
2003-03-22 michaelni 10l libavcodec
2003-03-21 michaelni bitstream tracing support libavcodec
2003-03-21 michaelni new versions; put_pix's about 20% faster, get_pix 3.5x faster. patch by (Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2003-03-20 michaelni better non conformant divx packed bitstream detection, so unpacked (no b frames) divx MPEG4-ES streams can be read libavcodec
2003-03-20 michaelni error resilience cleanup (its faster too...) libavcodec
2003-03-18 michaelni clear_blocks_mmi() optimization by BroadQ (and patch by Leon van Stuivenberg <leonvs at iae dot nl>) libavcodec
2003-03-18 michaelni merging a small amount of the changes from BroadQ, the rest is either not clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) libavcodec
2003-03-17 michaelni qmin/qmax cleanup libavcodec
2003-03-17 michaelni 10l libavcodec
2003-03-16 michaelni rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) libavcodec
2003-03-16 michaelni field pic decoding cleanup libavcodec