index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
mov_chan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix all -Wformat warnings raised by DJGPP
Clément Bœsch
2017-03-29
1
-2
/
+3
*
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-2
/
+2
|
\
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-2
/
+2
|
*
mov: abort on EOF in ff_mov_read_chan
Andreas Cadhalpun
2015-05-31
1
-0
/
+5
*
|
all: fix enum definition for large values
Ganesh Ajjanagadde
2015-10-30
1
-1
/
+1
*
|
mov: abort on EOF in ff_mov_read_chan
Andreas Cadhalpun
2015-05-24
1
-0
/
+5
*
|
Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'
Michael Niedermayer
2015-04-20
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-1
/
+1
*
|
Add missing "const" all over the place.
Reimar Döffinger
2014-08-29
1
-1
/
+1
*
|
Reinstate proper FFmpeg license for all files.
Thilo Borgmann
2013-08-30
1
-4
/
+4
*
|
Fix termination of mov_ch_layouts_wav array lookup
Thierry Foucu
2013-03-18
1
-0
/
+1
*
|
Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'
Michael Niedermayer
2012-11-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-08
1
-2
/
+3
|
\
\
|
|
/
|
*
mov_chan: Only set the channel_layout if setting it to a nonzero value
Martin Storsjö
2012-09-08
1
-3
/
+4
|
*
mov_chan: Reindent an incorrectly indented line
Martin Storsjö
2012-09-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-07
1
-2
/
+2
|
\
\
|
|
/
|
*
mov_chan: Pass a separate AVIOContext for reading
Samuel Pitoiset
2012-09-07
1
-2
/
+2
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-20
/
+20
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-20
/
+20
*
|
Skip chan tag padding.
Carl Eugen Hoyos
2012-08-01
1
-0
/
+2
|
/
*
avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxer
Justin Ruggles
2012-07-19
1
-1
/
+45
*
movenc: Add channel layouts for PCM.
Alex Converse
2012-06-27
1
-0
/
+26
*
mov_chan: Fix operator precedence by adding parentheses
Martin Storsjö
2012-06-17
1
-1
/
+1
*
mov: Add missing terminator to mov_ch_layout_map_1ch.
Alex Converse
2012-03-22
1
-0
/
+1
*
mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.
Alex Converse
2012-01-05
1
-2
/
+14
*
mov: add support for reading and writing the 'chan' tag
Justin Ruggles
2011-12-09
1
-0
/
+505