log svq1.c @ 6650:2d1497d25251 libavcodec

age author description
2008-01-07 benoit Mark the ff_svq1_frame_size_table as constant. libavcodec
2007-07-06 aurel split SVQ1 decoder and encoder in their own files libavcodec
2007-07-05 diego Group all copyright and author notices together. libavcodec
2007-06-12 diego misc spelling fixes libavcodec
2007-05-10 diego Remove redundant #inclusion of common.h, avcodec.h already #includes it. libavcodec
2007-03-30 lorenm move some stuff out of an inner loop. 12% faster svq1 encoding. libavcodec
2007-03-30 lorenm mmx 16-bit ssd. 2.3x faster svq1 encoding. libavcodec
2007-02-25 reimar Add av_ prefix to clip functions libavcodec
2007-02-24 diego cosmetics: Fix another common typo, dependAnt --> dependEnt. libavcodec
2006-11-22 bcoudurier fix bitstream to be correctly decoded by quicktime libavcodec
2006-11-22 bcoudurier fix sigfpe with intra only encoding libavcodec
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
2006-09-27 mru add some #ifdef CONFIG_ENCODERS/DECODERS libavcodec
2006-09-27 mru fix some signedness warnings libavcodec
2006-01-12 diego Update licensing information: The FSF changed postal address. libavcodec
2005-12-22 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavcodec
2005-09-05 michael set a few variables correctly libavcodec
2005-07-14 michael skip_idct libavcodec
2005-02-24 michael kill warnings patch by (Måns Rullgård <mru inprovide com>) libavcodec
2005-01-23 michael avoid buf_size == 0 checks in every decoder libavcodec
2005-01-12 michael various security fixes and precautionary checks libavcodec
2004-11-27 michael Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) libavcodec
2004-09-27 michael 10l (segfault) libavcodec
2004-09-08 alex try to select w/h from tables libavcodec
2004-07-28 michael svq1 mv array size fix libavcodec
2004-07-27 melanson well that does not need to be there anymore libavcodec
2004-06-13 melanson the ongoing struggle for encoding conditionals libavcodec
2004-06-08 michael gcc bug workaround by (Jonathan Gray <khalek at linuxgamers dot net>) libavcodec
2004-05-21 michael data_size = 0 cleanup libavcodec
2004-05-18 michael some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
2004-05-12 michael removing unused encoding code libavcodec
2004-05-12 michael automatic pixel format selection libavcodec
2004-05-12 michael segfault fix libavcodec
2004-05-12 michael support skiped blocks in SVQ1 libavcodec
2004-05-12 michael motion estimation for SVQ1 libavcodec
2004-05-09 michael p frame encoding, only with 0,0 motion vectors yet though libavcodec
2004-05-08 michael using pointers so the code could eventually be used for P frames libavcodec
2004-05-08 michael width height %64 != 0 fix libavcodec
2004-05-07 michael color and 10l libavcodec
2004-05-07 michael rate distorted intra only encoding libavcodec
2004-05-07 melanson first pass at a Sorenson Video 1 (SVQ1) encoder libavcodec
2004-03-16 michael init cleanup libavcodec
2004-01-22 michael closed gop support & flags2 as all bits in flags are used libavcodec
2004-01-02 melanson off-by-1 error in the never-before-tested embedded string code libavcodec
2003-11-03 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavcodec
2003-07-25 al3x get_bits -> skip_bits libavcodec
2003-07-17 michaelni AVCodec.flush() libavcodec
2003-05-26 tmmm rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's libavcodec
2003-05-24 mellum Warning and compatibility fixes. libavcodec
2003-03-16 michaelni field pic decoding cleanup libavcodec
2003-03-06 michaelni per file doxy libavcodec
2003-02-11 kabi * UINTX -> uintx_t INTX -> intx_t libavcodec
2003-02-04 michaelni cliping MVs, i dunno if its correct but it looks better then without it libavcodec
2003-01-21 michaelni GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops libavcodec
2003-01-09 michaelni workaround dropable p frame after first frame bug libavcodec
2002-12-09 michaelni AVVideoFrame -> AVFrame libavcodec
2002-12-09 michaelni cleanup / messup? libavcodec
2002-12-04 michaelni cleanup libavcodec
2002-11-12 kabi * fixing some minor const warnings libavcodec