summaryrefslogtreecommitdiff
path: root/libavcodec/wmavoice.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* wma: convert to new channel layout APIAnton Khirnov2022-03-15
* avcodec/wmavoice: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-06
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/wmavoice: Check operations that can failAndreas Rheinhardt2021-04-03
* avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriateAndreas Rheinhardt2021-03-30
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov2020-10-28
* avcodec/wmavoice: Fix rounding and integer anomalies in calc_input_response()Michael Niedermayer2020-02-03
* avcodec/wmavoice: sanity check block_alignMichael Niedermayer2020-02-03
* avcodec/wmavoice: Check remaining input in parse_packet_header()Michael Niedermayer2019-12-15
* avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-12-15
* avcodec/wmavoice: Fix integer overflow in synth_frame()Michael Niedermayer2019-11-24
* avcodec/wmavoice: Check sample_rateMichael Niedermayer2019-11-09
* avcodec/wmavoice: use init_get_bits8()Paul B Mahol2018-12-23
* avcodec: do not use init_static_data on some codecsMuhammad Faiz2018-02-04
* wmavoice: free frame before ff_get_bufferTimo Rothenpieler2017-11-11
* wmavoice: remove unused or write-only variables.Ronald S. Bultje2017-03-20
* wmavoice: validate block alignmentAndreas Cadhalpun2017-01-03
* wmavoice: truncate spillover_nbits if too largeAndreas Cadhalpun2017-01-03
* wmavoice: protect against zero-energy in adaptive gain control.Ronald S. Bultje2016-12-27
* wmavoice: move overflow handling to common code.Ronald S. Bultje2016-12-27
* wmavoice: reindent.Ronald S. Bultje2016-12-27
* wmavoice: disable bitstream checking.Ronald S. Bultje2016-12-27
* wmavoice: move wmavoice_flush() up.Ronald S. Bultje2016-12-27
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | wmavoice: limit wmavoice_decode_packet return value to packet sizeAndreas Cadhalpun2015-06-28
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-26
|\|
| * miscellaneous typo fixesDiego Biurrun2013-07-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-11
|\|
| * wmavoice: conceal clearly corrupted blocksLuca Barbato2013-07-10
* | Merge commit 'f5c48f5adaead5259660d4eaab2e695d1bac3a08'Michael Niedermayer2013-07-11
|\|
| * wmavoice: use init_static_dataLuca Barbato2013-07-10
* | Merge commit '04e9853a210e07b1a150aa2b8e9af0aa3601ff21'Michael Niedermayer2013-07-11
|\|
| * wmavoice: return meaningful error codesLuca Barbato2013-07-10
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-04
|\|
| * silly typo fixesDiego Biurrun2013-05-03