| Commit message (Expand) | Author | Age | Files | Lines |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 1 | -8/+8 |
* | cosmetic | Michael Niedermayer | 2007-03-13 | 1 | -6/+3 |
* | remove silly static int done protecting the initalization of 32 elements to 1 | Michael Niedermayer | 2007-03-13 | 1 | -4/+1 |
* | remove redundant memset() | Michael Niedermayer | 2007-03-13 | 1 | -2/+0 |
* | dont malloc() static mv_penalty arrays | Michael Niedermayer | 2007-03-13 | 1 | -2/+1 |
* | dummy support for mpeg2 non linear quant | Baptiste Coudurier | 2007-03-04 | 1 | -0/+12 |
* | get rid of CODEC_FLAG_H263P_AIC with next major bump | Baptiste Coudurier | 2007-03-01 | 1 | -1/+1 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -21/+21 |
* | Spelling fix | Michel Bardiaux | 2007-02-15 | 1 | -1/+1 |
* | Fix warnings and simplify/reorder the code | Luca Barbato | 2007-01-27 | 1 | -20/+11 |
* | fix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg | Michael Niedermayer | 2007-01-26 | 1 | -1/+1 |
* | add hint for closed gop and sc threshold error message | Baptiste Coudurier | 2007-01-24 | 1 | -1/+1 |
* | set last_picture for h.264 too, this significantly improves error concealment... | Michael Niedermayer | 2007-01-24 | 1 | -2/+2 |
* | some interlaced direct sanity checks | Michael Niedermayer | 2007-01-13 | 1 | -0/+1 |
* | skiprd | Michael Niedermayer | 2006-12-23 | 1 | -1/+34 |
* | more simplification | Aurelien Jacobs | 2006-12-21 | 1 | -3/+1 |
* | 10l | Michael Niedermayer | 2006-12-21 | 1 | -0/+5 |
* | FIXME has already been fixed ages ago | Michael Niedermayer | 2006-12-21 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2006-12-21 | 1 | -1/+1 |
* | use qscale_table in adaptive quant | Michael Niedermayer | 2006-12-21 | 1 | -0/+1 |
* | skip motion estimation and encoding of non direct-0,0 MBs if the next MB is s... | Michael Niedermayer | 2006-12-21 | 1 | -2/+10 |
* | try direct mode MB after QPRD, slight PSNR/bitrate gain if b frames + QPRD | Michael Niedermayer | 2006-12-20 | 1 | -12/+12 |
* | rename always_inline to av_always_inline and move to common.h | Måns Rullgård | 2006-12-08 | 1 | -5/+5 |
* | ff_check_alignment to warn the user about a missaligned stack | Michael Niedermayer | 2006-12-07 | 1 | -0/+6 |
* | use the standard INT64_C() macro for 64-bit constants | Måns Rullgård | 2006-12-06 | 1 | -3/+3 |
* | fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probab... | Michael Niedermayer | 2006-11-21 | 1 | -1/+1 |
* | 100l infinite loop fix | Michael Niedermayer | 2006-11-21 | 1 | -1/+1 |
* | Fix linking with H.261 support disabled. | Tom Harper | 2006-11-20 | 1 | -0/+2 |
* | infiinit loop fix for CBR + adaptive quant | Michael Niedermayer | 2006-11-20 | 1 | -0/+5 |
* | 100l qprd fix 2nd try | Michael Niedermayer | 2006-11-20 | 1 | -2/+3 |
* | testing all dquant for qp_rd fixes the qp runaway to 31 bug | Michael Niedermayer | 2006-11-19 | 1 | -10/+5 |
* | throw error if unsupported resolution is used with h261 | Baptiste Coudurier | 2006-11-16 | 1 | -0/+4 |
* | add low delay forcing option for mpeg1/2 encoding | Baptiste Coudurier | 2006-11-13 | 1 | -2/+13 |
* | rename squareTbl -> ff_squareTbl | Måns Rullgård | 2006-11-12 | 1 | -1/+1 |
* | add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values | Baptiste Coudurier | 2006-11-07 | 1 | -2/+2 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | 10l (forgot ALT_SCAN) | Michael Niedermayer | 2006-11-01 | 1 | -1/+1 |
* | Rename SWAP macro to FFSWAP. | Diego Biurrun | 2006-11-01 | 1 | -4/+4 |
* | fix 1/0 b frames + CBR bug | Michael Niedermayer | 2006-10-31 | 1 | -0/+4 |
* | prevent overflow if lambda2 is "too" large | Michael Niedermayer | 2006-10-28 | 1 | -1/+1 |
* | use lambda/lmax instead of qscale/qmax as end check for vbv retry | Michael Niedermayer | 2006-10-28 | 1 | -1/+1 |
* | prevent infinite loop | Michael Niedermayer | 2006-10-21 | 1 | -1/+1 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -15/+15 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix buffer underflows by reencoding the current frame with a higher QP | Michael Niedermayer | 2006-10-05 | 1 | -8/+38 |
* | mjpeg 4:2:2 encoding support | Baptiste Coudurier | 2006-10-04 | 1 | -8/+9 |
* | approximate qpel functions: sacrifice some quality for some decoding speed. e... | Loren Merritt | 2006-10-01 | 1 | -3/+2 |
* | return 0 from encode_picture() and estimate_qp() on success | Måns Rullgård | 2006-09-27 | 1 | -0/+2 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -4/+4 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+1 |