| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/amrwbdec: assert mode to be valid in decode_fixed_vector() | Michael Niedermayer | 2024-05-06 | 1 | -0/+3 |
* | avcodec/amrwbdec: update .p.sample_fmts to planar variant | Paul B Mahol | 2022-11-28 | 1 | -1/+1 |
* | avcodec/amrwbdec,lsp: Include mips headers only #if ARCH_MIPS | Andreas Rheinhardt | 2022-09-29 | 1 | -0/+4 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/amr*bdec: return only number of consumed bytes | Paul B Mahol | 2022-08-31 | 1 | -1/+1 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+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 |
* | amr: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -6/+6 |
* | avcodec/amrwbdec: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/amr*dec: reindent | Paul B Mahol | 2021-10-03 | 1 | -153/+153 |
* | avcodec/amr*dec: add multichannel support | Paul B Mahol | 2021-10-03 | 1 | -21/+38 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channels | Hendrik Leppkes | 2020-12-10 | 1 | -1/+1 |
* | lavc/amrwbdec: Add a comment about the missing muting technique. | Carl Eugen Hoyos | 2020-04-11 | 1 | -0/+2 |
* | lavc/amrwbdec: Output silence for frames marked as corrupt. | Carl Eugen Hoyos | 2020-04-11 | 1 | -4/+4 |
* | lavc/amrwbdec: Remove a dead comparison. | Carl Eugen Hoyos | 2020-04-11 | 1 | -1/+1 |
* | lavc/amrwbdec: Use av_samples_set_silence(). | Carl Eugen Hoyos | 2020-04-05 | 1 | -2/+1 |
* | lavc/amrwbdec: Do not ignore NO_DATA frames. | Carl Eugen Hoyos | 2020-04-05 | 1 | -1/+8 |
* | avcodec/amrwbdec: Fix division by 0 in find_hb_gain() | Michael Niedermayer | 2018-06-04 | 1 | -3/+8 |
* | avcodec/amrwbdec: Fix division by 0 in voice_factor() | Michael Niedermayer | 2017-12-10 | 1 | -1/+1 |
* | avcodec/amrwbdec: Fix runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-03-12 | 1 | -1/+1 |
* | avcodec/amrwbdec: Fix 2 runtime errors: left shift of negative value -1 | Michael Niedermayer | 2017-02-25 | 1 | -2/+2 |
* | Merge commit '29c2d06d67724e994980045afa055c6c34611b30' | Derek Buitenhuis | 2016-02-24 | 1 | -3/+0 |
|\ |
|
| * | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -3/+0 |
* | | avcodec/amrwbdec: use av_mod_uintp2 | James Almer | 2016-01-29 | 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 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: av_log_missing_feature(1) ---> avpriv_request_sample() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e' | Michael Niedermayer | 2013-03-14 | 1 | -1/+1 |
|\| |
|
| * | av_log_missing_feature() ---> avpriv_report_missing_feature() | Diego Biurrun | 2013-03-13 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -1/+1 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '5cc0bd2cb47cbb1040f2bb0ded8d72a442c79b20' | Michael Niedermayer | 2013-02-13 | 1 | -9/+5 |
|\| |
|
| * | amrwb: decode directly to the user-provided AVFrame | Justin Ruggles | 2013-02-12 | 1 | -9/+5 |
* | | Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9' | Michael Niedermayer | 2013-01-23 | 1 | -11/+12 |
|\| |
|
| * | floatdsp: move scalarproduct_float from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -16/+17 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |