summaryrefslogtreecommitdiff
path: root/libavcodec/rv10.c
Commit message (Collapse)AuthorAge
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-16
| | | | | | minor +-1 bugfix Originally committed as revision 3016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 (0x20201002) supportMichael Niedermayer2004-04-02
| | | | Originally committed as revision 2948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init cleanupMichael Niedermayer2004-03-16
| | | | Originally committed as revision 2899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip b frames before first i frameMichael Niedermayer2004-02-29
| | | | Originally committed as revision 2829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf() is disallowed in libavcodec, compilation will fail now if its ↵Michael Niedermayer2004-02-22
| | | | | | used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get Originally committed as revision 2806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10/obmc fixesMichael Niedermayer2004-02-09
| | | | Originally committed as revision 2768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22
| | | | | | and a few minor things i forgot to commit ... Originally committed as revision 2718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 mv prediction in b frames fixMichael Niedermayer2004-01-18
| | | | Originally committed as revision 2712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright year update of the files i touched and remembered, things look ↵Michael Niedermayer2004-01-10
| | | | | | annoyingly unmaintained otherwise Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-12-30
| | | | | | multimediaware dot com>) Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 / h263 b frame fixMichael Niedermayer2003-12-21
| | | | Originally committed as revision 2628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix crashMichael Niedermayer2003-12-19
| | | | Originally committed as revision 2627 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (uninitialized var ...)Michael Niedermayer2003-12-10
| | | | Originally committed as revision 2589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 slice structured modeMichael Niedermayer2003-12-07
| | | | | | slice cleanup Originally committed as revision 2568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set has_b_frames correctly, fixes rv20 dr1 with mplayerMichael Niedermayer2003-12-04
| | | | Originally committed as revision 2563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-04
| | | | Originally committed as revision 2561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-12-03
| | | | Originally committed as revision 2558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263 loop filterMichael Niedermayer2003-12-01
| | | | | | | fixed h263 modified quantization CODEC_FLAG_OBMC Originally committed as revision 2549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4th frame type ...Michael Niedermayer2003-11-30
| | | | Originally committed as revision 2547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 sub_id == 0x20200002 supportMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2546 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 fixMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 decoderMichael Niedermayer2003-11-30
| | | | Originally committed as revision 2543 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rate distortion mb decision supportMichael Niedermayer2003-07-29
| | | | | | | fix decoding of old %16!=0 divx fix assertion failure in motion_est.c Originally committed as revision 2094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pix_fmt in rv10 patch by (James Stembridge <jstembridge at users dot ↵James Stembridge2003-05-26
| | | | | | sourceforge dot net>) Originally committed as revision 1909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at ↵Wolfgang Hesseler2003-02-16
| | | | | | multimediaware dot com>) with modifications by me (s/WOLFGANG/CONFIG_ENCODERS/ and some other fixes) Originally committed as revision 1588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-04
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-11
| | | | Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle direct rendering buffer allocation failureMichael Niedermayer2002-10-27
| | | | Originally committed as revision 1075 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
| | | | | | h263/mpeg4 out of order slice decoding Originally committed as revision 1030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 cleanup (de)muxer still needs to be cleaned up (still searching ↵Michael Niedermayer2002-10-01
| | | | | | volunteer for that ;) ) Originally committed as revision 988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv10, this isnt the cleanest solution (parsing the packet header in ↵Michael Niedermayer2002-09-30
| | | | | | the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution Originally committed as revision 986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)Michael Niedermayer2002-09-05
| | | | Originally committed as revision 907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing segfaultMichael Niedermayer2002-09-03
| | | | Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use extradata for h263_long_vector mode detectionMichael Niedermayer2002-08-28
| | | | Originally committed as revision 876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* working around undefined behavior of get-vlc if the vlc s invalidMichael Niedermayer2002-08-28
| | | | | | | more debug output by default for errors (so we can see immedeatly whats wrong on bugreports) guess long_vectors mode Originally committed as revision 874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes rv10 decoding crashMichael Niedermayer2002-08-28
| | | | Originally committed as revision 873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dr1Michael Niedermayer2002-07-16
| | | | Originally committed as revision 765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uvlinesizeMichael Niedermayer2002-07-15
| | | | | | | export has_b_frames mb_skip with more than 2 ip buffers Originally committed as revision 762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct rendering method 1 supportMichael Niedermayer2002-07-14
| | | | Originally committed as revision 759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc -> get_vlc2Michael Niedermayer2002-07-13
| | | | Originally committed as revision 753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* bugfixMichael Niedermayer2002-06-01
| | | | Originally committed as revision 636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Advanced Intra Coding (AIC) support for H.263+ encoder, just DC by now.Juanjo2002-05-02
| | | | | | | - Bug fix H.263+ AIC tables. - Warning fixes. Originally committed as revision 431 to svn://svn.ffmpeg.org/ffmpeg/trunk