summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAge
* Revert r11689 and r11690 (uninitalized warning fix) as its theoreticallyMichael Niedermayer2008-01-31
* Comment about weird warning prevention.Michael Niedermayer2008-01-31
* fix "uninitalized" warning, the alternative way.Michael Niedermayer2008-01-31
* revert r11677, it is considered speed criticalBaptiste Coudurier2008-01-31
* fix indentationBaptiste Coudurier2008-01-31
* init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini...Baptiste Coudurier2008-01-31
* merge some #ifdef CONFIG_ENCODERS sectionsAurelien Jacobs2007-10-03
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-01
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-26
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-26
* move show_pict_info() to its own functionMichael Niedermayer2007-07-26
* Better place to disable some mpeg4 code and ensure thatAurelien Jacobs2007-07-10
* move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs2007-07-10
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-10
* don't compile some mpeg4 encoder code when encoders are disabledAurelien Jacobs2007-07-10
* move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs2007-07-09
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* misc typo fixesDiego Biurrun2007-06-12
* Correct the parameter order for the call to "av_clip".Harald Karnet2007-05-25
* Remove duplicate #includes, avcodec.h #includes common.h.Diego Biurrun2007-05-11
* fix possibly exploitable stack overflow with num_sprite_warping_points (found...Michael Niedermayer2007-05-06
* 10l for myself, fixing --disable-encodersMichael Niedermayer2007-03-14
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-14
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-13
* Give context to dprintfMichel Bardiaux2007-03-12
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* some interlaced direct sanity checksMichael Niedermayer2007-01-13
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-21
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-21
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-09
* 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer2006-11-08
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-07
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff...Michael Niedermayer2006-09-29
* dc_val should be signedMåns Rullgård2006-09-27
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* fix some signedness warningsMåns Rullgård2006-09-27
* fix non ALT bitstream readerMichael Niedermayer2006-08-24
* add outcommented chunk of code to handle stuffing MBs at the end of slices (I...Michael Niedermayer2006-05-08
* use previous qscale for intra_dc_threshold checkMichael Niedermayer2006-04-28
* signedness error caused broken decodingD Richard Felker III2006-04-09
* 100l to loren. at least this fixes the compile error, but the code is still b...D Richard Felker III2006-04-09
* 2x faster ff_mpeg4_set_direct_mvLoren Merritt2006-04-03
* fixing interlaced direct mode field select valuesMichael Niedermayer2006-03-20
* reset interlaced_dct flagMichael Niedermayer2006-03-12
* fixing uninitalized dc_pred_dirMichael Niedermayer2006-03-10