index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavdevice
/
lavfi.c
Age
Commit message (
Expand
)
Author
2014-03-03
lavd: add categories to device implementations
Lukasz Marek
2013-11-03
lavd/lavfi: support unknown channel layouts.
Nicolas George
2013-07-13
avdevice/lavfi: fix input with unknown channel layout
Michael Niedermayer
2013-07-03
lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...
Stefano Sabatini
2013-05-15
replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*
Michael Niedermayer
2013-04-12
avdevice/lavfi: add error checking for av_opt_set_int_list()
Michael Niedermayer
2013-04-12
buffersink: switch from opaque to AVOptions for params
Michael Niedermayer
2013-04-12
abuffersink: switch from opaque to AVOptions for params
Michael Niedermayer
2013-03-15
lavd/lavfi: upgrade to AVFrame.
Nicolas George
2013-03-12
Remove references to the "ff" variant of buffersink.
Nicolas George
2013-02-28
avformat/lavfi: force probesize to cover at least 30 frames
Michael Niedermayer
2012-12-06
lavd/lavfi: fix float.h include.
Clément Bœsch
2012-11-13
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Paul B Mahol
2012-10-25
lavd/lavfi: fix leak in case of failure
Stefano Sabatini
2012-10-23
lavd/lavfi: add graph_file option
Stefano Sabatini
2012-10-21
lavc: add lavfi metadata support.
Clément Bœsch
2012-10-12
lavd: do not use av_pix_fmt_descriptors directly
Paul B Mahol
2012-10-08
Merge commit '716d413c13981da15323c7a3821860536eefdbbb'
Michael Niedermayer
2012-09-20
lavd/lavfi: push frames until the last sink is EOF
Stefano Sabatini
2012-09-11
lavd/lavfi: apply stylistic fixes to the options help fields
Stefano Sabatini
2012-09-01
avoid ambigous buffersink names
Michael Niedermayer
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-06-26
lavfi: remove old video sink API
Stefano Sabatini
2012-06-21
lavd/lavfi: do not set the channel layout list.
Nicolas George
2012-05-16
lavfi: drop planar/packed negotiation support
Stefano Sabatini
2012-02-22
lavd/lavfi: support all sample formats.
Nicolas George
2012-01-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-24
lavd/lavfi: add dumpgraph option.
Nicolas George
2011-12-31
lavd/lavfi: fix compiler warning for uninitialized variables
Jean First
2011-12-22
lavd/lavfi: fix two memleaks.
Nicolas George
2011-12-20
lavd/lavfi: reindent block in lavfi_read_header
Stefano Sabatini
2011-12-20
lavd/lavfi: add check in case pix_fmts cannot be allocated in lavfi_read_head...
Stefano Sabatini
2011-12-18
lavd/lavfi: fix incomplete comment
Stefano Sabatini
2011-12-18
lavd/lavfi: fix typo in error message
Stefano Sabatini
2011-12-15
lavd/lavfi: remove a duplicated line.
Nicolas George
2011-12-03
lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
Clément Bœsch
2011-11-05
Replace remaining av_new_stream() with avformat_new_stream().
Clément Bœsch
2011-10-17
AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.
Clément Bœsch
2011-10-16
lavd/lavfi: compute and use the used samples buffer size for the output audio...
Stefano Sabatini
2011-09-16
lavdev/lavfi: reindent after the last commit
Stefano Sabatini
2011-09-16
lavdev/lavfi: add audio support
Stefano Sabatini
2011-09-06
lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...
Stefano Sabatini
2011-09-06
lavfi: unify asink_buffer and vsink_buffer API
Stefano Sabatini
2011-08-31
lavdev/lavfi: add debug traces in lavfi_read_packet()
Stefano Sabatini
2011-08-21
lavdev/lavfi: set sample aspect ratio in the output stream/codec context
Stefano Sabatini
2011-08-20
lavdev/lavfi: specify pos in the output packets
Stefano Sabatini
2011-08-20
lavdev/lavfi: initialize variable, fix warning
Stefano Sabatini
2011-08-14
lavdev/lavfi: correctly set the inout pad index when linking a filter to the ...
Stefano Sabatini
2011-08-11
lavdev: add libavfilter virtual input device
Stefano Sabatini