aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12data.h
Commit message (Expand)AuthorAgeFilesLines
* mpeg12data: increase size of ff_mpeg1_default_intra_matrix to prevent harmles...Michael Niedermayer2012-11-141-1/+1
* Merge commit 'c0329748b04e1f175dad8c9c2ebf22a5e2dc5b72'Michael Niedermayer2012-10-191-1/+1
|\
| * avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö2012-10-181-1/+1
* | mpeg2videodec: fix list of supported frame rates to include sane ext rates.Michael Niedermayer2012-10-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-1/+1
|\|
| * lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-051-1/+7
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* add proper ff_ prefix to new extern symbolsAurelien Jacobs2007-07-051-11/+11
* split mpeg12 encoder out of mpeg12.cAurelien Jacobs2007-07-051-444/+12
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* include all prerequisites in header filesMåns Rullgård2007-06-161-0/+3
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-041-0/+5
* make more tables staticMåns Rullgård2006-11-121-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-2/+2
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+20
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-081-1/+1
* staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ...Stefan Gehrer2006-07-021-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-8/+8
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-18/+18
* adding a few constMichael Niedermayer2005-06-011-5/+5
* 10000lMichael Niedermayer2004-04-301-1/+32
* simplifyMichael Niedermayer2004-04-271-23/+0
* add vlc for cbp=0 that is valid in 422,444Ivan Kalvachev2004-03-021-1/+2
* AVCodec.supported_frameratesMichael Niedermayer2004-02-261-20/+16
* SVCD scan offset stuffMichael Niedermayer2004-01-041-0/+7
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-041-12/+10
* AVRationalMichael Niedermayer2003-10-201-6/+17
* CONFIG_ENCODERS cleanupMichael Niedermayer2003-06-221-10/+3
* 100l (mpeg2 decoding fixed)Michael Niedermayer2003-04-111-1/+2
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-101-54/+31
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-10/+22
* per file doxyMichael Niedermayer2003-03-061-2/+3
* fixing inaccurate frame_rateMichael Niedermayer2003-03-011-8/+8
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-19/+19
* mpeg1&2 aspect decodingMichael Niedermayer2002-12-061-0/+28
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-2/+2
* adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree...Marko Kreen2002-07-101-2/+2
* dc scale simplification/optimizationMichael Niedermayer2002-06-181-0/+10
* optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings)Michael Niedermayer2002-02-131-0/+4
* optimize mpeg1_encode_block()Michael Niedermayer2002-02-131-0/+3
* win32 fixesFabrice Bellard2001-08-131-18/+64
* updated scansFabrice Bellard2001-08-071-14/+2