summaryrefslogtreecommitdiffstats
path: root/libavcodec/wmavoice.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* miscellaneous typo fixesDiego Biurrun2013-07-251-1/+1
* wmavoice: conceal clearly corrupted blocksLuca Barbato2013-07-101-4/+17
* wmavoice: use init_static_dataLuca Barbato2013-07-101-19/+25
* wmavoice: return meaningful error codesLuca Barbato2013-07-101-12/+13
* silly typo fixesDiego Biurrun2013-05-031-1/+1
* avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* wmavoice: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-13/+8
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-7/+9
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-111-1/+1
* wmavoice: set channel layoutJustin Ruggles2012-11-011-0/+3
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-251-1/+1
* Improve wording and spelling of av_log_missing_feature messages.Diego Biurrun2012-10-231-1/+1
* Use proper return values in case of missing featuresDiego Biurrun2012-10-121-1/+1
* celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()Diego Biurrun2012-08-271-7/+8
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* wmavoice: fix stack overread.Ronald S. Bultje2012-03-221-2/+3
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-281-3/+0
* get_bits: introduce safe bitreading to prevent overreads.Ronald S. Bultje2011-12-171-0/+2
* Fix a bunch of common typos.Diego Biurrun2011-12-111-2/+2
* Add avcodec_decode_audio4().Justin Ruggles2011-12-021-20/+26
* wmavoice: Make format string match variable type.Alex Converse2011-11-261-1/+1
* wmavoice: move output buffer size check to synth_superframe().Justin Ruggles2011-10-281-9/+10
* wmavoice: only set data_size to 0 when necessaryJustin Ruggles2011-10-281-4/+10
* lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.Anton Khirnov2011-10-201-2/+2
* wmavoice: fix a signed overflowMans Rullgard2011-10-091-1/+1
* wmavoice: Check for corrupted extra dataLaurent Aimar2011-10-071-0/+8
* wmavoice: Check for out of bound writesLaurent Aimar2011-10-071-0/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* doxygen: Prefer member groups over grouping into modulesReinhard Tartler2011-07-021-10/+12
* wmavoice: Use proper size in memeset().Alex Converse2011-05-051-1/+1
* Add AVX FFT implementation.Vitor Sessak2011-04-261-3/+3
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-2/+2
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-7/+7
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Fix typo.Ronald S. Bultje2010-12-261-1/+1
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Fix buffer overrun if idx is negative (it can be down to -23>>4), by prependingRonald S. Bultje2010-08-091-1/+3
* Rename pow variable to pwr.Axel Holzinger2010-07-261-4/+4
* Use correct length modifier for size comparison in printf expression, fixes:Diego Biurrun2010-07-121-1/+1
* Fix two doxy warnings.Ronald S. Bultje2010-07-081-1/+2
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
OpenPOWER on IntegriCloud