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
/
mpeg4data.h
Age
Commit message (
Expand
)
Author
2012-02-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-15
mpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-06
Make inter_rvlc and intra_rvlc static tables.
Diego Elio Pettenò
2011-02-06
Make inter_rvlc and intra_rvlc static tables.
Diego Elio Pettenò
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-01-09
Make some tables static again, i mistakely thought they would be used in several
Michael Niedermayer
2010-01-08
Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability
Michael Niedermayer
2010-01-08
Rename DCtab_*, its a global variable and it helps understanding if mpeg4
Michael Niedermayer
2010-01-07
Split the mpeg4 encoder and decoder off h263.c
Michael Niedermayer
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
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
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-06-12
misc typo fixes
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-10
Add official LGPL license headers to the files that were missing them.
Diego Biurrun
2006-01-25
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-06-01
adding a few const
Michael Niedermayer
2003-10-20
AVRational
Michael Niedermayer
2003-10-12
intra dc treshold != 0 decoding fixed
Michael Niedermayer
2003-07-07
warning fix
Alex Beregszaszi
2003-04-10
simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...
Michael Niedermayer
2003-03-12
rvlc decoding support
Michael Niedermayer
2003-03-06
per file doxy
Michael Niedermayer
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2002-12-30
correcter mpeg4 headers
Michael Niedermayer
2002-12-09
correct mpeg4 vo type
Michael Niedermayer
2002-10-13
better/cleaner error resilience (done in a 2nd pass after decoding)
Michael Niedermayer
2002-09-29
idct permutation cleanup, idct can be selected per context now
Michael Niedermayer
2002-09-13
interlaced mpeg4 b frame decoding
Michael Niedermayer
2002-06-18
dc scale simplification/optimization
Michael Niedermayer
2002-06-02
data partitioning
Michael Niedermayer
2002-05-03
- H263 PAR support by Alex Beregszaszi.
Juanjo
2002-04-22
export delay info
Michael Niedermayer
2002-04-07
mpeg4 mpeg quantizer support
Michael Niedermayer
2002-04-05
msmpeg4v2 decoding (no encoding yet)
Michael Niedermayer
2002-03-12
mpeg4 b-frames :)
Michael Niedermayer
2002-03-07
gmc bitstream decoding support (the real motion compensation isnt implemnted ...
Michael Niedermayer
2002-03-05
parsing more of the mpeg4 header & print some "not supported" stuff
Michael Niedermayer
2001-08-07
updated scans
Fabrice Bellard
2001-07-22
Initial revision
Fabrice Bellard