130 Commits (810eb285e38dac89a0c04a87f1c8ce17a8bec770)

Author SHA1 Message Date
Anton Khirnov 1713eec29a shorten: pad the internal bitstream buffer 11 years ago
Michael Niedermayer 1486ed0815 avcodec/shorten: clear bitstream buffer 11 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Tim Walker 5f5ada3dbf shorten: Fix out-of-array read 11 years ago
Luca Barbato b2148faca9 shorten: Extend fixed_coeffs to properly support pred_order 0 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö b26742cc30 shorten: Break out of loop looking for fmt chunk if none is found 11 years ago
Martin Storsjö 49568851bf shorten: Use a checked bytestream reader for the wave header 11 years ago
Michael Niedermayer ad22767cb6 shorten: fix "off by padding" bug 12 years ago
Michael Niedermayer 89d998f1c1 shorten: allocate space for padding 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
Luca Barbato 4c364eb2b8 shorten: report meaningful errors 12 years ago
Luca Barbato a2ad554def shorten: K&R formatting cosmetics 12 years ago
Luca Barbato 5cf7c72757 shorten: use the unsigned type where needed 12 years ago
Michael Niedermayer c10da30d84 shorten: set invalid channels count to 0 12 years ago
Michael Niedermayer a5153b1d16 shorten: Fix signedness of comparission 12 years ago
Michael Niedermayer 4f1279154e shorten: dont leave invalid channel counts in the context. 12 years ago
Justin Ruggles fed74c0ae4 shorten: decode directly to the user-provided AVFrame 12 years ago
Luca Barbato 4839fbe2d1 shorten: fix array subscript is below array bounds warning 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 12 years ago
Paul B Mahol 694dc6251e shorten: update .sample_fmts 12 years ago
Paul B Mahol 6b11ae7112 shorten: return more meaningful error codes 12 years ago
Justin Ruggles 4c53f4aed3 shorten: validate that the channel count in the header is not <= 0 12 years ago
Michael Niedermayer 5bac83dae8 shorten: fix U8 to be planar too 12 years ago
Justin Ruggles 977eb7d567 shorten: use planar sample format 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer e6b9903d82 shorten: fix cmd type 12 years ago
Lou Logan 6851130fd6 cosmetics: minor libavcodec spelling errors 13 years ago
Paul B Mahol 672f8226bb shorten: fix lossy decoding 13 years ago
Michael Niedermayer b4b5848513 shorten: increase max_frame_size. 13 years ago
Paul B Mahol b7159877b1 shorten: unsigned 8bit support 13 years ago
Carl Eugen Hoyos ae0591f913 Add missing newline in shorten decoder. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer 204cb29b3c shorten: Use separate pointers for the allocated memory for decoded samples. 13 years ago
Michael Niedermayer 5e9a56a035 shorten: validate values in fmt chunk search 13 years ago
Michael Niedermayer 18bcfc912e shorten: Fix invalid free() 13 years ago
John Brooks 8562d9bd6c shorten: avoid abort() on unknown audio types 13 years ago
Paul B. Mahol eda8731285 shorten: remove dead initialization 13 years ago
Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 13 years ago
Justin Ruggles 5c210e2cb9 shorten: do not modify samples pointer when interleaving 13 years ago
Justin Ruggles 1baa25c7da shorten: fix end-of-stream decoding. 13 years ago
Justin Ruggles d03f9f65c0 shorten: do not use block size to determine whether to read the header. 13 years ago
Justin Ruggles 882dafe9b6 shorten: check output buffer size before decoding 13 years ago
Justin Ruggles bd7f7d6c78 shorten: use av_clip_int16() for output sample clipping 13 years ago
Justin Ruggles 069ada46c1 shorten: use bytestream functions to decode the embedded WAVE header 13 years ago
Justin Ruggles c25762fcf1 shorten: add some comments 13 years ago
Justin Ruggles 15d146c958 shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc() 13 years ago
Justin Ruggles 034f42dfce cosmetics: remove some needless commented-out stuff 13 years ago