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
/
rl2.c
Age
Commit message (
Expand
)
Author
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-15
Don't include common.h from avutil.h
Martin Storsjö
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-01
rl2: remove dead assignment
Mans Rullgard
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-01-27
cosmetics: Remove extra newlines at EOF
Alex Converse
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-15
doxygen: use Doxygen markup for authors and web links where appropriate
Diego Biurrun
2011-07-14
doxygen: consistently place brief description
Diego Biurrun
2011-07-14
doxygen: place empty line between brief description and detailed description
Diego Biurrun
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-07-14
Remove incomplete Doxygen for static decode_frame functions.
Thilo Borgmann
2010-07-08
Add back previously removed non-existing function params in doxygen comments.
Diego Biurrun
2010-07-02
Remove two more non-existing stray Doxygen function arguments.
Diego Biurrun
2010-07-02
Fix misspelled parameter names in Doxygen documentation.
Diego Biurrun
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-07-22
Remove useless #include <unistd.h> from many files
Måns Rullgård
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-11
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-27
Add long names to AVCodec declarations.
Stefano Sabatini
2008-03-21
rl2 decoder
Sascha Sommer