| Commit message (Expand) | Author | Age | Files | Lines |
* | move dct_quantize and denoise_dct function pointers initialization to C | Benoit Fouet | 2007-06-20 | 1 | -5/+4 |
* | remove unused constant definition | Benoit Fouet | 2007-06-20 | 1 | -3/+0 |
* | aanscales is used only with CONFIG_ENCODERS | Benoit Fouet | 2007-06-19 | 1 | -0/+2 |
* | Simplify init preprocessor statements. | Albert Lee | 2007-06-14 | 1 | -13/+7 |
* | integrating MPV_common_init_bfin into the build system and mpegvideo.c | Marc Hoffman | 2007-06-12 | 1 | -0/+3 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+3 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -3/+3 |
* | Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. | Diego Biurrun | 2007-05-28 | 1 | -4/+0 |
* | use AV_LOG_ERROR instead of INFO for errors | Michael Niedermayer | 2007-05-20 | 1 | -3/+3 |
* | sanity checks for bitrate tolerance and buffer size (= fail if a single frame... | Michael Niedermayer | 2007-05-20 | 1 | -0/+10 |
* | move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c | Aurelien Jacobs | 2007-05-18 | 1 | -13/+0 |
* | add a proper prefix to all mjpeg encoder exported functions | Aurelien Jacobs | 2007-05-18 | 1 | -6/+7 |
* | split ljpeg encoder out of mjpeg.c | Aurelien Jacobs | 2007-05-18 | 1 | -0/+1 |
* | remove some unused mjpeg encoding variables | Aurelien Jacobs | 2007-05-14 | 1 | -2/+0 |
* | cosmetics: indent | Aurelien Jacobs | 2007-05-13 | 1 | -2/+3 |
* | replace some #ifdef CONFIG_* by if(ENABLE_*) | Aurelien Jacobs | 2007-05-13 | 1 | -21/+8 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-05-12 | 1 | -2/+3 |
* | make compilation of mjpeg.c optional | Aurelien Jacobs | 2007-05-12 | 1 | -4/+8 |
* | jpegls never call this code, so those tests are useless | Aurelien Jacobs | 2007-05-12 | 1 | -2/+1 |
* | cosmetics: reindent | Aurelien Jacobs | 2007-05-10 | 1 | -2/+4 |
* | disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in | Aurelien Jacobs | 2007-05-10 | 1 | -6/+9 |
* | 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 |