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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: reindent after last commit.
Nicolas George
2013-04-03
1
-10
/
+9
*
lavfi: loop on request_frame if necessary.
Nicolas George
2013-04-03
1
-2
/
+15
*
lavfi: add common code to handle options parsing.
Nicolas George
2013-03-20
1
-0
/
+14
*
lavfi/avfilter: raise filter_frame() error.
Clément Bœsch
2013-03-13
1
-2
/
+1
*
avfilter: remove unused variable
Michael Niedermayer
2013-03-12
1
-1
/
+0
*
avfilter: avoid direct access to "frame"->channels
Michael Niedermayer
2013-03-10
1
-2
/
+2
*
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-83
/
+55
|
\
|
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-23
/
+15
*
|
avfilter: Silence warning: passing argument 3 of av_image_copy from incompati...
Michael Niedermayer
2013-02-23
1
-1
/
+1
*
|
lavfi: increment max number of registered filters from 128 to 256
Stefano Sabatini
2013-01-31
1
-1
/
+1
*
|
lavfi: fix null checking in avfilter_config_links()
Xi Wang
2013-01-21
1
-2
/
+2
*
|
lavfi: fix use-after-free in ff_filter_frame.
Nicolas George
2013-01-08
1
-1
/
+1
*
|
lavfi: merge all filtering code into ff_filter_frame.
Nicolas George
2013-01-01
1
-14
/
+155
*
|
lavfi: remove some draw_slice related code that has become unneeded
Michael Niedermayer
2012-12-30
1
-1
/
+1
*
|
lavfi: remove init and check of rate and layout.
Nicolas George
2012-12-20
1
-9
/
+0
*
|
lavfi: add a channels field to AVFilterLink.
Nicolas George
2012-12-20
1
-0
/
+5
*
|
Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'
Michael Niedermayer
2012-11-29
1
-0
/
+3
|
\
\
|
|
/
|
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-0
/
+69
*
|
libavfilter: Support using filter_frame for video
Michael Niedermayer
2012-11-28
1
-1
/
+21
*
|
avfilter: check that filter_frame and slice variants are not both used
Michael Niedermayer
2012-11-28
1
-0
/
+8
*
|
lavfi: replace filter_samples by filter_frame
Michael Niedermayer
2012-11-28
1
-1
/
+1
*
|
Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'
Michael Niedermayer
2012-11-12
1
-3
/
+3
|
\
\
|
|
/
|
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
|
Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'
Michael Niedermayer
2012-10-12
1
-1
/
+1
|
\
\
|
|
/
|
*
lavfi: do not use av_pix_fmt_descriptors directly.
Anton Khirnov
2012-10-12
1
-1
/
+1
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
|
Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'
Michael Niedermayer
2012-09-18
1
-0
/
+3
|
\
\
|
|
/
|
*
lavfi: replace empty input/output lists with null pointers
Mans Rullgard
2012-09-17
1
-0
/
+3
*
|
lavfi: when configuring a link, set channel layout from previous link if unsp...
Stefano Sabatini
2012-09-02
1
-0
/
+2
*
|
lavfi: free partial audio buffers when destroying links.
Nicolas George
2012-08-22
1
-0
/
+2
*
|
lavfi: add a closed field to AVFilerLink.
Nicolas George
2012-08-22
1
-0
/
+9
*
|
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
|
*
avfilter: Fix printf format string conversion specifier
Diego Biurrun
2012-07-25
1
-1
/
+1
*
|
lavfi: add avfilter_get_class() and iteration callbacks
Stefano Sabatini
2012-08-13
1
-0
/
+35
*
|
lavfi: rescale link->current_pts.
Nicolas George
2012-07-17
1
-1
/
+2
*
|
lavfi: add init_opaque callback
Stefano Sabatini
2012-07-10
1
-1
/
+3
*
|
lavfi: implement samples framing on links.
Nicolas George
2012-06-30
1
-3
/
+11
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-27
1
-1
/
+1
|
\
\
|
|
/
|
*
lavfi: make filters less verbose.
Anton Khirnov
2012-06-26
1
-1
/
+1
*
|
Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'
Michael Niedermayer
2012-06-27
1
-35
/
+0
|
\
\
|
|
/
|
*
lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
Anton Khirnov
2012-06-26
1
-35
/
+0
|
*
lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft
Anton Khirnov
2012-06-26
1
-6
/
+0
|
*
lavfi: use proper FF_API guards for different deprecated functions
Anton Khirnov
2012-06-26
1
-0
/
+2
*
|
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
Michael Niedermayer
2012-06-26
1
-1
/
+1
|
\
\
|
|
/
|
*
lavfi: remove 'opaque' parameter from AVFilter.init()
Anton Khirnov
2012-06-26
1
-1
/
+1
*
|
lavfi: display pad type with mismatch error message.
Nicolas George
2012-06-23
1
-2
/
+3
*
|
lavfi/avfilter: use av_assert
Michael Niedermayer
2012-06-19
1
-1
/
+1
*
|
lavfi: use designated initializers for AVClass
Paul B Mahol
2012-06-17
1
-1
/
+1
[next]