log

age author description
2003-05-21 michaelni altivec gcc-3 fixes by (Magnus Damm <damm at opensource dot se>) libavcodec
2003-05-20 kabi * compile fixes by Mitch at Bits.COM libavcodec
2003-05-20 michaelni cleanup libavcodec
2003-05-20 michaelni CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-05-19 michaelni ASV1 codec libavcodec
2003-05-19 tmmm fix subtle logic problem in block unpacker that leads to incorrect token libavcodec
2003-05-18 michaelni improving 3IV1 support (still far from perfect) note, disabled as it requires some checks in the inner loops which would slow things down a tiny bit libavcodec
2003-05-16 michaelni seems i guessed correctly (last 411 chroma block isnt scaled but cut and reordered) libavcodec
2003-05-16 michaelni bigendian fix libavcodec
2003-05-16 michaelni CODEC_CAP_DRAW_HORIZ_BAND libavcodec
2003-05-15 michaelni moving the svq3 motion compensation stuff to dsputil (this also means that existing optimized halfpel code is used now ...) libavcodec
2003-05-15 mellum Warning fixes. libavcodec
2003-05-15 michaelni optimize libavcodec
2003-05-14 michaelni cleanup libavcodec
2003-05-14 michaelni libmpeg2 style bitstream reader 17 vs 16 bit bugfix libavcodec
2003-05-14 michaelni aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni fastdiv patch by (BERO <bero at geocities dot co dot jp>) with fixes & cleanup by me libavcodec
2003-05-14 michaelni make sh4 IDCT optional, so the user can choose libavcodec
2003-05-14 michaelni sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni AMR-NB audio support patch by (<joca at rixmail dot se>) libavcodec
2003-05-14 michaelni libmpeg2 style bitstream reader fixes libavcodec
2003-05-14 michaelni some libmpeg2 style bitstream reader fixes (no dv doesnt yet work with it) libavcodec
2003-05-14 michaelni decode motion & modulo optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-14 michaelni bitstream reader optimize patch by (BERO <bero at geocities dot co dot jp>) libavcodec
2003-05-13 michaelni small optimize mpeg12.c/get_qscale patch by (BERO <bero at geocities dot co dot jp>) and the return idea by arpi libavcodec
2003-05-13 michaelni optimizations libavcodec
2003-05-13 kabi * oops - reversed last commit libavcodec
2003-05-13 michaelni optimizations libavcodec
2003-05-12 michaelni 100l (document buffer padding requirements) libavcodec
2003-05-12 kabi * sync libavcodec
2003-05-12 kabi * link libfaad when needed libavcodec
2003-05-12 kabi * quiet missing EOF \n warning libavcodec
2003-05-12 kabi * support for AAC audio streams via libfaad libavcodec
2003-05-12 tmmm fix image buffer leak on keyframes, add more error condition checks libavcodec
2003-05-12 romansh * fixing a bug in avpicture_layout (PAL8 wasn't handled properly) libavcodec
2003-05-11 michaelni ranlib patch by (Dan Christiansen <danchr at daimi dot au dot dk>) libavcodec
2003-05-11 michaelni more idct_permute docs libavcodec
2003-05-11 tmmm fix motion vector decoding bug and reinstate interframes libavcodec
2003-05-11 tmmm get those permutations straight libavcodec
2003-05-10 tmmm squashed a bunch of subtle array indexing bugs, fixed block mapping libavcodec
2003-05-10 michaelni print obmc bug info only if avctx->debug&1 libavcodec
2003-05-10 tmmm dump the shady binary search logic (the part that binary searches libavcodec
2003-05-10 tmmm change the way the ImageDescription is passed to the decoder libavcodec
2003-05-09 michaelni svq3 decoder by anonymous libavcodec
2003-05-08 tmmm correct the custom coding mode alphabet, add some validation on the libavcodec
2003-05-07 michaelni more #ifdef CONFIG_ENCODERS by (Wolfgang Hesseler <qv at multimediaware dot com>) libavcodec
2003-05-07 romansh * introducing new public interface in imgconvert.c libavcodec
2003-05-07 tmmm looking better all the time! motion compensation is starting to work libavcodec
2003-05-07 tmmm fixed buffer allocation logic (hopefully) so that decoder does not crash libavcodec
2003-05-06 michaelni release buffer cleanup libavcodec
2003-05-06 tmmm fix decoder so that ffmpeg does not crash, at least not right away libavcodec
2003-05-05 michaelni Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) libavcodec
2003-05-05 michaelni doxy libavcodec
2003-05-05 tmmm first pass at a new VP3 video decoder libavcodec
2003-05-03 arpi_esp looks better (req. for mp-G2) libavcodec
2003-05-01 romansh making it nicer to the client who doesn't expect errors messages in stdout libavcodec
2003-04-29 romansh * fixing NTSC frame rate for DV streams libavcodec
2003-04-27 michaelni 10l libavcodec
2003-04-27 michaelni tired libavcodec
2003-04-27 michaelni 10l (returning negative number of consumed bytes if the first startcode of a frame was split between 2 buffers) libavcodec