summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmaprodec.c
Commit message (Expand)AuthorAgeFilesLines
* wma: Convert to the new bitstream readerAlexandra Hájková2017-02-061-103/+104
* Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-231-2/+2
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-111-1/+1
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-1/+1
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-16/+16
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-2/+2
* More correct printf format specifiersDiego Biurrun2014-04-021-1/+1
* avcodec: more correct printf specifiersDiego Biurrun2014-03-221-4/+8
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* miscellaneous typo fixesDiego Biurrun2013-07-251-2/+2
* wmapro: error out on impossible scale factor offsetsLuca Barbato2013-06-291-1/+2
* wmapro: check the min_samples_per_subframeLuca Barbato2013-06-291-0/+7
* wmapro: check num_vec_coeffs against the actual available bufferLuca Barbato2013-06-281-3/+4
* wmapro: return early on unsupported conditionLuca Barbato2013-06-281-0/+1
* wmapro: make sure there is room to store the current packetLuca Barbato2013-06-281-0/+8
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-10/+11
* wmapro: unref skipped framesJanne Grunau2013-03-101-0/+1
* wmaprodec: return an error, not 0, when the input is too small.Anton Khirnov2013-03-081-2/+5
* wmaprodec: require block_align to be set.Anton Khirnov2013-03-081-0/+5
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* wmapro: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-14/+7
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-2/+0
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-2/+2
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-231-3/+3
* miscellaneous typo fixesDiego Biurrun2012-12-211-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+1
* dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutilJustin Ruggles2012-11-261-9/+13
* wmapro: use AVCodecContext.channels instead of keeping a private copyJustin Ruggles2012-11-011-27/+25
* wmapro: use planar sample formatJustin Ruggles2012-10-141-11/+6
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-1/+1
* wmaprodec: check num_vec_coeffs for validityMichael Niedermayer2012-09-291-1/+6
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* Revert "wmapro: prevent division by zero when sample rate is unspecified"Ronald S. Bultje2012-08-031-5/+0
* wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-031-0/+5
* wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-031-0/+5
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun2012-04-041-1/+1
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-3/+1
* wma: Refactor common code to fix standalone compilation of WMA lossless decoder.Diego Biurrun2012-03-071-0/+1
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-1/+0
* wmapro: change max. block size to 13 bits.Ronald S. Bultje2012-02-161-4/+8
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* wmapro: use av_float2int()Mans Rullgard2011-12-111-2/+3
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-27/+36
OpenPOWER on IntegriCloud