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-12-02
Add avcodec_decode_audio4().
Justin Ruggles
2011-11-09
avcodec: add support for planar signed 8-bit PCM.
Justin Ruggles
2011-09-22
8svx/iff: fix decoding of compressed stereo 8svx files.
Justin Ruggles
2011-09-22
8svx: log an error message if output buffer is too small
Justin Ruggles
2011-09-22
8svx: check packet size before reading the initial sample value.
Justin Ruggles
2011-09-22
8svx: output 8-bit samples instead of 16-bit.
Justin Ruggles
2011-09-22
8svx: split delta decoding into a separate function.
Justin Ruggles
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-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