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
/
libxvidff.c
Age
Commit message (
Expand
)
Author
2009-09-06
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-26
Fix filenames in Doxygen comments.
Diego Biurrun
2009-01-17
Fix compilation with --enable-libxvid.
Carl Eugen Hoyos
2009-01-17
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
export gcd function as av_gcd()
Aurelien Jacobs
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-12-27
consistency cosmetics: Rename POWERPC identifiers to PPC.
Diego Biurrun
2008-12-13
Do not invade _t POSIX namespace.
Diego Biurrun
2008-12-03
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-09-08
Remove stuff under #if LIBAVCODEC_VERSION_INT.
Michael Niedermayer
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-09
uniformize trellis quant option
Baptiste Coudurier
2008-05-27
cosmetics: XviD is now called Xvid.
Diego Biurrun
2008-05-11
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-04-29
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-24
Set pixel aspect ratio for libxvid wrapper.
Thorsten Jordan
2008-04-22
Make Xvid wrapper use threads (with support for newest CVS Xvid only)
Thorsten Jordan
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-09
Remove pointless code.
Michael Niedermayer
2008-02-09
Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg.
Diego Biurrun
2007-06-06
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
Diego Biurrun
2007-06-06
Give all wrappers for external libraries names starting with lib.
Diego Biurrun