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
/
vsrc_testsrc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
Michael Niedermayer
2013-04-12
1
-3
/
+3
*
lavfi: remove now unused args parameter from AVFilter.init
Anton Khirnov
2013-04-12
1
-2
/
+2
*
lavfi/testsrc: remove useless args/NULL passing.
Clément Bœsch
2013-04-11
1
-6
/
+6
*
lavfi/smptebars: switch to AVOptions-based system
Paul B Mahol
2013-04-11
1
-6
/
+0
*
Merge commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1'
Michael Niedermayer
2013-04-11
1
-20
/
+16
|
\
|
*
vsrc_testsrc: switch to an AVOptions-based system.
Anton Khirnov
2013-04-09
1
-18
/
+12
*
|
Merge commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e'
Michael Niedermayer
2013-04-11
1
-5
/
+3
|
\
\
|
|
/
*
|
Merge commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe'
Michael Niedermayer
2013-04-11
1
-16
/
+24
|
\
\
|
|
/
*
|
lavfi/smptebars: fix invalid writes
Paul B Mahol
2013-04-04
1
-16
/
+30
*
|
lavfi/smptebars: fix output for subsampled yuv
Paul B Mahol
2013-04-04
1
-13
/
+16
*
|
lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATE
Paul B Mahol
2013-03-26
1
-8
/
+2
*
|
vsrc_testsrc: avoid floats and non bit exactness
Michael Niedermayer
2013-03-25
1
-4
/
+9
*
|
Merge commit '7e350379f87e7f74420b4813170fe808e2313911'
Michael Niedermayer
2013-03-10
1
-34
/
+32
|
\
\
|
|
/
|
*
lavfi: switch to AVFrame.
Anton Khirnov
2013-03-08
1
-26
/
+25
|
*
lavfi: merge start_frame/draw_slice/end_frame
Anton Khirnov
2012-11-28
1
-7
/
+1
*
|
vsrc_testsrc: Fix assignments in if()
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
|
lavfi: convert remaining input/output list compound literals to named objects.
Clément Bœsch
2012-11-28
1
-39
/
+38
*
|
vsrc_testsrc: switch to filter_frame
Anton Khirnov
2012-11-28
1
-7
/
+1
*
|
Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'
Michael Niedermayer
2012-10-11
1
-11
/
+22
|
\
\
|
|
/
|
*
lavfi: convert input/ouput list compound literals to named objects
Mans Rullgard
2012-10-10
1
-10
/
+22
*
|
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-10-08
1
-22
/
+22
|
\
\
|
|
/
|
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-28
/
+28
*
|
vsrc_testsrc: Fix case without a specified duration
Michael Niedermayer
2012-09-21
1
-0
/
+1
*
|
lavfi/testsrc: increase precision of the duration parameter
Stefano Sabatini
2012-09-20
1
-11
/
+11
*
|
Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'
Michael Niedermayer
2012-09-18
1
-2
/
+2
|
\
\
|
|
/
|
*
lavfi: replace empty input/output lists with null pointers
Mans Rullgard
2012-09-17
1
-2
/
+2
|
*
avopt: Explicitly store rational option defaults in .dbl
Martin Storsjö
2012-09-04
1
-1
/
+1
*
|
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-2
/
+2
|
\
\
|
|
/
|
*
Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*
Martin Storsjö
2012-08-31
1
-6
/
+6
*
|
vsrc_testsrc: fix uninitilaized variable bug
Michael Niedermayer
2012-08-30
1
-2
/
+1
*
|
lavfi/testsrc: set output framerate
Stefano Sabatini
2012-08-18
1
-12
/
+12
*
|
lavfi: add priv class to filter definitions and flags to filter internal options
Stefano Sabatini
2012-08-18
1
-11
/
+19
*
|
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
*
|
Remove "Error parsing options string [...]" messages.
Clément Bœsch
2012-08-09
1
-3
/
+1
*
|
lavfi/testsrc: set default value for option "color" to NULL and rework color ...
Stefano Sabatini
2012-08-08
1
-8
/
+13
*
|
lavfi: add smptebars source
Paul B Mahol
2012-08-07
1
-0
/
+131
*
|
lavfi: move color filter to testsrc, factorize
Stefano Sabatini
2012-08-03
1
-0
/
+96
*
|
lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copy
Stefano Sabatini
2012-08-02
1
-11
/
+4
*
|
lavfi/testsrc: use AVFILTER_DEFINE_CLASS for defining the filter classes
Stefano Sabatini
2012-08-01
1
-15
/
+6
*
|
lavfi/testsrc: extend logic in request_frame, support static image output
Stefano Sabatini
2012-08-01
1
-13
/
+32
*
|
lavfi/testsrc: free the context in uninit
Stefano Sabatini
2012-08-01
1
-2
/
+10
*
|
lavfi/testsrc: drop pointless parentheses
Stefano Sabatini
2012-08-01
1
-1
/
+1
*
|
lavfi/testsrc: add comment in options
Stefano Sabatini
2012-07-30
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-22
1
-3
/
+8
|
\
\
|
|
/
|
*
lavfi: check all ff_get_video_buffer() calls for errors.
Anton Khirnov
2012-07-22
1
-0
/
+3
|
*
lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors
Anton Khirnov
2012-07-22
1
-3
/
+5
*
|
Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'
Michael Niedermayer
2012-07-22
1
-8
/
+8
|
\
\
|
|
/
|
*
lavfi: use const for AVFilterPad declarations in all filters.
Ronald S. Bultje
2012-07-21
1
-12
/
+12
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-21
1
-3
/
+2
|
\
\
|
|
/
[next]