summaryrefslogtreecommitdiff
path: root/libavcodec/8svx.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* 8svx: Return proper error codesGabriel Dume2014-09-02
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* 8svx: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* 8svx: use planar sample formatJustin Ruggles2012-10-01
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-09
* 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-22
* 8svx: log an error message if output buffer is too smallJustin Ruggles2011-09-22
* 8svx: check packet size before reading the initial sample value.Justin Ruggles2011-09-22
* 8svx: output 8-bit samples instead of 16-bit.Justin Ruggles2011-09-22
* 8svx: split delta decoding into a separate function.Justin Ruggles2011-09-22
* doxygen: place empty line between brief description and detailed descriptionDiego Biurrun2011-07-14
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make 8svx codec context table pointer const to match the type of theReimar Döffinger2008-10-02
* Use "static const" instead of "const static"Reimar Döffinger2008-10-02
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Make 8SVX codec names just a single word for consistency with other codec names.Stefano Sabatini2008-04-27
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* minor typo fixesDiego Biurrun2008-03-31
* cosmetics: Write some Doxygen comments in a more compact fashion.Diego Biurrun2008-03-31
* 8SVX decoderJai Menon2008-03-30