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
/
roqvideoenc.c
Age
Commit message (
Expand
)
Author
2011-03-22
Fix an infinite loop when RoQ encoded generated a frame with a size greater t...
Vitor Sessak
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-06-30
Fix grammar errors in documentation
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-10-13
Remove unnecessary calls to avcodec_check_dimensions, the check is already
Reimar Döffinger
2009-09-06
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-07-22
Remove useless #include <unistd.h> from many files
Måns Rullgård
2009-04-17
Remove useless assignment in generate_codebook(). Found by Clang static analy...
Vitor Sessak
2009-03-08
Use FLG pseudo-random number generator in RoQ and ELBG
Vitor Sessak
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-24
Do not allocate RoqTempData on the stack
Vitor Sessak
2009-01-18
Replace calls to the deprecated function av_init_random() with
Stefano Sabatini
2009-01-18
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2008-12-11
Avoid POSIX reserved _t suffix.
Vitor Sessak
2008-07-19
Set avctx->coded_frame in RoQ encoder. At some point in
Vitor Sessak
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-15
cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.
Stefano Sabatini
2008-05-11
Replace some occurrences of -1 with PIX_FMT_NONE.
Carl Eugen Hoyos
2008-04-27
Add long names to AVCodec declarations.
Stefano Sabatini
2007-07-05
Add my last name to copyright headers
Vitor Sessak
2007-07-05
Remove more useless parentheses.
Vitor Sessak
2007-07-02
use properly AVFrame.linesize
Vitor Sessak
2007-06-27
use the right stride
Vitor Sessak
2007-06-25
RoQ video encoder
Vitor Sessak