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
/
libavfilter
/
formats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/formats: remove support for deprecated channel count specification
Marton Balint
2018-01-20
1
-10
/
+2
*
avfilter/formats: fix wrong function name in error message
Jun Zhao
2017-12-13
1
-1
/
+1
*
avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if ...
Marton Balint
2017-01-24
1
-11
/
+15
*
avfilter/formats: allow unknown channel layouts by default
Marton Balint
2016-12-10
1
-3
/
+3
*
Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13'
Derek Buitenhuis
2016-05-11
1
-49
/
+0
|
\
*
|
avfilter/formats: fix leak of formats on error
Paul B Mahol
2016-01-07
1
-0
/
+4
*
|
avfilter: add SOFAlizer audio filter
Paul B Mahol
2015-12-12
1
-0
/
+11
*
|
lavfi/formats: fix segfault when allocation fails
Ganesh Ajjanagadde
2015-12-11
1
-1
/
+1
*
|
avfilter/all: propagate errors of functions from avfilter/formats
Ganesh Ajjanagadde
2015-10-14
1
-22
/
+34
*
|
Merge commit 'ae25413daf42a06f078ed81bb545ec23a8e0b482'
Hendrik Leppkes
2015-09-29
1
-2
/
+1
|
\
\
|
|
/
|
*
lavfi: do not exclude hwaccel formats from ff_all_formats()
Anton Khirnov
2015-09-28
1
-2
/
+1
*
|
libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'.
Simon Thelen
2015-06-20
1
-10
/
+7
*
|
avfilter/formats: Add test for ff_parse_channel_layout()
Michael Niedermayer
2015-06-20
1
-0
/
+29
*
|
avfilter/formats: proper error handling in ff_set_common_*() functions
Clément Bœsch
2015-03-16
1
-13
/
+32
*
|
avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_fo...
Clément Bœsch
2015-03-16
1
-11
/
+11
*
|
avfilter/formats: use av_realloc_array in ADD_FORMAT()
Clément Bœsch
2015-03-16
1
-2
/
+2
*
|
avfilter/formats: remove unused COPY_INT_LIST() macro
Clément Bœsch
2015-03-16
1
-12
/
+0
*
|
Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8'
Michael Niedermayer
2015-03-12
1
-2
/
+5
|
\
\
|
|
/
|
*
formats: Check memory allocations
Vittorio Giovara
2015-03-12
1
-1
/
+10
*
|
avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS()
Michael Niedermayer
2014-11-21
1
-1
/
+1
*
|
avfilter/formats: free the correct pointer in ADD_FORMAT()
Michael Niedermayer
2014-11-21
1
-1
/
+3
*
|
Merge commit '863ee8a855b8ce27ffef41479eb66da58763faed'
Michael Niedermayer
2014-11-21
1
-1
/
+3
|
\
\
|
|
/
|
*
lavfi: clean memory on error in ADD_FORMAT()
Vittorio Giovara
2014-11-21
1
-1
/
+3
*
|
avfilter/formats: Use av_realloc_array()
Michael Niedermayer
2014-06-13
1
-6
/
+6
*
|
avfilter/formats: Avoid using non public AV_SAMPLE_FMT_NB
Michael Niedermayer
2014-05-27
1
-2
/
+2
*
|
avfilter/formats: Avoid using non public AV_PIX_FMT_NB
Michael Niedermayer
2014-05-27
1
-1
/
+1
*
|
Merge commit '7cc4c9f32f446feaec5447e3d097e8147e35f156'
Michael Niedermayer
2014-05-27
1
-7
/
+11
|
\
\
|
|
/
|
*
lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB
Anton Khirnov
2014-05-26
1
-7
/
+11
*
|
lavfi: parsing helper for unknown channel layouts.
Nicolas George
2013-11-03
1
-2
/
+15
*
|
avfilter: remove ff_copy_int*_list
Michael Niedermayer
2013-08-16
1
-14
/
+0
*
|
Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'
Michael Niedermayer
2013-05-18
1
-8
/
+8
|
\
\
|
|
/
|
*
lavfi: rename AVFilterFormats.format_count to nb_formats
Anton Khirnov
2013-05-17
1
-6
/
+6
*
|
replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
Michael Niedermayer
2013-05-15
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-05-15
1
-1
/
+1
|
\
\
|
|
/
|
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
1
-1
/
+1
*
|
lavfi: detect merge failure for unknown layouts.
Nicolas George
2013-04-01
1
-0
/
+4
*
|
lavfi/formats: reindent after last commit.
Nicolas George
2013-02-24
1
-10
/
+10
*
|
lavfi: fix merging of formats and clarify exception.
Nicolas George
2013-02-24
1
-1
/
+10
*
|
avfilter/ff_merge_formats: only merge if doing so does not loose chroma or alpha
Michael Niedermayer
2013-02-19
1
-0
/
+19
*
|
lavfi: implement ff_query_formats_all().
Nicolas George
2013-01-26
1
-2
/
+13
*
|
lavfi: implement ff_all_channel_counts().
Nicolas George
2013-01-26
1
-0
/
+9
*
|
lavfi: support unknown channel layouts.
Nicolas George
2013-01-26
1
-9
/
+73
*
|
replace av_log(0, by av_log(NULL,
Michael Niedermayer
2012-11-23
1
-1
/
+1
*
|
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Paul B Mahol
2012-11-13
1
-1
/
+1
*
|
Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'
Michael Niedermayer
2012-10-12
1
-2
/
+4
|
\
\
|
|
/
|
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-2
/
+4
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-4
/
+4
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-16
1
-0
/
+1
|
\
\
|
|
/
|
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
[next]