Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-06avcodec/wmaprodec: Remove unused variableAndreas Rheinhardt
2022-11-06wmaprodec: convert to lavu/txLynne
2022-09-07avcodec/wmaprodec: Use symbol table more efficientlyAndreas Rheinhardt
2022-09-07avcodec/wmaprodec: Move applying offset to VLC creationAndreas Rheinhardt
2022-09-07avcodec/wmaprodec: Use ff_init_vlc_from_lengths() instead of init_vlcAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-21avcodec/wmaprodec: ensure channel count in the private context and decoder co...James Almer
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-03-15wma: convert to new channel layout APIAnton Khirnov
2021-10-05avcodec/wmaprodec: Do not initialize unused variable to out of array valueMichael Niedermayer
2021-09-17avcodec/wmaprodec: Check that the EOF frame was allocated before decoding int...Michael Niedermayer
2021-09-03avcodec/wmaprodec: unbreak old xma2 decodingPaul B Mahol
2021-09-03avcodec/wmaprodec: improve flushing for >2 channels in XMAPaul B Mahol
2021-09-03avcodec/wmaprodec: improve xma2 extradata parsingPaul B Mahol
2021-09-03avcodec/wmaprodec: unbreak xma >2 channel decoding after last changePaul B Mahol
2021-09-02avcodec/wmaprodec: add gapless supportPaul B Mahol
2021-08-28avcodec/wmaprodec: return value check for init_get_bitsmaryam ebrahimzadeh
2021-08-26avcodec/wma: Return specific error codeOlivier Crête
2021-05-10avcodec/wmaprodec: Make decoders init-threadsafeAndreas Rheinhardt
2021-05-10avcodec/wmaprodec: Check ff_mdct_init() for failureAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-01-08avcodec/wmaprodec: Check packet sizeMichael Niedermayer
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-10-28put_bits: make avpriv_copy_bits() lavc-localAnton Khirnov
2019-12-15avcodec/wmaprodec: Fixes integer overflow with 32bit samplesMichael Niedermayer
2019-12-10avcodec/wmaprodec: Set packet_loss when we error out on a sanity checkMichael Niedermayer
2019-12-10avcodec/wmaprodec: Check offsetMichael Niedermayer
2019-12-10avcodec/wmaprodec: Check if the channel sum of all internal contexts match th...Michael Niedermayer
2019-12-01avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer
2019-11-09avcodec/wmaprodec: get frame during frame decodeMichael Niedermayer
2019-10-14avcodec/wmaprodec: Check that the streams channels do not exceed the overall ...Michael Niedermayer
2019-10-10avcodec/wmaprodec: Fix cleanup on errorMichael Niedermayer
2019-10-03avcodec/wmaprodec: Check if there is a streamMichael Niedermayer
2018-11-10avcodec/wmaprodec: improve XMA missing samplesbnnm
2018-03-01avcodec/wmaprodec: support decoding up to 16 channels of xmaMaxton
2017-10-09avcodec/wmaprodec: support multichannel XMA stream configurationsbnnm
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-20avcodec/wmaprodec: reset offsets when error happensPaul B Mahol
2017-02-17wmaprodec: fix leaking fdsp on init failureAndreas Cadhalpun
2017-01-20avcodec/wmaprodec: add xma_flush for seeking in XMA2Paul B Mahol
2017-01-20avcodec/wmaprodec: unbreak XMA mono decodingPaul B Mahol
2017-01-19avcodec/wmaprodec: check number of channels for XMA streamsPaul B Mahol
2017-01-19avcodec/wmapro: redone stream selection for XMA1/2Paul B Mahol
2017-01-19avcodec/wmaprodec: >2 channel support for XMAPaul B Mahol
2017-01-11avcodec/wmaprodec: do not force extradata presence for XMAPaul B Mahol