aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h263.c
Commit message (Collapse)AuthorAgeFilesLines
...
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-251-2/+12
| | | | Originally committed as revision 814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor optimizationsMichael Niedermayer2002-07-211-19/+71
| | | | | | | fixing numbers.avi fixing ac prediction between MBs with different QP Originally committed as revision 782 to svn://svn.ffmpeg.org/ffmpeg/trunk
* low_delay / has_b_frames fixMichael Niedermayer2002-07-171-1/+3
| | | | Originally committed as revision 770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes fire.avi & subtitles.aviMichael Niedermayer2002-07-171-2/+2
| | | | Originally committed as revision 769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl decoding optimizationMichael Niedermayer2002-07-131-53/+83
| | | | Originally committed as revision 755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization (get_vlc -> get_vlc2)Michael Niedermayer2002-07-131-25/+34
| | | | Originally committed as revision 750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl vlc decoding optimizationsMichael Niedermayer2002-07-131-0/+40
| | | | Originally committed as revision 748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fix patch by atmosFelix Bünemann2002-07-091-4/+4
| | | | Originally committed as revision 728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc scale simplification/optimizationMichael Niedermayer2002-06-181-43/+34
| | | | Originally committed as revision 695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed case where abs_level > MAX_LEVELFabrice Bellard2002-06-061-1/+2
| | | | Originally committed as revision 674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* run1 can be <0 bugfix (found by fabrice)Michael Niedermayer2002-06-041-2/+2
| | | | Originally committed as revision 661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous bogus warning fix.Falk Hüffner2002-06-031-0/+1
| | | | Originally committed as revision 655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor warning cleanup.Falk Hüffner2002-06-031-2/+1
| | | | Originally committed as revision 654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error concealment / error resilienceMichael Niedermayer2002-06-021-172/+811
| | | | | | | | | data partitioning encoding/decoding resync marker encoding more correct headers merging s->first_gob_line & s->first_slice_line Originally committed as revision 639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-251-12/+12
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-3/+3
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* there are divx5? encoded files without a userdata section but with b-frames :(Michael Niedermayer2002-05-061-5/+7
| | | | Originally committed as revision 446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fix for b-frame encoding with height%16!=0Michael Niedermayer2002-05-051-4/+16
| | | | Originally committed as revision 445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorter user data with formating by juanjoMichael Niedermayer2002-05-051-1/+1
| | | | Originally committed as revision 441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ABS() to common.hMichael Niedermayer2002-05-041-13/+19
| | | | | | print mb_types in nice looking format support Originally committed as revision 440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move put_string() to common.{c,h}Michael Niedermayer2002-05-031-9/+0
| | | | Originally committed as revision 439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - H263 PAR support by Alex Beregszaszi.Juanjo2002-05-031-36/+99
| | | | | | - Typo fix in mpeg4data. Originally committed as revision 436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-021-55/+159
| | | | | | | - Bug fix H.263+ AIC tables. - Warning fixes. Originally committed as revision 431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detecting xvid/divx4/opendivx and set low_delay flagMichael Niedermayer2002-04-271-1/+11
| | | | Originally committed as revision 425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-271-8/+26
| | | | | | | | | | rewrote quantizer fixed bias (+10% compression/quality for h263 like codecs) qscale=1 support mpeg1 intra frames looks far less blocky added codec_id field Originally committed as revision 423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_flush_buffers()Michael Niedermayer2002-04-241-2/+2
| | | | Originally committed as revision 420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2002-04-221-2/+7
| | | | Originally committed as revision 418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export delay infoMichael Niedermayer2002-04-221-6/+27
| | | | | | fixed low_delay & vo_type on mpeg4 header writer & parser Originally committed as revision 415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b-frame mpeg4 fix when seekingMichael Niedermayer2002-04-221-0/+4
| | | | Originally committed as revision 414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* divx 5.01 supportMichael Niedermayer2002-04-221-3/+13
| | | | Originally committed as revision 412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b-frame MB skipMichael Niedermayer2002-04-211-9/+28
| | | | Originally committed as revision 410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-191-19/+37
| | | | | | | fixed MC rounding for b frames fixed hq mode with b-frames Originally committed as revision 406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2/mpeg4 dequantizer support (c & mmx)Michael Niedermayer2002-04-171-1/+1
| | | | | | mpeg1 dequantizer optimizations Originally committed as revision 404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-111/+230
| | | | | | | | | | | | | mpeg4 b-frame enoding support removed old, out-commented ratecontrol reuse motion compensation code between encoding & decoding prefix newly added global functions with ff_ to reduce namespace polution b-frame ME (unfinished, but working) added some comments to mpegvideo.h do MC on encoding only once if possible bugs? ;) Originally committed as revision 403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Versions defined for libav/libavcodec.Juanjo2002-04-151-2/+4
| | | | | | | - Bug fix in wav muxer for MP2 audio. - ffmpeg/libavcodec version in MPEG-4 user data. Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-071-8/+55
| | | | Originally committed as revision 381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* divx5-gmc bug workaroundMichael Niedermayer2002-03-291-8/+22
| | | | Originally committed as revision 369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 4MV encodingMichael Niedermayer2002-03-281-18/+39
| | | | Originally committed as revision 363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4MV motion estimation (not finished yet)Michael Niedermayer2002-03-271-10/+4
| | | | | | | | SAD functions rewritten (8x8 support & MMX2 optimizations) HQ inter/intra decission msmpeg4 encoding bugfix (MV where too long) Originally committed as revision 362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing mpeg4_encode_dcMichael Niedermayer2002-03-251-1/+69
| | | | Originally committed as revision 361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fcode_tables where too small, found by Klaas-Pieter Vlieg <vlieg@eurescom.de>Michael Niedermayer2002-03-241-1/+1
| | | | Originally committed as revision 360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b-frame decoding bugfixMichael Niedermayer2002-03-241-5/+4
| | | | Originally committed as revision 359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-241-6/+164
| | | | Originally committed as revision 358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing motion estimation with h263p hopefullyMichael Niedermayer2002-03-231-4/+9
| | | | Originally committed as revision 355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* statistics for 2-pass encodingMichael Niedermayer2002-03-231-0/+25
| | | | Originally committed as revision 354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont return -1 if mpeg4 scalability ...Michael Niedermayer2002-03-231-2/+1
| | | | Originally committed as revision 353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing MV range in h263Michael Niedermayer2002-03-231-2/+2
| | | | Originally committed as revision 351 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 aspect_ratio_info in AVCodecContext (requested by alex)Michael Niedermayer2002-03-221-2/+5
| | | | | | | | experimental (& faster) motion estimation squished a dirty uninitialized var bug mpeg1 fcode>1 support Originally committed as revision 349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oopsMichael Niedermayer2002-03-221-1/+1
| | | | Originally committed as revision 345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-221-23/+54
| | | | | | | | unlimited mv search range minor bugfix in the mpeg4 header parser reset picture in gop counter if scene change is detected Originally committed as revision 344 to svn://svn.ffmpeg.org/ffmpeg/trunk