summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-07-13avdevice/lavfi: fix input with unknown channel layoutMichael Niedermayer1-1/+1
2013-07-03lavfi: create Libav-API compatibility layer for avfilter_graph_parse() at the...Stefano Sabatini8-34/+80
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer22-73/+73
2013-04-12avdevice/lavfi: add error checking for av_opt_set_int_list()Michael Niedermayer1-4/+4
2013-04-12buffersink: switch from opaque to AVOptions for paramsMichael Niedermayer1-5/+2
2013-04-12abuffersink: switch from opaque to AVOptions for paramsMichael Niedermayer1-4/+3
2013-03-15lavd/lavfi: upgrade to AVFrame.Nicolas George1-21/+28
2013-03-12Remove references to the "ff" variant of buffersink.Nicolas George5-7/+7
2013-02-28avformat/lavfi: force probesize to cover at least 30 framesMichael Niedermayer1-0/+4
2012-12-06lavd/lavfi: fix float.h include.Clément Bœsch1-1/+1
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol30-32/+31
2012-10-25lavd/lavfi: fix leak in case of failureStefano Sabatini1-3/+3
2012-10-23lavd/lavfi: add graph_file optionStefano Sabatini3-1/+36
2012-10-21lavc: add lavfi metadata support.Clément Bœsch10-7/+90
2012-10-12lavd: do not use av_pix_fmt_descriptors directlyPaul B Mahol2-4/+7
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-09-20lavd/lavfi: push frames until the last sink is EOFStefano Sabatini2-5/+20
2012-09-11lavd/lavfi: apply stylistic fixes to the options help fieldsStefano Sabatini1-2/+2
2012-09-01avoid ambigous buffersink namesMichael Niedermayer5-7/+7
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-06-26lavfi: remove old video sink APIStefano Sabatini5-38/+2
2012-06-21lavd/lavfi: do not set the channel layout list.Nicolas George1-2/+0
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini28-145/+71
2012-02-22lavd/lavfi: support all sample formats.Nicolas George1-2/+10
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer230-3705/+1307
2012-01-24lavd/lavfi: add dumpgraph option.Nicolas George2-0/+10
2011-12-31lavd/lavfi: fix compiler warning for uninitialized variablesJean First1-1/+2
2011-12-22lavd/lavfi: fix two memleaks.Nicolas George1-0/+2
2011-12-20lavd/lavfi: reindent block in lavfi_read_headerStefano Sabatini1-11/+11
2011-12-20lavd/lavfi: add check in case pix_fmts cannot be allocated in lavfi_read_head...Stefano Sabatini1-0/+3
2011-12-18lavd/lavfi: fix incomplete commentStefano Sabatini1-1/+1
2011-12-18lavd/lavfi: fix typo in error messageStefano Sabatini1-1/+1
2011-12-15lavd/lavfi: remove a duplicated line.Nicolas George1-1/+0
2011-12-03lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch18-22/+34
2011-11-05Replace remaining av_new_stream() with avformat_new_stream().Clément Bœsch12-14/+19
2011-10-17AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch19-119/+119
2011-10-16lavd/lavfi: compute and use the used samples buffer size for the output audio...Stefano Sabatini1-1/+3
2011-09-16lavdev/lavfi: reindent after the last commitStefano Sabatini1-7/+7
2011-09-16lavdev/lavfi: add audio supportStefano Sabatini4-23/+83
2011-09-06lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi...Stefano Sabatini10-11/+14
2011-09-06lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini12-199/+266
2011-08-31lavdev/lavfi: add debug traces in lavfi_read_packet()Stefano Sabatini1-0/+3
2011-08-21lavdev/lavfi: set sample aspect ratio in the output stream/codec contextStefano Sabatini1-0/+2
2011-08-20lavdev/lavfi: specify pos in the output packetsStefano Sabatini1-0/+1
2011-08-20lavdev/lavfi: initialize variable, fix warningStefano Sabatini1-1/+1
2011-08-13lavdev/lavfi: correctly set the inout pad index when linking a filter to the ...Stefano Sabatini1-1/+1
2011-08-11lavdev: add libavfilter virtual input deviceStefano Sabatini7-1/+342