30 Commits (6941788d24ea350498ecb327e03d625974e55d9f)

Author SHA1 Message Date
James Almer 6228ba141d avutil/channel_layout: add a 7.1(top) channel layout 2 years ago
James Almer 83e918de71 avutil/channel_layout: add a cube channel layout 2 years ago
James Almer 0afdc95767 Revert "avutil/channel_layout: av_channel_layout_describe_bprint: Check for buffer end" 2 years ago
Michael Niedermayer 8154cb7c2f avutil/channel_layout: av_channel_layout_describe_bprint: Check for buffer end 2 years ago
James Almer f2967490f1 avutil/channel_layout: return earlier on UNSPEC layouts in av_channel_layout_subset() 3 years ago
James Almer e4f6fce9e0 avutil/channel_layout: add missing check for AV_CHAN_NONE in av_channel_description 3 years ago
James Almer 6e04ace7fe avutil/channel_layout: don't try to print NULL string pointers in av_channel_{name,description} 3 years ago
James Almer f2fe17c56d avutil/channel_layout: remove duplicate stereo downmix entry 3 years ago
Marton Balint ab7a929684 avutil/channel_layout: do not copy alloc new map for extra channel layout 3 years ago
Marton Balint 92f27c6728 avutil/channel_layout: fix av_channel_layout_describe_bprint with custom and ambisonic channels 3 years ago
Marton Balint 580f7b6c3a avutil/channel_layout: factorize ambisonic order detection 3 years ago
Marton Balint bd40375dd2 avutil/channel_layout: print channels using av_channel_name_bprint in av_channel_layout_describe_bprint 3 years ago
Andreas Rheinhardt 9e241bdffd avutil/channel_layout: Fix leak of string 3 years ago
Vittorio Giovara 886847afa0 channel_layout: add support for Ambisonic 3 years ago
Anton Khirnov 086a804806 avutil/channel_layout: Add a new channel layout API 3 years ago
Andreas Rheinhardt 636631d9db Remove unnecessary libavutil/(avutil|common|internal).h inclusions 3 years ago
Jan Ekström 34de0abbe7 avutil/channel_layout: add 22.2 layout 4 years ago
Marton Balint c4618f842a avutil/channel_layout: add av_get_extended_channel_layout 8 years ago
Martin Cracauer 73d1398f0c avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing 9 years ago
Michael Niedermayer c9bfd6a8c3 libavutil/channel_layout: Check strtol*() for failure 9 years ago
Hendrik Leppkes d83dd630a0 lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruft 9 years ago
Luca Barbato e23f84d965 channel_layout: Add a 16channel default layout 9 years ago
Simon Thelen 83307a32eb libavutil/channel_layout: Correctly return layout when channel specification ends with a trailing 'c'. 10 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Stefano Sabatini d96e377c39 lavu/channel_layout: change av_get_channel_layout() behavior at the next bump 11 years ago
Carl Eugen Hoyos e149127bb2 Call the common 7.1 wide channel layout "7.1(wide)". 12 years ago
Justin Ruggles 5980f5dd18 lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h 12 years ago
Tim Walker 8919fee7d2 lavu/audioconvert: add a second low frequency channel. 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Nicolas George f893904469 audioconvert: add av_get_standard_channel_layout(). 12 years ago
Nicolas George 33449b1776 audioconvert: add av_get_channel_description(). 12 years ago
Nicolas George cc55470472 audioconvert: include the description of channels in the library. 12 years ago
Anton Khirnov 59d58b3390 audioconvert: add a function for extracting the channel with the given index 13 years ago
Anton Khirnov 5df320e167 audioconvert: add a function for getting the name of a single channel. 13 years ago
Anton Khirnov 406b257de9 audioconvert: add a function for getting channel's index in layout 13 years ago
Anton Khirnov 3596de55fc audioconvert: use av_popcount64 in av_get_channel_layout_nb_channels 13 years ago
Nicolas George e45a92dc88 audioconvert: implement av_bprint_channel_layout(). 13 years ago
Nicolas George b2db35995f audioconvert: make av_get_channel_layout accept composite names. 13 years ago
Justin Ruggles 5cc51a5847 avutil: Add av_get_default_channel_layout() 13 years ago
Tim Walker 147715ca10 Add channel names to channel_names[] array for channels added in b2890f5 13 years ago
Tim W b38b6d56ca Add names for more channel layouts to the channel layout map. 13 years ago
Clément Bœsch 95317821ea audioconvert: consistent use of FF_ARRAY_ELEMS for channel_layout_map. 13 years ago
Clément Bœsch 5fc51c3155 lavu: add 2.1 channel layout. 13 years ago
Mans Rullgard 019dd23657 Fix av_get_channel_layout_string() for positions >31 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Nicolas George e7062a1e9f audioconvert: make av_get_channel_layout accept composite names. 13 years ago
Nicolas George ada8d485c0 audioconvert: prefer 5.X over 5.X(side). 13 years ago
Nicolas George 1125571b73 audioconvert: use + in av_get_channel_layout_string. 13 years ago
Marton Balint d2ba604421 audioconvert: fix type of av_get_default_channel_layout 13 years ago
Marton Balint 9bf4371e1b audioconvert: make 7POINT1 channel layout the default for 8 channels 13 years ago