summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Collapse)AuthorAge
* fix non ALT bitstream readerMichael Niedermayer2006-08-24
| | | | 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-08
| | | | | | (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-28
| | | | Originally committed as revision 5329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* signedness error caused broken decodingD Richard Felker III2006-04-09
| | | | 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-09
| | | | | | 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-03
| | | | Originally committed as revision 5264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced direct mode field select valuesMichael Niedermayer2006-03-20
| | | | Originally committed as revision 5183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset interlaced_dct flagMichael Niedermayer2006-03-12
| | | | Originally committed as revision 5155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing uninitalized dc_pred_dirMichael Niedermayer2006-03-10
| | | | | | 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-10
| | | | Originally committed as revision 5136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused variableMichael Niedermayer2006-03-10
| | | | Originally committed as revision 5135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing bframe strategy 2Michael Niedermayer2006-01-27
| | | | | | | | 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-12
| | | | 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-08
| | | | Originally committed as revision 4829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly better mv_penalty tableMichael Niedermayer2005-12-24
| | | | Originally committed as revision 4770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | 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-17
| | | | | | (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-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts for h.263 decodingMichael Niedermayer2005-09-19
| | | | 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-18
| | | | 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-26
| | | | | | uni-stuttgart de) Originally committed as revision 4540 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A.B.C versionsMichael Niedermayer2005-07-31
| | | | 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-31
| | | | Originally committed as revision 4485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check time_base.den for mpeg4Michael Niedermayer2005-07-30
| | | | | | 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-24
| | | | Originally committed as revision 4471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor user data reading bugfixMichael Niedermayer2005-07-23
| | | | Originally committed as revision 4467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling fixesDiego Biurrun2005-06-17
| | | | | | 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-13
| | | | Originally committed as revision 4239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing decoding of AlanKay-245.asfMichael Niedermayer2005-05-11
| | | | 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-08
| | | | | | 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-05
| | | | Originally committed as revision 4181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put most codecs under ifdefsMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
| | | | 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-24
| | | | | | "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-18
| | | | 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-23
| | | | | | | | | | 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-08
| | | | 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-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* emulate (idiotic) MS behavior for inconsistant dimensionsMichael Niedermayer2005-02-06
| | | | Originally committed as revision 3940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support skiping some bitstream encodingMichael Niedermayer2005-02-06
| | | | Originally committed as revision 3939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86_64 pointer typecast fix by (Martin Drab <drab kepler.fjfi.cvut cz>)Michael Niedermayer2005-01-18
| | | | Originally committed as revision 3845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
| | | | Originally committed as revision 3822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print "D" instead of "P" for dropable frames in flv with -debug 1Michael Niedermayer2005-01-06
| | | | Originally committed as revision 3810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WV1F supportMichael Niedermayer2005-01-01
| | | | Originally committed as revision 3790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum2004-11-27
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont print "vop not coded" by defaultMichael Niedermayer2004-09-27
| | | | Originally committed as revision 3523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trellis quantization for h263(p)Michael Niedermayer2004-09-24
| | | | Originally committed as revision 3503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if the user specified timestamps are strictly monotoneMichael Niedermayer2004-09-20
| | | | | | timestamp guess code 10l fix Originally committed as revision 3483 to svn://svn.ffmpeg.org/ffmpeg/trunk