227 Commits (fd5c273f26d05738f4ec6c0c16295fc307121efa)

Author SHA1 Message Date
Andreas Rheinhardt 232e88928e avcodec/wmaprodec: Use symbol table more efficiently 2 years ago
Andreas Rheinhardt cca7f571ba avcodec/wmaprodec: Move applying offset to VLC creation 2 years ago
Andreas Rheinhardt f050bc0506 avcodec/wmaprodec: Use ff_init_vlc_from_lengths() instead of init_vlc 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 3 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 3 years ago
James Almer 6bab6afecc avcodec/wmaprodec: ensure channel count in the private context and decoder context are consistent 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Anton Khirnov 3c933af493 wma: convert to new channel layout API 3 years ago
Michael Niedermayer 07e4669053 avcodec/wmaprodec: Do not initialize unused variable to out of array value 3 years ago
Michael Niedermayer 48bbeac259 avcodec/wmaprodec: Check that the EOF frame was allocated before decoding into it 3 years ago
Paul B Mahol 584cd16ad0 avcodec/wmaprodec: unbreak old xma2 decoding 3 years ago
Paul B Mahol c0be596fc1 avcodec/wmaprodec: improve flushing for >2 channels in XMA 3 years ago
Paul B Mahol 094397ce06 avcodec/wmaprodec: improve xma2 extradata parsing 3 years ago
Paul B Mahol 646afae00f avcodec/wmaprodec: unbreak xma >2 channel decoding after last change 3 years ago
Paul B Mahol 61c2c9ef8e avcodec/wmaprodec: add gapless support 3 years ago
maryam ebrahimzadeh 2c0d522963 avcodec/wmaprodec: return value check for init_get_bits 4 years ago
Olivier Crête 521388edb7 avcodec/wma: Return specific error code 4 years ago
Andreas Rheinhardt 3c3712ee2b avcodec/wmaprodec: Make decoders init-threadsafe 4 years ago
Andreas Rheinhardt a1b0148366 avcodec/wmaprodec: Check ff_mdct_init() for failure 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Michael Niedermayer 69aeba8a19 avcodec/wmaprodec: Check packet size 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Anton Khirnov dc1099442e put_bits: make avpriv_copy_bits() lavc-local 4 years ago
Michael Niedermayer a9cc69c0d5 avcodec/wmaprodec: Fixes integer overflow with 32bit samples 5 years ago
Michael Niedermayer a9cbd25d89 avcodec/wmaprodec: Set packet_loss when we error out on a sanity check 5 years ago
Michael Niedermayer 5473c7825e avcodec/wmaprodec: Check offset 5 years ago
Michael Niedermayer 090ac57997 avcodec/wmaprodec: Check if the channel sum of all internal contexts match the external 5 years ago
Michael Niedermayer 589cb44498 avcodec/wmaprodec: Fix buflen computation in save_bits() 5 years ago
Michael Niedermayer 0f89a2293e avcodec/wmaprodec: get frame during frame decode 5 years ago
Michael Niedermayer e418b315dd avcodec/wmaprodec: Check that the streams channels do not exceed the overall channels 5 years ago
Michael Niedermayer a5d29812ec avcodec/wmaprodec: Fix cleanup on error 5 years ago
Michael Niedermayer 9b533de28e avcodec/wmaprodec: Check if there is a stream 5 years ago
bnnm 27e114b451 avcodec/wmaprodec: improve XMA missing samples 6 years ago
Maxton 1be4c85790 avcodec/wmaprodec: support decoding up to 16 channels of xma 7 years ago
bnnm 1954e625b1 avcodec/wmaprodec: support multichannel XMA stream configurations 7 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Paul B Mahol ce818d90bd avcodec/wmaprodec: reset offsets when error happens 8 years ago
Andreas Cadhalpun 9ccc6cecd2 wmaprodec: fix leaking fdsp on init failure 8 years ago
Alexandra Hájková f7ec7f546f wma: Convert to the new bitstream reader 8 years ago
Paul B Mahol 18cfcc6458 avcodec/wmaprodec: add xma_flush for seeking in XMA2 8 years ago
Paul B Mahol 96fe4432f5 avcodec/wmaprodec: unbreak XMA mono decoding 8 years ago
Paul B Mahol 45f4bf94af avcodec/wmaprodec: check number of channels for XMA streams 8 years ago
Paul B Mahol 1daa08bd96 avcodec/wmapro: redone stream selection for XMA1/2 8 years ago
Paul B Mahol 6c43f33ac2 avcodec/wmaprodec: >2 channel support for XMA 8 years ago
Paul B Mahol 107b3064d8 avcodec/wmaprodec: do not force extradata presence for XMA 8 years ago
Diego Biurrun 0b77a59336 Use correct printf conversion specifiers for POSIX integer types 8 years ago