Michael Niedermayer
|
022f8d27dd
Merge remote-tracking branch 'qatar/master'
|
13 years ago |
Mans Rullgard
|
cc276c85d1
Make channel layout masks unsigned
|
13 years ago |
Michael Niedermayer
|
9891004ba9
Merge remote branch 'qatar/master'
|
14 years ago |
Alex Converse
|
2f072b55a4
Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.
|
14 years ago |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 years ago |
Reinhard Tartler
|
7ffe76e540
Merge libavcore into libavutil
|
14 years ago |
Reinhard Tartler
|
737eb5976f
Merge libavcore into libavutil
|
14 years ago |
Stefano Sabatini
|
63e8d9760f
Use the new libavcore audio channel API.
|
14 years ago |
Stefano Sabatini
|
176a6157c0
Move audio channel API from libavcodec to libavcore.
|
14 years ago |
Stefano Sabatini
|
5d6e4c160a
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
|
14 years ago |
Stefano Sabatini
|
d63e456a2a
Implement functions:
|
14 years ago |
S.N. Hemanth Meenakshisundaram
|
5da19b53c6
Implement avcodec_get_channel_layout().
|
14 years ago |
Måns Rullgård
|
07876e25c8
Workaround for missing llrintf()
|
15 years ago |
Ronald S. Bultje
|
b1078e9fe6
Move clipping of audio samples (for those codecs outputting float) from decoder
|
15 years ago |
Diego Biurrun
|
ba87f0801d
Remove explicit filename from Doxygen @file commands.
|
15 years ago |
Carl Eugen Hoyos
|
5dfa637cca
Make function get_channel_name() static: It is only used in audioconvert.c.
|
15 years ago |
Justin Ruggles
|
7ca1295985
Do not guess the channel layout when getting its string value.
|
15 years ago |
Justin Ruggles
|
0fb6a8b339
Remove the 3-front-channel layout from the list of channel layout
|
15 years ago |
Justin Ruggles
|
be233a5691
Check that channel layout is compatible with number of channels for
|
16 years ago |
Justin Ruggles
|
1b7bc4a245
Add 3 channel layout convenience macros.
|
16 years ago |
Justin Ruggles
|
f79e331f34
Add names for 5.0 and 5.1 back speaker channel layouts.
|
16 years ago |
Patrik
|
862c1d2f05
Replace snprintf() with av_strlcpy().
|
16 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
Baptiste Coudurier
|
4d6f600c58
Add const, remove warning:
|
16 years ago |
Diego Biurrun
|
c2fef0c163
Use "" instead of <> when #including non-system headers.
|
16 years ago |
Carl Eugen Hoyos
|
7e8efe18ba
One const is enough.
|
16 years ago |
Andreas Öman
|
9d9b9d32e6
Change multichannel API define prefix from "CHANNEL_" to "CH_".
|
16 years ago |
Peter Ross
|
0d72e7d0ae
Add audio channel layout API to libavcodec.
|
16 years ago |
Diego Pettenò
|
d3b9e7f19b
Remove duplicate "const" qualifier for *matrix.
|
16 years ago |
Michael Niedermayer
|
23694e27f0
Drop deprecated SAMPLE_FMT_S24.
|
16 years ago |
Peter Ross
|
e06b00f3b6
Add SAMPLE_FMT_DBL.
|
16 years ago |
Peter Ross
|
82cee279a5
Modify av_audio_convert() to use AVAudioConvert context struct; add av_audio_convert_alloc() and av_audio_convert_free() support functions.
|
16 years ago |
Peter Ross
|
8a464e7580
Revert r14484 hunk that deleted the 'include avcodec.h' statement.
|
16 years ago |
Peter Ross
|
c2b28bb975
Add sample format support functions: avcodec_get_sample_fmt_name(), avcodec_get_sample_fmt(), avcodec_sample_fmt_string()
|
16 years ago |
Diego Biurrun
|
e5a389a1b7
license header consistency cosmetics
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
18 years ago |
Diego Biurrun
|
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
18 years ago |
Michael Niedermayer
|
ed567d9c41
cosmetics
|
18 years ago |
Michael Niedermayer
|
0eb6817d98
audio format conversion
|
18 years ago |