summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)Kevin Baragona2005-04-24
* typo fix by ("Todd.Kirby" doubleshot pacbell net)Michael Niedermayer2005-04-24
* Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)Michael Niedermayer2005-04-21
* avoid clearing block[] if its not used at allMichael Niedermayer2005-04-21
* deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.Loren Merritt2005-04-21
* mpeg2_fast_decode_block_intra()Michael Niedermayer2005-04-20
* simplifyMichael Niedermayer2005-04-20
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-20
* buffer overflowsMichael Niedermayer2005-04-20
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-20
* optimizing non_intra ac coeff decodeMichael Niedermayer2005-04-19
* remove superfluous CONFIG_ENCODERS (entire function is already wrapped)Mike Melanson2005-04-19
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-18
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-18
* add an AMD64 specific implementation of rdtsc()Aurelien Jacobs2005-04-18
* gcc 4 compilation fixBret Hughes2005-04-17
* read 32bit instead of 64bit to avoid overreading and missalignmentsMichael Niedermayer2005-04-17
* fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink netYartrebo2005-04-17
* store the number of runs to avoid storing the last run valueMichael Niedermayer2005-04-15
* allow 2pass ratecontrol. also fixes psnr displayed by mencoder.Loren Merritt2005-04-15
* replace complicated pointer dereference + index stuff by pointers in unpack_c...Michael Niedermayer2005-04-14
* minor optimizationMichael Niedermayer2005-04-14
* optimizing unpack_coeffs()Michael Niedermayer2005-04-14
* Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/)Yartrebo2005-04-13
* s/u_char/uint8_t/Måns Rullgård2005-04-12
* rescale coefficients during IDWT, that way the lifting steps are much simpler...Michael Niedermayer2005-04-10
* increasing precission of the quantization parameterMichael Niedermayer2005-04-09
* fix QROOT != 8Michael Niedermayer2005-04-09
* Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi)Jindřich Makovička2005-04-08
* Fix colors for YV12 case (u/v planes are swapped)Roberto Togni2005-04-07
* CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org)Loïc Le Loarer2005-04-05
* 10% faster unpack_coeffsMichael Niedermayer2005-04-05
* fixing lossless snowMichael Niedermayer2005-04-05
* CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org)Loïc Le Loarer2005-04-05
* printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)Benjamin Larsson2005-04-04
* merge vertical lifting steps and a little cleanupMichael Niedermayer2005-04-04
* Typo errors patch by (QuickTime | ffmpeg gmail com>avcoder2005-04-04
* reinitialize on aspect change,Ivan Kalvachev2005-04-03
* Snow Slicing patch by (Yartrebo) yartrebo earthlink netYartrebo2005-04-03
* Autodesk Animator Studio Codec (AASC) video decoder, courtesy ofMike Melanson2005-04-03
* support some more color modes; patch by KostyaKostya Shishkov2005-04-01
* free that last frameMike Melanson2005-03-28
* Westwood SND1 decoder, courtesy of KostyaMike Melanson2005-03-28
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-27
* display deblocking strength in FF_DEBUG_PICT_INFOLoren Merritt2005-03-27
* allow 16 refs with B-framesLoren Merritt2005-03-27
* This is the second patch for MBAFF support, this adds the deblockingLoïc Le Loarer2005-03-27
* The cvs version 1.103 of h264.c brokes 13 conformance streams, thisLoïc Le Loarer2005-03-27
* replace custom bitstream reader with get_bits/vlc()Michael Niedermayer2005-03-26