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
/
cdgraphics.c
Age
Commit message (
Expand
)
Author
2014-08-06
cdgraphics: do not return 0 from the decode function
Anton Khirnov
2014-08-06
cdgraphics: switch to bytestream2
Anton Khirnov
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-06
cdgraphics: do not rely on get_buffer() initializing the frame.
Anton Khirnov
2012-12-04
lavc: fix decode_frame() third parameter semantics for video decoders
Anton Khirnov
2012-12-04
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-11-21
cdgraphics: fix incorrect vertical offset mask in cdg_scroll()
Xi Wang
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-20
Fix incorrect max_lowres values
Mans Rullgard
2011-07-15
doxygen: replace @sa tag by the more readable but equivalent @see
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-07
Add new decoder property max_lowres and do not init decoder if requested valu...
Carl Eugen Hoyos
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-12-26
Fix cdg reference and buffer_hints value:
Reimar Döffinger
2009-12-17
CD+G demuxer and decoder
Michael Tison