| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r11689 and r11690 (uninitalized warning fix) as its theoretically | Michael Niedermayer | 2008-01-31 | 1 | -1/+1 |
* | Comment about weird warning prevention. | Michael Niedermayer | 2008-01-31 | 1 | -1/+1 |
* | fix "uninitalized" warning, the alternative way. | Michael Niedermayer | 2008-01-31 | 1 | -1/+1 |
* | revert r11677, it is considered speed critical | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | fix indentation | Baptiste Coudurier | 2008-01-31 | 1 | -18/+18 |
* | init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | merge some #ifdef CONFIG_ENCODERS sections | Aurelien Jacobs | 2007-10-03 | 1 | -9/+0 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -1/+1 |
* | exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, | Michael Niedermayer | 2007-08-01 | 1 | -1/+1 |
* | remove "Advanced Prediction Mode not supported" spam | Michael Niedermayer | 2007-07-26 | 1 | -5/+1 |
* | also support DEBUG_PICT_INFO for h263i | Michael Niedermayer | 2007-07-26 | 1 | -0/+3 |
* | move show_pict_info() to its own function | Michael Niedermayer | 2007-07-26 | 1 | -14/+18 |
* | Better place to disable some mpeg4 code and ensure that | Aurelien Jacobs | 2007-07-10 | 1 | -2/+2 |
* | move init_vlc_rl from h263.c to mpegvideo.c | Aurelien Jacobs | 2007-07-10 | 1 | -53/+0 |
* | Split ff_set_mpeg4_time() and move the non mpeg4 specific part | Aurelien Jacobs | 2007-07-10 | 1 | -15/+2 |
* | don't compile some mpeg4 encoder code when encoders are disabled | Aurelien Jacobs | 2007-07-10 | 1 | -0/+2 |
* | move ff_set_qscale from h263.c to mpegvideo.c | Aurelien Jacobs | 2007-07-09 | 1 | -17/+0 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -4/+4 |
* | misc typo fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Correct the parameter order for the call to "av_clip". | Harald Karnet | 2007-05-25 | 1 | -1/+1 |
* | Remove duplicate #includes, avcodec.h #includes common.h. | Diego Biurrun | 2007-05-11 | 1 | -1/+0 |
* | fix possibly exploitable stack overflow with num_sprite_warping_points (found... | Michael Niedermayer | 2007-05-06 | 1 | -0/+5 |
* | 10l for myself, fixing --disable-encoders | Michael Niedermayer | 2007-03-14 | 1 | -2/+2 |
* | kill av_mallocz_static() calls in init_rl() | Michael Niedermayer | 2007-03-14 | 1 | -8/+10 |
* | dont malloc() static mv_penalty arrays | Michael Niedermayer | 2007-03-13 | 1 | -4/+1 |
* | Give context to dprintf | Michel Bardiaux | 2007-03-12 | 1 | -3/+3 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -2/+2 |
* | cosmetics: Fix another common typo, dependAnt --> dependEnt. | Diego Biurrun | 2007-02-24 | 1 | -1/+1 |
* | some interlaced direct sanity checks | Michael Niedermayer | 2007-01-13 | 1 | -0/+4 |
* | dont randomly disallow intr4v in adaptive quant | Michael Niedermayer | 2006-12-21 | 1 | -1/+16 |
* | dont randomly dissallow direct MBs | Michael Niedermayer | 2006-12-21 | 1 | -1/+0 |
* | 10000l to myself, fixing regression test failure | Michael Niedermayer | 2006-11-09 | 1 | -1/+1 |
* | 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ... | Michael Niedermayer | 2006-11-08 | 1 | -9/+12 |
* | add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values | Baptiste Coudurier | 2006-11-07 | 1 | -4/+4 |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -2/+2 |
* | Rename ABS macro to FFABS. | Diego Biurrun | 2006-10-11 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff... | Michael Niedermayer | 2006-09-29 | 1 | -1/+1 |
* | dc_val should be signed | Måns Rullgård | 2006-09-27 | 1 | -7/+6 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -3/+5 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -2/+3 |
* | fix non ALT bitstream reader | Michael Niedermayer | 2006-08-24 | 1 | -1/+1 |
* | add outcommented chunk of code to handle stuffing MBs at the end of slices (I... | Michael Niedermayer | 2006-05-08 | 1 | -0/+6 |
* | use previous qscale for intra_dc_threshold check | Michael Niedermayer | 2006-04-28 | 1 | -2/+7 |
* | signedness error caused broken decoding | D Richard Felker III | 2006-04-09 | 1 | -1/+1 |
* | 100l to loren. at least this fixes the compile error, but the code is still b... | D Richard Felker III | 2006-04-09 | 1 | -6/+6 |
* | 2x faster ff_mpeg4_set_direct_mv | Loren Merritt | 2006-04-03 | 1 | -14/+52 |
* | fixing interlaced direct mode field select values | Michael Niedermayer | 2006-03-20 | 1 | -0/+2 |
* | reset interlaced_dct flag | Michael Niedermayer | 2006-03-12 | 1 | -0/+1 |
* | fixing uninitalized dc_pred_dir | Michael Niedermayer | 2006-03-10 | 1 | -0/+1 |