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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: fix compatibility code for old vf_scale options syntax
Anton Khirnov
2013-05-15
1
-1
/
+1
*
avfiltergraph: simplify inserting conversion filters.
Anton Khirnov
2013-05-15
1
-6
/
+2
*
yadif: correct strides in filter_edges_16bit
James Darnley
2013-05-14
1
-0
/
+2
*
yadif: restore speed of the C filtering code
James Darnley
2013-05-14
3
-49
/
+37
*
af_asyncts: fix offset calculation
Anton Khirnov
2013-05-10
1
-4
/
+9
*
x86: vf_yadif: Remove stray dsputil_mmx #include
Diego Biurrun
2013-05-08
1
-1
/
+0
*
vf_scale: add endianness conversion pixel format in query_formats
Janne Grunau
2013-05-06
1
-2
/
+4
*
lavfi: let gcc realign the stack on public graph driving functions
Hendrik Leppkes
2013-05-04
2
-4
/
+8
*
avfilter: Add av_cold attributes to init/uninit functions
Diego Biurrun
2013-05-04
11
-17
/
+27
*
lavfi: add trim and atrim filters.
Anton Khirnov
2013-04-30
3
-0
/
+411
*
lavfi: add an asetpts filter
Anton Khirnov
2013-04-30
4
-7
/
+75
*
vf_setpts: cosmetics, reformat
Anton Khirnov
2013-04-30
1
-6
/
+6
*
graphparser: only print filter arguments if they are non-NULL
Anton Khirnov
2013-04-30
1
-1
/
+4
*
af_channelmap: ensure the output channel layout is valid.
Anton Khirnov
2013-04-30
1
-0
/
+6
*
af_channelmap: remove now unnecessary goto
Anton Khirnov
2013-04-30
1
-24
/
+11
*
vf_split: fix description
Anton Khirnov
2013-04-30
1
-1
/
+1
*
x86: Move some conditional code around to avoid unused variable warnings
Diego Biurrun
2013-04-22
2
-2
/
+2
*
afifo: fix request_samples on the last frame in certain cases
Anton Khirnov
2013-04-22
1
-17
/
+19
*
af_channelmap: cosmetics, use an extra local variable to shorten the code
Anton Khirnov
2013-04-17
1
-7
/
+8
*
af_channelmap: sanity check input channel indices in all cases.
Anton Khirnov
2013-04-17
1
-6
/
+15
*
lavfi: new interlace filter
Vittorio Giovara
2013-04-11
3
-0
/
+254
*
lavfi: do not segfault on NULL passed to avfilter_get_by_name()
Anton Khirnov
2013-04-11
1
-0
/
+3
*
lavfi: change the filter registering system to match the other libraries
Anton Khirnov
2013-04-11
3
-22
/
+43
*
lavfi: add a function for counting elements in AVFilterPad arrays.
Anton Khirnov
2013-04-11
2
-3
/
+9
*
lavfi: mark filters with dynamic number of inputs or outputs with special flags
Anton Khirnov
2013-04-11
5
-0
/
+28
*
lavfi: add avfilter_init_dict() for initializing a filter with a dict.
Anton Khirnov
2013-04-11
2
-12
/
+43
*
lavfi: add avfilter_init_str() to replace avfilter_init_filter().
Anton Khirnov
2013-04-11
6
-3
/
+32
*
lavfi: make avfilter_free() remove the filter from its graph.
Anton Khirnov
2013-04-11
5
-7
/
+31
*
lavfi: add AVFilterContext.graph.
Anton Khirnov
2013-04-11
2
-0
/
+6
*
lavfi: deprecate avfilter_graph_add_filter().
Anton Khirnov
2013-04-11
2
-0
/
+8
*
lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().
Anton Khirnov
2013-04-11
6
-20
/
+82
*
lavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov
2013-04-11
5
-156
/
+155
*
lavfi: add const to the pads parameter of avfilter_pad_get_name/type
Anton Khirnov
2013-04-11
2
-4
/
+4
*
lavfi: add const to AVFilterContext.filter.
Anton Khirnov
2013-04-11
1
-1
/
+1
*
af_channelmap: fix uninitialized variable use introduced in ba8efac977f4276f0...
Anton Khirnov
2013-04-09
1
-1
/
+1
*
lavfi: add a bump and docs entries for the AVOptions switch
Anton Khirnov
2013-04-09
1
-1
/
+1
*
lavfi: add avfilter_get_class().
Anton Khirnov
2013-04-09
2
-0
/
+12
*
lavfi: make AVFilterContext export filter options.
Anton Khirnov
2013-04-09
1
-0
/
+25
*
lavfi: error out when options are provided to a filter that does not take any
Anton Khirnov
2013-04-09
1
-1
/
+7
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
34
-41
/
+41
*
vsrc_testsrc: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-18
/
+12
*
vsrc_movie: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-22
/
+10
*
vsrc_nullsrc: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-21
/
+20
*
vsrc_color: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-11
/
+27
*
split: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-11
/
+37
*
af_volume: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-11
/
+2
*
af_join: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-8
/
+11
*
af_channelsplit: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-7
/
+1
*
af_channelmap: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-23
/
+18
*
af_asyncts: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-10
/
+1
[next]