Author | SHA1 | Message | Date |
---|---|---|---|
|
a42d5c861f |
libtwolame: prevent a NULL pointer dereference
CC: libav-stable@libav.org Bug-Id: CID 1250330 / CID 1250335 |
10 years ago |
|
2df0c32ea1 |
lavc: use a separate field for exporting audio encoder padding
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. |
10 years ago |
|
a7448064c5 |
mp2: Do not force a samplerate
The default should be not to resample. |
11 years ago |
|
718907cd88 |
libtwolame MP2 encoding support
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> |
12 years ago |