log

age author description
2004-10-23 michael fix CABAC+LOOP missmatch libavcodec
2004-10-23 michael cbp_table cleanup libavcodec
2004-10-23 michael cleanup of decode_cabac_residual() libavcodec
2004-10-23 michael decode intra cabac mb_type cleanup libavcodec
2004-10-22 michael small typo patch by (Gildas Bazin <gbazin at altern dot org>) libavcodec
2004-10-22 michael H.264 CABAC + B-frames patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-10-22 romansh * Introducing IIDC1394 grabbing interface. libavcodec
2004-10-21 michael user selectble cutoff frequency libavcodec
2004-10-21 michael 100l (dont reset the sample position at the block end) libavcodec
2004-10-21 michael make most resample filter parameters selectable at runtime libavcodec
2004-10-20 michael optimization libavcodec
2004-10-20 michael make filter size, int32/int16 and a few other things selectable at compiletime libavcodec
2004-10-20 michael 10l libavcodec
2004-10-18 michael fix constrained parameters flag libavcodec
2004-10-18 michael infinte recursion fix libavcodec
2004-10-17 michael gcc 3.4.3 preversions do not appreciate invalid instruction and operand combinations anymore patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodec
2004-10-15 michael xvid fake divx version workaround libavcodec
2004-10-15 michael support strictly enforcing gop size libavcodec
2004-10-14 michael fix forcing of individual frame types libavcodec
2004-10-12 melanson Creative ADPCM decoder, format 0x200, courtesy of Konstantin Shishkov libavcodec
2004-10-12 rfelker 1000l libavcodec
2004-10-11 michael missaliged clear_blocks() and h264 not complied but referenced fix patch by (Roine Gustafsson <roine at users dot sourceforge dot net>) and me libavcodec
2004-10-11 michael adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) libavcodec
2004-10-09 michael lowres 4mv libavcodec
2004-10-08 michael h.261 loop filter fix libavcodec
2004-10-08 michael nonsense removial libavcodec
2004-10-08 michael Quantizer noise shaping crashes on SSE2 machines patch by (Milan Cutka <cutka at szm dot sk>) libavcodec
2004-10-06 kabi * fixing a few of gcc 'clean-code' warnings libavcodec
2004-10-05 michael segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0) libavcodec
2004-10-05 michael Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>) libavcodec
2004-10-05 michael Build process: libpostproc patch by (Franti?ek Dvo?ák <valtri at users dot sourceforge dot net>) libavcodec
2004-10-03 michael h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-10-01 michael Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2004-10-01 michael Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2004-10-01 michael do not call (av_)abort() libavcodec
2004-09-30 kabi * these vars could be either static or extern (compilation fix gcc-3.5) libavcodec
2004-09-29 michael broken mess removial libavcodec
2004-09-28 michael 10l (wrong variable) libavcodec
2004-09-28 michael dont just resample half of the data sometimes libavcodec
2004-09-28 michael 100l (signed vs. unsigend) libavcodec
2004-09-28 melanson support for Sierra Online audio files and Apple QuickDraw codec, libavcodec
2004-09-28 melanson if audio is PCM, push it through (sync is not perfect yet) libavcodec
2004-09-27 michael 10l forgot to commit libavcodec
2004-09-27 michael move h264 idct to its own file and call via function pointer in DspContext libavcodec
2004-09-27 michael dont print "vop not coded" by default libavcodec
2004-09-27 michael lowres width/height cleanup 3rd try libavcodec
2004-09-27 michael lowres fixes for the parser libavcodec
2004-09-27 michael 10l (segfault) libavcodec
2004-09-27 michael 10l libavcodec
2004-09-27 michael set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) libavcodec
2004-09-26 michael lowres chroma fix libavcodec
2004-09-26 michael lowres slice fix libavcodec
2004-09-26 michael porting optimizations from 4x4 dct to 8x8 libavcodec
2004-09-26 michael optimizing 4x4 idct libavcodec
2004-09-26 michael lowres slice fix libavcodec
2004-09-26 michael low resolution interlaced support libavcodec
2004-09-26 michael 1/8 resolution decoding libavcodec
2004-09-26 michael low resolution decoding fix libavcodec
2004-09-26 michael 1/4 resolution decoding libavcodec
2004-09-25 michael 1/2 resolution decoding libavcodec
2004-09-25 michael assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-25 michael H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-24 michael trellis quantization for h263(p) libavcodec
2004-09-24 michael unused libavcodec
2004-09-24 michael 100l libavcodec
2004-09-23 rtognimp Zlib encoder: fix image orientation (was flipped), 100l in deflate error libavcodec
2004-09-23 michael merge predict_plane() with DWTELEM->8bit conversation (21% faster) libavcodec
2004-09-23 michael segfault fix by (Kostya <cannonball at bw-team dot com>) libavcodec
2004-09-22 romansh * simplification patch by Jeffrey Ryan Muizelaar libavcodec
2004-09-21 michael 8 -> FRAC_BITS libavcodec
2004-09-21 alex Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet finished, but at least the picture can be recognized libavcodec
2004-09-21 alex greyscale decoding (option to skip u,v planes) support libavcodec
2004-09-20 michael check if the user specified timestamps are strictly monotone libavcodec
2004-09-19 michael av_rescale with user specified rounding libavcodec
2004-09-19 michael consistent use of types patch by (D Richard Felker III <dalias at aerifal dot cx>) libavcodec
2004-09-17 michael simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-17 michael huffyuv writes to AVCodecContext.stats_out only once every 32 frames, libavcodec
2004-09-17 michael warning the user about possible incompatibilities libavcodec
2004-09-17 michael (non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-16 michael h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise dot com>) libavcodec
2004-09-16 michael 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-16 melanson IBM Ultimotion video decoder, courtesy of Konstantin Shishkov libavcodec
2004-09-15 michael 10l libavcodec
2004-09-15 michael per picture psnr libavcodec
2004-09-15 michael changing size segfault fix libavcodec
2004-09-14 michael comment fix libavcodec
2004-09-14 michael qprd + mpeg2 segfault fix libavcodec
2004-09-14 romansh * I was finally convinced. And besides, if err it's better to err with libavcodec
2004-09-13 rtognimp AVC (H264 in mp4 files, fourcc avc1) support libavcodec
2004-09-13 michael pre_cmp fix libavcodec
2004-09-13 michael H.261 decoder improvements libavcodec
2004-09-12 michael 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...) libavcodec
2004-09-12 michael use h264 MC code if possible libavcodec
2004-09-12 michael 10l (gcc 2.95 compilation) libavcodec
2004-09-12 michael use pointer arithmetic in mc_block(), 25% faster libavcodec
2004-09-10 michael get/set_sr_golomb() cleanup libavcodec
2004-09-10 michael mess cleanup libavcodec
2004-09-10 alex put the warning to the right place to avoid crashes libavcodec
2004-09-08 michael h264_qpel8_hv_lowpass_mmx2/3dnow libavcodec
2004-09-08 michael h264_qpel4_hv_lowpass_mmx2/3dnow libavcodec
2004-09-08 alex new signed golomb routines libavcodec
2004-09-08 alex try to select w/h from tables libavcodec
2004-09-08 michael 10l (wrong coded_picture) libavcodec
2004-09-08 michael optimization libavcodec
2004-09-07 michael optimization libavcodec
2004-09-07 michael optimization libavcodec
2004-09-07 michael h264 luma motion compensation in mmx2/3dnow libavcodec
2004-09-06 michael useless libavcodec
2004-09-06 michael 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written and commited long time ago but appearently never used, qpel motion compensation is 5% faster libavcodec
2004-09-05 michael 20% faster predict_plane() libavcodec
2004-09-04 alex more decorrelation types libavcodec
2004-09-03 michael Always write VOL control parameters, needed by old xvid patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-09-02 michael typo libavcodec
2004-09-02 michael optional non spec compliant optimizations for mpeg1 libavcodec
2004-09-02 michael optional non spec compliant optimizations libavcodec
2004-09-02 michael h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot edu>) libavcodec
2004-08-31 michael 10l (keyframes and context resets) libavcodec
2004-08-28 michael cleanup libavcodec
2004-08-28 michael 10l libavcodec
2004-08-28 melanson 8-bit mode corrections libavcodec
2004-08-27 michael merge decode_subband() and dequantize() libavcodec
2004-08-27 michael 11% faster decode_subband() libavcodec
2004-08-27 michael 5% faster decode_subband() libavcodec
2004-08-27 michael 46% faster decode_subband() libavcodec
2004-08-27 michael 50% faster decode_subband() libavcodec
2004-08-26 michael yuv median encoding 10l fix libavcodec
2004-08-26 michael quad tree based motion compensation (currently only 16x16 & 8x8 OBMC blocks, but can be extended to other block sizes easily) libavcodec
2004-08-25 michael typo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43 dot pl>) libavcodec