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: 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
*
lavfi: add types and functions for channel layout/samplerate negotiation
Anton Khirnov
2012-05-14
1
-0
/
+16
*
lavfi: remove some audio-related function from public API.
Anton Khirnov
2012-05-09
1
-37
/
+0
*
lavfi: change AVFilterLink.sample_rate from int64_t to int on next bump
Anton Khirnov
2012-05-09
1
-0
/
+4
*
lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to int
Anton Khirnov
2012-05-09
1
-1
/
+1
*
lavfi: simplify signature for avfilter_get_audio_buffer() and friends
Stefano Sabatini
2012-05-09
1
-12
/
+4
*
lavfi: cleanup avfilter_get_audio_buffer() and pals.
Stefano Sabatini
2012-05-09
1
-10
/
+10
*
lavfi: add avfilter_get_audio_buffer_ref_from_arrays().
Stefano Sabatini
2012-05-09
1
-0
/
+18
*
lavfi: add extended_data to AVFilterBuffer.
Anton Khirnov
2012-05-09
1
-0
/
+32
*
lavfi: add a function for copying properties from AVFilterBufferRef->AVFrame
Anton Khirnov
2012-05-09
1
-0
/
+8
*
lavfi: uninline avfilter_copy_buffer_ref_props().
Anton Khirnov
2012-05-07
1
-12
/
+1
*
lavfi: remove avfilter_default_config_input_link() declaration
Stefano Sabatini
2012-05-06
1
-3
/
+0
*
lavfi: move version macros to a new installed header version.h
Anton Khirnov
2012-01-12
1
-12
/
+2
*
Disable annoying warning without changing behavior
Andrey Utkin
2012-01-07
1
-0
/
+1
*
Add minor bumps and APIchanges entries for lavc/lavfi changes.
Anton Khirnov
2011-12-25
1
-2
/
+2
*
lavfi: add avfilter_copy_frame_props()
Stefano Sabatini
2011-12-25
1
-0
/
+9
*
doxygen: misc consistency, spelling and wording fixes
Diego Biurrun
2011-12-12
1
-1
/
+1
*
Make channel layout masks unsigned
Mans Rullgard
2011-11-25
1
-7
/
+7
*
lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
Stefano Sabatini
2011-10-19
1
-1
/
+1
*
lavfi: add testsrc source
Stefano Sabatini
2011-10-19
1
-1
/
+1
*
lavfi: port libmpcodecs delogo filter
Stefano Sabatini
2011-10-17
1
-1
/
+1
*
lavfi: port boxblur filter from libmpcodecs
Stefano Sabatini
2011-10-17
1
-1
/
+1
*
lavfi: add negate filter
Stefano Sabatini
2011-10-17
1
-1
/
+1
*
lavfi: add LUT (LookUp Table) generic filters
Stefano Sabatini
2011-10-17
1
-2
/
+2
*
vf_scale: add a "sar" variable
Stefano Sabatini
2011-09-28
1
-1
/
+1
*
lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()
Stefano Sabatini
2011-09-28
1
-1
/
+1
*
lavfi: add select filter
Stefano Sabatini
2011-09-17
1
-1
/
+1
*
lavfi: add split filter from soc.
Bobby Bingham
2011-09-12
1
-1
/
+1
*
lavfi: add showinfo filter
Stefano Sabatini
2011-09-12
1
-1
/
+1
*
Do not include log.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Do not include pixfmt.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
Do not include rational.h in avutil.h
Mans Rullgard
2011-07-03
1
-0
/
+1
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
1
-1
/
+1
*
lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
Stefano Sabatini
2011-05-07
1
-2
/
+2
*
lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
Stefano Sabatini
2011-04-26
1
-2
/
+2
*
lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.
Roger Pau Monné
2011-04-26
1
-1
/
+3
*
vsrc_buffer: add sample_aspect_ratio fields to arguments.
Michael Niedermayer
2011-04-26
1
-1
/
+1
*
lavfi: add fieldorder filter
Mark Himsley
2011-04-26
1
-1
/
+1
*
Bump major versions of all libraries.
Anton Khirnov
2011-04-18
1
-2
/
+2
[next]