summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAgeFilesLines
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-8/+8
* Allocate static tables on stack, not heap.Art Clarke2008-06-231-20/+20
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-301-5/+5
* cosmetics: spelling typo fixesDiego Biurrun2008-05-281-1/+1
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-271-1/+1
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-261-0/+2
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-191-1/+1
* typo: occured --> occurredDiego Biurrun2008-03-221-5/+5
* typo fixesDiego Biurrun2008-03-151-1/+1
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-74/+74
* Revert r11689 and r11690 (uninitalized warning fix) as its theoreticallyMichael Niedermayer2008-01-311-1/+1
* Comment about weird warning prevention.Michael Niedermayer2008-01-311-1/+1
* fix "uninitalized" warning, the alternative way.Michael Niedermayer2008-01-311-1/+1
* revert r11677, it is considered speed criticalBaptiste Coudurier2008-01-311-1/+1
* fix indentationBaptiste Coudurier2008-01-311-18/+18
* init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini...Baptiste Coudurier2008-01-311-1/+1
* merge some #ifdef CONFIG_ENCODERS sectionsAurelien Jacobs2007-10-031-9/+0
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-1/+1
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-011-1/+1
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-261-5/+1
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-261-0/+3
* move show_pict_info() to its own functionMichael Niedermayer2007-07-261-14/+18
* Better place to disable some mpeg4 code and ensure thatAurelien Jacobs2007-07-101-2/+2
* move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs2007-07-101-53/+0
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-101-15/+2
* don't compile some mpeg4 encoder code when encoders are disabledAurelien Jacobs2007-07-101-0/+2
* move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs2007-07-091-17/+0
* Group all copyright and author notices together.Diego Biurrun2007-07-051-4/+4
* misc typo fixesDiego Biurrun2007-06-121-2/+2
* Correct the parameter order for the call to "av_clip".Harald Karnet2007-05-251-1/+1
* Remove duplicate #includes, avcodec.h #includes common.h.Diego Biurrun2007-05-111-1/+0
* fix possibly exploitable stack overflow with num_sprite_warping_points (found...Michael Niedermayer2007-05-061-0/+5
* 10l for myself, fixing --disable-encodersMichael Niedermayer2007-03-141-2/+2
* kill av_mallocz_static() calls in init_rl()Michael Niedermayer2007-03-141-8/+10
* dont malloc() static mv_penalty arraysMichael Niedermayer2007-03-131-4/+1
* Give context to dprintfMichel Bardiaux2007-03-121-3/+3
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-2/+2
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-1/+1
* some interlaced direct sanity checksMichael Niedermayer2007-01-131-0/+4
* dont randomly disallow intr4v in adaptive quantMichael Niedermayer2006-12-211-1/+16
* dont randomly dissallow direct MBsMichael Niedermayer2006-12-211-1/+0
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-091-1/+1
* 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer2006-11-081-9/+12
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-071-4/+4
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-2/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff...Michael Niedermayer2006-09-291-1/+1
* dc_val should be signedMåns Rullgård2006-09-271-7/+6
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-3/+5
OpenPOWER on IntegriCloud