summaryrefslogtreecommitdiffstats
path: root/libavcodec/h263.c
Commit message (Collapse)AuthorAgeFilesLines
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-091-1/+1
| | | | Originally committed as revision 6953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ↵Michael Niedermayer2006-11-081-9/+12
| | | | | | the end of the picture Originally committed as revision 6942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-071-4/+4
| | | | Originally committed as revision 6930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-2/+2
| | | | | | patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-2/+2
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ↵Michael Niedermayer2006-09-291-1/+1
| | | | | | ff_mpeg4_set_direct_mv) Originally committed as revision 6388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc_val should be signedMåns Rullgård2006-09-271-7/+6
| | | | Originally committed as revision 6364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-3/+5
| | | | Originally committed as revision 6356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some signedness warningsMåns Rullgård2006-09-271-2/+3
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix non ALT bitstream readerMichael Niedermayer2006-08-241-1/+1
| | | | Originally committed as revision 6070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add outcommented chunk of code to handle stuffing MBs at the end of slices ↵Michael Niedermayer2006-05-081-0/+6
| | | | | | (IMHO the standard doesnt allow this and there are no real world files which need it) Originally committed as revision 5350 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use previous qscale for intra_dc_threshold checkMichael Niedermayer2006-04-281-2/+7
| | | | Originally committed as revision 5329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* signedness error caused broken decodingD Richard Felker III2006-04-091-1/+1
| | | | Originally committed as revision 5277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l to loren. at least this fixes the compile error, but the code is still ↵D Richard Felker III2006-04-091-6/+6
| | | | | | broken (decoding buggy/crashing) Originally committed as revision 5276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2x faster ff_mpeg4_set_direct_mvLoren Merritt2006-04-031-14/+52
| | | | Originally committed as revision 5264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced direct mode field select valuesMichael Niedermayer2006-03-201-0/+2
| | | | Originally committed as revision 5183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset interlaced_dct flagMichael Niedermayer2006-03-121-0/+1
| | | | Originally committed as revision 5155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing uninitalized dc_pred_dirMichael Niedermayer2006-03-101-0/+1
| | | | | | this needs testing (no files with intra_dc_threshold and vissible ac_pred errors here) Originally committed as revision 5137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* very minor optimizationMichael Niedermayer2006-03-101-1/+1
| | | | Originally committed as revision 5136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variableMichael Niedermayer2006-03-101-3/+1
| | | | Originally committed as revision 5135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing bframe strategy 2Michael Niedermayer2006-01-271-1/+3
| | | | | | | | bits vs. bytes factor of 8 error 16 byte offset error some other minor things Originally committed as revision 4902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.hBenjamin Larsson2006-01-081-2/+2
| | | | Originally committed as revision 4829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly better mv_penalty tableMichael Niedermayer2005-12-241-1/+1
| | | | Originally committed as revision 4770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-160/+160
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-435/+435
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bitstream related fixes from [PATCH] from DivX, Part 9: bitstream crashes by ↵Michael Niedermayer2005-12-171-6/+8
| | | | | | (Steve Lhomme | slhomme divxcorp com) Originally committed as revision 4747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts for h.263 decodingMichael Niedermayer2005-09-191-0/+1
| | | | Originally committed as revision 4598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.Diego Biurrun2005-09-181-1/+1
| | | | Originally committed as revision 4597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf ↵Michael Niedermayer2005-08-261-3/+3
| | | | | | uni-stuttgart de) Originally committed as revision 4540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A.B.C versionsMichael Niedermayer2005-07-311-0/+4
| | | | Originally committed as revision 4486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to check for nonsense time_base instead of setting fake oneMichael Niedermayer2005-07-311-6/+4
| | | | Originally committed as revision 4485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check time_base.den for mpeg4Michael Niedermayer2005-07-301-0/+5
| | | | | | avoid zero time_base.* for h263 Originally committed as revision 4483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix user data parsing code so it suppors pre1 and cvsMichael Niedermayer2005-07-241-3/+1
| | | | Originally committed as revision 4471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor user data reading bugfixMichael Niedermayer2005-07-231-6/+4
| | | | Originally committed as revision 4467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixesDiego Biurrun2005-06-171-3/+3
| | | | | | patch by Peter Robinson pbrobinson @ at @ gmail . dot . com and myself Originally committed as revision 4382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (%f vs. %Ld)Michael Niedermayer2005-05-131-1/+2
| | | | Originally committed as revision 4239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing decoding of AlanKay-245.asfMichael Niedermayer2005-05-111-2/+2
| | | | Originally committed as revision 4219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #defines for strict_std_compliance and split between inofficial extensions ↵Michael Niedermayer2005-05-081-2/+2
| | | | | | and non standarized things Originally committed as revision 4205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)Kevin Baragona2005-05-051-21/+20
| | | | Originally committed as revision 4181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put most codecs under ifdefsMichael Niedermayer2005-05-021-0/+2
| | | | Originally committed as revision 4173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-301-42/+41
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-251-1/+12
| | | | Originally committed as revision 4157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-241-27/+27
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid UPDATE_CACHE() in GET_RL_VLC() if not neededMichael Niedermayer2005-04-181-3/+3
| | | | Originally committed as revision 4137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support omiting various headers in mpeg4 as WMP seems to have difficulty ↵Michael Niedermayer2005-03-231-9/+19
| | | | | | | | | | with them based upon 27_WMP_compatibility_with_ISOMPEG4.patch by (Calcium | calcium nurs or jp) indention fixed uses workaround_bugs instead of strict_std_compliancy as WMP is not the reference implementation Originally committed as revision 4069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing playback of xvid pretending to be divx (sample_vop_nc.avi)Michael Niedermayer2005-03-081-1/+1
| | | | Originally committed as revision 4021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-1/+0
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud