log

age author description
2005-05-05 michael fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi' libavcodec
2005-05-05 michael GCC4 fix by (Keenan Pepper (keenanpepper gmail com) libavcodec
2005-05-03 lorenm fix storage of motion vectors for frames with more than 4096 macroblocks. libavcodec
2005-05-03 lorenm clear the DPB after seeking. libavcodec
2005-05-02 michael put most codecs under ifdefs libavcodec
2005-05-02 michael #ifdefs around most register_avcodec libavcodec
2005-04-30 michael switch to native time bases libavcodec
2005-04-25 michael print pix_fmt if its known instead of if the raw codec is used libavcodec
2005-04-25 michael PIX_FMT_NONE and related fixes libavcodec
2005-04-25 michael tighter snow slicing patch by (Yartrebo || yartrebo earthlink net) libavcodec
2005-04-25 lorenm MMX for H.264 deblocking filter libavcodec
2005-04-25 michael avoid unneeded clear_blocks() libavcodec
2005-04-25 michael extract from the subid the options libavcodec
2005-04-24 michael fixing broken_rv20_1mb_.rm libavcodec
2005-04-24 lorenm fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were treated as different) libavcodec
2005-04-24 melanson Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") libavcodec
2005-04-24 michael Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com) libavcodec
2005-04-24 michael typo fix by ("Todd.Kirby" doubleshot pacbell net) libavcodec
2005-04-21 michael Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr) libavcodec
2005-04-21 michael avoid clearing block[] if its not used at all libavcodec
2005-04-21 lorenm deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding. libavcodec
2005-04-20 michael mpeg2_fast_decode_block_intra() libavcodec
2005-04-20 michael simplify libavcodec
2005-04-20 michael remove duplicate clip to 8bit function libavcodec
2005-04-20 michael buffer overflows libavcodec
2005-04-20 michael Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) libavcodec
2005-04-19 michael optimizing non_intra ac coeff decode libavcodec
2005-04-19 melanson remove superfluous CONFIG_ENCODERS (entire function is already wrapped) libavcodec
2005-04-18 michael avoid UPDATE_CACHE() in GET_RL_VLC() if not needed libavcodec
2005-04-18 michael various fixes related to the non alt_bitstream_reader libavcodec
2005-04-18 aurel add an AMD64 specific implementation of rdtsc() libavcodec
2005-04-17 diego gcc 4 compilation fix libavcodec
2005-04-17 michael read 32bit instead of 64bit to avoid overreading and missalignments libavcodec
2005-04-17 michael fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink net libavcodec
2005-04-15 michael store the number of runs to avoid storing the last run value libavcodec
2005-04-15 lorenm allow 2pass ratecontrol. also fixes psnr displayed by mencoder. libavcodec
2005-04-14 michael replace complicated pointer dereference + index stuff by pointers in unpack_coeffs() libavcodec
2005-04-14 michael minor optimization libavcodec
2005-04-14 michael optimizing unpack_coeffs() libavcodec
2005-04-13 michael Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/) libavcodec
2005-04-12 mru s/u_char/uint8_t/ libavcodec
2005-04-10 michael rescale coefficients during IDWT, that way the lifting steps are much simpler and faster libavcodec
2005-04-09 michael increasing precission of the quantization parameter libavcodec
2005-04-09 michael fix QROOT != 8 libavcodec
2005-04-08 rtognimp Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi) libavcodec
2005-04-07 rtognimp Fix colors for YV12 case (u/v planes are swapped) libavcodec
2005-04-05 michael CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org) libavcodec
2005-04-05 michael 10% faster unpack_coeffs libavcodec
2005-04-05 michael fixing lossless snow libavcodec
2005-04-05 michael CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org) libavcodec
2005-04-04 michael printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) libavcodec
2005-04-04 michael merge vertical lifting steps and a little cleanup libavcodec
2005-04-04 michael Typo errors patch by (QuickTime | ffmpeg gmail com> libavcodec
2005-04-03 iive reinitialize on aspect change, libavcodec
2005-04-03 michael Snow Slicing patch by (Yartrebo) yartrebo earthlink net libavcodec
2005-04-03 melanson Autodesk Animator Studio Codec (AASC) video decoder, courtesy of libavcodec
2005-04-01 melanson support some more color modes; patch by Kostya libavcodec
2005-03-28 melanson free that last frame libavcodec
2005-03-28 melanson Westwood SND1 decoder, courtesy of Kostya libavcodec
2005-03-27 michael motion estimation bitrate penalty compensation libavcodec