| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/thread: Don't use ThreadFrame when unnecessary | Andreas Rheinhardt | 2022-02-09 | 1 | -2/+1 |
* | avcodec/alac: Mark decoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | 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 |
* | avcodec/alac: Check decorr_shift to avoid invalid shift | Michael Niedermayer | 2020-07-24 | 1 | -0/+3 |
* | avcodec/alac: remove FF_ALLOC_OR_GOTO and gotos label | Limin Wang | 2020-06-13 | 1 | -8/+7 |
* | avcodec/alac: Add FF_CODEC_CAP_INIT_CLEANUP | Limin Wang | 2020-06-13 | 1 | -1/+1 |
* | avcodec/alac: Fix integer overflow with 24/20bps samples | Michael Niedermayer | 2020-05-11 | 1 | -2/+2 |
* | pthread_frame: merge the functionality for normal decoder init and init_threa... | Anton Khirnov | 2020-04-10 | 1 | -10/+0 |
* | avcodec/alac: Fix integer overflow in LPC coefficient adaption | Michael Niedermayer | 2020-01-11 | 1 | -1/+1 |
* | avcodec/alac: Fix integer overflow in lpc_prediction() with sign | Michael Niedermayer | 2019-12-01 | 1 | -1/+1 |
* | avcodec/alac: Fix integer overflow in LPC | Michael Niedermayer | 2019-10-20 | 1 | -1/+1 |
* | avcodec/alac: Fix invalid shifts in 20/24 bps | Michael Niedermayer | 2019-09-24 | 1 | -2/+2 |
* | avcodec/alac: fix undefined behavior with INT_MIN in lpc_prediction() | Michael Niedermayer | 2019-09-24 | 1 | -1/+1 |
* | avcodec/alac: Check for bps of 0 | Michael Niedermayer | 2019-08-26 | 1 | -1/+3 |
* | avcodec/alac: Fix multiple integer overflows in lpc_prediction() | Michael Niedermayer | 2019-08-23 | 1 | -4/+4 |
* | avcodec/alac: Check lpc_quant | Michael Niedermayer | 2019-07-08 | 1 | -1/+1 |
* | lavc/alac: Make a variable unsigned. | Carl Eugen Hoyos | 2019-04-19 | 1 | -1/+1 |
* | avcodec/alac: Avoid unspecific error codes and forward error codes | Michael Niedermayer | 2019-01-01 | 1 | -5/+5 |
* | lavc/alac: Avoid allocating huge memory blocks for malicious alac input. | Carl Eugen Hoyos | 2017-11-04 | 1 | -1/+1 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -4/+4 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -4/+4 |
* | | Merge commit '796dca027be09334d7bbf4f2ac1200e06bb054cb' | Clément Bœsch | 2017-03-19 | 1 | -1/+1 |
|\| |
|
| * | alac: do not return success if nothing was decoded | Anton Khirnov | 2016-08-18 | 1 | -0/+4 |
* | | lavc/alac: Export samplerate. | Carl Eugen Hoyos | 2017-01-31 | 1 | -1/+3 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -14/+14 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -14/+14 |
* | | avcodec/alac: fix 20-bit support | Paul B Mahol | 2016-05-05 | 1 | -0/+7 |
* | | avcodec: use AV_OPT_TYPE_BOOL in a bunch of places | Clément Bœsch | 2015-12-04 | 1 | -1/+1 |
* | | x86/alacdsp: add simd optimized functions | James Almer | 2015-10-06 | 1 | -2/+2 |
* | | avcodec/alacdec: split off decorrelate_stereo and append_extra_bits as alacdsp | James Almer | 2015-10-04 | 1 | -40/+21 |
* | | avcodec: use HAVE_THREADS header guards to silence -Wunused-function | Ganesh Ajjanagadde | 2015-10-04 | 1 | -0/+2 |
* | | avcodec/alac: remove dead code cruft | Hendrik Leppkes | 2015-09-06 | 1 | -37/+3 |
* | | 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 |
* | | avcodec/alac: Clear pointers in allocate_buffers() | Michael Niedermayer | 2015-07-13 | 1 | -0/+6 |
* | | Merge commit '243e8443cd9e83c887e3f5edf09a169e7783d14e' | Michael Niedermayer | 2015-05-10 | 1 | -1/+2 |
|\| |
|
| * | alac: Reject rice_limit 0 if compression is used | Andreas Cadhalpun | 2015-05-08 | 1 | -0/+6 |
* | | alac: reject rice_limit 0 if compression is used | Andreas Cadhalpun | 2015-04-24 | 1 | -0/+5 |
* | | 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 |
* | | alac: add option to decoded incorrect ALAC | Christophe Gisquet | 2014-08-18 | 1 | -1/+24 |
* | | Merge commit 'cc8163e1a3601a56f722a4720516e860bf1c6198' | Michael Niedermayer | 2014-03-22 | 1 | -3/+6 |
|\| |
|
| * | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -3/+6 |
* | | avcodec/alac: warn if not all channels where decoded | Michael Niedermayer | 2014-01-11 | 1 | -0/+2 |
* | | avcodec/alac: only set *got_frame_ptr when all channels have been decoded | Michael Niedermayer | 2014-01-11 | 1 | -1/+2 |
* | | 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 commit '59480abce7e4238e22b3a4a904a9fe6abf4e4188' | Michael Niedermayer | 2013-09-29 | 1 | -0/+3 |
|\| |
|
| * | alac: Do bounds checking of lpc_order read from the bitstream | Martin Storsjö | 2013-09-29 | 1 | -0/+3 |