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
/
a64multienc.c
Age
Commit message (
Expand
)
Author
2011-05-30
Fix various unused variable warnings
Clément Bœsch
2011-05-02
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-01-28
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-18
a64enc: make PixelFormat arrays const
Mans Rullgard
2010-10-05
Cosmetics, lots of.
Tobias Bindhammer
2010-10-05
Skip unnecessary calculations in 4col-mode.
Tobias Bindhammer
2010-10-05
Add possibility to crop screens inside of encoded frames.
Tobias Bindhammer
2010-10-05
Add check for height when cropping.
Tobias Bindhammer
2010-10-05
Introduce palette with dynamic size.
Tobias Bindhammer
2010-08-31
Checking return values of av_malloc(z) and report an error in case.
Tobias Bindhammer
2010-08-26
Clarify code/avoid possible bugs by using precalculated values that are used ...
Tobias Bindhammer
2010-08-26
enable a flexible lifetime
Tobias Bindhammer
2010-08-26
Setting proper values in extradata for future use in muxer
Tobias Bindhammer
2010-08-25
cleanup a bit in a64multi_encode_frame()
Tobias Bindhammer
2010-08-25
added/extended some comments in a64multi_encode_frame()
Tobias Bindhammer
2010-08-24
added interlacing option and compression option for colorram (lut)
Tobias Bindhammer
2010-08-24
fixed some return values and deprecated CODEC_TYPE_VIDEO.
Tobias Bindhammer
2010-08-23
Initial version of the a64 (multicolor charset) codec
Tobias Bindhammer