summaryrefslogtreecommitdiff
path: root/libavcodec/wmaprodec.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-11
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* More correct printf format specifiersDiego Biurrun2014-04-02
* avcodec: more correct printf specifiersDiego Biurrun2014-03-22
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* miscellaneous typo fixesDiego Biurrun2013-07-25
* wmapro: error out on impossible scale factor offsetsLuca Barbato2013-06-29
* wmapro: check the min_samples_per_subframeLuca Barbato2013-06-29
* wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato2013-06-28
* wmapro: return early on unsupported conditionLuca Barbato2013-06-28
* wmapro: make sure there is room to store the current packetLuca Barbato2013-06-28
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-13
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* wmapro: unref skipped framesJanne Grunau2013-03-10
* wmaprodec: return an error, not 0, when the input is too small.Anton Khirnov2013-03-08
* wmaprodec: require block_align to be set.Anton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* wmapro: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23
* miscellaneous typo fixesDiego Biurrun2012-12-21
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-26
* wmapro: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-01
* wmapro: use planar sample formatJustin Ruggles2012-10-14
* Use proper return values in case of missing featuresDiego Biurrun2012-10-12
* wmaprodec: check num_vec_coeffs for validityMichael Niedermayer2012-09-29
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Revert "wmapro: prevent division by zero when sample rate is unspecified"Ronald S. Bultje2012-08-03
* wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-03
* wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-03
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-04
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-07
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* wmapro: change max. block size to 13 bits.Ronald S. Bultje2012-02-16
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* wmapro: use av_float2int()Mans Rullgard2011-12-11
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles2011-10-28
* wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles2011-10-28