summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* preempt possible overflowMichael Niedermayer2006-11-031-1/+1
* 1 instruction lessMichael Niedermayer2006-11-031-7/+6
* Use bpp from header in error messageKostya Shishkov2006-11-031-1/+1
* optimize H264_DEBLOCK_P0_Q0Michael Niedermayer2006-11-032-40/+23
* new I/P frame selection heuristicMichael Niedermayer2006-11-021-17/+13
* change gif muxer to simple gif encoderBaptiste Coudurier2006-11-025-2/+382
* Correct description of mblmin and mblmax.Corey Hickey2006-11-021-2/+2
* outputs bit spent on various encoding functions (motion vectors, overhead, etc)Tom Harper2006-11-021-0/+4
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-019-12/+12
* 10l (forgot ALT_SCAN)Michael Niedermayer2006-11-011-1/+1
* Rename SWAP macro to FFSWAP.Diego Biurrun2006-11-012-5/+5
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-013-191/+190
* merge clip() into the alpha/beta/tc0 tables (10% faster filter_mb_fast() on P3)Michael Niedermayer2006-11-012-30/+64
* Make tests compile on non-x86.Diego Biurrun2006-11-011-1/+5
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-012-7/+7
* indentationMåns Rullgård2006-11-011-6/+6
* CODEC_CAP_DELAY supportMåns Rullgård2006-11-011-1/+5
* Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger2006-11-012-9/+6
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-013-7/+7
* fix 1/0 b frames + CBR bugMichael Niedermayer2006-10-311-0/+4
* cosmetics: Restore alphabetical order.Diego Biurrun2006-10-311-1/+1
* coded line size is a multiple of 4Måns Rullgård2006-10-301-1/+2
* fix for disabling vorbis decoder but enabling vorbis encoderOded Shimon2006-10-301-1/+1
* Init vlc tables as staticKostya Shishkov2006-10-301-1/+1
* IMC decoderKostya Shishkov2006-10-305-2/+988
* 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
OpenPOWER on IntegriCloud