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
/
libxavs.c
Age
Commit message (
Expand
)
Author
2013-11-20
libxavs: rename and fix a variable name
Sean McGovern
2013-11-16
libxavs: use the AVFrame API properly.
Anton Khirnov
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Martin Storsjö
2012-09-04
avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member
Martin Storsjö
2012-08-16
Add missing includes for code relying on external libraries
Martin Storsjö
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-02-23
libxavs: switch to encode2().
Anton Khirnov
2012-02-23
libxavs: add an AVClass at the beginning of XavsContext.
Anton Khirnov
2012-02-23
libxavs: split extradata writing out of encode_nals().
Anton Khirnov
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.
Anton Khirnov
2012-01-11
threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
Janne Grunau
2011-10-12
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
2011-09-12
libxavs: add private options corresponding to deprecated global options
Anton Khirnov
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-09-25
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
Stefano Sabatini
2010-07-27
add Chinese AVS encoding via external library libxavs
Stefan Gehrer