44 Commits (2a0194bafa62aee9217e6dc375243f96acec7088)

Author SHA1 Message Date
Marton Balint 26e0454cad avformat/mov_chan: simplify channel layout canonicalization 8 months ago
Marton Balint b81ed729ec avformat/mov_chan: rework ff_mov_read_chnl 9 months ago
Marton Balint f8f2142d61 avformat/mov: factorize reading the main part of the chnl atom to mov_chan 9 months ago
Marton Balint 106527d2e5 avformat/mov_chan: add support for reading custom channel layouts when layout_tag == 0 9 months ago
Marton Balint dc9d64f794 avformat/mov_chan: never override number of channels based on chan atom 9 months ago
Marton Balint 3d3cad7483 avformat/mov_chan: do not assume channels are in native order 9 months ago
Tong Wu c3a7999099 avformat/mov: fix 2 compile errors 2 years ago
Zhao Zhili d7e864366b avformat/mov: parse ISO-14496-12 ChannelLayout 2 years ago
James Almer 5d5b87f688 avformat/mov_chan: use the cube layout 2 years ago
James Almer feb3b44c1c avformat/mov_chan: move the definition of MovChannelLayoutTag to the header 3 years ago
James Almer c2c5f34843 avformat/movenc: write channel descriptions when a known layout or a bitmap can't be used 3 years ago
James Almer b4373bc422 avformat/mov_chan: use a higher log level for a debug message 3 years ago
James Almer 603f2245d4 avformat/mov_chan: add a few missing channel label mappings 3 years ago
James Almer 90ef712de5 avformat/mov_chan: rename mov_get_channel_label() to better reflect its purpose 3 years ago
Vittorio Giovara b828c3954e mov: convert to new channel layout API 3 years ago
Andreas Rheinhardt 49916dafb9 avformat/mov_chan: Make ff_mov_get_channel_layout() static 3 years ago
Anton Khirnov c9642265f8 lavf/mov_chan: avoid avcodec.h dependency 3 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Anton Khirnov fd9212f2ed Mark some arrays that never change as const. 8 years ago
Diego Biurrun c454dfcff9 Use ISO C printf conversion specifiers where appropriate 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Ganesh Ajjanagadde 47af5db721 all: fix enum definition for large values 9 years ago
Andreas Cadhalpun 8e9c39e81f mov: abort on EOF in ff_mov_read_chan 10 years ago
Andreas Cadhalpun a5718863da mov: abort on EOF in ff_mov_read_chan 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Reimar Döffinger d9e2aceb7f Add missing "const" all over the place. 10 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Thierry Foucu 823efd9286 Fix termination of mov_ch_layouts_wav array lookup 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Martin Storsjö 7b699d8136 mov_chan: Only set the channel_layout if setting it to a nonzero value 12 years ago
Martin Storsjö 5f72bc02f8 mov_chan: Reindent an incorrectly indented line 12 years ago
Samuel Pitoiset 9afb7061f9 mov_chan: Pass a separate AVIOContext for reading 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Carl Eugen Hoyos d1ebb25ac6 Skip chan tag padding. 12 years ago
Justin Ruggles 3bab7cd128 avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer 13 years ago
Alex Converse a112822597 movenc: Add channel layouts for PCM. 13 years ago
Martin Storsjö 44fdf37c94 mov_chan: Fix operator precedence by adding parentheses 13 years ago
Alex Converse 3e6e89b3d6 mov: Add missing terminator to mov_ch_layout_map_1ch. 13 years ago
Alex Converse 4274e481c0 mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions. 13 years ago
Justin Ruggles 1fdf18f4b7 mov: add support for reading and writing the 'chan' tag 13 years ago