Anton Khirnov
|
594d4d5df3
|
lavc: add a wrapper for AVCodecContext.get_buffer().
It will be useful in the upcoming transition to refcounted AVFrames.
|
12 years ago |
Justin Ruggles
|
a903f8f087
|
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Also reorder some other #include when applicable.
|
12 years ago |
Justin Ruggles
|
30f8da29bf
|
libilbc: set channel layout
|
12 years ago |
Martin Storsjö
|
e6153f173a
|
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
13 years ago |
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
13 years ago |
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
Diego Biurrun
|
0177b7d23a
|
Improve descriptiveness of a number of codec and container long names
|
13 years ago |
chinshou
|
81dd908c6e
|
Fix libilbc compilation.
Fixes ticket #1540
|
13 years ago |
Paul B Mahol
|
420990db30
|
libilbc: use designated initializers for AVClass
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
13 years ago |
Martin Storsjö
|
3641b0489c
|
Add support for iLBC decoding/encoding via the external library libilbc
The library is 3-clause BSD licensed.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
13 years ago |