summaryrefslogtreecommitdiff
path: root/libavcodec/ws-snd1.c
Commit message (Expand)AuthorAge
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* avcodec/ws-snd1: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-04
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit '1647da89dd8ac09a55c111589f7a30d7e6b87d90'Michael Niedermayer2013-02-13
|\|
| * ws-snd1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | ws-snd1: return meaningful error codePaul B Mahol2012-12-01
* | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer2012-11-12
|\|
| * Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-02
|\|
| * ws-snd1: set channel layoutJustin Ruggles2012-11-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-17
|\|
| * ws_snd1: Fix wrong samples counts.Michael Niedermayer2012-02-16
* | ws_snd1: Fix wrong samples count and crash.Michael Niedermayer2011-12-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-03
|\|
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-27
|\|
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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