summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmaprodec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wmapro: fix strict-aliasing violations by using av_alias32Justin Ruggles2011-10-281-7/+8
* wmapro: use FmtConvertContext.float_interleave() to interleave output samplesJustin Ruggles2011-10-281-11/+9
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-2/+2
* wmapro: Validate the number of audio channels before using itLaurent Aimar2011-10-071-12/+12
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
* Mark some variables with av_unusedMans Rullgard2011-06-031-1/+1
* Add AVX FFT implementation.Vitor Sessak2011-04-261-2/+2
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-16/+16
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* support decoding of files that contain the numberSascha Sommer2011-01-161-6/+18
* do not read over the end of the packetSascha Sommer2011-01-151-0/+6
* also support decoding of AVPackets with multiple wma packetsSascha Sommer2011-01-141-3/+5
* add support for blocksize 64Sascha Sommer2011-01-141-5/+6
* skip unsupported postproc informationSascha Sommer2011-01-081-3/+4
OpenPOWER on IntegriCloud