]> git.sesse.net Git - ffmpeg/history - libavcodec/ws-snd1.c
cngdec: Make the dbov variable have the right unit
[ffmpeg] / libavcodec / ws-snd1.c
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-16 Michael Niedermayerws_snd1: Fix wrong samples counts.
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-09-26 Justin Rugglesws_snd: misc cosmetic clean-ups
2011-09-26 Justin Rugglesws_snd: remove the 2-bit ADPCM table and just subtract...
2011-09-26 Justin Rugglesws_snd: use memcpy() and memset() instead of loops
2011-09-26 Justin Rugglesws_snd: use samples pointer for loop termination instea...
2011-09-26 Justin Rugglesws_snd: make sure number of channels is 1
2011-09-26 Justin Rugglesws_snd: add some checks to prevent buffer overread...
2011-09-26 Justin Rugglesws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-08-29 Vitor SessakInclude stdint.h instead of inttypes.h, it is enough...
2010-08-28 Vitor SessakHopefully fix the fate-ws_snd breakage on PPC
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-26 Diego BiurrunFix filenames in Doxygen comments.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-29 Stefano SabatiniAdd some long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-09-13 Kostya ShishkovAdd checks on input/output buffers size for some audio...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-14 Steve L'HommeRemove empty structures,
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-03-28 Mike MelansonWestwood SND1 decoder, courtesy of Kostya