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
/
v210enc.c
Age
Commit message (
Expand
)
Author
2012-02-10
v210enc: remove redundant check for pix_fmt
Paul B Mahol
2012-02-10
v210enc: Use Bytestream2 functions
Aneesh Dogra
2012-02-06
Revert "v210enc: use FFALIGN()"
Paul B Mahol
2012-02-06
v210enc: use stride as it is already calculated
Paul B Mahol
2012-02-06
v210enc: use FFALIGN()
Paul B Mahol
2012-02-06
v210enc: return proper AVERROR codes instead of -1
Paul B Mahol
2012-02-06
v210enc: do not set coded_frame->key_frame
Paul B Mahol
2012-02-06
v210enc: check for coded_frame allocation failure
Paul B Mahol
2011-09-07
v210enc: clip values according to specifications
Baptiste Coudurier
2011-09-07
v210enc: switch to PIX_FMT_422P10
Baptiste Coudurier
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-06-07
Drop unnecessary directory prefixes from #include directives.
Diego Biurrun
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-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-09-12
Remove ; after while(0) in macros.
Ramiro Polla
2009-09-06
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-09-05
prettyprinting cosmetics
Diego Biurrun
2009-06-27
Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:
Carl Eugen Hoyos
2009-05-13
add casts to silence gcc warnings
Baptiste Coudurier
2009-05-12
V210 Uncompressed 4:2:2 10-bit encoder and decoder
Baptiste Coudurier