| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/wmaprodec: Avoid superfluous VLC structures | Andreas Rheinhardt | 2023-10-31 | 1 | -1/+1 |
* | avcodec/vlc: Use proper namespace | Andreas Rheinhardt | 2023-09-11 | 1 | -2/+2 |
* | avcodec/wmadec: clear pts when returning a frame during flush | James Almer | 2022-12-07 | 1 | -0/+1 |
* | wma: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -5/+8 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/internal: Move ff_get_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+2 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -4/+3 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -14/+14 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -0/+1 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | wma: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -14/+15 |
* | avcodec/wmadec: fix WMA gapless playback | bnnm | 2021-09-12 | 1 | -2/+20 |
* | avcodec/wmadec: handle run_level_decode error | Stéphane Cerveau | 2021-08-26 | 1 | -4/+7 |
* | avcodec/wmadec: Mark decoders as init-threadsafe | Andreas Rheinhardt | 2021-05-12 | 1 | -2/+2 |
* | avcodec/wmadec: Check operations that can fail | Andreas Rheinhardt | 2021-05-12 | 1 | -10/+21 |
* | avcodec/wmadec: Forward error instead of return -1 | Andreas Rheinhardt | 2021-05-12 | 1 | -3/+3 |
* | avcodec/wma(dec|enc): Fix memleaks upon allocation error | Andreas Rheinhardt | 2021-05-12 | 1 | -0/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec/wmadec: Apply VLC offset during init | Andreas Rheinhardt | 2020-12-08 | 1 | -4/+3 |
* | avcodec/wmadec: Reduce the size of tables used to initialize VLC | Andreas Rheinhardt | 2020-12-08 | 1 | -3/+3 |
* | avcodec/wmadec: Don't check for errors for complete VLC tables | Andreas Rheinhardt | 2020-10-23 | 1 | -9/+0 |
* | avcodec/wmadec: cosmetics | Ramiro Polla | 2020-03-22 | 1 | -2/+2 |
* | avcodec/wmadec: Keep track of exponent initialization per channel | Michael Niedermayer | 2019-12-28 | 1 | -3/+6 |
* | avcodec/wmadec: Require previous exponents for reuse | Michael Niedermayer | 2019-11-20 | 1 | -0/+3 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -3/+3 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -3/+3 |
| * | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 1 | -3/+0 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -2/+1 |
* | | lavc/wmadec: replace pow by faster functions | Ganesh Ajjanagadde | 2016-01-22 | 1 | -2/+3 |
* | | lavc/wmadec: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+3 |
* | | 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 | -2/+2 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -11/+11 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -11/+11 |
* | | avcodec/wmadec: Fix undefined shift in wma_decode_block() | Michael Niedermayer | 2015-03-14 | 1 | -1/+1 |
* | | avcodec/wma: remove unneeded #includes, there are no assert() only av_assert* | Michael Niedermayer | 2015-01-30 | 1 | -3/+0 |
* | | avcodec/wmadec: fix 0 frame bit_reservoir | Michael Niedermayer | 2015-01-12 | 1 | -2/+22 |
* | | avcodec/wmadec: also print the number of bits left in the nb_frames <= 0 case | Michael Niedermayer | 2015-01-12 | 1 | -1/+2 |
* | | avcodec/wma: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-30 | 1 | -5/+5 |
* | | Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b' | Michael Niedermayer | 2014-09-03 | 1 | -196/+196 |
|\| |
|
| * | wma: K&R formatting cosmetics | Gabriel Dume | 2014-09-03 | 1 | -193/+193 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 1 | -1/+1 |
* | | avcodec/wmadec: initialize max_exponent to valid values | Michael Niedermayer | 2014-03-08 | 1 | -0/+3 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | Avoid a deadlock when decoding wma. | Carl Eugen Hoyos | 2013-09-02 | 1 | -0/+4 |