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
/
msmpeg4.h
Age
Commit message (
Expand
)
Author
2012-03-01
msmpeg4: Split encoding backend code off from general backend code.
Diego Biurrun
2011-11-02
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-07-14
doxygen: misc consistency cosmetics
Diego Biurrun
2011-05-24
lavc: remove msmpeg4v1 encoder.
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-12-30
Get rid of pointless CONFIG_WMV_DECODER definition.
Diego Biurrun
2009-12-30
Get rid of pointless CONFIG_WMV2 definition.
Diego Biurrun
2009-12-29
Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
Diego Biurrun
2009-07-29
Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER,
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-14
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
Aurelien Jacobs
2008-12-25
The VC-1/WMV3 decoders depend on ENABLE_MSMPEG4_DECODER.
avcoder
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2007-11-07
split wmv2 in its own file
Aurelien Jacobs
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-10
Avoid linking with h263.c functions when the relevant codecs
Aurelien Jacobs
2007-05-10
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
Aurelien Jacobs