summaryrefslogtreecommitdiff
path: root/libavcodec/wmavoice.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AV_CODEC_CAP_SUBFRAMESAnton Khirnov2023-05-151-1/+5
* avcodec/wmavoice: Check init_get_bits8()Andreas Rheinhardt2022-10-041-1/+3
* avcodec/wmavoice: Don't initialize GetBitContext with buf == NULLAndreas Rheinhardt2022-10-041-3/+6
* avcodec/wmavoice: Avoid code tableAndreas Rheinhardt2022-09-071-11/+3
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* wma: convert to new channel layout APIAnton Khirnov2022-03-151-2/+2
* avcodec/wmavoice: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-061-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/wmavoice: Check operations that can failAndreas Rheinhardt2021-04-031-5/+6
* avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriateAndreas Rheinhardt2021-03-301-1/+1
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-1/+1
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-281-2/+2
* 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