aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-251-1/+1
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-255-4/+9
* tighter snow slicing patch by (Yartrebo || yartrebo earthlink net)Yartrebo2005-04-251-34/+38
* MMX for H.264 deblocking filterLoren Merritt2005-04-254-149/+333
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-256-6/+21
* extract from the subid the optionsMatthieu Castet2005-04-251-5/+7
* fixing broken_rv20_1mb_.rmMichael Niedermayer2005-04-241-8/+10
* fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were trea...Loren Merritt2005-04-241-8/+6
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-2423-105/+105
* Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)Kevin Baragona2005-04-241-16/+16
* typo fix by ("Todd.Kirby" doubleshot pacbell net)Michael Niedermayer2005-04-241-1/+1
* Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)Michael Niedermayer2005-04-211-0/+1
* avoid clearing block[] if its not used at allMichael Niedermayer2005-04-211-5/+12
* deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.Loren Merritt2005-04-211-24/+31
* mpeg2_fast_decode_block_intra()Michael Niedermayer2005-04-201-3/+80
* simplifyMichael Niedermayer2005-04-201-21/+11
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-202-3/+1
* buffer overflowsMichael Niedermayer2005-04-201-3/+15
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-205-1/+292
* optimizing non_intra ac coeff decodeMichael Niedermayer2005-04-191-43/+52
* remove superfluous CONFIG_ENCODERS (entire function is already wrapped)Mike Melanson2005-04-191-3/+1
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-185-16/+18
* various fixes related to the non alt_bitstream_readerMichael Niedermayer2005-04-183-7/+8
* add an AMD64 specific implementation of rdtsc()Aurelien Jacobs2005-04-181-0/+11
* gcc 4 compilation fixBret Hughes2005-04-171-57/+57
* read 32bit instead of 64bit to avoid overreading and missalignmentsMichael Niedermayer2005-04-171-4/+8
* fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink netYartrebo2005-04-171-4/+12
* store the number of runs to avoid storing the last run valueMichael Niedermayer2005-04-151-5/+14
* allow 2pass ratecontrol. also fixes psnr displayed by mencoder.Loren Merritt2005-04-151-3/+42
* replace complicated pointer dereference + index stuff by pointers in unpack_c...Michael Niedermayer2005-04-141-33/+33
* minor optimizationMichael Niedermayer2005-04-141-7/+6
* optimizing unpack_coeffs()Michael Niedermayer2005-04-141-9/+12
* Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/)Yartrebo2005-04-131-4/+4
* s/u_char/uint8_t/Måns Rullgård2005-04-121-2/+2
* rescale coefficients during IDWT, that way the lifting steps are much simpler...Michael Niedermayer2005-04-101-9/+45
* increasing precission of the quantization parameterMichael Niedermayer2005-04-091-1/+1
* fix QROOT != 8Michael Niedermayer2005-04-091-24/+26
* Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi)Jindřich Makovička2005-04-081-6/+6
* Fix colors for YV12 case (u/v planes are swapped)Roberto Togni2005-04-071-3/+3
* CABAC support for MBAFF I frames patch by (Loïc Le Loarer < lll+ffmpeg m4x org)Loïc Le Loarer2005-04-051-6/+31
* 10% faster unpack_coeffsMichael Niedermayer2005-04-051-11/+31
* fixing lossless snowMichael Niedermayer2005-04-051-1/+1
* CABAC support for MBAFF I frames patch by (Loïc Le Loarer | lll+ffmpeg m4x org)Loïc Le Loarer2005-04-051-49/+78
* printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se)Benjamin Larsson2005-04-041-10/+10
* merge vertical lifting steps and a little cleanupMichael Niedermayer2005-04-041-22/+27
* Typo errors patch by (QuickTime | ffmpeg gmail com>avcoder2005-04-041-3/+3
* reinitialize on aspect change,Ivan Kalvachev2005-04-031-1/+1
* Snow Slicing patch by (Yartrebo) yartrebo earthlink netYartrebo2005-04-031-65/+682
* Autodesk Animator Studio Codec (AASC) video decoder, courtesy ofMike Melanson2005-04-034-2/+179
* support some more color modes; patch by KostyaKostya Shishkov2005-04-011-2/+2