215 Commits (f899e3b51bc85c45f54f7ac64abfbde6b2cd7d3d)

Author SHA1 Message Date
Michael Niedermayer 07e4669053 avcodec/wmaprodec: Do not initialize unused variable to out of array value 4 years ago
Michael Niedermayer 48bbeac259 avcodec/wmaprodec: Check that the EOF frame was allocated before decoding into it 4 years ago
Paul B Mahol 584cd16ad0 avcodec/wmaprodec: unbreak old xma2 decoding 4 years ago
Paul B Mahol c0be596fc1 avcodec/wmaprodec: improve flushing for >2 channels in XMA 4 years ago
Paul B Mahol 094397ce06 avcodec/wmaprodec: improve xma2 extradata parsing 4 years ago
Paul B Mahol 646afae00f avcodec/wmaprodec: unbreak xma >2 channel decoding after last change 4 years ago
Paul B Mahol 61c2c9ef8e avcodec/wmaprodec: add gapless support 4 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 5 years ago
Michael Niedermayer a9cc69c0d5 avcodec/wmaprodec: Fixes integer overflow with 32bit samples 6 years ago
Michael Niedermayer a9cbd25d89 avcodec/wmaprodec: Set packet_loss when we error out on a sanity check 6 years ago
Michael Niedermayer 5473c7825e avcodec/wmaprodec: Check offset 6 years ago
Michael Niedermayer 090ac57997 avcodec/wmaprodec: Check if the channel sum of all internal contexts match the external 6 years ago
Michael Niedermayer 589cb44498 avcodec/wmaprodec: Fix buflen computation in save_bits() 6 years ago
Michael Niedermayer 0f89a2293e avcodec/wmaprodec: get frame during frame decode 6 years ago
Michael Niedermayer e418b315dd avcodec/wmaprodec: Check that the streams channels do not exceed the overall channels 6 years ago
Michael Niedermayer a5d29812ec avcodec/wmaprodec: Fix cleanup on error 6 years ago
Michael Niedermayer 9b533de28e avcodec/wmaprodec: Check if there is a stream 6 years ago
bnnm 27e114b451 avcodec/wmaprodec: improve XMA missing samples 7 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 8 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 9 years ago
Paul B Mahol 4cf96c5642 avcodec/wmaprodec: cleanup extradata dumping 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Ganesh Ajjanagadde db1a642cd2 all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
Andreas Cadhalpun fa66237b69 lavc: Use get_bitsz where needed 9 years ago
Andreas Cadhalpun 43ff4aed26 lavc: use get_bitsz to simplify the code 10 years ago
Ganesh Ajjanagadde 25ae086db2 lavc/wmaprodec: replace pow(10,x) by ff_exp10(x) 10 years ago
Michael Niedermayer 66e05f6ff5 avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows 10 years ago
Michael Niedermayer 0c56f8303e avcodec/wmaprodec: Fix overflow of cutoff 10 years ago
Michael Niedermayer 7ad698e24e avcodec/wmaprodec: Check for overread in decode_packet() 10 years ago
Paul B Mahol 9c66428016 avcodec/wmaprodec: XMA1 actually have packet sequence numbers 10 years ago
Paul B Mahol b456ece557 XMA1 and XMA2 stereo decoders 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago