128 Commits (aac4b0a47ed8a44c01b962ed391620dd84368f06)

Author SHA1 Message Date
Reimar Döffinger b5f09d31c2 Make sample_fmts and channel_layouts compound literals const to reduce size of 15 years ago
Måns Rullgård 6816f8b8e4 ADPCM: remove unreachable break statement after return 15 years ago
Carl Eugen Hoyos 1efe9fd5c0 Fix indentation after last commit. 15 years ago
Yoshihisa Uchida d8b2d83473 Fix yamaha adpcm stereo (issue 1117). 15 years ago
Vitor Sessak 6cf92f6d26 Check if there is enough bytes before reading the buffer in the EA ADPCM 16 years ago
Vitor Sessak 8a06cb14f9 Skip 0x0000 frame footer in EA ADPCM decoder. 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Stefano Sabatini b275500706 Split bitstream.h, put the bitstream writer stuff in the new file 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun fd75cedd15 cosmetics: Reformat long_names so that "ADPCM" comes first. 16 years ago
Diego Biurrun 0ffbc258aa Change a bunch of codec long_names to be more consistent and descriptive. 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Stefan Gehrer cc55c46498 check validity of pointer srcC 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Stefan Gehrer 8915009813 remove duplicate tables 16 years ago
Stefan Gehrer 2ed421134e avoid indeterminate order of accessing src 16 years ago
Stefan Gehrer 055dc116fc added demuxer for FunCom ISS audio files, 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Peter Ross fd76c37fd9 Modify all codecs to report their supported input and output sample format(s). 16 years ago
Ramiro Polla 6647ab80e3 bitstream: move put_sbits() from flacenc.c to bitstream.h and use it 16 years ago
Reimar Döffinger f9bd305694 clip MS ADPCM predictor range to correct [0..6] range, not [0..7] 16 years ago
Reimar Döffinger 962fe7e1c4 Use bytestream and AV_RL* functions in ADPCM code where possible 16 years ago
Reimar Döffinger ae8afab998 Fix MS ADPCM de- and encoding: first and second sample are swapped. 16 years ago
Reimar Döffinger 8884b91898 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/surge-2-16-L-ms02.mov 16 years ago
Reimar Döffinger ff2271267e 10l, forgot to replace a / 256 for r14173. 16 years ago
Reimar Döffinger ddcf031f3b Change MS ADPCM table so they fit into int8_t and change array type. 16 years ago
Diego Biurrun bbdfa06d43 Add a note to remind people that new PCM/ADPCM formats need to be added to 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Michael Niedermayer 909a9ad08d Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays. 17 years ago
Diego Biurrun bcdab7e547 cosmetics: Fix typos in ADPCM codec long names. 17 years ago
Diego Biurrun d349334abc ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste it 17 years ago
Baptiste Coudurier 3b4eccabae identation 17 years ago
Baptiste Coudurier e67fe90c40 remove no more needed field 17 years ago
Baptiste Coudurier 62377fec30 remove unused var 17 years ago
Baptiste Coudurier 9ff8976dad remove ima qt decoding hack, decode whole frame at once 17 years ago
Baptiste Coudurier d29ee34ce3 fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels 17 years ago
Diego Biurrun 0ddfbc73cc cosmetics: Sort some lists alphabetically. 17 years ago
Robert Marston 861c63a216 Maxis XA demuxer and decoder. 17 years ago
Michael Niedermayer 8c2a4ddca3 ILP64 fixes (untested) 17 years ago
Michael Niedermayer 05adf49c7c Remove redundant &. 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Kostya Shishkov 9dc92a38a0 IMA ADPCM encoder - QT variant 17 years ago
Michael Niedermayer 81ef51e669 const 17 years ago
Alexander Strange d479d58cb6 Fix clicking sound in xa-adpcm. 17 years ago
Timofei V. Bondarenko 62b3415258 fix predictor initialization for adpcm-ima encoder not to lose first sample 17 years ago
Aurelien Jacobs 271b4095ad add Electronic Arts XAS ADPCM decoder 17 years ago
Aurelien Jacobs e916de2c8d remove useless #undef 17 years ago
Aurelien Jacobs c33ed2aaf9 remove unreachable code 17 years ago
Aurelien Jacobs 0137034996 cosmetics: alignment 17 years ago
Aurelien Jacobs f6e2300fe7 don't register adpcm encoders which are not implemented 17 years ago