Vittorio Giovara
|
def97856de
|
lavc: AV-prefix all codec capabilities
Express bitfields more simply.
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
|
9 years ago |
Diego Biurrun
|
b2bed9325d
|
cosmetics: Group .name and .long_name together in codec/format declarations
|
11 years ago |
Anton Khirnov
|
759001c534
|
lavc decoders: work with refcounted frames.
|
12 years ago |
Justin Ruggles
|
5d5c248c3d
|
s302m: decode directly to the user-provided AVFrame
|
12 years ago |
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 |
Diego Biurrun
|
d5c62122a7
|
Move av_reverse table to libavcodec
It is only used in that library.
|
12 years ago |
Martin Storsjö
|
1d9c2dc89a
|
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö <martin@martin.st>
|
12 years ago |
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
Justin Ruggles
|
0eea212943
|
Add avcodec_decode_audio4().
Deprecate avcodec_decode_audio3().
Implement audio support in avcodec_default_get_buffer().
Implement the new audio decoder API in all audio decoders.
|
13 years ago |
Diego Biurrun
|
c88ebdb42c
|
Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.
|
13 years ago |
Dustin Brody
|
8f9d3f6d9a
|
s302m: use nondeprecated audio sample format API
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
13 years ago |
Baptiste Coudurier
|
4f8da7e7dc
|
s302m: fix resampling for 16 and 24bits.
|
14 years ago |
Mans Rullgard
|
e65ab9d94f
|
Remove unused variables
|
14 years ago |
Baptiste Coudurier
|
9aa91043f3
|
Port SMPTE S302M audio decoder from FFmbc 0.3.
|
14 years ago |