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
/
roqvideodec.c
Age
Commit message (
Expand
)
Author
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
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
2008-06-13
Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software
Stefano Sabatini
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
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-10
These video decoders do not need to include and initialize the DSP
Mike Melanson
2008-02-02
Add some const where appropriate
Reimar Döffinger
2008-02-01
some const
Michael Niedermayer
2008-02-01
consts
Michael Niedermayer
2007-08-11
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
Michael Niedermayer
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-07-02
use properly AVFrame.linesize
Vitor Sessak
2007-06-26
add width and height in context and use them
Vitor Sessak
2007-06-06
Rename cb field
Eric Lasota
2007-06-05
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
Eric Lasota
2007-06-02
Remove get_byte wrapper
Ramiro Polla
2007-06-01
fix skipped blocks
Michael Niedermayer
2007-05-29
Split RoQ decoder to accommodate future encoder patch
Vitor Sessak