summaryrefslogtreecommitdiff
path: root/libavcodec/ws-snd1.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* ws-snd1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* ws-snd1: set channel layoutJustin Ruggles2012-11-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
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* ws_snd1: Fix wrong samples counts.Michael Niedermayer2012-02-16
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-26
* ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-26
* ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-26
* ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-26
* ws_snd: make sure number of channels is 1Justin Ruggles2011-09-26
* ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-26
* ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles2011-09-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* 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
* Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak2010-08-29
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-28
* 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
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* 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
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* Add checks on input/output buffers size for some audio decodersKostya Shishkov2007-09-13
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Remove empty structures,Steve L'Homme2006-10-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Westwood SND1 decoder, courtesy of KostyaMike Melanson2005-03-28