aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* AVPicture has 4 planes, not 3Luca Abeni2006-10-301-1/+1
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-303-10/+10
* avoid random noise on damaged framesMichael Niedermayer2006-10-301-1/+2
* Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun2006-10-292-3/+3
* update copyright year, it looks odd otherwise :)Michael Niedermayer2006-10-281-1/+1
* CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality where the...Michael Niedermayer2006-10-281-1/+2
* I hope noone minds, adding myself to eval.c copyright...Oded Shimon2006-10-281-0/+1
* lambda* should be unsignedMichael Niedermayer2006-10-281-2/+2
* prevent overflow if lambda2 is "too" largeMichael Niedermayer2006-10-281-1/+1
* use lambda/lmax instead of qscale/qmax as end check for vbv retryMichael Niedermayer2006-10-281-1/+1
* ignore whitespace in ff_evalOded Shimon2006-10-281-1/+6
* sample rate fixAndrew Voznytsa2006-10-281-0/+44
* add missing 'e->value * 'Oded Shimon2006-10-281-1/+1
* shut gcc warning, also makes sense for NAN to be returned if the loop was nev...Oded Shimon2006-10-281-1/+1
* Rename dvdsub.c to dvdsubdec.c.Diego Biurrun2006-10-272-2/+2
* add support for while() loops again ugly syntax while(condition, statements) ...Michael Niedermayer2006-10-271-1/+8
* support seperating expressons by ;Michael Niedermayer2006-10-271-4/+23
* Fix obvious typo, BGR555 was missingReynaldo H. Verdejo Pinochet2006-10-271-1/+1
* possible bug of 'gte' being read as 'gt', same with 'lte'Oded Shimon2006-10-271-2/+2
* minor simplificationMichael Niedermayer2006-10-271-5/+2
* factorize AVEvalExpr alloc and initMichael Niedermayer2006-10-271-19/+14
* update ratecontrol to new ff_eval APIOded Shimon2006-10-272-54/+64
* adds missing rgb/bgr 565 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet2006-10-271-0/+2
* adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by MichaelReynaldo H. Verdejo Pinochet2006-10-271-0/+2
* new optimized eval method, by seperating parsing and runtimeOded Shimon2006-10-272-64/+202
* LZW decoder as separate module plus TIFF LZW supportKostya Shishkov2006-10-266-174/+342
* 10l predictor should not skip first lineKostya Shishkov2006-10-261-1/+1
* Don't include inttypes.h/stdint.h directly, there is an abstraction inSteve L'Homme2006-10-247-9/+1
* simplifyMichael Niedermayer2006-10-241-6/+2
* reverse my last change, it was wrong and brokenMichael Niedermayer2006-10-241-5/+6
* remove map variableMichael Niedermayer2006-10-241-6/+5
* factorize update state outMichael Niedermayer2006-10-241-59/+36
* FFMAXMichael Niedermayer2006-10-241-3/+1
* common subexpression eliminationMichael Niedermayer2006-10-241-27/+14
* merge 8 and 16bit functions, they are identical except the data typeMichael Niedermayer2006-10-241-244/+32
* set v_edge_pos correctly for field picture mpeg2Michael Niedermayer2006-10-241-2/+4
* JPEG-LS 16-bit gray supportKostya Shishkov2006-10-242-14/+277
* PGM 16-bit gray supportKostya Shishkov2006-10-241-4/+12
* PNG 16-bit gray decoding supportKostya Shishkov2006-10-241-0/+3
* 16-bit grayscale supportKostya Shishkov2006-10-242-0/+109
* Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni2006-10-233-70/+6
* CABAC assembler optimizations ported to AMD64Reimar Döffinger2006-10-231-52/+64
* document the extradata protocol for VP6FAurelien Jacobs2006-10-231-0/+5
* use the adjustment value present in FLV to crop VP6 videoAurelien Jacobs2006-10-221-0/+4
* use coded_width and coded_height instead of width and heightAurelien Jacobs2006-10-221-6/+6
* indentionBaptiste Coudurier2006-10-221-14/+14
* removed useless variablesBaptiste Coudurier2006-10-221-7/+0
* use avctx->get_bufferBaptiste Coudurier2006-10-221-16/+28
* remove unused variablesBaptiste Coudurier2006-10-221-3/+3
* printf -> dprintfBaptiste Coudurier2006-10-221-6/+6