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
*
lavfi: rename AVFilterFormats.format_count to nb_formats
Anton Khirnov
2013-05-17
1
-6
/
+6
*
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
Anton Khirnov
2013-05-15
1
-1
/
+1
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-2
/
+4
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-2
/
+2
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
Anton Khirnov
2012-06-26
1
-40
/
+0
*
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
Anton Khirnov
2012-06-13
1
-2
/
+2
*
lavfi: add channelsplit audio filter.
Anton Khirnov
2012-06-12
1
-0
/
+12
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-13
/
+45
*
lavfi: remove avfilter_default_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-1
/
+8
*
lavfi: move formats-related functions from default.c to formats.c
Anton Khirnov
2012-05-15
1
-0
/
+64
*
lavfi: add types and functions for channel layout/samplerate negotiation
Anton Khirnov
2012-05-14
1
-76
/
+206
*
lavfi: avfilter_merge_formats: handle case where inputs are same
Mina Nagy Zaki
2012-05-07
1
-0
/
+3
*
lavfi/formats: use sizeof(var) instead of sizeof(type).
Anton Khirnov
2012-05-06
1
-7
/
+7
*
cosmetics: Remove extra newlines at EOF
Alex Converse
2012-01-27
1
-1
/
+0
*
libavfilter: reindent.
Ronald S. Bultje
2011-11-05
1
-7
/
+7
*
avfilter: don't abort() on zero-size allocations.
Ronald S. Bultje
2011-11-05
1
-3
/
+6
*
lavfi: add LUT (LookUp Table) generic filters
Stefano Sabatini
2011-10-17
1
-0
/
+12
*
lavfi: fix realloc size computation in avfilter_add_format()
Stefano Sabatini
2011-09-28
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
In libavfilter, use consistently "Copyright (c)" in the license
Stefano Sabatini
2010-11-28
1
-1
/
+1
*
Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum
Stefano Sabatini
2010-11-12
1
-1
/
+1
*
Implement libavfilter audio framework.
S.N. Hemanth Meenakshisundaram
2010-08-17
1
-1
/
+2
*
Generalize pixel format enum fields to int formats.
S.N. Hemanth Meenakshisundaram
2010-07-22
1
-15
/
+17
*
Fix compilation on gcc 2.95.3 (still supported) broken by r21077,
Stefano Sabatini
2010-01-08
1
-1
/
+3
*
Make avfilter_formats_unref(AVFilterFormats **ref) handle the case
Stefano Sabatini
2010-01-07
1
-0
/
+3
*
Change avfilter_add_colorspace() to make it accept **avff rather than
Stefano Sabatini
2010-01-06
1
-8
/
+11
*
Make avfilter_all_colorspaces() add to the returned list of pixel
Stefano Sabatini
2010-01-04
1
-6
/
+5
*
Implement avfilter_add_colorspace().
Stefano Sabatini
2010-01-03
1
-0
/
+13
*
Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the
Stefano Sabatini
2009-10-21
1
-3
/
+3
*
Make avfilter_make_format_list() take in input a const argument.
Stefano Sabatini
2009-10-21
1
-1
/
+1
*
Rename avfilter_make_format_list2() to avfilter_make_format_list().
Stefano Sabatini
2009-10-18
1
-1
/
+1
*
Remove avfilter_make_format_list(), it has been replaced by
Stefano Sabatini
2009-10-18
1
-18
/
+0
*
Implement avfilter_make_format_list2(), which is going to replace
Stefano Sabatini
2009-10-18
1
-0
/
+16
*
Better description for merge_ref().
Michael Niedermayer
2008-02-21
1
-1
/
+3
*
Coding style changes
Vitor Sessak
2008-02-10
1
-5
/
+6
*
More code factorization
Vitor Sessak
2008-02-10
1
-8
/
+5
*
Factor duplicated loop
Vitor Sessak
2008-02-10
1
-9
/
+13
*
Do not hardcode the list of pixel formats and use PIX_FMT_NB instead.
Vitor Sessak
2008-02-10
1
-17
/
+11
*
Do not hardcode the type of AVFilterFormats.formats in allocation
Vitor Sessak
2008-02-10
1
-3
/
+3
*
Oops, my last commit broke compilation...
Vitor Sessak
2008-02-10
1
-1
/
+1
*
Make regression tests to pass with libavfilter.
Vitor Sessak
2008-02-10
1
-2
/
+4
*
Need to be careful when dealing with references.
Vitor Sessak
2008-02-10
1
-0
/
+12
*
10l. parameter was unused and redundant.
Vitor Sessak
2008-02-10
1
-2
/
+2
*
avfilter_formats_unref() should remove the given reference, not the last
Vitor Sessak
2008-02-10
1
-0
/
+15
*
First libavfilter commit.
Vitor Sessak
2008-02-10
1
-0
/
+121