163 Commits (99ab0a13dc231b92dcd207f58a1101fe5f11d663)

Author SHA1 Message Date
Michael Niedermayer 380659604f avcodec/shorten: Move buffer allocation and offset init to end of read_header() 7 years ago
Michael Niedermayer e77ddd31a8 avcodec/shorten: Sanity check maxnlpc 8 years ago
Michael Niedermayer df8575584d avcodec/shorten: Check residual size 8 years ago
Michael Niedermayer 7b6a51f59c avcodec/shorten: Check k in get_uint() 8 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Paul B Mahol 20789372da avcodec/shorten: support decoding AIFF-C variant 8 years ago
Alexandra Hájková 2b94ed12de shorten: Convert to the new bitstream reader 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Paul B Mahol 1f62a6e780 avcodec/shorten: make max frame size bigger if custom block size was used 9 years ago
Paul B Mahol b62ed56e25 avcodec/shorten: properly handle bitshift > 31 9 years ago
Paul B Mahol 571aa7d25e avcodec/shorten: mark as AV_CODEC_CAP_SUBFRAMES 9 years ago
Paul B Mahol 0c90b2e013 avcodec/shorten: add support for AIFF packing, not bitexact 9 years ago
Paul B Mahol 82ee37f1f3 avcodec/shorten: fix decoding of very large (>2048) block sizes 9 years ago
Paul B Mahol dee138624f avcodec/shorten: fix decoding of files with number of samples lower than max_frame_size 9 years ago
Paul B Mahol c18fdc8692 avcodec/shorten: remove useless if condition and comment, reindent 9 years ago
Paul B Mahol 966d43d778 avcodec/shorten: fix decoding of last frame 9 years ago
Paul B Mahol ae8a13c560 avcodec/shorten: if allocation fails reset max_frame_size 9 years ago
Paul B Mahol 0c9490609d avformat: support shorten in nistshpere demuxer 9 years ago
Diego Biurrun 29c2d06d67 cosmetics: Drop empty comment lines 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
Paul B Mahol 94cfb6db7d avcodec/shorten: use init_get_bits8() 10 years ago
Michael Niedermayer 294469416d avcodec/shorten: More complete pred_order check 10 years ago
Michael Niedermayer 2d15588124 avcodec/shorten: Fix code depending on signed overflow behavior 10 years ago
Michael Niedermayer d201becfc0 avcodec/shorten: Check skip_bytes() 10 years ago
Michael Niedermayer fbe8672e15 avcodec/shorten: use av_reallocp_array() 10 years ago
Vittorio Giovara 8e104619a6 shorten: check for return value 10 years ago
Michael Niedermayer e20ebe491c avcodec/shorten: check bitshift 11 years ago
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