summaryrefslogtreecommitdiff
path: root/libavdevice/lavfi.c
Commit message (Expand)AuthorAge
* replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* avdevice/lavfi: add error checking for av_opt_set_int_list()Michael Niedermayer2013-04-12
* buffersink: switch from opaque to AVOptions for paramsMichael Niedermayer2013-04-12
* abuffersink: switch from opaque to AVOptions for paramsMichael Niedermayer2013-04-12
* lavd/lavfi: upgrade to AVFrame.Nicolas George2013-03-15
* Remove references to the "ff" variant of buffersink.Nicolas George2013-03-12
* avformat/lavfi: force probesize to cover at least 30 framesMichael Niedermayer2013-02-28
* lavd/lavfi: fix float.h include.Clément Bœsch2012-12-06
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lavd/lavfi: fix leak in case of failureStefano Sabatini2012-10-25
* lavd/lavfi: add graph_file optionStefano Sabatini2012-10-23
* lavc: add lavfi metadata support.Clément Bœsch2012-10-21
* lavd: do not use av_pix_fmt_descriptors directlyPaul B Mahol2012-10-12
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
* lavd/lavfi: push frames until the last sink is EOFStefano Sabatini2012-09-20
* lavd/lavfi: apply stylistic fixes to the options help fieldsStefano Sabatini2012-09-11
* avoid ambigous buffersink namesMichael Niedermayer2012-09-01
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
* lavfi: remove old video sink APIStefano Sabatini2012-06-26
* lavd/lavfi: do not set the channel layout list.Nicolas George2012-06-21
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16
* lavd/lavfi: support all sample formats.Nicolas George2012-02-22
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
* lavd/lavfi: add dumpgraph option.Nicolas George2012-01-24
* lavd/lavfi: fix compiler warning for uninitialized variablesJean First2011-12-31
* lavd/lavfi: fix two memleaks.Nicolas George2011-12-22
* lavd/lavfi: reindent block in lavfi_read_headerStefano Sabatini2011-12-20
* lavd/lavfi: add check in case pix_fmts cannot be allocated in lavfi_read_head...Stefano Sabatini2011-12-20
* lavd/lavfi: fix incomplete commentStefano Sabatini2011-12-18
* lavd/lavfi: fix typo in error messageStefano Sabatini2011-12-18
* lavd/lavfi: remove a duplicated line.Nicolas George2011-12-15
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-03
* Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch2011-11-05
* AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* lavd/lavfi: compute and use the used samples buffer size for the output audio...Stefano Sabatini2011-10-16
* lavdev/lavfi: reindent after the last commitStefano Sabatini2011-09-16
* lavdev/lavfi: add audio supportStefano Sabatini2011-09-16
* lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini2011-09-06
* lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini2011-09-06
* lavdev/lavfi: add debug traces in lavfi_read_packet()Stefano Sabatini2011-08-31
* lavdev/lavfi: set sample aspect ratio in the output stream/codec contextStefano Sabatini2011-08-21
* lavdev/lavfi: specify pos in the output packetsStefano Sabatini2011-08-20
* lavdev/lavfi: initialize variable, fix warningStefano Sabatini2011-08-20
* lavdev/lavfi: correctly set the inout pad index when linking a filter to the ...Stefano Sabatini2011-08-14
* lavdev: add libavfilter virtual input deviceStefano Sabatini2011-08-11