| Commit message (Expand) | Author | Age | Files | Lines |
* | wma: convert to lavu/tx | Lynne | 2022-11-06 | 1 | -3/+6 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec/internal: Move ff_samples_to_time_base() to encode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+0 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+2 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -1/+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: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -12/+12 |
* | 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 | -13/+14 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/wmaenc: Mark encoders as init-threadsafe | Andreas Rheinhardt | 2021-05-12 | 1 | -2/+2 |
* | avcodec/wmaenc: Check operations that can fail | Andreas Rheinhardt | 2021-05-12 | 1 | -2/+5 |
* | 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 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | put_bits: make avpriv_align_put_bits() inline | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | Remove some unneeded casts of bit_rate. | Carl Eugen Hoyos | 2017-09-22 | 1 | -1/+1 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
| * | wma: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+4 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 1 | -1/+1 |
* | | avcodec/wmaenc: Check ff_wma_init() for failure | Michael Niedermayer | 2016-01-21 | 1 | -1/+3 |
* | | avcodec/wmaenc: Check input for finiteness | Michael Niedermayer | 2016-01-16 | 1 | -2/+11 |
* | | lavc/wmaenc: replace pow(10,x) by ff_exp10(x) | Ganesh Ajjanagadde | 2015-12-25 | 1 | -2/+3 |
* | | lavc: Switch bitrate to 64bit unless compatibility with avconv was requested. | Michael Niedermayer | 2015-09-15 | 1 | -2/+2 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/wmaenc: Check extradata allocations | Michael Niedermayer | 2015-02-22 | 1 | -0/+4 |
* | | avcodec/wma: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-30 | 1 | -3/+3 |
* | | Merge commit '2df0c32ea12ddfa72ba88309812bfb13b674130f' | Michael Niedermayer | 2014-10-14 | 1 | -4/+2 |
|\| |
|
| * | lavc: use a separate field for exporting audio encoder padding | Anton Khirnov | 2014-10-13 | 1 | -3/+2 |
* | | Merge commit 'd2a4e4b9cc9a0c2661e1c1d6f6b51babac2cec1b' | Michael Niedermayer | 2014-09-03 | 1 | -125/+137 |
|\| |
|
| * | wma: K&R formatting cosmetics | Gabriel Dume | 2014-09-03 | 1 | -133/+145 |
* | | 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 |
* | | avcodec/wmaenc: change commented assert to av_assert | Michael Niedermayer | 2013-08-02 | 1 | -1/+1 |
* | | wamenc: handle failure to encode. | Reimar Döffinger | 2013-05-29 | 1 | -0/+5 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+3 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | | Merge commit '0f24a3ca999a702f83af9307f9f47b6fdeb546a5' | Michael Niedermayer | 2013-03-12 | 1 | -5/+0 |
|\| |
|
| * | lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft | Anton Khirnov | 2013-03-09 | 1 | -5/+0 |
* | | normalize calls to ff_alloc_packet2 | James Zern | 2013-03-06 | 1 | -1/+1 |
* | | Merge commit '205a95f7b5178362874bc1e65eae9866723491c1' | Michael Niedermayer | 2013-02-13 | 1 | -5/+5 |
|\| |
|
| * | wmaenc: alloc/free coded_frame instead of keeping it in the WMACodecContext | Justin Ruggles | 2013-02-12 | 1 | -5/+5 |
* | | Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4' | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
|\| |
|
| * | floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. | Ronald S. Bultje | 2013-01-22 | 1 | -1/+1 |
* | | wmaenc: add new line to some error messages | Piotr Bandurski | 2012-12-05 | 1 | -2/+2 |
* | | Merge commit '284ea790d89441fa1e6b2d72d3c1ed6d61972f0b' | Michael Niedermayer | 2012-11-27 | 1 | -1/+1 |
|\| |
|
| * | dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil | Justin Ruggles | 2012-11-26 | 1 | -1/+1 |