summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4data.h
Commit message (Collapse)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
| | | | Originally committed as revision 4898 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
* adding a few constMichael Niedermayer2005-06-01
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-20
| | | | | | | | | | sample_aspect_ratio aspect ratio in JPEG JFIF is SAR not DAR ! removed nonsense SAR guessing code various related cleanups bugs? Originally committed as revision 2403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* intra dc treshold != 0 decoding fixedMichael Niedermayer2003-10-12
| | | | Originally committed as revision 2363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixAlex Beregszaszi2003-07-07
| | | | Originally committed as revision 2019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now ↵Michael Niedermayer2003-04-10
| | | | | | | | | | | instead of mb_x + mb_y*mb_width and 1+mb_x + (1+mb_y)*(mb_width+2) and ... mixture more direct use of the new mb_type stuff instead of codec specific stuff runtime mb_type debug output h264/h263 variants/mpeg1/2/4 error concealment /resilience for mpeg1/2 various minor optimizations Originally committed as revision 1746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rvlc decoding supportMichael Niedermayer2003-03-12
| | | | Originally committed as revision 1678 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
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correcter mpeg4 headersMichael Niedermayer2002-12-30
| | | | Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct mpeg4 vo typeMichael Niedermayer2002-12-09
| | | | Originally committed as revision 1324 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
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-13
| | | | Originally committed as revision 936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc scale simplification/optimizationMichael Niedermayer2002-06-18
| | | | Originally committed as revision 695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data partitioningMichael Niedermayer2002-06-02
| | | | Originally committed as revision 644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - H263 PAR support by Alex Beregszaszi.Juanjo2002-05-03
| | | | | | - Typo fix in mpeg4data. Originally committed as revision 436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export delay infoMichael Niedermayer2002-04-22
| | | | | | fixed low_delay & vo_type on mpeg4 header writer & parser Originally committed as revision 415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 mpeg quantizer supportMichael Niedermayer2002-04-07
| | | | Originally committed as revision 381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* msmpeg4v2 decoding (no encoding yet)Michael Niedermayer2002-04-05
| | | | Originally committed as revision 376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 b-frames :)Michael Niedermayer2002-03-12
| | | | | | create slightly more correct headers & add "ffmpeg" user-data section Originally committed as revision 328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gmc bitstream decoding support (the real motion compensation isnt implemnted ↵Michael Niedermayer2002-03-07
| | | | | | yet) Originally committed as revision 318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parsing more of the mpeg4 header & print some "not supported" stuffMichael Niedermayer2002-03-05
| | | | Originally committed as revision 317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updated scansFabrice Bellard2001-08-07
| | | | Originally committed as revision 50 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk