summaryrefslogtreecommitdiffstats
path: root/libavcodec/ws-snd1.c
Commit message (Expand)AuthorAgeFilesLines
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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