204 Commits (837ee53724564374c2c752fe5f02027639e5efb2)

Author SHA1 Message Date
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
Paul B Mahol 4cf96c5642 avcodec/wmaprodec: cleanup extradata dumping 8 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 9 years ago
Ganesh Ajjanagadde 25ae086db2 lavc/wmaprodec: replace pow(10,x) by ff_exp10(x) 9 years ago
Michael Niedermayer 66e05f6ff5 avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows 9 years ago
Michael Niedermayer 0c56f8303e avcodec/wmaprodec: Fix overflow of cutoff 9 years ago
Michael Niedermayer 7ad698e24e avcodec/wmaprodec: Check for overread in decode_packet() 9 years ago
Paul B Mahol 9c66428016 avcodec/wmaprodec: XMA1 actually have packet sequence numbers 9 years ago
Paul B Mahol b456ece557 XMA1 and XMA2 stereo decoders 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 10 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 3384d76503 avcodec/wmaprodec: Use avpriv_float_dsp_alloc() 10 years ago
Michael Niedermayer 5dcb99033d avcodec/wmaprodec: Fix integer overflow in sfb_offsets initialization 10 years ago
Reimar Döffinger 4fe448738e WMA: add "const" to avoid warnings with hardcoded tables. 11 years ago
Diego Biurrun cba4e6062a More correct printf format specifiers 11 years ago
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 12 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago