| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab | Martin Storsjö | 2012-10-18 | 1 | -1/+1 |
* | lavc: use avpriv_ prefix for ff_frame_rate_tab. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | move relevant declarations to mpeg12data.h | Aurelien Jacobs | 2008-03-05 | 1 | -1/+7 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | add proper ff_ prefix to new extern symbols | Aurelien Jacobs | 2007-07-05 | 1 | -11/+11 |
* | split mpeg12 encoder out of mpeg12.c | Aurelien Jacobs | 2007-07-05 | 1 | -444/+12 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+3 |
* | dummy support for mpeg2 non linear quant | Baptiste Coudurier | 2007-03-04 | 1 | -0/+5 |
* | make more tables static | Måns Rullgård | 2006-11-12 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -2/+2 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+20 |
* | Fix some "'static' is not at beginning of declaration" warnings. | Diego Biurrun | 2006-08-08 | 1 | -1/+1 |
* | staric frame_rate_tab -> non static ff_frame_rate_tab part of the cavs patch ... | Stefan Gehrer | 2006-07-02 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -8/+8 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -18/+18 |
* | adding a few const | Michael Niedermayer | 2005-06-01 | 1 | -5/+5 |
* | 10000l | Michael Niedermayer | 2004-04-30 | 1 | -1/+32 |
* | simplify | Michael Niedermayer | 2004-04-27 | 1 | -23/+0 |
* | add vlc for cbp=0 that is valid in 422,444 | Ivan Kalvachev | 2004-03-02 | 1 | -1/+2 |
* | AVCodec.supported_framerates | Michael Niedermayer | 2004-02-26 | 1 | -20/+16 |
* | SVCD scan offset stuff | Michael Niedermayer | 2004-01-04 | 1 | -0/+7 |
* | rv20 (h263) b frame decoding support | Michael Niedermayer | 2003-12-04 | 1 | -12/+10 |
* | AVRational | Michael Niedermayer | 2003-10-20 | 1 | -6/+17 |
* | CONFIG_ENCODERS cleanup | Michael Niedermayer | 2003-06-22 | 1 | -10/+3 |
* | 100l (mpeg2 decoding fixed) | Michael Niedermayer | 2003-04-11 | 1 | -1/+2 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -54/+31 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -10/+22 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -2/+3 |
* | fixing inaccurate frame_rate | Michael Niedermayer | 2003-03-01 | 1 | -8/+8 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -19/+19 |
* | mpeg1&2 aspect decoding | Michael Niedermayer | 2002-12-06 | 1 | -0/+28 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -2/+2 |
* | adding ff prefix to avoid global name conficts with xvid (patch by Marko Kree... | Marko Kreen | 2002-07-10 | 1 | -2/+2 |
* | dc scale simplification/optimization | Michael Niedermayer | 2002-06-18 | 1 | -0/+10 |
* | optimized encode_dc() (+2% speed on P3 for mpeg1 intra only encodings) | Michael Niedermayer | 2002-02-13 | 1 | -0/+4 |
* | optimize mpeg1_encode_block() | Michael Niedermayer | 2002-02-13 | 1 | -0/+3 |
* | win32 fixes | Fabrice Bellard | 2001-08-13 | 1 | -18/+64 |
* | updated scans | Fabrice Bellard | 2001-08-07 | 1 | -14/+2 |
* | types fix | Fabrice Bellard | 2001-08-06 | 1 | -2/+2 |
* | MMX/MMXEXT iDCT support, using external functions currently defined in libmpeg2 | Arpi | 2001-08-03 | 1 | -1/+2 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+362 |