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
/
8svx.c
Age
Commit message (
Expand
)
Author
2011-05-17
iff/8svx: redesign 8SVX demuxing and decoding for handling stereo samples cor...
Stefano Sabatini
2011-05-11
8svx: remove pointless comments
Stefano Sabatini
2011-05-11
8svx: add links to documentation resources
Stefano Sabatini
2011-05-11
8svx: remove duplicated author/file information
Stefano Sabatini
2011-01-28
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-11-12
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
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-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-10-02
Make 8svx codec context table pointer const to match the type of the
Reimar Döffinger
2008-10-02
Use "static const" instead of "const static"
Reimar Döffinger
2008-07-31
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-27
Make 8SVX codec names just a single word for consistency with other codec names.
Stefano Sabatini
2008-04-27
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-03-31
minor typo fixes
Diego Biurrun
2008-03-31
cosmetics: Write some Doxygen comments in a more compact fashion.
Diego Biurrun
2008-03-30
8SVX decoder
Jai Menon