summaryrefslogtreecommitdiff
path: root/libavcodec/libtwolame.c
Commit message (Collapse)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
| | | | | | Express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| | | | | | Convert doxygen to multiline and express bitfields more simply. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* libtwolame: prevent a NULL pointer dereferenceVittorio Giovara2014-11-21
| | | | | CC: libav-stable@libav.org Bug-Id: CID 1250330 / CID 1250335
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
| | | | | | | | | | | | | | Currently, the amount of padding inserted at the beginning by some audio encoders, is exported through AVCodecContext.delay. However - the term 'delay' is heavily overloaded and can have multiple different meanings even in the case of audio encoding. - this field has entirely different meanings, depending on whether the codec context is used for encoding or decoding (and has yet another different meaning for video), preventing generic handling of the codec context. Therefore, add a new field -- AVCodecContext.initial_padding. It could conceivably be used for decoding as well at a later point.
* mp2: Do not force a samplerateLuca Barbato2014-04-11
| | | | The default should be not to resample.
* libtwolame MP2 encoding supportPaul B Mahol2014-04-07
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>