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
/
libdiracenc.c
Age
Commit message (
Expand
)
Author
2009-09-06
Mark all pix_fmts and supported_framerates compound literals as const.
Reimar Döffinger
2009-08-15
cosmetics: indentation, prettyprinting, K&R coding style
Diego Biurrun
2009-08-15
Drop some more useless braces around if/for constructs.
Diego Biurrun
2009-08-15
Remove useless braces around if/for/while expressions.
Diego Biurrun
2009-08-15
Simplify 'if' condition statements.
Diego Biurrun
2009-02-22
Add missing av_cold in static init/close functions.
Daniel Verkamp
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2008-10-12
Use PIX_FMT_NONE instead of -1 in AVCodec.pix_fmts.
Carl Eugen Hoyos
2008-09-09
Add support for creating Simple Profile (I-frame only, no arithmetic coding)
Anuradha Suraparaju
2008-07-12
Fix pts handling when encoding with libdirac.
Anuradha Suraparaju
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-17
missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it
Diego Biurrun
2008-05-03
Dirac decoding/encoding support via libdirac.
Anuradha Suraparaju