summaryrefslogtreecommitdiff
path: root/libavcodec/wmavoice.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response()Michael Niedermayer2020-02-031-2/+4
* avcodec/wmavoice: sanity check block_alignMichael Niedermayer2020-02-031-1/+1
* avcodec/wmavoice: Check remaining input in parse_packet_header()Michael Niedermayer2019-12-151-0/+3
* avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-12-151-0/+1
* avcodec/wmavoice: Fix integer overflow in synth_frame()Michael Niedermayer2019-11-241-1/+1
* avcodec/wmavoice: Check sample_rateMichael Niedermayer2019-11-091-0/+3
* avcodec/wmavoice: use init_get_bits8()Paul B Mahol2018-12-231-1/+1
* avcodec: do not use init_static_data on some codecsMuhammad Faiz2018-02-041-2/+5
* wmavoice: free frame before ff_get_bufferTimo Rothenpieler2017-11-111-0/+4
* wmavoice: remove unused or write-only variables.Ronald S. Bultje2017-03-201-27/+17
* wmavoice: validate block alignmentAndreas Cadhalpun2017-01-031-0/+5
* wmavoice: truncate spillover_nbits if too largeAndreas Cadhalpun2017-01-031-0/+3
* wmavoice: protect against zero-energy in adaptive gain control.Ronald S. Bultje2016-12-271-1/+2
* wmavoice: move overflow handling to common code.Ronald S. Bultje2016-12-271-12/+5
* wmavoice: reindent.Ronald S. Bultje2016-12-271-36/+36
* wmavoice: disable bitstream checking.Ronald S. Bultje2016-12-271-115/+29
* wmavoice: move wmavoice_flush() up.Ronald S. Bultje2016-12-271-28/+28
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-2/+2
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-2/+2
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | wmavoice: limit wmavoice_decode_packet return value to packet sizeAndreas Cadhalpun2015-06-281-2/+16
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-261-1/+1
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2013-07-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-111-4/+17
|\ \ | |/
| * wmavoice: conceal clearly corrupted blocksLuca Barbato2013-07-101-4/+17
* | Merge commit 'f5c48f5adaead5259660d4eaab2e695d1bac3a08'Michael Niedermayer2013-07-111-19/+25
|\ \ | |/
| * wmavoice: use init_static_dataLuca Barbato2013-07-101-19/+25
* | Merge commit '04e9853a210e07b1a150aa2b8e9af0aa3601ff21'Michael Niedermayer2013-07-111-12/+13
|\ \ | |/
| * wmavoice: return meaningful error codesLuca Barbato2013-07-101-12/+13
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-041-1/+1
|\ \ | |/
| * silly typo fixesDiego Biurrun2013-05-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-141-1/+1
|\ \ | |/
| * avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun2013-03-131-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit '1647da89dd8ac09a55c111589f7a30d7e6b87d90'Michael Niedermayer2013-02-131-13/+8
|\ \ | |/
| * wmavoice: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-13/+8
* | wmavoice: silence may be used uninitialized warningsMichael Niedermayer2013-02-041-2/+2
* | wmavoicedec: use the checked bitstream, readerMichael Niedermayer2013-01-281-2/+0
* | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'Michael Niedermayer2013-01-231-7/+9
|\ \ | |/
| * floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-221-7/+9
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/