Luca Barbato
|
ce70f28a17
|
avpacket: Replace av_free_packet with av_packet_unref
`av_packet_unref` matches the AVFrame ref-counted API and can be used as
a drop in replacement.
Deprecate `av_free_packet`.
|
9 years ago |
Diego Biurrun
|
7abd35a1ff
|
avformat: Add av_cold attributes to init functions missing them
|
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 |
Anton Khirnov
|
36ef5369ee
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
13 years ago |
Diego Biurrun
|
6774247a9d
|
avformat: Drop pointless "format" from container long names
|
13 years ago |
Mohamed Naufal Basheer
|
55c3a4f617
|
G.723.1 demuxer and decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
|
13 years ago |
Paul B Mahol
|
ba10207bbe
|
Use more designated initializers.
Also remove some pointless NULL/0 assigments.
C++ code must be left as it is because named struct
initializers are not supported by C++ standard.
|
13 years ago |
Clément Bœsch
|
215b7724e7
|
lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
|
13 years ago |
Clément Bœsch
|
63b796b0dd
|
Rename remaining url_ftell to avio_tell.
|
13 years ago |
Clément Bœsch
|
055cda8acc
|
Rename remaining get_byte to avio_r8.
|
13 years ago |
Clément Bœsch
|
53d70a334a
|
Rename remaining get_buffer to avio_read.
|
13 years ago |
Clément Bœsch
|
0e5ecd806e
|
Replace remaining av_new_stream() with avformat_new_stream().
|
13 years ago |
Mohamed Naufal
|
4d518f1230
|
g723.1: use raw muxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Mohamed Naufal
|
19562b68cb
|
g723.1 muxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Michael Niedermayer
|
0f68a2bc8b
|
g723_1_demuxer: rco is also a commonly used extension.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
13 years ago |
Mohamed Naufal Basheer
|
f990dc374e
|
Add the G723.1 demuxer and decoder
|
13 years ago |