| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/shorten: use uint16_t for wave_format | Paul B Mahol | 2023-09-11 | 1 | -1/+1 |
* | lavc: deprecate AV_CODEC_CAP_SUBFRAMES | Anton Khirnov | 2023-05-15 | 1 | -2/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | shorten: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -1/+5 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/shorten: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2020-12-04 | 1 | -0/+1 |
* | avcodec: Set AV_CODEC_CAP_CHANNEL_CONF in more decoders | Michael Niedermayer | 2020-11-28 | 1 | -1/+4 |
* | avcodec/shorten: Fix integer overflow with offset | Michael Niedermayer | 2018-11-13 | 1 | -2/+2 |
* | avcodec/shorten: Fix bitstream end check in read_header() | Michael Niedermayer | 2018-09-15 | 1 | -1/+1 |
* | avcodec/shorten: Fix signed 32bit overflow in shift in shorten_decode_frame() | Michael Niedermayer | 2018-08-16 | 1 | -1/+1 |
* | avcodec/shorten: Fix integer overflow in residual/LPC combination | Michael Niedermayer | 2018-08-16 | 1 | -1/+1 |
* | avcodec/shorten: Check verbatim length | Michael Niedermayer | 2018-08-16 | 1 | -0/+5 |
* | avcodec/shorten: Fix undefined addition in shorten_decode_frame() | Michael Niedermayer | 2018-07-04 | 1 | -1/+1 |
* | avcodec/shorten: Fix undefined integer overflow | Michael Niedermayer | 2018-07-04 | 1 | -1/+1 |
* | avcodec/shorten: Fix multiple integer overflows | Michael Niedermayer | 2018-06-07 | 1 | -2/+2 |
* | avcodec/shorten: Fix undefined shift in fix_bitshift() | Michael Niedermayer | 2018-06-07 | 1 | -1/+1 |
* | avcodec/shorten: Fix a negative left shift in shorten_decode_frame() | Michael Niedermayer | 2018-06-07 | 1 | -1/+1 |
* | avcodec/shorten: Sanity check nmeans | Michael Niedermayer | 2018-06-07 | 1 | -0/+4 |
* | avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header() | Michael Niedermayer | 2018-06-06 | 1 | -2/+2 |
* | avcodec/shorten: Move buffer allocation and offset init to end of read_header() | Michael Niedermayer | 2017-09-12 | 1 | -6/+7 |
* | avcodec/shorten: Sanity check maxnlpc | Michael Niedermayer | 2017-06-16 | 1 | -0/+4 |
* | avcodec/shorten: Check residual size | Michael Niedermayer | 2017-05-06 | 1 | -0/+4 |
* | avcodec/shorten: Check k in get_uint() | Michael Niedermayer | 2017-05-06 | 1 | -1/+4 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -2/+2 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -2/+2 |
* | | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -1/+2 |
* | | avcodec/shorten: support decoding AIFF-C variant | Paul B Mahol | 2017-02-23 | 1 | -1/+15 |
* | | avcodec/shorten: make max frame size bigger if custom block size was used | Paul B Mahol | 2016-04-27 | 1 | -1/+1 |
* | | avcodec/shorten: properly handle bitshift > 31 | Paul B Mahol | 2016-04-11 | 1 | -3/+7 |
* | | avcodec/shorten: mark as AV_CODEC_CAP_SUBFRAMES | Paul B Mahol | 2016-04-10 | 1 | -1/+1 |
* | | avcodec/shorten: add support for AIFF packing, not bitexact | Paul B Mahol | 2016-04-09 | 1 | -2/+74 |
* | | avcodec/shorten: fix decoding of very large (>2048) block sizes | Paul B Mahol | 2016-04-09 | 1 | -0/+14 |
* | | avcodec/shorten: fix decoding of files with number of samples lower than max_... | Paul B Mahol | 2016-04-08 | 1 | -2/+4 |
* | | avcodec/shorten: remove useless if condition and comment, reindent | Paul B Mahol | 2016-04-08 | 1 | -23/+21 |
* | | avcodec/shorten: fix decoding of last frame | Paul B Mahol | 2016-04-08 | 1 | -3/+1 |
* | | avcodec/shorten: if allocation fails reset max_frame_size | Paul B Mahol | 2016-04-08 | 1 | -0/+1 |
* | | avformat: support shorten in nistshpere demuxer | Paul B Mahol | 2016-04-07 | 1 | -0/+4 |
* | | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |