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