summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* free that last frameMike Melanson2005-03-281-0/+4
* Westwood SND1 decoder, courtesy of KostyaMike Melanson2005-03-284-2/+150
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-273-1/+11
* display deblocking strength in FF_DEBUG_PICT_INFOLoren Merritt2005-03-271-2/+2
* allow 16 refs with B-framesLoren Merritt2005-03-271-3/+3
* This is the second patch for MBAFF support, this adds the deblockingLoïc Le Loarer2005-03-271-69/+501
* The cvs version 1.103 of h264.c brokes 13 conformance streams, thisLoïc Le Loarer2005-03-271-1/+1
* replace custom bitstream reader with get_bits/vlc()Michael Niedermayer2005-03-261-52/+27
* make reverse[] non staticMichael Niedermayer2005-03-262-5/+7
OpenPOWER on IntegriCloud