summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAge
* 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
* very minor optimizationMichael Niedermayer2006-03-10
* unused variableMichael Niedermayer2006-03-10
* fixing bframe strategy 2Michael Niedermayer2006-01-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson2006-01-08
* slightly better mv_penalty tableMichael Niedermayer2005-12-24
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ...Michael Niedermayer2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* set pts for h.263 decodingMichael Niedermayer2005-09-19
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-18
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* A.B.C versionsMichael Niedermayer2005-07-31
* try to check for nonsense time_base instead of setting fake oneMichael Niedermayer2005-07-31
* check time_base.den for mpeg4Michael Niedermayer2005-07-30
* fix user data parsing code so it suppors pre1 and cvsMichael Niedermayer2005-07-24
* minor user data reading bugfixMichael Niedermayer2005-07-23
* spelling fixesDiego Biurrun2005-06-17
* 10l (%f vs. %Ld)Michael Niedermayer2005-05-13
* fixing decoding of AlanKay-245.asfMichael Niedermayer2005-05-11
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-08
* Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)Kevin Baragona2005-05-05
* put most codecs under ifdefsMichael Niedermayer2005-05-02
* switch to native time basesMichael Niedermayer2005-04-30
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-18
* support omiting various headers in mpeg4 as WMP seems to have difficulty with...Michael Niedermayer2005-03-23
* fixing playback of xvid pretending to be divx (sample_vop_nc.avi)Michael Niedermayer2005-03-08
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24