summaryrefslogtreecommitdiffstats
path: root/libavcodec/ws-snd1.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* ws-snd1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-19/+7
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* ws-snd1: set channel layoutJustin Ruggles2012-11-011-6/+5
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* ws_snd1: Fix wrong samples counts.Michael Niedermayer2012-02-161-2/+2
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-9/+29
* ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-261-14/+11
* ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-261-5/+4
* ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-261-9/+6
* ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-261-10/+5
* ws_snd: make sure number of channels is 1Justin Ruggles2011-09-261-0/+5
* ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-261-4/+28
* ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles2011-09-261-23/+24
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Include stdint.h instead of inttypes.h, it is enough for what this file need.Vitor Sessak2010-08-291-1/+1
* Hopefully fix the fate-ws_snd breakage on PPCVitor Sessak2010-08-281-3/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* constMichael Niedermayer2008-02-011-1/+1
* Add checks on input/output buffers size for some audio decodersKostya Shishkov2007-09-131-0/+8
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-2/+2
* Remove empty structures,Steve L'Homme2006-10-141-4/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* Westwood SND1 decoder, courtesy of KostyaMike Melanson2005-03-281-0/+145
OpenPOWER on IntegriCloud