Anton Khirnov
|
594d4d5df3
|
lavc: add a wrapper for AVCodecContext.get_buffer().
It will be useful in the upcoming transition to refcounted AVFrames.
|
2012-12-04 21:41:59 +01:00 |
|
Justin Ruggles
|
a903f8f087
|
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Also reorder some other #include when applicable.
|
2012-11-11 13:35:12 -05:00 |
|
Justin Ruggles
|
30f8da29bf
|
libilbc: set channel layout
|
2012-11-01 11:29:17 -04:00 |
|
Martin Storsjö
|
e6153f173a
|
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-09-04 23:13:44 +03:00 |
|
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
2012-08-15 22:32:06 +03:00 |
|
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
2012-08-07 16:00:24 +02:00 |
|
Diego Biurrun
|
0177b7d23a
|
Improve descriptiveness of a number of codec and container long names
|
2012-07-30 20:46:55 +02:00 |
|
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>
|
2012-06-18 22:00:35 +03:00 |
|