summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12data.h
Commit message (Collapse)AuthorAgeFilesLines
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-1/+1
| | | | It's used in lavf.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
| | | | | | | | | Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-051-1/+7
| | | | Originally committed as revision 12320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
| | | | Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-051-11/+11
| | | | Originally committed as revision 9479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-051-444/+12
| | | | Originally committed as revision 9477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
| | | | Originally committed as revision 9356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
| | | | Originally committed as revision 9345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
| | | | Originally committed as revision 9344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-041-0/+5
| | | | Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make more tables staticMåns Rullgård2006-11-121-2/+2
| | | | Originally committed as revision 6996 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 some signedness warningsMåns Rullgård2006-09-271-2/+2
| | | | Originally committed as revision 6355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+20
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-081-1/+1
| | | | Originally committed as revision 5956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ↵Stefan Gehrer2006-07-021-1/+1
| | | | | | by (Stefan Gehrer stefan.gehrer gmx de) Originally committed as revision 5578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-8/+8
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-18/+18
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few constMichael Niedermayer2005-06-011-5/+5
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000lMichael Niedermayer2004-04-301-1/+32
| | | | Originally committed as revision 3094 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2004-04-271-23/+0
| | | | Originally committed as revision 3085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add vlc for cbp=0 that is valid in 422,444Ivan Kalvachev2004-03-021-1/+2
| | | | Originally committed as revision 2838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVCodec.supported_frameratesMichael Niedermayer2004-02-261-20/+16
| | | | Originally committed as revision 2821 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SVCD scan offset stuffMichael Niedermayer2004-01-041-0/+7
| | | | Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-041-12/+10
| | | | Originally committed as revision 2561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVRationalMichael Niedermayer2003-10-201-6/+17
| | | | | | | | | | 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
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-221-10/+3
| | | | Originally committed as revision 1984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (mpeg2 decoding fixed)Michael Niedermayer2003-04-111-1/+2
| | | | Originally committed as revision 1756 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-101-54/+31
| | | | | | | | | | | 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
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-121-10/+22
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-061-2/+3
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing inaccurate frame_rateMichael Niedermayer2003-03-011-8/+8
| | | | Originally committed as revision 1616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-19/+19
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1&2 aspect decodingMichael Niedermayer2002-12-061-0/+28
| | | | Originally committed as revision 1318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-2/+2
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding ff prefix to avoid global name conficts with xvid (patch by Marko ↵Marko Kreen2002-07-101-2/+2
| | | | | | Kreen <marko at l-t.ee>) Originally committed as revision 739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dc scale simplification/optimizationMichael Niedermayer2002-06-181-0/+10
| | | | Originally committed as revision 695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)Michael Niedermayer2002-02-131-0/+4
| | | | Originally committed as revision 298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize mpeg1_encode_block()Michael Niedermayer2002-02-131-0/+3
| | | | | | (makeing some constant arrays global, merging put_bits(), ...) Originally committed as revision 297 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-131-18/+64
| | | | Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updated scansFabrice Bellard2001-08-071-14/+2
| | | | Originally committed as revision 50 to svn://svn.ffmpeg.org/ffmpeg/trunk
* types fixFabrice Bellard2001-08-061-2/+2
| | | | Originally committed as revision 36 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2Arpi2001-08-031-1/+2
| | | | | | | Gives average 13-20% mpeg decoding speedup on x86 systems. Originally committed as revision 30 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+362
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud