317 Commits (3224d6691cdc59ef0d31cdb35efac27494ff515b)

Author SHA1 Message Date
Michael Niedermayer 2d9fe6321e avcodec/adpcm: use assert for codec id instead or error return 6 years ago
Misty De Meo 94e6b5ac39 adpcm: consume remainder after consuming XA chunks 7 years ago
Paul B Mahol ee4aa388b2 adpcm: fix clipping for yamaha 8 years ago
Alexandra Hájková 012c451153 adpcm: Convert to the new bitstream header 8 years ago
Paul B Mahol b82c1a377a avcodec/adpcm: clip step for ADPCM MTAF decoder 8 years ago
Michael Niedermayer f2a9a30fd6 avcodec/adpcm: Fix adpcm_ima_wav padding 8 years ago
Paul B Mahol 8c17eea46f avcodec: add adpcm MTAF decoder 9 years ago
Paul B Mahol 14992421df avcodec/adpcm: pick correct step_index for IMA AMV 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Paul B Mahol 66eb5b809a avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAV 9 years ago
Paul B Mahol 3395ad48fa avcodec/adpcm: replace char/short/long with int8_t/int16_t/int 9 years ago
Paul B Mahol 8a4c3f5258 avcodec: add adpcm dat4 decoder 9 years ago
Paul B Mahol af3f793f60 avcodec: add ADPCM AICA decoder 9 years ago
Paul B Mahol 8dea76180c avcodec: extend long decription for adpcm psx codec 9 years ago
Paul B Mahol 7bbd060324 avcodec/adpcm: increase max channels for ADPCM PSX to 8 9 years ago
Paul B Mahol 8b11e43799 avcodec: add ADPCM PSX decoder 9 years ago
Rodger Combs 3f9fa2d0b5 ADPCM: Bump THP channel limit to 14 9 years ago
Michael Niedermayer 66a7bc0010 avcodec/adpcm: Check init_get_bits8() for failure 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Rodger Combs 7d0a19757e lavc/adpcm: THP: set approx_nb_samples correctly 10 years ago
Rodger Combs 388a6f581a lavc+doc: adjust names to reflect ADPCM THP not being GameCube-only 10 years ago
Rodger Combs 0f67351944 lavc/adpcm: THP: don't use the ADPC/SEEK table when not seeking 10 years ago
Rodger Combs 631d56ffc8 lavc/adpcm: THP: fix indentation 10 years ago
Rodger Combs 6b547180b9 lavc/adpcm: THP: allow channel counts up to 10 10 years ago
Rodger Combs 8e7a06aa5c lavc/adpcm: THP: handle packets with sample counts not divisible by 14 10 years ago
Rodger Combs 7e7256c3a4 lavc: add little-endian ADPCM_THP decoder 10 years ago
Michael Niedermayer 3c803ed9cb avcodec/adpcm: Check for overreads 10 years ago
James Almer ba625dd8a1 avcodec: use av_mod_uintp2() where useful 10 years ago
James Almer 778bac2788 adpcm: use av_clip_intp2() 10 years ago
Michael Niedermayer f848a66009 avcodec/adpcm: use av_clip_intp2() 10 years ago
Michael Niedermayer e59c28b166 avcodec/adpcm: Check idelta 10 years ago
Paul B Mahol 6dfa70f272 Correct few "ffmpeg" typos 10 years ago
Jon Morley 18e70006e7 avcodec/adpcm: Fix incorrect AVSampleFormat for sample_fmts_s16p 10 years ago
Peter Ross bf7d93e157 avcodec/adpcm: also squelch 'mismatch in coded sample count' warning for AV_CODEC_ID_ADPCM_EA_R1 11 years ago
Peter Ross d1bb17940d avcodec/adpcm: ADPCM_IMA_DK3 packets are padded to 16-bit packet boundary 11 years ago
Peter Ross 7380201451 avcodec/adpcm: squelch 'mismatch in coded sample count' warning for AV_CODEC_ID_ADPCM_EA_R2/3 11 years ago
Michael Niedermayer 785dc14654 avcodec/adpcm: fix sample count for stereo SBPRO3 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Luca Barbato 12576afe20 adpcm: Write the correct number of samples for ima-dk4 12 years ago
Paul B Mahol 6516a25f04 ADPCM IMA WAV 2, 3 and 5 bits decoder 12 years ago
James Almer 67fad0d221 ADPCM IMA Radical decoder 12 years ago
James Almer 22c7784f60 adpcm_thp: Allow the use of extradata for the adpcm table 12 years ago
James Almer e7814ed839 ADPCM DTK decoder 12 years ago
Paul B Mahol aa96439fae lavc: remove unused put_bits.h headers 12 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Paul B Mahol a9b424879f lavc & lavf: replace deprecated av_log* functions 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Justin Ruggles e57daa876b adpcm: decode directly to the user-provided AVFrame 12 years ago
Michael Niedermayer f18c873ab5 adpcm: fix off by 1 error and out of array access in DK4 12 years ago