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
/
avfilter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: add a slice threading infrastructure
Anton Khirnov
2013-05-24
1
-0
/
+63
*
lavfi doxy: add a page for lavfi.
Anton Khirnov
2013-05-17
1
-0
/
+15
*
lavfi: change the filter registering system to match the other libraries
Anton Khirnov
2013-04-11
1
-0
/
+16
*
lavfi: add a function for counting elements in AVFilterPad arrays.
Anton Khirnov
2013-04-11
1
-0
/
+6
*
lavfi: mark filters with dynamic number of inputs or outputs with special flags
Anton Khirnov
2013-04-11
1
-0
/
+18
*
lavfi: add avfilter_init_dict() for initializing a filter with a dict.
Anton Khirnov
2013-04-11
1
-0
/
+22
*
lavfi: add avfilter_init_str() to replace avfilter_init_filter().
Anton Khirnov
2013-04-11
1
-0
/
+16
*
lavfi: make avfilter_free() remove the filter from its graph.
Anton Khirnov
2013-04-11
1
-1
/
+2
*
lavfi: add AVFilterContext.graph.
Anton Khirnov
2013-04-11
1
-0
/
+2
*
lavfi: deprecate avfilter_graph_add_filter().
Anton Khirnov
2013-04-11
1
-0
/
+6
*
lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().
Anton Khirnov
2013-04-11
1
-2
/
+24
*
lavfi: merge avfiltergraph.h into avfilter.h
Anton Khirnov
2013-04-11
1
-0
/
+154
*
lavfi: add const to the pads parameter of avfilter_pad_get_name/type
Anton Khirnov
2013-04-11
1
-2
/
+2
*
lavfi: add const to AVFilterContext.filter.
Anton Khirnov
2013-04-11
1
-1
/
+1
*
lavfi: add avfilter_get_class().
Anton Khirnov
2013-04-09
1
-0
/
+7
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-09
1
-3
/
+3
*
af_resample: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-0
/
+7
*
lavfi: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-0
/
+6
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-6
/
+22
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-37
/
+7
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
lavfi: add error handling to end_frame().
Anton Khirnov
2012-07-22
1
-1
/
+3
*
lavfi: add error handling to draw_slice().
Anton Khirnov
2012-07-22
1
-1
/
+3
*
lavfi: add error handling to start_frame().
Anton Khirnov
2012-07-22
1
-1
/
+4
*
lavfi: add avfilter_unref_bufferp()
Robert Nagy
2012-07-20
1
-0
/
+12
*
lavfi: add error handling to filter_samples().
Anton Khirnov
2012-07-09
1
-1
/
+5
*
lavfi: reorder AVFilterLink fields.
Anton Khirnov
2012-06-26
1
-27
/
+27
*
lavfi: reorder AVFilterContext fields.
Anton Khirnov
2012-06-26
1
-7
/
+6
*
lavfi: reorder AVFilter fields.
Anton Khirnov
2012-06-26
1
-9
/
+17
*
lavfi: reorder AVFilterBufferRef fields.
Anton Khirnov
2012-06-26
1
-17
/
+18
*
lavfi: reorder AVFilterBuffer fields.
Anton Khirnov
2012-06-26
1
-16
/
+15
*
lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
Anton Khirnov
2012-06-26
1
-114
/
+0
*
lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft
Anton Khirnov
2012-06-26
1
-6
/
+0
*
lavfi: remove disabled FF_API_SAMPLERATE64 cruft
Anton Khirnov
2012-06-26
1
-4
/
+0
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-3
/
+1
*
lavfi: allow audio filters to request a given number of samples.
Anton Khirnov
2012-06-22
1
-0
/
+9
*
lavfi: support automatically inserting the fifo filter when needed.
Anton Khirnov
2012-06-22
1
-0
/
+8
*
lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputs
Anton Khirnov
2012-06-13
1
-2
/
+9
*
lavfi: make AVFilterPad opaque after two major bumps.
Anton Khirnov
2012-06-13
1
-0
/
+7
*
lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().
Anton Khirnov
2012-06-13
1
-0
/
+22
*
lavfi: make avfilter_get_video_buffer() private on next bump.
Anton Khirnov
2012-06-13
1
-11
/
+3
*
lavfi: remove request/poll and drawing functions from public API on next bump
Anton Khirnov
2012-06-05
1
-44
/
+7
*
lavfi: make avfilter_insert_pad and pals private on next bump.
Anton Khirnov
2012-06-05
1
-28
/
+9
*
lavfi: make formats API private on next bump.
Anton Khirnov
2012-06-05
1
-119
/
+21
*
lavfi: fix comment, audio is supported now.
Anton Khirnov
2012-05-22
1
-2
/
+1
*
lavfi: fix incorrect comment.
Anton Khirnov
2012-05-22
1
-2
/
+2
*
lavfi: remove avfilter_null_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-0
/
+6
*
lavfi: remove avfilter_default_* from public API on next bump.
Anton Khirnov
2012-05-22
1
-3
/
+10
*
lavfi: deprecate default config_props() callback and refactor avfilter_config...
Mina Nagy Zaki
2012-05-22
1
-0
/
+3
[next]