summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix some signedness warningsMåns Rullgård2006-09-271-2/+3
* fix non ALT bitstream readerMichael Niedermayer2006-08-241-1/+1
* add outcommented chunk of code to handle stuffing MBs at the end of slices (I...Michael Niedermayer2006-05-081-0/+6
* use previous qscale for intra_dc_threshold checkMichael Niedermayer2006-04-281-2/+7
* signedness error caused broken decodingD Richard Felker III2006-04-091-1/+1
* 100l to loren. at least this fixes the compile error, but the code is still b...D Richard Felker III2006-04-091-6/+6
* 2x faster ff_mpeg4_set_direct_mvLoren Merritt2006-04-031-14/+52
* fixing interlaced direct mode field select valuesMichael Niedermayer2006-03-201-0/+2
* reset interlaced_dct flagMichael Niedermayer2006-03-121-0/+1
* fixing uninitalized dc_pred_dirMichael Niedermayer2006-03-101-0/+1
* very minor optimizationMichael Niedermayer2006-03-101-1/+1
* unused variableMichael Niedermayer2006-03-101-3/+1
* fixing bframe strategy 2Michael Niedermayer2006-01-271-1/+3
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson2006-01-081-2/+2
* slightly better mv_penalty tableMichael Niedermayer2005-12-241-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-160/+160
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-435/+435
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...Michael Niedermayer2005-12-171-6/+8
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* set pts for h.263 decodingMichael Niedermayer2005-09-191-0/+1
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-181-1/+1
OpenPOWER on IntegriCloud